Module: UDAPSecurityTestKit
- Extended by:
- CommonAssertions
- Defined in:
- lib/udap_security_test_kit.rb,
lib/udap_security_test_kit/version.rb,
lib/udap_security_test_kit/redirect_uri.rb,
lib/udap_security_test_kit/discovery_group.rb,
lib/udap_security_test_kit/udap_jwt_builder.rb,
lib/udap_security_test_kit/udap_jwt_validator.rb,
lib/udap_security_test_kit/udap_request_builder.rb,
lib/udap_security_test_kit/udap_x509_certificate.rb,
lib/udap_security_test_kit/authorization_code_group.rb,
lib/udap_security_test_kit/client_credentials_group.rb,
lib/udap_security_test_kit/default_cert_file_loader.rb,
lib/udap_security_test_kit/well_known_endpoint_test.rb,
lib/udap_security_test_kit/registration_success_test.rb,
lib/udap_security_test_kit/token_endpoint_field_test.rb,
lib/udap_security_test_kit/generate_client_certs_test.rb,
lib/udap_security_test_kit/signed_metadata_field_test.rb,
lib/udap_security_test_kit/software_statement_builder.rb,
lib/udap_security_test_kit/scopes_supported_field_test.rb,
lib/udap_security_test_kit/signed_metadata_contents_test.rb,
lib/udap_security_test_kit/authorization_code_received_test.rb,
lib/udap_security_test_kit/authorization_code_redirect_test.rb,
lib/udap_security_test_kit/grant_types_supported_field_test.rb,
lib/udap_security_test_kit/registration_endpoint_field_test.rb,
lib/udap_security_test_kit/authorization_endpoint_field_test.rb,
lib/udap_security_test_kit/dynamic_client_registration_group.rb,
lib/udap_security_test_kit/token_exchange_response_body_test.rb,
lib/udap_security_test_kit/registration_success_contents_test.rb,
lib/udap_security_test_kit/udap_profiles_supported_field_test.rb,
lib/udap_security_test_kit/udap_versions_supported_field_test.rb,
lib/udap_security_test_kit/token_exchange_response_headers_test.rb,
lib/udap_security_test_kit/udap_client_assertion_payload_builder.rb,
lib/udap_security_test_kit/authorization_code_token_exchange_test.rb,
lib/udap_security_test_kit/client_credentials_token_exchange_test.rb,
lib/udap_security_test_kit/authorization_code_authentication_group.rb,
lib/udap_security_test_kit/client_credentials_authentication_group.rb,
lib/udap_security_test_kit/signed_metadata_trust_verification_test.rb,
lib/udap_security_test_kit/udap_certifications_required_field_test.rb,
lib/udap_security_test_kit/udap_auth_extensions_required_field_test.rb,
lib/udap_security_test_kit/udap_certifications_supported_field_test.rb,
lib/udap_security_test_kit/udap_auth_extensions_supported_field_test.rb,
lib/udap_security_test_kit/registration_failure_invalid_contents_test.rb,
lib/udap_security_test_kit/registration_failure_invalid_jwt_signature_test.rb,
lib/udap_security_test_kit/token_endpoint_auth_methods_supported_field_test.rb,
lib/udap_security_test_kit/reg_endpoint_jwt_signing_alg_values_supported_field_test.rb,
lib/udap_security_test_kit/token_endpoint_auth_signing_alg_values_supported_field_test.rb
Defined Under Namespace
Classes: AuthorizationCodeAuthenticationGroup, AuthorizationCodeGroup, AuthorizationCodeReceivedTest, AuthorizationCodeRedirectTest, AuthorizationCodeTokenExchangeTest, AuthorizationEndpointFieldTest, ClientCredentialsAuthenticationGroup, ClientCredentialsGroup, ClientCredentialsTokenExchangeTest, DefaultCertFileLoader, DiscoveryGroup, DynamicClientRegistrationGroup, GenerateClientCertsTest, GrantTypesSupportedFieldTest, RegEndpointJWTSigningAlgValuesSupportedFieldTest, RegistrationEndpointFieldTest, RegistrationFailureInvalidContentsTest, RegistrationFailureInvalidJWTSignatureTest, RegistrationSuccessContentsTest, RegistrationSuccessTest, ScopesSupportedFieldTest, SignedMetadataContentsTest, SignedMetadataFieldTest, SignedMetadataTrustVerificationTest, SoftwareStatementBuilder, Suite, TokenEndpointAuthMethodsSupportedFieldTest, TokenEndpointAuthSigningAlgValuesSupportedFieldTest, TokenEndpointFieldTest, TokenExchangeResponseBodyTest, TokenExchangeResponseHeadersTest, UDAPAuthExtensionsRequiredFieldTest, UDAPAuthExtensionsSupportedFieldTest, UDAPCertificationsRequiredFieldTest, UDAPCertificationsSupportedFieldTest, UDAPClientAssertionPayloadBuilder, UDAPJWTBuilder, UDAPJWTValidator, UDAPProfilesSupportedFieldTest, UDAPRequestBuilder, UDAPVersionsSupportedFieldTest, UDAPX509Certificate, WellKnownEndpointTest
Constant Summary collapse
- VERSION =
'0.10.3'.freeze
- UDAP_REDIRECT_URI =
"#{Inferno::Application['base_url']}/custom/udap_security/redirect".freeze