Test Name | oidcc-refresh-token |
---|---|
Variant | client_auth_type=private_key_jwt, server_metadata=discovery, response_type=code, client_registration=dynamic_client, response_mode=default |
Test ID | Oxd9bvmFfj9O3Ld https://www.certification.openid.net/log-detail.html?public=true&log=Oxd9bvmFfj9O3Ld |
Created | 2022-11-04T22:49:22.688763Z |
Description | config dynamic certification profile openid config test |
Test Version | 5.0.6 |
Test Owner | 970464 https://gitlab.com |
Plan ID | jSqzrbQonapv7 https://www.certification.openid.net/plan-detail.html?public=true&plan=jSqzrbQonapv7 |
Exported From | https://www.certification.openid.net |
Exported By | 970464 https://gitlab.com |
Suite Version | 5.0.7 |
Exported | 2022-12-07 16:32:22 (UTC) |
Status: FINISHED Result: PASSED |
SUCCESS 149 FAILURE 0 WARNING 0 REVIEW 0 INFO 3 |
2022-11-04 22:49:22 |
INFO
|
TEST-RUNNER
Test instance Oxd9bvmFfj9O3Ld created
|
||||||||||||||
|
2022-11-04 22:49:22 |
SUCCESS
|
CreateRedirectUri
Created redirect URI
|
||
|
2022-11-04 22:49:22 |
|
GetDynamicServerConfiguration
HTTP request
|
||||||||
|
2022-11-04 22:49:22 |
RESPONSE
|
GetDynamicServerConfiguration
HTTP response
|
||||||||
|
2022-11-04 22:49:22 |
SUCCESS
|
GetDynamicServerConfiguration
Successfully parsed server configuration
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
2022-11-04 22:49:22 |
SUCCESS
|
CheckServerConfiguration
Found required server configuration keys
|
||
|
2022-11-04 22:49:22 |
SUCCESS
|
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
|
||||||||
|
2022-11-04 22:49:22 |
|
FetchServerKeys
Fetching server key
|
||
|
2022-11-04 22:49:22 |
|
FetchServerKeys
HTTP request
|
||||||||
|
2022-11-04 22:49:23 |
RESPONSE
|
FetchServerKeys
HTTP response
|
||||||||
|
2022-11-04 22:49:23 |
|
FetchServerKeys
Found JWK set string
|
||
|
2022-11-04 22:49:23 |
SUCCESS
|
FetchServerKeys
Found server JWK set
|
||
|
2022-11-04 22:49:23 |
SUCCESS
|
CheckServerKeysIsValid
Server JWKs is valid
|
||
|
2022-11-04 22:49:23 | SUCCESS |
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
|
|
2022-11-04 22:49:23 | SUCCESS |
CheckForKeyIdInServerJWKs
All keys contain kids
|
|
2022-11-04 22:49:23 | SUCCESS |
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
|
||
|
2022-11-04 22:49:23 | SUCCESS |
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
|
|
2022-11-04 22:49:23 |
|
StoreOriginalClientConfiguration
Created original_client_config object from the client configuration.
|
||
|
2022-11-04 22:49:23 |
|
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
|
||
|
2022-11-04 22:49:23 |
SUCCESS
|
GenerateRS256ClientJWKs
Generated client JWKs
|
||||
|
2022-11-04 22:49:23 | SUCCESS |
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
|
||
|
2022-11-04 22:49:23 |
|
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
|
|
2022-11-04 22:49:23 |
|
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
|
||
|
2022-11-04 22:49:23 |
|
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
|
||
|
2022-11-04 22:49:23 |
|
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
|
||
|
2022-11-04 22:49:23 |
|
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
|
||
|
2022-11-04 22:49:23 |
|
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
|
||
|
2022-11-04 22:49:23 |
|
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
|
||
|
2022-11-04 22:49:23 |
|
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
|
||
|
2022-11-04 22:49:23 |
|
AddRefreshTokenGrantTypeToDynamicRegistrationRequest
Added 'refresh_token' to 'grant_types'
|
||
|
2022-11-04 22:49:23 |
|
CallDynamicRegistrationEndpoint
HTTP request
|
||||||||
|
2022-11-04 22:49:25 |
RESPONSE
|
CallDynamicRegistrationEndpoint
HTTP response
|
||||||||
|
2022-11-04 22:49:25 |
|
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
|
||||||||||
|
2022-11-04 22:49:25 | SUCCESS |
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
|
|
2022-11-04 22:49:25 | SUCCESS |
EnsureHttpStatusCodeIs201
dynamic registration endpoint returned the expected http status
|
||||
|
2022-11-04 22:49:25 | SUCCESS |
CheckNoErrorFromDynamicRegistrationEndpoint
Dynamic registration endpoint did not return an error.
|
|
2022-11-04 22:49:25 | SUCCESS |
ExtractDynamicRegistrationResponse
Extracted client from dynamic registration response
|
||
|
2022-11-04 22:49:25 |
|
VerifyClientManagementCredentials
Dynamic registration returned neither registration_client_uri nor registration_access_token
|
|
2022-11-04 22:49:25 |
|
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
|
||
|
2022-11-04 22:49:25 |
|
SetScopeInClientConfigurationToOpenIdOfflineAccessIfServerSupportsOfflineAccess
scopes supported does not contain 'offline_access' so not adding it to the list of scopes to be requested
|
||
|
2022-11-04 22:49:25 |
SUCCESS
|
EnsureServerConfigurationSupportsPrivateKeyJwt
Found supported private_key_jwt method
|
||
|
2022-11-04 22:49:25 |
|
StoreOriginalClient2Configuration
Created original_client_config object from the client configuration.
|
||
|
2022-11-04 22:49:25 |
|
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
|
||
|
2022-11-04 22:49:26 |
SUCCESS
|
GenerateRS256ClientJWKs
Generated client JWKs
|
||||
|
2022-11-04 22:49:26 | SUCCESS |
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
|
||
|
2022-11-04 22:49:26 |
|
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
|
|
2022-11-04 22:49:26 |
|
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
|
||
|
2022-11-04 22:49:26 |
|
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
|
||
|
2022-11-04 22:49:26 |
|
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
|
||
|
2022-11-04 22:49:26 |
|
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
|
||
|
2022-11-04 22:49:26 |
|
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
|
||
|
2022-11-04 22:49:26 |
|
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
|
||
|
2022-11-04 22:49:26 |
|
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
|
||
|
2022-11-04 22:49:26 |
|
AddRefreshTokenGrantTypeToDynamicRegistrationRequest
Added 'refresh_token' to 'grant_types'
|
||
|
2022-11-04 22:49:26 |
|
CallDynamicRegistrationEndpoint
HTTP request
|
||||||||
|
2022-11-04 22:49:28 |
RESPONSE
|
CallDynamicRegistrationEndpoint
HTTP response
|
||||||||
|
2022-11-04 22:49:28 |
|
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
|
||||||||||
|
2022-11-04 22:49:28 | SUCCESS |
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
|
|
2022-11-04 22:49:28 | SUCCESS |
EnsureHttpStatusCodeIs201
dynamic registration endpoint returned the expected http status
|
||||
|
2022-11-04 22:49:28 | SUCCESS |
CheckNoErrorFromDynamicRegistrationEndpoint
Dynamic registration endpoint did not return an error.
|
|
2022-11-04 22:49:28 | SUCCESS |
ExtractDynamicRegistrationResponse
Extracted client from dynamic registration response
|
||
|
2022-11-04 22:49:28 |
|
VerifyClientManagementCredentials
Dynamic registration returned neither registration_client_uri nor registration_access_token
|
|
2022-11-04 22:49:28 |
|
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
|
||
|
2022-11-04 22:49:28 |
|
SetScopeInClientConfigurationToOpenIdOfflineAccessIfServerSupportsOfflineAccess
scopes supported does not contain 'offline_access' so not adding it to the list of scopes to be requested
|
||
|
2022-11-04 22:49:28 |
SUCCESS
|
EnsureServerConfigurationSupportsPrivateKeyJwt
Found supported private_key_jwt method
|
||
|
2022-11-04 22:49:28 |
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.
|
||
|
2022-11-04 22:49:28 |
|
oidcc-refresh-token
Setup Done
|
|
Make request to authorization endpoint |
2022-11-04 22:49:28 |
SUCCESS
|
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
|
||||||
|
2022-11-04 22:49:28 |
|
CreateRandomStateValue
Created state value
|
||||
|
2022-11-04 22:49:28 |
SUCCESS
|
AddStateToAuthorizationEndpointRequest
Added state parameter to request
|
||||||||
|
2022-11-04 22:49:28 |
|
CreateRandomNonceValue
Created nonce value
|
||||
|
2022-11-04 22:49:28 |
SUCCESS
|
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
|
||||||||||
|
2022-11-04 22:49:28 |
SUCCESS
|
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
|
||||||||||||
|
2022-11-04 22:49:28 | SUCCESS |
AddPromptConsentToAuthorizationEndpointRequestIfScopeContainsOfflineAccess
Not adding prompt=consent as the scope in the configuration does not contain offline_access
|
|
2022-11-04 22:49:28 |
SUCCESS
|
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
|
||||
|
2022-11-04 22:49:28 |
REDIRECT
|
oidcc-refresh-token
Redirecting to authorization endpoint
|
||
|
2022-11-04 22:49:33 |
INCOMING
|
oidcc-refresh-token
Incoming HTTP request to /test/a/rodauth-oauth-dynamic-certification-proffile/callback
|
||||||||||||||||||||||
|
2022-11-04 22:49:33 |
SUCCESS
|
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
|
||
|
2022-11-04 22:49:33 |
OUTGOING
|
oidcc-refresh-token
Response to HTTP request to test instance Oxd9bvmFfj9O3Ld
|
||||
|
2022-11-04 22:49:34 |
INCOMING
|
oidcc-refresh-token
Incoming HTTP request to /test/a/rodauth-oauth-dynamic-certification-proffile/implicit/ahe0XRKd7AkH8SWoGGA5
|
||||||||||||||||||||||
|
2022-11-04 22:49:34 |
OUTGOING
|
oidcc-refresh-token
Response to HTTP request to test instance Oxd9bvmFfj9O3Ld
|
||||||||
|
2022-11-04 22:49:34 |
SUCCESS
|
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
|
|
2022-11-04 22:49:34 |
REDIRECT-IN
|
oidcc-refresh-token
Authorization endpoint response captured
|
||||||||||
|
Verify authorization endpoint response |
2022-11-04 22:49:34 |
SUCCESS
|
CheckMatchingCallbackParameters
Callback parameters successfully verified
|
|
2022-11-04 22:49:34 |
|
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
|
|
2022-11-04 22:49:34 |
SUCCESS
|
CheckIfAuthorizationEndpointError
No error from authorization endpoint
|
|
2022-11-04 22:49:34 |
SUCCESS
|
CheckStateInAuthorizationResponse
State in response correctly returned
|
||
|
2022-11-04 22:49:34 |
SUCCESS
|
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
|
||
|
2022-11-04 22:49:34 |
SUCCESS
|
CreateTokenEndpointRequestForAuthorizationCodeGrant
Created token endpoint request
|
||||||
|
2022-11-04 22:49:34 |
SUCCESS
|
CreateClientAuthenticationAssertionClaims
Created client assertion claims
|
||||||||||||
|
2022-11-04 22:49:34 |
SUCCESS
|
SignClientAuthenticationAssertion
Signed the client assertion
|
||
|
2022-11-04 22:49:34 |
|
AddClientAssertionToTokenEndpointRequest
Added client assertion
|
||||||||||
|
2022-11-04 22:49:34 |
|
CallTokenEndpoint
HTTP request
|
||||||||
|
2022-11-04 22:49:34 |
RESPONSE
|
CallTokenEndpoint
HTTP response
|
||||||||
|
2022-11-04 22:49:34 |
SUCCESS
|
CallTokenEndpoint
Parsed token endpoint response
|
||||||||||
|
2022-11-04 22:49:34 |
SUCCESS
|
CheckIfTokenEndpointResponseError
No error from token endpoint
|
|
2022-11-04 22:49:34 |
SUCCESS
|
CheckForAccessTokenValue
Found an access token
|
||
|
2022-11-04 22:49:34 |
SUCCESS
|
ExtractAccessTokenFromTokenResponse
Extracted the access token
|
||||
|
2022-11-04 22:49:34 | SUCCESS |
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
|
||
|
2022-11-04 22:49:34 | SUCCESS |
ValidateExpiresIn
expires_in passed all validation checks
|
||
|
2022-11-04 22:49:34 |
SUCCESS
|
CheckForRefreshTokenValue
Found a refresh token
|
||
|
2022-11-04 22:49:34 | SUCCESS |
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
|
||||||
|
2022-11-04 22:49:34 | SUCCESS |
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
|
|
2022-11-04 22:49:34 |
|
ValidateIdTokenStandardClaims
sub is a string with content
|
|
2022-11-04 22:49:34 |
|
ValidateIdTokenStandardClaims
Skipping unknown claim: client_id
|
|
2022-11-04 22:49:34 | SUCCESS |
ValidateIdTokenStandardClaims
id_token claims are valid
|
|
2022-11-04 22:49:34 | SUCCESS |
ValidateIdTokenNonce
Nonce values match
|
||
|
2022-11-04 22:49:34 | SUCCESS |
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
|
|
2022-11-04 22:49:34 |
SUCCESS
|
ValidateIdTokenSignature
id_token signature validated
|
||
|
2022-11-04 22:49:34 |
SUCCESS
|
ValidateIdTokenSignatureUsingKid
id_token signature validated
|
||
|
2022-11-04 22:49:34 |
|
EnsureIdTokenUpdatedAtValid
id_token response does not contain 'updated_at'
|
|
2022-11-04 22:49:34 | INFO |
ValidateEncryptedIdTokenHasKid
Skipped evaluation due to missing required element: id_token jwe_header
|
||||||
|
2022-11-04 22:49:34 |
SUCCESS
|
ExtractRefreshTokenFromTokenResponse
Extracted refresh token from response
|
||
|
2022-11-04 22:49:34 | SUCCESS |
EnsureServerConfigurationSupportsRefreshToken
The server configuration indicates support for refresh tokens
|
||
|
2022-11-04 22:49:34 | SUCCESS |
EnsureRefreshTokenContainsAllowedCharactersOnly
Refresh token does not contain any illegal characters
|
|
Refresh Token Request |
2022-11-04 22:49:34 |
SUCCESS
|
CreateRefreshTokenRequest
Created token endpoint request parameters
|
||||
|
2022-11-04 22:49:34 | SUCCESS |
AddScopeToTokenEndpointRequest
Added scope of 'openid' to token endpoint request
|
||||||
|
2022-11-04 22:49:34 |
SUCCESS
|
CreateClientAuthenticationAssertionClaims
Created client assertion claims
|
||||||||||||
|
2022-11-04 22:49:34 |
SUCCESS
|
SignClientAuthenticationAssertion
Signed the client assertion
|
||
|
2022-11-04 22:49:34 |
|
AddClientAssertionToTokenEndpointRequest
Added client assertion
|
||||||||||
|
2022-11-04 22:49:34 |
SUCCESS
|
WaitForOneSecond
Pausing for 1 seconds
|
|
2022-11-04 22:49:35 |
SUCCESS
|
WaitForOneSecond
Woke up after 1 seconds sleep
|
|
2022-11-04 22:49:35 |
|
CallTokenEndpointAndReturnFullResponse
HTTP request
|
||||||||
|
2022-11-04 22:49:36 |
RESPONSE
|
CallTokenEndpointAndReturnFullResponse
HTTP response
|
||||||||
|
2022-11-04 22:49:36 |
SUCCESS
|
CallTokenEndpointAndReturnFullResponse
Parsed token endpoint response
|
||||||||||
|
2022-11-04 22:49:36 | SUCCESS |
CheckTokenEndpointHttpStatus200
Token endpoint http status code was 200
|
|
2022-11-04 22:49:36 | SUCCESS |
CheckTokenEndpointReturnedJsonContentType
token_endpoint_response_headers Content-Type: header is application/json
|
|
2022-11-04 22:49:36 | SUCCESS |
CheckTokenEndpointCacheHeaders
'cache-control' header in token endpoint response contains expected value.
|
||
|
2022-11-04 22:49:36 |
SUCCESS
|
CheckIfTokenEndpointResponseError
No error from token endpoint
|
|
2022-11-04 22:49:36 |
SUCCESS
|
ExtractAccessTokenFromTokenResponse
Extracted the access token
|
||||
|
2022-11-04 22:49:36 | SUCCESS |
CheckTokenTypeIsBearer
Token type is bearer
|
|
2022-11-04 22:49:36 | SUCCESS |
EnsureMinimumAccessTokenEntropy
Calculated shannon entropy seems sufficient
|
||||||
|
2022-11-04 22:49:36 | SUCCESS |
EnsureAccessTokenContainsAllowedCharactersOnly
Access token does not contain any illegal characters
|
|
2022-11-04 22:49:36 | SUCCESS |
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
|
||
|
2022-11-04 22:49:36 | SUCCESS |
ValidateExpiresIn
expires_in passed all validation checks
|
||
|
2022-11-04 22:49:36 |
SUCCESS
|
EnsureAccessTokenValuesAreDifferent
Access token values are not the same
|
||||
|
2022-11-04 22:49:36 |
SUCCESS
|
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
|
||||||
|
2022-11-04 22:49:36 |
SUCCESS
|
ExtractRefreshTokenFromTokenResponse
Extracted refresh token from response
|
||
|
2022-11-04 22:49:36 | SUCCESS |
EnsureMinimumRefreshTokenLength
Refresh token is of sufficient length
|
||||
|
2022-11-04 22:49:36 | SUCCESS |
EnsureMinimumRefreshTokenEntropy
Calculated shannon entropy seems sufficient
|
||||||
|
2022-11-04 22:49:36 | SUCCESS |
CompareIdTokenClaims
Validated id token claims successfully
|
||||||||||||
|
Userinfo endpoint tests |
2022-11-04 22:49:36 |
|
CallProtectedResource
HTTP request
|
||||||||
|
2022-11-04 22:49:36 |
RESPONSE
|
CallProtectedResource
HTTP response
|
||||||||
|
2022-11-04 22:49:36 |
SUCCESS
|
CallProtectedResource
Got a response from the resource endpoint
|
||||||||
|
2022-11-04 22:49:36 |
SUCCESS
|
EnsureHttpStatusCodeIs200
resource endpoint returned the expected http status
|
||||
|
Second client: Make request to authorization endpoint |
2022-11-04 22:49:36 |
SUCCESS
|
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
|
||||||
|
2022-11-04 22:49:36 |
|
CreateRandomStateValue
Created state value
|
||||
|
2022-11-04 22:49:36 |
SUCCESS
|
AddStateToAuthorizationEndpointRequest
Added state parameter to request
|
||||||||
|
2022-11-04 22:49:36 |
|
CreateRandomNonceValue
Created nonce value
|
||||
|
2022-11-04 22:49:36 |
SUCCESS
|
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
|
||||||||||
|
2022-11-04 22:49:36 |
SUCCESS
|
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
|
||||||||||||
|
2022-11-04 22:49:36 | SUCCESS |
AddPromptConsentToAuthorizationEndpointRequestIfScopeContainsOfflineAccess
Not adding prompt=consent as the scope in the configuration does not contain offline_access
|
|
2022-11-04 22:49:36 |
SUCCESS
|
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
|
||||
|
2022-11-04 22:49:36 |
REDIRECT
|
oidcc-refresh-token
Redirecting to authorization endpoint
|
||
|
2022-11-04 22:49:41 |
INCOMING
|
oidcc-refresh-token
Incoming HTTP request to /test/a/rodauth-oauth-dynamic-certification-proffile/callback
|
||||||||||||||||||||||
|
2022-11-04 22:49:41 |
SUCCESS
|
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
|
||
|
2022-11-04 22:49:41 |
OUTGOING
|
oidcc-refresh-token
Response to HTTP request to test instance Oxd9bvmFfj9O3Ld
|
||||
|
2022-11-04 22:49:42 |
INCOMING
|
oidcc-refresh-token
Incoming HTTP request to /test/a/rodauth-oauth-dynamic-certification-proffile/implicit/cePjRzl65GCIMUcAwU8R
|
||||||||||||||||||||||
|
2022-11-04 22:49:42 |
OUTGOING
|
oidcc-refresh-token
Response to HTTP request to test instance Oxd9bvmFfj9O3Ld
|
||||||||
|
2022-11-04 22:49:42 |
SUCCESS
|
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
|
|
2022-11-04 22:49:42 |
REDIRECT-IN
|
oidcc-refresh-token
Authorization endpoint response captured
|
||||||||||
|
Second client: Verify authorization endpoint response |
2022-11-04 22:49:42 |
SUCCESS
|
CheckMatchingCallbackParameters
Callback parameters successfully verified
|
|
2022-11-04 22:49:42 |
|
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
|
|
2022-11-04 22:49:42 |
SUCCESS
|
CheckIfAuthorizationEndpointError
No error from authorization endpoint
|
|
2022-11-04 22:49:42 |
SUCCESS
|
CheckStateInAuthorizationResponse
State in response correctly returned
|
||
|
2022-11-04 22:49:42 |
SUCCESS
|
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
|
||
|
2022-11-04 22:49:42 |
SUCCESS
|
CreateTokenEndpointRequestForAuthorizationCodeGrant
Created token endpoint request
|
||||||
|
2022-11-04 22:49:42 |
SUCCESS
|
CreateClientAuthenticationAssertionClaims
Created client assertion claims
|
||||||||||||
|
2022-11-04 22:49:42 |
SUCCESS
|
SignClientAuthenticationAssertion
Signed the client assertion
|
||
|
2022-11-04 22:49:42 |
|
AddClientAssertionToTokenEndpointRequest
Added client assertion
|
||||||||||
|
2022-11-04 22:49:42 |
|
CallTokenEndpoint
HTTP request
|
||||||||
|
2022-11-04 22:49:42 |
RESPONSE
|
CallTokenEndpoint
HTTP response
|
||||||||
|
2022-11-04 22:49:42 |
SUCCESS
|
CallTokenEndpoint
Parsed token endpoint response
|
||||||||||
|
2022-11-04 22:49:42 |
SUCCESS
|
CheckIfTokenEndpointResponseError
No error from token endpoint
|
|
2022-11-04 22:49:42 |
SUCCESS
|
CheckForAccessTokenValue
Found an access token
|
||
|
2022-11-04 22:49:42 |
SUCCESS
|
ExtractAccessTokenFromTokenResponse
Extracted the access token
|
||||
|
2022-11-04 22:49:42 | SUCCESS |
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
|
||
|
2022-11-04 22:49:42 | SUCCESS |
ValidateExpiresIn
expires_in passed all validation checks
|
||
|
2022-11-04 22:49:42 |
SUCCESS
|
CheckForRefreshTokenValue
Found a refresh token
|
||
|
2022-11-04 22:49:42 | SUCCESS |
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
|
||||||
|
2022-11-04 22:49:42 | SUCCESS |
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
|
|
2022-11-04 22:49:42 |
|
ValidateIdTokenStandardClaims
sub is a string with content
|
|
2022-11-04 22:49:42 |
|
ValidateIdTokenStandardClaims
Skipping unknown claim: client_id
|
|
2022-11-04 22:49:42 | SUCCESS |
ValidateIdTokenStandardClaims
id_token claims are valid
|
|
2022-11-04 22:49:42 | SUCCESS |
ValidateIdTokenNonce
Nonce values match
|
||
|
2022-11-04 22:49:42 | SUCCESS |
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
|
|
2022-11-04 22:49:42 |
SUCCESS
|
ValidateIdTokenSignature
id_token signature validated
|
||
|
2022-11-04 22:49:42 |
SUCCESS
|
ValidateIdTokenSignatureUsingKid
id_token signature validated
|
||
|
2022-11-04 22:49:42 |
|
EnsureIdTokenUpdatedAtValid
id_token response does not contain 'updated_at'
|
|
2022-11-04 22:49:42 | INFO |
ValidateEncryptedIdTokenHasKid
Skipped evaluation due to missing required element: id_token jwe_header
|
||||||
|
2022-11-04 22:49:42 |
SUCCESS
|
ExtractRefreshTokenFromTokenResponse
Extracted refresh token from response
|
||
|
2022-11-04 22:49:42 | SUCCESS |
EnsureServerConfigurationSupportsRefreshToken
The server configuration indicates support for refresh tokens
|
||
|
2022-11-04 22:49:42 | SUCCESS |
EnsureRefreshTokenContainsAllowedCharactersOnly
Refresh token does not contain any illegal characters
|
|
Second client: Refresh Token Request |
2022-11-04 22:49:42 |
SUCCESS
|
CreateRefreshTokenRequest
Created token endpoint request parameters
|
||||
|
2022-11-04 22:49:42 |
SUCCESS
|
CreateClientAuthenticationAssertionClaims
Created client assertion claims
|
||||||||||||
|
2022-11-04 22:49:42 |
SUCCESS
|
SignClientAuthenticationAssertion
Signed the client assertion
|
||
|
2022-11-04 22:49:42 |
|
AddClientAssertionToTokenEndpointRequest
Added client assertion
|
||||||||
|
2022-11-04 22:49:42 |
SUCCESS
|
WaitForOneSecond
Pausing for 1 seconds
|
|
2022-11-04 22:49:43 |
SUCCESS
|
WaitForOneSecond
Woke up after 1 seconds sleep
|
|
2022-11-04 22:49:43 |
|
CallTokenEndpointAndReturnFullResponse
HTTP request
|
||||||||
|
2022-11-04 22:49:43 |
RESPONSE
|
CallTokenEndpointAndReturnFullResponse
HTTP response
|
||||||||
|
2022-11-04 22:49:43 |
SUCCESS
|
CallTokenEndpointAndReturnFullResponse
Parsed token endpoint response
|
||||||||||
|
2022-11-04 22:49:43 | SUCCESS |
CheckTokenEndpointHttpStatus200
Token endpoint http status code was 200
|
|
2022-11-04 22:49:43 | SUCCESS |
CheckTokenEndpointReturnedJsonContentType
token_endpoint_response_headers Content-Type: header is application/json
|
|
2022-11-04 22:49:43 | SUCCESS |
CheckTokenEndpointCacheHeaders
'cache-control' header in token endpoint response contains expected value.
|
||
|
2022-11-04 22:49:43 |
SUCCESS
|
CheckIfTokenEndpointResponseError
No error from token endpoint
|
|
2022-11-04 22:49:43 |
SUCCESS
|
ExtractAccessTokenFromTokenResponse
Extracted the access token
|
||||
|
2022-11-04 22:49:43 | SUCCESS |
CheckTokenTypeIsBearer
Token type is bearer
|
|
2022-11-04 22:49:43 | SUCCESS |
EnsureMinimumAccessTokenEntropy
Calculated shannon entropy seems sufficient
|
||||||
|
2022-11-04 22:49:43 | SUCCESS |
EnsureAccessTokenContainsAllowedCharactersOnly
Access token does not contain any illegal characters
|
|
2022-11-04 22:49:43 | SUCCESS |
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
|
||
|
2022-11-04 22:49:43 | SUCCESS |
ValidateExpiresIn
expires_in passed all validation checks
|
||
|
2022-11-04 22:49:43 |
SUCCESS
|
EnsureAccessTokenValuesAreDifferent
Access token values are not the same
|
||||
|
2022-11-04 22:49:43 |
SUCCESS
|
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
|
||||||
|
2022-11-04 22:49:43 |
SUCCESS
|
ExtractRefreshTokenFromTokenResponse
Extracted refresh token from response
|
||
|
2022-11-04 22:49:43 | SUCCESS |
EnsureMinimumRefreshTokenLength
Refresh token is of sufficient length
|
||||
|
2022-11-04 22:49:43 | SUCCESS |
EnsureMinimumRefreshTokenEntropy
Calculated shannon entropy seems sufficient
|
||||||
|
2022-11-04 22:49:43 | SUCCESS |
CompareIdTokenClaims
Validated id token claims successfully
|
||||||||||||
|
Second client: Userinfo endpoint tests |
2022-11-04 22:49:43 |
|
CallProtectedResource
HTTP request
|
||||||||
|
2022-11-04 22:49:43 |
RESPONSE
|
CallProtectedResource
HTTP response
|
||||||||
|
2022-11-04 22:49:43 |
SUCCESS
|
CallProtectedResource
Got a response from the resource endpoint
|
||||||||
|
2022-11-04 22:49:43 |
SUCCESS
|
EnsureHttpStatusCodeIs200
resource endpoint returned the expected http status
|
||||
|
Attempting to use refresh_token issued to client 2 with client 1 |
2022-11-04 22:49:43 |
SUCCESS
|
CreateRefreshTokenRequest
Created token endpoint request parameters
|
||||
|
2022-11-04 22:49:43 | SUCCESS |
AddScopeToTokenEndpointRequest
Added scope of 'openid' to token endpoint request
|
||||||
|
2022-11-04 22:49:43 |
SUCCESS
|
CreateClientAuthenticationAssertionClaims
Created client assertion claims
|
||||||||||||
|
2022-11-04 22:49:43 |
SUCCESS
|
SignClientAuthenticationAssertion
Signed the client assertion
|
||
|
2022-11-04 22:49:43 |
|
AddClientAssertionToTokenEndpointRequest
Added client assertion
|
||||||||||
|
2022-11-04 22:49:43 |
|
CallTokenEndpointAndReturnFullResponse
HTTP request
|
||||||||
|
2022-11-04 22:49:44 |
RESPONSE
|
CallTokenEndpointAndReturnFullResponse
HTTP response
|
||||||||
|
2022-11-04 22:49:44 |
SUCCESS
|
CallTokenEndpointAndReturnFullResponse
Parsed token endpoint response
|
||||
|
2022-11-04 22:49:44 |
SUCCESS
|
ValidateErrorFromTokenEndpointResponseError
Token endpoint response error returned valid 'error' field
|
||
|
2022-11-04 22:49:44 | SUCCESS |
CheckTokenEndpointHttpStatus400
Token endpoint http status code was 400
|
|
2022-11-04 22:49:44 | SUCCESS |
CheckTokenEndpointReturnedJsonContentType
token_endpoint_response_headers Content-Type: header is application/json
|
|
2022-11-04 22:49:44 | SUCCESS |
CheckErrorFromTokenEndpointResponseErrorInvalidGrant
Token Endpoint response error returned expected 'error' of 'invalid_grant'
|
||
|
2022-11-04 22:49:44 |
FINISHED
|
oidcc-refresh-token
Test has run to completion
|
||
|
Unregister dynamically registered client |
2022-11-04 22:49:44 |
|
UnregisterDynamicallyRegisteredClient
Couldn't find registration_access_token.
|
|
Second client: Unregister dynamically registered client |
2022-11-04 22:49:44 |
|
UnregisterDynamicallyRegisteredClient
Couldn't find registration_access_token.
|
|