Test Name | oidcc-ensure-request-object-with-redirect-uri |
---|---|
Variant | client_secret_basic, discovery, code, default, dynamic_client |
Test ID | 01SDZyh9aVv6bBU |
Created | 2020-08-17T19:01:54.855868Z |
Description | migration certification |
Test Version | 4.0.10 |
Test Owner | 2036220 https://gitlab.com |
Plan ID | SsKwFAUT3v599 |
Exported From | https://www.certification.openid.net |
Exported By | 2036220 https://gitlab.com |
Suite Version | 4.0.10 |
Exported | 2020-08-17 19:02:41 (UTC) |
Status: FINISHED Result: PASSED |
SUCCESS 50 FAILURE 0 WARNING 0 REVIEW 1 INFO 1 |
2020-08-17 19:01:54 |
INFO
|
TEST-RUNNER
Test instance 01SDZyh9aVv6bBU created
|
||||||||||||||
|
2020-08-17 19:01:54 |
SUCCESS
|
CreateRedirectUri
Created redirect URI
|
||
|
2020-08-17 19:01:54 |
|
GetDynamicServerConfiguration
HTTP request
|
||||||||
|
2020-08-17 19:01:55 |
RESPONSE
|
GetDynamicServerConfiguration
HTTP response
|
||||||||
|
2020-08-17 19:01:55 |
|
GetDynamicServerConfiguration
Downloaded server configuration
|
||
|
2020-08-17 19:01:55 |
SUCCESS
|
GetDynamicServerConfiguration
Successfully parsed server configuration
|
||||||||||||||||||||||||||||||||||||||||||||
|
2020-08-17 19:01:55 |
SUCCESS
|
CheckServerConfiguration
Found required server configuration keys
|
||
|
2020-08-17 19:01:55 |
SUCCESS
|
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
|
||||||||
|
2020-08-17 19:01:55 |
|
FetchServerKeys
Fetching server key
|
||
|
2020-08-17 19:01:55 |
|
FetchServerKeys
HTTP request
|
||||||||
|
2020-08-17 19:01:56 |
RESPONSE
|
FetchServerKeys
HTTP response
|
||||||||
|
2020-08-17 19:01:56 |
|
FetchServerKeys
Found JWK set string
|
||
|
2020-08-17 19:01:56 |
SUCCESS
|
FetchServerKeys
Found server JWK set
|
||
|
2020-08-17 19:01:56 |
SUCCESS
|
CheckServerKeysIsValid
Server JWKs is valid
|
||
|
2020-08-17 19:01:56 | SUCCESS |
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
|
|
2020-08-17 19:01:56 | SUCCESS |
CheckForKeyIdInServerJWKs
All keys contain kids
|
|
2020-08-17 19:01:56 | SUCCESS |
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
|
||
|
2020-08-17 19:01:56 | SUCCESS |
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
|
|
2020-08-17 19:01:56 |
SUCCESS
|
GetDynamicClientConfiguration
Created dynamic_client_registration_template object from the client configuration.
|
||
|
2020-08-17 19:01:56 |
SUCCESS
|
GenerateRS256ClientJWKs
Generated client JWKs
|
||||
|
2020-08-17 19:01:56 | SUCCESS |
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
|
||
|
2020-08-17 19:01:56 |
SUCCESS
|
CreateDynamicRegistrationRequest
Created dynamic registration request
|
||
|
2020-08-17 19:01:56 |
|
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
|
||
|
2020-08-17 19:01:56 |
|
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
|
||
|
2020-08-17 19:01:56 |
|
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
|
||
|
2020-08-17 19:01:56 |
|
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
|
||
|
2020-08-17 19:01:56 |
|
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
|
||
|
2020-08-17 19:01:56 |
|
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
|
||
|
2020-08-17 19:01:56 |
|
CallDynamicRegistrationEndpoint
HTTP request
|
||||||||
|
2020-08-17 19:01:57 |
RESPONSE
|
CallDynamicRegistrationEndpoint
HTTP response
|
||||||||
|
2020-08-17 19:01:57 |
|
CallDynamicRegistrationEndpoint
Registration endpoint response
|
||
|
2020-08-17 19:01:57 |
|
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
|
||||||||||||||||||||||||||||||||||||||
|
2020-08-17 19:01:57 |
SUCCESS
|
CallDynamicRegistrationEndpoint
Extracted dynamic registration management credentials
|
||||
|
2020-08-17 19:01:57 |
|
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
|
||
|
2020-08-17 19:01:57 |
SUCCESS
|
EnsureServerConfigurationSupportsClientSecretBasic
token_endpoint_auth_methods_supported
|
||||||
|
2020-08-17 19:01:57 |
SUCCESS
|
SetProtectedResourceUrlToUserInfoEndpoint
userinfo_endpoint will be used to test access token. The user info is not a mandatory to implement feature in the OpenID Connect specification, but is mandatory for certification.
|
||
|
2020-08-17 19:01:57 |
|
oidcc-ensure-request-object-with-redirect-uri
Setup Done
|
|
Make request to authorization endpoint |
2020-08-17 19:01:57 |
SUCCESS
|
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
|
||||||
|
2020-08-17 19:01:57 |
|
CreateRandomStateValue
Created state value
|
||||
|
2020-08-17 19:01:57 |
SUCCESS
|
AddStateToAuthorizationEndpointRequest
Added state parameter to request
|
||||||||
|
2020-08-17 19:01:57 |
|
CreateRandomNonceValue
Created nonce value
|
||||
|
2020-08-17 19:01:57 |
SUCCESS
|
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
|
||||||||||
|
2020-08-17 19:01:57 |
SUCCESS
|
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
|
||||||||||||
|
2020-08-17 19:01:57 |
SUCCESS
|
ConvertAuthorizationEndpointRequestToRequestObject
Created request object claims
|
||
|
2020-08-17 19:01:57 | SUCCESS |
AddInvalidRedirectUriToAuthorizationRequest
Added invalid redirect_uri to authorization endpoint request
|
||
|
2020-08-17 19:01:57 |
SUCCESS
|
SerializeRequestObjectWithNullAlgorithm
Serialized the request object
|
||
|
2020-08-17 19:01:57 |
SUCCESS
|
BuildRequestObjectByValueRedirectToAuthorizationEndpoint
Sending to authorization endpoint
|
||
|
2020-08-17 19:01:57 |
REDIRECT
|
oidcc-ensure-request-object-with-redirect-uri
Redirecting to authorization endpoint
|
||
|
2020-08-17 19:01:57 | REVIEW |
ExpectRedirectUriErrorPage
Show redirect URI error page
|
||
|
2020-08-17 19:02:07 |
INCOMING
|
oidcc-ensure-request-object-with-redirect-uri
Incoming HTTP request to test instance 01SDZyh9aVv6bBU
|
||||||||||||||
|
2020-08-17 19:02:07 |
SUCCESS
|
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
|
||
|
2020-08-17 19:02:07 |
OUTGOING
|
oidcc-ensure-request-object-with-redirect-uri
Response to HTTP request to test instance 01SDZyh9aVv6bBU
|
||||
|
2020-08-17 19:02:07 |
INCOMING
|
oidcc-ensure-request-object-with-redirect-uri
Incoming HTTP request to test instance 01SDZyh9aVv6bBU
|
||||||||||||||
|
2020-08-17 19:02:07 |
OUTGOING
|
oidcc-ensure-request-object-with-redirect-uri
Response to HTTP request to test instance 01SDZyh9aVv6bBU
|
||||
|
2020-08-17 19:02:07 |
SUCCESS
|
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
|
|
2020-08-17 19:02:07 |
REDIRECT-IN
|
oidcc-ensure-request-object-with-redirect-uri
Authorization endpoint response captured
|
||||||||||
|
Verify authorization endpoint response |
2020-08-17 19:02:07 |
SUCCESS
|
CheckDiscEndpointRequestParameterSupported
request_parameter_supported has correct value
|
||
|
2020-08-17 19:02:07 |
SUCCESS
|
CheckMatchingCallbackParameters
Callback parameters successfully verified
|
|
2020-08-17 19:02:07 |
SUCCESS
|
CheckIfAuthorizationEndpointError
No error from authorization endpoint
|
|
2020-08-17 19:02:07 |
SUCCESS
|
CheckMatchingStateParameter
State parameter correctly returned
|
||
|
2020-08-17 19:02:07 |
SUCCESS
|
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
|
||
|
2020-08-17 19:02:07 |
SUCCESS
|
CreateTokenEndpointRequestForAuthorizationCodeGrant
|
||||||
|
2020-08-17 19:02:07 |
SUCCESS
|
AddBasicAuthClientSecretAuthenticationParameters
Added basic authorization header
|
||
|
2020-08-17 19:02:07 |
|
CallTokenEndpoint
HTTP request
|
||||||||
|
2020-08-17 19:02:08 |
RESPONSE
|
CallTokenEndpoint
HTTP response
|
||||||||
|
2020-08-17 19:02:08 |
|
CallTokenEndpoint
Token endpoint response
|
||
|
2020-08-17 19:02:08 |
SUCCESS
|
CallTokenEndpoint
Parsed token endpoint response
|
||||||||||
|
2020-08-17 19:02:08 |
SUCCESS
|
CheckIfTokenEndpointResponseError
No error from token endpoint
|
|
2020-08-17 19:02:08 |
SUCCESS
|
CheckForAccessTokenValue
Found an access token
|
||
|
2020-08-17 19:02:08 |
SUCCESS
|
ExtractAccessTokenFromTokenResponse
Extracted the access token
|
||||
|
2020-08-17 19:02:08 | SUCCESS |
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
|
||
|
2020-08-17 19:02:08 | SUCCESS |
ValidateExpiresIn
expires_in passed all validation checks
|
||
|
2020-08-17 19:02:08 |
SUCCESS
|
CheckForRefreshTokenValue
Found a refresh token
|
||
|
2020-08-17 19:02:08 | SUCCESS |
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
|
||||||
|
2020-08-17 19:02:08 |
SUCCESS
|
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
|
|
2020-08-17 19:02:08 | SUCCESS |
ValidateIdTokenNonce
Nonce values match
|
||
|
2020-08-17 19:02:08 | SUCCESS |
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
|
|
2020-08-17 19:02:08 |
SUCCESS
|
ValidateIdTokenSignature
id_token signature validated
|
||
|
2020-08-17 19:02:08 |
SUCCESS
|
ValidateIdTokenSignatureUsingKid
id_token signature validated
|
||
|
2020-08-17 19:02:08 | SUCCESS |
CheckForSubjectInIdToken
Found 'sub' in id_token
|
||
|
Userinfo endpoint tests |
2020-08-17 19:02:08 |
|
CallProtectedResourceWithBearerToken
HTTP request
|
||||||||
|
2020-08-17 19:02:08 |
RESPONSE
|
CallProtectedResourceWithBearerToken
HTTP response
|
||||||||
|
2020-08-17 19:02:08 |
SUCCESS
|
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
|
||||||
|
2020-08-17 19:02:08 |
FINISHED
|
oidcc-ensure-request-object-with-redirect-uri
Test has run to completion
|
||
|
Unregister dynamically registered client |
2020-08-17 19:02:08 |
|
UnregisterDynamicallyRegisteredClient
HTTP request
|
||||||||
|
2020-08-17 19:02:09 |
RESPONSE
|
UnregisterDynamicallyRegisteredClient
HTTP response
|
||||||||
|
2020-08-17 19:02:09 |
SUCCESS
|
UnregisterDynamicallyRegisteredClient
Client successfully unregistered
|
|
2020-08-17 19:02:14 |
|
TEST-RUNNER
Alias has now been claimed by another test
|
||||
|