Test Name | oidcc-ensure-registered-redirect-uri |
---|---|
Variant | client_auth_type=client_secret_basic, server_metadata=discovery, response_type=code, response_mode=default, client_registration=dynamic_client |
Test ID | 6fNWI6xrQsXxO4o https://www.certification.openid.net/log-detail.html?public=true&log=6fNWI6xrQsXxO4o |
Created | 2022-10-27T21:34:36.325157Z |
Description | basic certification openid config test |
Test Version | 5.0.6 |
Test Owner | 970464 https://gitlab.com |
Plan ID | NDGuZJf3Apgbx https://www.certification.openid.net/plan-detail.html?public=true&plan=NDGuZJf3Apgbx |
Exported From | https://www.certification.openid.net |
Exported By | 970464 https://gitlab.com |
Suite Version | 5.0.7 |
Exported | 2022-12-04 15:16:23 (UTC) |
Status: FINISHED Result: REVIEW |
SUCCESS 24 FAILURE 0 WARNING 0 REVIEW 1 INFO 1 |
2022-10-27 21:34:36 |
INFO
|
TEST-RUNNER
Test instance 6fNWI6xrQsXxO4o created
|
||||||||||||||
|
2022-10-27 21:34:36 |
SUCCESS
|
CreateRedirectUri
Created redirect URI
|
||
|
2022-10-27 21:34:36 |
|
GetDynamicServerConfiguration
HTTP request
|
||||||||
|
2022-10-27 21:34:36 |
RESPONSE
|
GetDynamicServerConfiguration
HTTP response
|
||||||||
|
2022-10-27 21:34:36 |
SUCCESS
|
GetDynamicServerConfiguration
Successfully parsed server configuration
|
||||||||||||||||||||||||||||||||||||||||
|
2022-10-27 21:34:36 |
SUCCESS
|
CheckServerConfiguration
Found required server configuration keys
|
||
|
2022-10-27 21:34:36 |
SUCCESS
|
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
|
||||||||
|
2022-10-27 21:34:36 |
|
FetchServerKeys
Fetching server key
|
||
|
2022-10-27 21:34:36 |
|
FetchServerKeys
HTTP request
|
||||||||
|
2022-10-27 21:34:37 |
RESPONSE
|
FetchServerKeys
HTTP response
|
||||||||
|
2022-10-27 21:34:37 |
|
FetchServerKeys
Found JWK set string
|
||
|
2022-10-27 21:34:37 |
SUCCESS
|
FetchServerKeys
Found server JWK set
|
||
|
2022-10-27 21:34:37 |
SUCCESS
|
CheckServerKeysIsValid
Server JWKs is valid
|
||
|
2022-10-27 21:34:37 | SUCCESS |
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
|
|
2022-10-27 21:34:37 | SUCCESS |
CheckForKeyIdInServerJWKs
All keys contain kids
|
|
2022-10-27 21:34:37 | SUCCESS |
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
|
||
|
2022-10-27 21:34:37 | SUCCESS |
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
|
|
2022-10-27 21:34:37 |
|
StoreOriginalClientConfiguration
Created original_client_config object from the client configuration.
|
||
|
2022-10-27 21:34:37 |
|
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
|
||
|
2022-10-27 21:34:37 |
SUCCESS
|
GenerateRS256ClientJWKs
Generated client JWKs
|
||||
|
2022-10-27 21:34:37 | SUCCESS |
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
|
||
|
2022-10-27 21:34:37 |
|
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
|
|
2022-10-27 21:34:37 |
|
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
|
||
|
2022-10-27 21:34:37 |
|
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
|
||
|
2022-10-27 21:34:37 |
|
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
|
||
|
2022-10-27 21:34:37 |
|
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
|
||
|
2022-10-27 21:34:37 |
|
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
|
||
|
2022-10-27 21:34:37 |
|
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
|
||
|
2022-10-27 21:34:37 |
|
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
|
||
|
2022-10-27 21:34:37 |
|
CallDynamicRegistrationEndpoint
HTTP request
|
||||||||
|
2022-10-27 21:34:40 |
RESPONSE
|
CallDynamicRegistrationEndpoint
HTTP response
|
||||||||
|
2022-10-27 21:34:40 |
|
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
|
||||||||||
|
2022-10-27 21:34:40 | SUCCESS |
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
|
|
2022-10-27 21:34:40 | SUCCESS |
EnsureHttpStatusCodeIs201
dynamic registration endpoint returned the expected http status
|
||||
|
2022-10-27 21:34:40 | SUCCESS |
CheckNoErrorFromDynamicRegistrationEndpoint
Dynamic registration endpoint did not return an error.
|
|
2022-10-27 21:34:40 | SUCCESS |
ExtractDynamicRegistrationResponse
Extracted client from dynamic registration response
|
||
|
2022-10-27 21:34:40 |
|
VerifyClientManagementCredentials
Dynamic registration returned neither registration_client_uri nor registration_access_token
|
|
2022-10-27 21:34:40 |
|
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
|
||
|
2022-10-27 21:34:40 |
SUCCESS
|
EnsureServerConfigurationSupportsClientSecretBasic
Contents of 'token_endpoint_auth_methods_supported' in discovery document matches expectations.
|
||||||
|
2022-10-27 21:34:40 |
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-10-27 21:34:40 |
SUCCESS
|
CreateBadRedirectUri
Created redirect URI
|
||
|
2022-10-27 21:34:40 |
|
oidcc-ensure-registered-redirect-uri
Setup Done
|
|
Make request to authorization endpoint |
2022-10-27 21:34:40 |
SUCCESS
|
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
|
||||||
|
2022-10-27 21:34:40 |
|
CreateRandomStateValue
Created state value
|
||||
|
2022-10-27 21:34:40 |
SUCCESS
|
AddStateToAuthorizationEndpointRequest
Added state parameter to request
|
||||||||
|
2022-10-27 21:34:40 |
|
CreateRandomNonceValue
Created nonce value
|
||||
|
2022-10-27 21:34:40 |
SUCCESS
|
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
|
||||||||||
|
2022-10-27 21:34:40 |
SUCCESS
|
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
|
||||||||||||
|
2022-10-27 21:34:40 |
SUCCESS
|
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
|
||||
|
2022-10-27 21:34:40 |
REDIRECT
|
oidcc-ensure-registered-redirect-uri
Redirecting to authorization endpoint
|
||
|
2022-10-27 21:34:40 | REVIEW IMAGE |
ExpectRedirectUriErrorPage
Show redirect URI error page
|
||||
|
2022-10-27 21:35:43 |
FINISHED
|
oidcc-ensure-registered-redirect-uri
Test has run to completion
|
||
|
Unregister dynamically registered client |
2022-10-27 21:35:43 |
|
UnregisterDynamicallyRegisteredClient
Couldn't find registration_access_token.
|
|
2022-10-27 21:35:52 |
|
TEST-RUNNER
Alias has now been claimed by another test
|
||||
|