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