Test Name | oidcc-ensure-request-without-nonce-fails |
---|---|
Variant | client_auth_type=client_secret_basic, server_metadata=discovery, response_type=id_token token, response_mode=form_post, client_registration=dynamic_client |
Test ID | oQR0NsoSUszFJT9 https://www.certification.openid.net/log-detail.html?public=true&log=oQR0NsoSUszFJT9 |
Created | 2021-09-11T14:35:45.358973Z |
Description | oidcop |
Test Version | 4.1.26 |
Test Owner | 107897730635650910136 https://accounts.google.com |
Plan ID | ZX1h2BJeoTSe4 https://www.certification.openid.net/plan-detail.html?public=true&plan=ZX1h2BJeoTSe4 |
Exported From | https://www.certification.openid.net |
Exported By | 107897730635650910136 https://accounts.google.com |
Suite Version | 4.1.26 |
Exported | 2021-09-11 14:52:24 (UTC) |
Status: FINISHED Result: REVIEW |
SUCCESS 23 FAILURE 0 WARNING 0 REVIEW 1 INFO 2 |
2021-09-11 14:35:45 |
INFO
|
TEST-RUNNER
Test instance oQR0NsoSUszFJT9 created
|
||||||||||||||
|
2021-09-11 14:35:45 |
SUCCESS
|
CreateRedirectUri
Created redirect URI
|
||
|
2021-09-11 14:35:45 |
|
GetDynamicServerConfiguration
HTTP request
|
||||||||
|
2021-09-11 14:35:45 |
RESPONSE
|
GetDynamicServerConfiguration
HTTP response
|
||||||||
|
2021-09-11 14:35:45 |
|
GetDynamicServerConfiguration
Downloaded server configuration
|
||
|
2021-09-11 14:35:45 |
SUCCESS
|
GetDynamicServerConfiguration
Successfully parsed server configuration
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2021-09-11 14:35:45 |
SUCCESS
|
CheckServerConfiguration
Found required server configuration keys
|
||
|
2021-09-11 14:35:45 |
SUCCESS
|
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
|
||||||||
|
2021-09-11 14:35:45 |
|
FetchServerKeys
Fetching server key
|
||
|
2021-09-11 14:35:45 |
|
FetchServerKeys
HTTP request
|
||||||||
|
2021-09-11 14:35:46 |
RESPONSE
|
FetchServerKeys
HTTP response
|
||||||||
|
2021-09-11 14:35:46 |
|
FetchServerKeys
Found JWK set string
|
||
|
2021-09-11 14:35:46 |
SUCCESS
|
FetchServerKeys
Found server JWK set
|
||
|
2021-09-11 14:35:46 |
SUCCESS
|
CheckServerKeysIsValid
Server JWKs is valid
|
||
|
2021-09-11 14:35:46 | SUCCESS |
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
|
|
2021-09-11 14:35:46 | SUCCESS |
CheckForKeyIdInServerJWKs
All keys contain kids
|
|
2021-09-11 14:35:46 | SUCCESS |
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
|
||
|
2021-09-11 14:35:46 | SUCCESS |
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
|
|
2021-09-11 14:35:46 |
|
StoreOriginalClientConfiguration
No client details on configuration, created an empty original_client_config object.
|
|
2021-09-11 14:35:46 |
|
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
|
||
|
2021-09-11 14:35:46 |
SUCCESS
|
GenerateRS256ClientJWKs
Generated client JWKs
|
||||
|
2021-09-11 14:35:46 | SUCCESS |
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
|
||
|
2021-09-11 14:35:46 |
|
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
|
|
2021-09-11 14:35:46 |
|
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
|
||
|
2021-09-11 14:35:46 |
|
AddImplicitGrantTypeToDynamicRegistrationRequest
Added 'implicit' to 'grant_types'
|
||
|
2021-09-11 14:35:46 |
|
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
|
||
|
2021-09-11 14:35:46 |
|
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
|
||
|
2021-09-11 14:35:46 |
|
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
|
||
|
2021-09-11 14:35:46 |
|
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
|
||
|
2021-09-11 14:35:46 |
|
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
|
||
|
2021-09-11 14:35:46 |
|
CallDynamicRegistrationEndpoint
HTTP request
|
||||||||
|
2021-09-11 14:35:47 |
RESPONSE
|
CallDynamicRegistrationEndpoint
HTTP response
|
||||||||
|
2021-09-11 14:35:47 |
|
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
|
||||||||||
|
2021-09-11 14:35:47 | SUCCESS |
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
|
|
2021-09-11 14:35:47 | SUCCESS |
EnsureHttpStatusCodeIs201
dynamic registration endpoint returned the expected http status
|
||
|
2021-09-11 14:35:47 | SUCCESS |
CheckNoErrorFromDynamicRegistrationEndpoint
Dynamic registration endpoint did not return an error.
|
|
2021-09-11 14:35:47 | SUCCESS |
ExtractDynamicRegistrationResponse
Extracted client from dynamic registration response
|
||
|
2021-09-11 14:35:47 | SUCCESS |
ExtractClientManagementCredentials
Extracted dynamic registration management credentials
|
||||
|
2021-09-11 14:35:47 |
|
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
|
||
|
2021-09-11 14:35:47 |
SUCCESS
|
EnsureServerConfigurationSupportsClientSecretBasic
Contents of 'token_endpoint_auth_methods_supported' in discovery document matches expectations.
|
||||||
|
2021-09-11 14:35:47 |
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.
|
||
|
2021-09-11 14:35:47 |
|
oidcc-ensure-request-without-nonce-fails
Setup Done
|
|
Make request to authorization endpoint |
2021-09-11 14:35:47 |
SUCCESS
|
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
|
||||||
|
2021-09-11 14:35:47 |
|
CreateRandomStateValue
Created state value
|
||||
|
2021-09-11 14:35:47 |
SUCCESS
|
AddStateToAuthorizationEndpointRequest
Added state parameter to request
|
||||||||
|
2021-09-11 14:35:47 |
|
CreateRandomNonceValue
Created nonce value
|
||||
|
2021-09-11 14:35:47 |
|
AddNonceToAuthorizationEndpointRequest
NOT adding nonce to request object
|
|
2021-09-11 14:35:47 |
SUCCESS
|
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
|
||||||||||
|
2021-09-11 14:35:47 |
|
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
|
||||||||||||
|
2021-09-11 14:35:47 |
SUCCESS
|
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
|
||
|
2021-09-11 14:35:47 |
REDIRECT
|
oidcc-ensure-request-without-nonce-fails
Redirecting to authorization endpoint
|
||
|
2021-09-11 14:35:47 | REVIEW IMAGE |
ExpectRequestMissingNonceErrorPage
If the server does not return an invalid_request error back to the client, it must show an error page saying the request is invalid as it is missing the 'nonce' claim - upload a screenshot of the error page.
|
||||
|
2021-09-11 14:36:18 |
FINISHED
|
oidcc-ensure-request-without-nonce-fails
Test has run to completion
|
||
|
Unregister dynamically registered client |
2021-09-11 14:36:18 |
|
UnregisterDynamicallyRegisteredClient
HTTP request
|
||||||||
|
2021-09-11 14:36:18 |
RESPONSE
|
UnregisterDynamicallyRegisteredClient
HTTP response
|
||||||||
|
2021-09-11 14:36:18 |
INFO
|
UnregisterDynamicallyRegisteredClient
Error when calling registration_client_uri
|
||||||
|
2021-09-11 14:36:23 |
|
TEST-RUNNER
Alias has now been claimed by another test
|
||||
|