Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-08-04 13:53:13 INFO
TEST-RUNNER
Test instance y5jQBSnmKFKfrCr created
baseUrl
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "id_token token",
  "server_metadata": "discovery",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
isva_op_oidc_core_test_gh
description
isva_op_oidc_core_test_gh dynamic_client
planId
0cIPxLPUz676C
config
{
  "alias": "isva_op_oidc_core_test_gh",
  "description": "isva_op_oidc_core_test_gh dynamic_client",
  "server": {
    "discoveryUrl": "https://isamfed.com:8843/oauth2/.well-known/openid-configuration",
    "login_hint": "testuser"
  },
  "client": {
    "client_id": "client01",
    "client_secret": "secret"
  },
  "client2": {
    "client_id": "client01dup",
    "client_secret": "secret"
  },
  "consent": {},
  "client_secret_post": {
    "client_id": "client01",
    "client_secret": "secret"
  }
}
testName
oidcc-prompt-login
2022-08-04 13:53:13 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
2022-08-04 13:53:13
GetDynamicServerConfiguration
HTTP request
request_uri
https://isamfed.com:8843/oauth2/.well-known/openid-configuration
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2022-08-04 13:53:14 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-type": "application/json",
  "date": "Thu, 04 Aug 2022 13:53:14 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "transfer-encoding": "chunked",
  "x-correlation-id": "CORR_ID-39b86f74-4cae-4740-8e3f-374084910160",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains"
}
response_body
{"authorization_endpoint":"https://isamfed.com:8843/oauth2/authorize","backchannel_authentication_endpoint":"https://isamfed.com:8843/oauth2/ciba","backchannel_authentication_request_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"],"backchannel_token_delivery_modes_supported":["poll","ping"],"backchannel_user_code_parameter_supported":false,"claim_types_supported":["normal"],"claims_parameter_supported":true,"claims_supported":["iss","name","displayName"],"dpop_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"],"grant_types_supported":["authorization_code","implicit","password","client_credentials","refresh_token","urn:openid:params:grant-type:ciba"],"id_token_encryption_alg_values_supported":["none"],"id_token_encryption_enc_values_supported":["none"],"id_token_signing_alg_values_supported":["RS256"],"introspection_endpoint":"https://isamfed.com:8843/oauth2/introspect","issuer":"https://isamfed.com:8843/oauth2/","jwks_uri":"https://isamfed.com:8843/oauth2/jwks","mtls_endpoint_aliases":{"backchannel_authentication_endpoint":"https://isamfed.com:8843/oauth2/ciba","introspection_endpoint":"https://isamfed.com:8843/oauth2/introspect","pushed_authorization_request_endpoint":"https://isamfed.com:8843/oauth2/par","registration_endpoint":"https://isamfed.com:8843/oauth2/register","revocation_endpoint":"https://isamfed.com:8843/oauth2/revoke","token_endpoint":"https://isamfed.com:8843/oauth2/token"},"pushed_authorization_request_endpoint":"https://isamfed.com:8843/oauth2/par","registration_endpoint":"https://isamfed.com:8843/oauth2/register","request_object_encryption_alg_values_supported":["none","RSA-OAEP","RSA-OAEP-256"],"request_object_encryption_enc_values_supported":["none","A128GCM","A192GCM","A256GCM"],"request_object_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"],"request_parameter_supported":true,"request_uri_parameter_supported":true,"require_pushed_authorization_requests":false,"require_request_uri_registration":false,"response_modes_supported":["query","fragment","form_post"],"response_types_supported":["none","code","token","id_token","code token","code id_token","token id_token","code token id_token"],"revocation_endpoint":"https://isamfed.com:8843/oauth2/revoke","scopes_supported":["openid","profile","email","phone","address"],"subject_types_supported":["public"],"tls_client_certificate_bound_access_tokens":true,"token_endpoint":"https://isamfed.com:8843/oauth2/token","token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post","private_key_jwt","tls_client_auth"],"token_endpoint_auth_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"],"userinfo_encryption_alg_values_supported":["none"],"userinfo_encryption_enc_values_supported":["none"],"userinfo_endpoint":"https://isamfed.com:8843/oauth2/userinfo","userinfo_signing_alg_values_supported":["RS256"]}
2022-08-04 13:53:14 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
authorization_endpoint
https://isamfed.com:8843/oauth2/authorize
backchannel_authentication_endpoint
https://isamfed.com:8843/oauth2/ciba
backchannel_authentication_request_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512"
]
backchannel_token_delivery_modes_supported
[
  "poll",
  "ping"
]
backchannel_user_code_parameter_supported
false
claim_types_supported
[
  "normal"
]
claims_parameter_supported
true
claims_supported
[
  "iss",
  "name",
  "displayName"
]
dpop_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512"
]
grant_types_supported
[
  "authorization_code",
  "implicit",
  "password",
  "client_credentials",
  "refresh_token",
  "urn:openid:params:grant-type:ciba"
]
id_token_encryption_alg_values_supported
[
  "none"
]
id_token_encryption_enc_values_supported
[
  "none"
]
id_token_signing_alg_values_supported
[
  "RS256"
]
introspection_endpoint
https://isamfed.com:8843/oauth2/introspect
issuer
https://isamfed.com:8843/oauth2/
jwks_uri
https://isamfed.com:8843/oauth2/jwks
mtls_endpoint_aliases
{
  "backchannel_authentication_endpoint": "https://isamfed.com:8843/oauth2/ciba",
  "introspection_endpoint": "https://isamfed.com:8843/oauth2/introspect",
  "pushed_authorization_request_endpoint": "https://isamfed.com:8843/oauth2/par",
  "registration_endpoint": "https://isamfed.com:8843/oauth2/register",
  "revocation_endpoint": "https://isamfed.com:8843/oauth2/revoke",
  "token_endpoint": "https://isamfed.com:8843/oauth2/token"
}
pushed_authorization_request_endpoint
https://isamfed.com:8843/oauth2/par
registration_endpoint
https://isamfed.com:8843/oauth2/register
request_object_encryption_alg_values_supported
[
  "none",
  "RSA-OAEP",
  "RSA-OAEP-256"
]
request_object_encryption_enc_values_supported
[
  "none",
  "A128GCM",
  "A192GCM",
  "A256GCM"
]
request_object_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512"
]
request_parameter_supported
true
request_uri_parameter_supported
true
require_pushed_authorization_requests
false
require_request_uri_registration
false
response_modes_supported
[
  "query",
  "fragment",
  "form_post"
]
response_types_supported
[
  "none",
  "code",
  "token",
  "id_token",
  "code token",
  "code id_token",
  "token id_token",
  "code token id_token"
]
revocation_endpoint
https://isamfed.com:8843/oauth2/revoke
scopes_supported
[
  "openid",
  "profile",
  "email",
  "phone",
  "address"
]
subject_types_supported
[
  "public"
]
tls_client_certificate_bound_access_tokens
true
token_endpoint
https://isamfed.com:8843/oauth2/token
token_endpoint_auth_methods_supported
[
  "client_secret_basic",
  "client_secret_post",
  "private_key_jwt",
  "tls_client_auth"
]
token_endpoint_auth_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512"
]
userinfo_encryption_alg_values_supported
[
  "none"
]
userinfo_encryption_enc_values_supported
[
  "none"
]
userinfo_endpoint
https://isamfed.com:8843/oauth2/userinfo
userinfo_signing_alg_values_supported
[
  "RS256"
]
2022-08-04 13:53:14 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2022-08-04 13:53:14 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
{
  "testHost": "isamfed.com",
  "testPort": 8843
}
authorization_endpoint
{
  "testHost": "isamfed.com",
  "testPort": 8843
}
token_endpoint
{
  "testHost": "isamfed.com",
  "testPort": 8843
}
userinfo_endpoint
{
  "testHost": "isamfed.com",
  "testPort": 8843
}
2022-08-04 13:53:14
FetchServerKeys
Fetching server key
jwks_uri
https://isamfed.com:8843/oauth2/jwks
2022-08-04 13:53:14
FetchServerKeys
HTTP request
request_uri
https://isamfed.com:8843/oauth2/jwks
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2022-08-04 13:53:15 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-type": "application/json",
  "date": "Thu, 04 Aug 2022 13:53:15 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "transfer-encoding": "chunked",
  "x-correlation-id": "CORR_ID-092ad666-d384-4da7-a82c-050d99cf2ce3",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains"
}
response_body
{"keys":[{"use":"sig","kty":"EC","kid":"es256","crv":"P-256","x":"2eFMhRrJ32E2iMUd8yqTH1S1R0iUNeJVkpxEtEcAK58","y":"GpCy6KiKO4cFyeuAz8wUpBUHQmx0SX0YnswvZaSKkEc"},{"use":"sig","kty":"RSA","kid":"httpserver","n":"p30DhlZ8sr5ZDi6prRvKL4M9ErQJ4ZYZST153m_xBP68ft-vuLOLLzl8pAXBW5IqR0YEchGQPJtUQjqE4j7ht-rqN2WQxLVzUdc9FGi2VDADdRvBncpBgSjueU-tSblcZ6LSF0UPeM2z5xTdMSgWRJ9xff_cvHJTpACdG2EWwe8u9a9yzVz_dqLbVugy415Cotp3DiZyIjHVEADvJY9Xlxk4E39lCKOMQlAFMPH76HnXCrVCi4MZeokCYHBzH_8ue29ImhLAZRE83F9r0mhfx37lAraut3rr6sRponY4wBRaEXpNrVlcTTNMyvL272TCkEZqtm4mwepVhNYj7Pxblw","e":"AQAB"},{"use":"sig","kty":"RSA","kid":"mtls01","n":"ppY9BFOF6YXRPSRv-p21I6l-9OiTF_JbjzQ3zbvkhwkQ8p30chePHLQVeBBev1oV5j_oGYzD2_hUkUcqueHETuOFTaZ8Z0VpN9c2HDXTZ4IeTUpPJPPWcqJ4ykWxtZdhgWbxjn5lROzupAUrsT9nJci4_8KgEu6vaTnIo-NLVwzFkNr9cMYRBcg7O20RL7V7LSgGyqw2vUK3jvBCgsCZSWRjjBQiYGQjEYkvGmAm22Omw2HmdJ0mFV4m7DpyY2WRhLqSAedzkwsYioTDPXqa-ts8DgBqUySPYp1ACSoeHxVO5gnKd6ukaCNyh5U7bui0zMRw_NKRGChA1nJN3cg1Mw","e":"AQAB"},{"use":"sig","kty":"RSA","kid":"rsa256","n":"toihHnUntP41DGJEpUQjHuzyWtb4NQEg5r38YoaCRVfnX7pmYOgn6zOU3jgUXuNqJefTHNLRq7_wxZT2zsCFrJvfg8ccl4Ds1Vp3Hur3mQVsqhXrKRqBvvsF_1pbJSbyLCk0_HkrcP9XRNP4Lq2MiofAtt89Lmya9ZlwbA4NLkEJFNtC-6wuq48kpA-TWXOcQXPUW-0RZS7t8DGgRlQpeUwj8-g6N_uUSk21hawGNlWmOYkrQ7w4kCIKO2U4Y6_2dygwNnESxiPA_61UuH9wVjWxo1XiyKJnpDGiYXGeihoGn6EcLMKeA8wACuR_1ah7BD3iKMQRW3DWEBfjp0LMyQ","e":"AQAB"},{"use":"enc","kty":"EC","kid":"es256_dup","crv":"P-256","x":"2eFMhRrJ32E2iMUd8yqTH1S1R0iUNeJVkpxEtEcAK58","y":"GpCy6KiKO4cFyeuAz8wUpBUHQmx0SX0YnswvZaSKkEc"},{"use":"enc","kty":"RSA","kid":"httpserver_dup","n":"p30DhlZ8sr5ZDi6prRvKL4M9ErQJ4ZYZST153m_xBP68ft-vuLOLLzl8pAXBW5IqR0YEchGQPJtUQjqE4j7ht-rqN2WQxLVzUdc9FGi2VDADdRvBncpBgSjueU-tSblcZ6LSF0UPeM2z5xTdMSgWRJ9xff_cvHJTpACdG2EWwe8u9a9yzVz_dqLbVugy415Cotp3DiZyIjHVEADvJY9Xlxk4E39lCKOMQlAFMPH76HnXCrVCi4MZeokCYHBzH_8ue29ImhLAZRE83F9r0mhfx37lAraut3rr6sRponY4wBRaEXpNrVlcTTNMyvL272TCkEZqtm4mwepVhNYj7Pxblw","e":"AQAB"},{"use":"enc","kty":"RSA","kid":"mtls01_dup","n":"ppY9BFOF6YXRPSRv-p21I6l-9OiTF_JbjzQ3zbvkhwkQ8p30chePHLQVeBBev1oV5j_oGYzD2_hUkUcqueHETuOFTaZ8Z0VpN9c2HDXTZ4IeTUpPJPPWcqJ4ykWxtZdhgWbxjn5lROzupAUrsT9nJci4_8KgEu6vaTnIo-NLVwzFkNr9cMYRBcg7O20RL7V7LSgGyqw2vUK3jvBCgsCZSWRjjBQiYGQjEYkvGmAm22Omw2HmdJ0mFV4m7DpyY2WRhLqSAedzkwsYioTDPXqa-ts8DgBqUySPYp1ACSoeHxVO5gnKd6ukaCNyh5U7bui0zMRw_NKRGChA1nJN3cg1Mw","e":"AQAB"},{"use":"enc","kty":"RSA","kid":"rsa256_dup","n":"toihHnUntP41DGJEpUQjHuzyWtb4NQEg5r38YoaCRVfnX7pmYOgn6zOU3jgUXuNqJefTHNLRq7_wxZT2zsCFrJvfg8ccl4Ds1Vp3Hur3mQVsqhXrKRqBvvsF_1pbJSbyLCk0_HkrcP9XRNP4Lq2MiofAtt89Lmya9ZlwbA4NLkEJFNtC-6wuq48kpA-TWXOcQXPUW-0RZS7t8DGgRlQpeUwj8-g6N_uUSk21hawGNlWmOYkrQ7w4kCIKO2U4Y6_2dygwNnESxiPA_61UuH9wVjWxo1XiyKJnpDGiYXGeihoGn6EcLMKeA8wACuR_1ah7BD3iKMQRW3DWEBfjp0LMyQ","e":"AQAB"}]}
2022-08-04 13:53:15
FetchServerKeys
Found JWK set string
jwk_string
{"keys":[{"use":"sig","kty":"EC","kid":"es256","crv":"P-256","x":"2eFMhRrJ32E2iMUd8yqTH1S1R0iUNeJVkpxEtEcAK58","y":"GpCy6KiKO4cFyeuAz8wUpBUHQmx0SX0YnswvZaSKkEc"},{"use":"sig","kty":"RSA","kid":"httpserver","n":"p30DhlZ8sr5ZDi6prRvKL4M9ErQJ4ZYZST153m_xBP68ft-vuLOLLzl8pAXBW5IqR0YEchGQPJtUQjqE4j7ht-rqN2WQxLVzUdc9FGi2VDADdRvBncpBgSjueU-tSblcZ6LSF0UPeM2z5xTdMSgWRJ9xff_cvHJTpACdG2EWwe8u9a9yzVz_dqLbVugy415Cotp3DiZyIjHVEADvJY9Xlxk4E39lCKOMQlAFMPH76HnXCrVCi4MZeokCYHBzH_8ue29ImhLAZRE83F9r0mhfx37lAraut3rr6sRponY4wBRaEXpNrVlcTTNMyvL272TCkEZqtm4mwepVhNYj7Pxblw","e":"AQAB"},{"use":"sig","kty":"RSA","kid":"mtls01","n":"ppY9BFOF6YXRPSRv-p21I6l-9OiTF_JbjzQ3zbvkhwkQ8p30chePHLQVeBBev1oV5j_oGYzD2_hUkUcqueHETuOFTaZ8Z0VpN9c2HDXTZ4IeTUpPJPPWcqJ4ykWxtZdhgWbxjn5lROzupAUrsT9nJci4_8KgEu6vaTnIo-NLVwzFkNr9cMYRBcg7O20RL7V7LSgGyqw2vUK3jvBCgsCZSWRjjBQiYGQjEYkvGmAm22Omw2HmdJ0mFV4m7DpyY2WRhLqSAedzkwsYioTDPXqa-ts8DgBqUySPYp1ACSoeHxVO5gnKd6ukaCNyh5U7bui0zMRw_NKRGChA1nJN3cg1Mw","e":"AQAB"},{"use":"sig","kty":"RSA","kid":"rsa256","n":"toihHnUntP41DGJEpUQjHuzyWtb4NQEg5r38YoaCRVfnX7pmYOgn6zOU3jgUXuNqJefTHNLRq7_wxZT2zsCFrJvfg8ccl4Ds1Vp3Hur3mQVsqhXrKRqBvvsF_1pbJSbyLCk0_HkrcP9XRNP4Lq2MiofAtt89Lmya9ZlwbA4NLkEJFNtC-6wuq48kpA-TWXOcQXPUW-0RZS7t8DGgRlQpeUwj8-g6N_uUSk21hawGNlWmOYkrQ7w4kCIKO2U4Y6_2dygwNnESxiPA_61UuH9wVjWxo1XiyKJnpDGiYXGeihoGn6EcLMKeA8wACuR_1ah7BD3iKMQRW3DWEBfjp0LMyQ","e":"AQAB"},{"use":"enc","kty":"EC","kid":"es256_dup","crv":"P-256","x":"2eFMhRrJ32E2iMUd8yqTH1S1R0iUNeJVkpxEtEcAK58","y":"GpCy6KiKO4cFyeuAz8wUpBUHQmx0SX0YnswvZaSKkEc"},{"use":"enc","kty":"RSA","kid":"httpserver_dup","n":"p30DhlZ8sr5ZDi6prRvKL4M9ErQJ4ZYZST153m_xBP68ft-vuLOLLzl8pAXBW5IqR0YEchGQPJtUQjqE4j7ht-rqN2WQxLVzUdc9FGi2VDADdRvBncpBgSjueU-tSblcZ6LSF0UPeM2z5xTdMSgWRJ9xff_cvHJTpACdG2EWwe8u9a9yzVz_dqLbVugy415Cotp3DiZyIjHVEADvJY9Xlxk4E39lCKOMQlAFMPH76HnXCrVCi4MZeokCYHBzH_8ue29ImhLAZRE83F9r0mhfx37lAraut3rr6sRponY4wBRaEXpNrVlcTTNMyvL272TCkEZqtm4mwepVhNYj7Pxblw","e":"AQAB"},{"use":"enc","kty":"RSA","kid":"mtls01_dup","n":"ppY9BFOF6YXRPSRv-p21I6l-9OiTF_JbjzQ3zbvkhwkQ8p30chePHLQVeBBev1oV5j_oGYzD2_hUkUcqueHETuOFTaZ8Z0VpN9c2HDXTZ4IeTUpPJPPWcqJ4ykWxtZdhgWbxjn5lROzupAUrsT9nJci4_8KgEu6vaTnIo-NLVwzFkNr9cMYRBcg7O20RL7V7LSgGyqw2vUK3jvBCgsCZSWRjjBQiYGQjEYkvGmAm22Omw2HmdJ0mFV4m7DpyY2WRhLqSAedzkwsYioTDPXqa-ts8DgBqUySPYp1ACSoeHxVO5gnKd6ukaCNyh5U7bui0zMRw_NKRGChA1nJN3cg1Mw","e":"AQAB"},{"use":"enc","kty":"RSA","kid":"rsa256_dup","n":"toihHnUntP41DGJEpUQjHuzyWtb4NQEg5r38YoaCRVfnX7pmYOgn6zOU3jgUXuNqJefTHNLRq7_wxZT2zsCFrJvfg8ccl4Ds1Vp3Hur3mQVsqhXrKRqBvvsF_1pbJSbyLCk0_HkrcP9XRNP4Lq2MiofAtt89Lmya9ZlwbA4NLkEJFNtC-6wuq48kpA-TWXOcQXPUW-0RZS7t8DGgRlQpeUwj8-g6N_uUSk21hawGNlWmOYkrQ7w4kCIKO2U4Y6_2dygwNnESxiPA_61UuH9wVjWxo1XiyKJnpDGiYXGeihoGn6EcLMKeA8wACuR_1ah7BD3iKMQRW3DWEBfjp0LMyQ","e":"AQAB"}]}
2022-08-04 13:53:15 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "use": "sig",
      "kty": "EC",
      "kid": "es256",
      "crv": "P-256",
      "x": "2eFMhRrJ32E2iMUd8yqTH1S1R0iUNeJVkpxEtEcAK58",
      "y": "GpCy6KiKO4cFyeuAz8wUpBUHQmx0SX0YnswvZaSKkEc"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "httpserver",
      "n": "p30DhlZ8sr5ZDi6prRvKL4M9ErQJ4ZYZST153m_xBP68ft-vuLOLLzl8pAXBW5IqR0YEchGQPJtUQjqE4j7ht-rqN2WQxLVzUdc9FGi2VDADdRvBncpBgSjueU-tSblcZ6LSF0UPeM2z5xTdMSgWRJ9xff_cvHJTpACdG2EWwe8u9a9yzVz_dqLbVugy415Cotp3DiZyIjHVEADvJY9Xlxk4E39lCKOMQlAFMPH76HnXCrVCi4MZeokCYHBzH_8ue29ImhLAZRE83F9r0mhfx37lAraut3rr6sRponY4wBRaEXpNrVlcTTNMyvL272TCkEZqtm4mwepVhNYj7Pxblw",
      "e": "AQAB"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "mtls01",
      "n": "ppY9BFOF6YXRPSRv-p21I6l-9OiTF_JbjzQ3zbvkhwkQ8p30chePHLQVeBBev1oV5j_oGYzD2_hUkUcqueHETuOFTaZ8Z0VpN9c2HDXTZ4IeTUpPJPPWcqJ4ykWxtZdhgWbxjn5lROzupAUrsT9nJci4_8KgEu6vaTnIo-NLVwzFkNr9cMYRBcg7O20RL7V7LSgGyqw2vUK3jvBCgsCZSWRjjBQiYGQjEYkvGmAm22Omw2HmdJ0mFV4m7DpyY2WRhLqSAedzkwsYioTDPXqa-ts8DgBqUySPYp1ACSoeHxVO5gnKd6ukaCNyh5U7bui0zMRw_NKRGChA1nJN3cg1Mw",
      "e": "AQAB"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "rsa256",
      "n": "toihHnUntP41DGJEpUQjHuzyWtb4NQEg5r38YoaCRVfnX7pmYOgn6zOU3jgUXuNqJefTHNLRq7_wxZT2zsCFrJvfg8ccl4Ds1Vp3Hur3mQVsqhXrKRqBvvsF_1pbJSbyLCk0_HkrcP9XRNP4Lq2MiofAtt89Lmya9ZlwbA4NLkEJFNtC-6wuq48kpA-TWXOcQXPUW-0RZS7t8DGgRlQpeUwj8-g6N_uUSk21hawGNlWmOYkrQ7w4kCIKO2U4Y6_2dygwNnESxiPA_61UuH9wVjWxo1XiyKJnpDGiYXGeihoGn6EcLMKeA8wACuR_1ah7BD3iKMQRW3DWEBfjp0LMyQ",
      "e": "AQAB"
    },
    {
      "use": "enc",
      "kty": "EC",
      "kid": "es256_dup",
      "crv": "P-256",
      "x": "2eFMhRrJ32E2iMUd8yqTH1S1R0iUNeJVkpxEtEcAK58",
      "y": "GpCy6KiKO4cFyeuAz8wUpBUHQmx0SX0YnswvZaSKkEc"
    },
    {
      "use": "enc",
      "kty": "RSA",
      "kid": "httpserver_dup",
      "n": "p30DhlZ8sr5ZDi6prRvKL4M9ErQJ4ZYZST153m_xBP68ft-vuLOLLzl8pAXBW5IqR0YEchGQPJtUQjqE4j7ht-rqN2WQxLVzUdc9FGi2VDADdRvBncpBgSjueU-tSblcZ6LSF0UPeM2z5xTdMSgWRJ9xff_cvHJTpACdG2EWwe8u9a9yzVz_dqLbVugy415Cotp3DiZyIjHVEADvJY9Xlxk4E39lCKOMQlAFMPH76HnXCrVCi4MZeokCYHBzH_8ue29ImhLAZRE83F9r0mhfx37lAraut3rr6sRponY4wBRaEXpNrVlcTTNMyvL272TCkEZqtm4mwepVhNYj7Pxblw",
      "e": "AQAB"
    },
    {
      "use": "enc",
      "kty": "RSA",
      "kid": "mtls01_dup",
      "n": "ppY9BFOF6YXRPSRv-p21I6l-9OiTF_JbjzQ3zbvkhwkQ8p30chePHLQVeBBev1oV5j_oGYzD2_hUkUcqueHETuOFTaZ8Z0VpN9c2HDXTZ4IeTUpPJPPWcqJ4ykWxtZdhgWbxjn5lROzupAUrsT9nJci4_8KgEu6vaTnIo-NLVwzFkNr9cMYRBcg7O20RL7V7LSgGyqw2vUK3jvBCgsCZSWRjjBQiYGQjEYkvGmAm22Omw2HmdJ0mFV4m7DpyY2WRhLqSAedzkwsYioTDPXqa-ts8DgBqUySPYp1ACSoeHxVO5gnKd6ukaCNyh5U7bui0zMRw_NKRGChA1nJN3cg1Mw",
      "e": "AQAB"
    },
    {
      "use": "enc",
      "kty": "RSA",
      "kid": "rsa256_dup",
      "n": "toihHnUntP41DGJEpUQjHuzyWtb4NQEg5r38YoaCRVfnX7pmYOgn6zOU3jgUXuNqJefTHNLRq7_wxZT2zsCFrJvfg8ccl4Ds1Vp3Hur3mQVsqhXrKRqBvvsF_1pbJSbyLCk0_HkrcP9XRNP4Lq2MiofAtt89Lmya9ZlwbA4NLkEJFNtC-6wuq48kpA-TWXOcQXPUW-0RZS7t8DGgRlQpeUwj8-g6N_uUSk21hawGNlWmOYkrQ7w4kCIKO2U4Y6_2dygwNnESxiPA_61UuH9wVjWxo1XiyKJnpDGiYXGeihoGn6EcLMKeA8wACuR_1ah7BD3iKMQRW3DWEBfjp0LMyQ",
      "e": "AQAB"
    }
  ]
}
2022-08-04 13:53:15 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "use": "sig",
      "kty": "EC",
      "kid": "es256",
      "crv": "P-256",
      "x": "2eFMhRrJ32E2iMUd8yqTH1S1R0iUNeJVkpxEtEcAK58",
      "y": "GpCy6KiKO4cFyeuAz8wUpBUHQmx0SX0YnswvZaSKkEc"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "httpserver",
      "n": "p30DhlZ8sr5ZDi6prRvKL4M9ErQJ4ZYZST153m_xBP68ft-vuLOLLzl8pAXBW5IqR0YEchGQPJtUQjqE4j7ht-rqN2WQxLVzUdc9FGi2VDADdRvBncpBgSjueU-tSblcZ6LSF0UPeM2z5xTdMSgWRJ9xff_cvHJTpACdG2EWwe8u9a9yzVz_dqLbVugy415Cotp3DiZyIjHVEADvJY9Xlxk4E39lCKOMQlAFMPH76HnXCrVCi4MZeokCYHBzH_8ue29ImhLAZRE83F9r0mhfx37lAraut3rr6sRponY4wBRaEXpNrVlcTTNMyvL272TCkEZqtm4mwepVhNYj7Pxblw",
      "e": "AQAB"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "mtls01",
      "n": "ppY9BFOF6YXRPSRv-p21I6l-9OiTF_JbjzQ3zbvkhwkQ8p30chePHLQVeBBev1oV5j_oGYzD2_hUkUcqueHETuOFTaZ8Z0VpN9c2HDXTZ4IeTUpPJPPWcqJ4ykWxtZdhgWbxjn5lROzupAUrsT9nJci4_8KgEu6vaTnIo-NLVwzFkNr9cMYRBcg7O20RL7V7LSgGyqw2vUK3jvBCgsCZSWRjjBQiYGQjEYkvGmAm22Omw2HmdJ0mFV4m7DpyY2WRhLqSAedzkwsYioTDPXqa-ts8DgBqUySPYp1ACSoeHxVO5gnKd6ukaCNyh5U7bui0zMRw_NKRGChA1nJN3cg1Mw",
      "e": "AQAB"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "rsa256",
      "n": "toihHnUntP41DGJEpUQjHuzyWtb4NQEg5r38YoaCRVfnX7pmYOgn6zOU3jgUXuNqJefTHNLRq7_wxZT2zsCFrJvfg8ccl4Ds1Vp3Hur3mQVsqhXrKRqBvvsF_1pbJSbyLCk0_HkrcP9XRNP4Lq2MiofAtt89Lmya9ZlwbA4NLkEJFNtC-6wuq48kpA-TWXOcQXPUW-0RZS7t8DGgRlQpeUwj8-g6N_uUSk21hawGNlWmOYkrQ7w4kCIKO2U4Y6_2dygwNnESxiPA_61UuH9wVjWxo1XiyKJnpDGiYXGeihoGn6EcLMKeA8wACuR_1ah7BD3iKMQRW3DWEBfjp0LMyQ",
      "e": "AQAB"
    },
    {
      "use": "enc",
      "kty": "EC",
      "kid": "es256_dup",
      "crv": "P-256",
      "x": "2eFMhRrJ32E2iMUd8yqTH1S1R0iUNeJVkpxEtEcAK58",
      "y": "GpCy6KiKO4cFyeuAz8wUpBUHQmx0SX0YnswvZaSKkEc"
    },
    {
      "use": "enc",
      "kty": "RSA",
      "kid": "httpserver_dup",
      "n": "p30DhlZ8sr5ZDi6prRvKL4M9ErQJ4ZYZST153m_xBP68ft-vuLOLLzl8pAXBW5IqR0YEchGQPJtUQjqE4j7ht-rqN2WQxLVzUdc9FGi2VDADdRvBncpBgSjueU-tSblcZ6LSF0UPeM2z5xTdMSgWRJ9xff_cvHJTpACdG2EWwe8u9a9yzVz_dqLbVugy415Cotp3DiZyIjHVEADvJY9Xlxk4E39lCKOMQlAFMPH76HnXCrVCi4MZeokCYHBzH_8ue29ImhLAZRE83F9r0mhfx37lAraut3rr6sRponY4wBRaEXpNrVlcTTNMyvL272TCkEZqtm4mwepVhNYj7Pxblw",
      "e": "AQAB"
    },
    {
      "use": "enc",
      "kty": "RSA",
      "kid": "mtls01_dup",
      "n": "ppY9BFOF6YXRPSRv-p21I6l-9OiTF_JbjzQ3zbvkhwkQ8p30chePHLQVeBBev1oV5j_oGYzD2_hUkUcqueHETuOFTaZ8Z0VpN9c2HDXTZ4IeTUpPJPPWcqJ4ykWxtZdhgWbxjn5lROzupAUrsT9nJci4_8KgEu6vaTnIo-NLVwzFkNr9cMYRBcg7O20RL7V7LSgGyqw2vUK3jvBCgsCZSWRjjBQiYGQjEYkvGmAm22Omw2HmdJ0mFV4m7DpyY2WRhLqSAedzkwsYioTDPXqa-ts8DgBqUySPYp1ACSoeHxVO5gnKd6ukaCNyh5U7bui0zMRw_NKRGChA1nJN3cg1Mw",
      "e": "AQAB"
    },
    {
      "use": "enc",
      "kty": "RSA",
      "kid": "rsa256_dup",
      "n": "toihHnUntP41DGJEpUQjHuzyWtb4NQEg5r38YoaCRVfnX7pmYOgn6zOU3jgUXuNqJefTHNLRq7_wxZT2zsCFrJvfg8ccl4Ds1Vp3Hur3mQVsqhXrKRqBvvsF_1pbJSbyLCk0_HkrcP9XRNP4Lq2MiofAtt89Lmya9ZlwbA4NLkEJFNtC-6wuq48kpA-TWXOcQXPUW-0RZS7t8DGgRlQpeUwj8-g6N_uUSk21hawGNlWmOYkrQ7w4kCIKO2U4Y6_2dygwNnESxiPA_61UuH9wVjWxo1XiyKJnpDGiYXGeihoGn6EcLMKeA8wACuR_1ah7BD3iKMQRW3DWEBfjp0LMyQ",
      "e": "AQAB"
    }
  ]
}
2022-08-04 13:53:15 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-08-04 13:53:15 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2022-08-04 13:53:15 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-08-04 13:53:15 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-08-04 13:53:15
StoreOriginalClientConfiguration
Created original_client_config object from the client configuration.
client_id
client01
client_secret
secret
2022-08-04 13:53:15
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
2022-08-04 13:53:15 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "t7p5mDqMv5A-lXZ6mIj0k_neqKHKFfMDKLF0Sn7Oh7y3U1k5SSmAN9IbjBLu_7SFHo4BoGXDMj82U5jTmSZQWAfnbui9VPTXfLOKX2sWMbf948ayEYqxlvV8yF6pAhlXeILhPQivYCz-_yE8oY0pJBw-vOlLx4WSxvKQaeYUsN8",
      "kty": "RSA",
      "q": "tvZSXnRWiN40kxLsw6qi377-UIEUwrlvu3y-zBBopCWiqCuHioElduy7sdj-E7zv0nKHtWK6wX0aeH15lbnAof0oHyIdrGiuxe1fQBFZay-g8U0oq8-ru5eKubwLwElTK3PbaEasaK01HfxxqwiZTXRSMo9gsMaAQGJvSHNjPS0",
      "d": "Mbo0oSi84TCnCn3tBglvC6dTGolL2mnkdXkAxWAIHPbgna2PuPirxyT-6nquu54AwTcQznwB-AL0gsTOSyRhBK0TrpmK-YjnB-upI131yTp89-UxI6HQbD5Ttmal0xkVr4MrI4BNEJ3K1ui32eloumBwLbS895UuBgjvgf8BtUwBIqT1gRMAOcU_nNYq-eAINL7j1NZJkUPd-5arW0roYYJ_b16v03zlZ3wVlvBMkxdVDja0zIvPQNrdYmW8UQNdtqMBR17_VnicY4rFFb0ITmGQycQDKXSVo0kpsirlHFAZlunMWoareweRm0QjYvV02GSrZ9R3_LyRfS2Pc7VJ-Q",
      "e": "AQAB",
      "use": "sig",
      "qi": "YbMDLl_3_UWpJKnKDw5Wa50IQtaKuI0BGc1cnyGctkDPZahWkXyiRYzANv2JZ7cJHf0r4_1x2Hg8rTafDXmiaB6ZvR147-VIpr3H-IMnGvrMQv8ajiwLG4-XLCFrhWLgb9bvrarHENX93gEtsmLbxuKdfStZ7SI4qPIMCkmeWQc",
      "dp": "eKsFn4Cc3lf7cqi8_h-9Gs8aeQDBvEa-BWT_Lso4FRhSA3DvWeji6EabhxUMWW8TmyzDTrhnSkIQCTmvh7-NNzQBwWskpn6kZKd6sw6fJgpkusvOOg0wdChJS0Q4lkNUmrbC_hYNMQp8c849hxEyOyA96E8FUUaeTwIS7SqK3ls",
      "alg": "RS256",
      "dq": "C00LqWnmLm4LMUpp9WwEw204qCBQ9_YcQKhj4Jbi38CzW0_U_2kat03ICiQtDWsOJSGN4FZI0sq3Z9nYOLdQfrD0WXfx_UQ6B1-yEnL_4u7-MeliKbqaEOw7VV2YHDhrOrPdSYOUAqMwNLnzC21siqw0p4rTnhektFVgKkl2R8E",
      "n": "g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw"
    }
  ]
}
2022-08-04 13:53:15 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-08-04 13:53:15
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
2022-08-04 13:53:15
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
client_name
OIDF Conformance Test y5jQBSnmKFKfrCr
2022-08-04 13:53:15
AddImplicitGrantTypeToDynamicRegistrationRequest
Added 'implicit' to 'grant_types'
grant_types
[
  "implicit"
]
2022-08-04 13:53:15
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test y5jQBSnmKFKfrCr",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw"
      }
    ]
  }
}
2022-08-04 13:53:15
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test y5jQBSnmKFKfrCr",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2022-08-04 13:53:15
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test y5jQBSnmKFKfrCr",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ]
}
2022-08-04 13:53:15
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test y5jQBSnmKFKfrCr",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback"
  ]
}
2022-08-04 13:53:15
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test y5jQBSnmKFKfrCr",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ]
}
2022-08-04 13:53:15
CallDynamicRegistrationEndpoint
HTTP request
request_uri
https://isamfed.com:8843/oauth2/register
request_method
POST
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "content-type": "application/json",
  "content-length": "724"
}
request_body
{"client_name":"OIDF Conformance Test y5jQBSnmKFKfrCr","grant_types":["implicit"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["id_token token"],"redirect_uris":["https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback"],"contacts":["certification@oidf.org"]}
2022-08-04 13:53:16 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
201 CREATED
response_status_text
Created
response_headers
{
  "content-length": "1139",
  "content-type": "application/json;charset\u003dUTF-8",
  "date": "Thu, 04 Aug 2022 13:53:16 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "cache-control": "no-store",
  "x-correlation-id": "CORR_ID-0182e8a3-35f4-4e7a-b70b-bcc9a129c0a3",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains",
  "pragma": "no-cache"
}
response_body
{"client_id":"1af71ce8-923c-4351-b46e-2b3bf28e0cf3","client_id_issued_at":1659621196,"client_name":"OIDF Conformance Test y5jQBSnmKFKfrCr","client_secret":"2uWso7vW2iayZpn1","client_secret_expires_at":0,"contacts":["certification@oidf.org"],"grant_types":["implicit"],"jwks":{"keys":[{"alg":"RS256","e":"AQAB","kty":"RSA","n":"g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw","use":"sig"}]},"redirect_uris":["https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback"],"registration_access_token":"H4iw78GrMHi9oKIu_a0feFBczOwfvbZF5MTlz0iaOPg.6krQqEldz6hLCl9qL2_qadZZVLnFTNTDqyMJ3-hgjw0aAyqe5aX7H6DIVXWZvHKlKMv4HNiptSRO-Tvq3cxinQ","registration_client_uri":"https://isamfed.com:8843/oauth2/register/1af71ce8-923c-4351-b46e-2b3bf28e0cf3","response_types":["id_token token"],"token_endpoint_auth_method":"client_secret_basic"}
2022-08-04 13:53:16
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
status
201
endpoint_name
dynamic registration
headers
{
  "content-length": "1139",
  "content-type": "application/json;charset\u003dUTF-8",
  "date": "Thu, 04 Aug 2022 13:53:16 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "cache-control": "no-store",
  "x-correlation-id": "CORR_ID-0182e8a3-35f4-4e7a-b70b-bcc9a129c0a3",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains",
  "pragma": "no-cache"
}
body
{"client_id":"1af71ce8-923c-4351-b46e-2b3bf28e0cf3","client_id_issued_at":1659621196,"client_name":"OIDF Conformance Test y5jQBSnmKFKfrCr","client_secret":"2uWso7vW2iayZpn1","client_secret_expires_at":0,"contacts":["certification@oidf.org"],"grant_types":["implicit"],"jwks":{"keys":[{"alg":"RS256","e":"AQAB","kty":"RSA","n":"g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw","use":"sig"}]},"redirect_uris":["https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback"],"registration_access_token":"H4iw78GrMHi9oKIu_a0feFBczOwfvbZF5MTlz0iaOPg.6krQqEldz6hLCl9qL2_qadZZVLnFTNTDqyMJ3-hgjw0aAyqe5aX7H6DIVXWZvHKlKMv4HNiptSRO-Tvq3cxinQ","registration_client_uri":"https://isamfed.com:8843/oauth2/register/1af71ce8-923c-4351-b46e-2b3bf28e0cf3","response_types":["id_token token"],"token_endpoint_auth_method":"client_secret_basic"}
body_json
{
  "client_id": "1af71ce8-923c-4351-b46e-2b3bf28e0cf3",
  "client_id_issued_at": 1659621196,
  "client_name": "OIDF Conformance Test y5jQBSnmKFKfrCr",
  "client_secret": "2uWso7vW2iayZpn1",
  "client_secret_expires_at": 0,
  "contacts": [
    "certification@oidf.org"
  ],
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "alg": "RS256",
        "e": "AQAB",
        "kty": "RSA",
        "n": "g09awJbSVg-T2iJs5ui7HpY7FL83r5rSbvr6sRx-gm3TjKnAtvH4LfheJZ-xrGWVMZn3qT3HfxN4HJCKTHWWx9EiQHAoTN0cfMC6-XYlWfUG92OOwNpiCAMNfSGOVGIpnZYN6T1zS-9oi-dbEyWP9bKFmOIgFPtIOcBf1T2bRR8M33YYbuFQ4HZ-ctU9kT-8omDPoIu22ODrqc6cviEgJn_TlCokRxEBdnphLWmuvBUhP9262_uSjrx8JAgVBipbtcogOdTViwhD2Ob9KK6YRHYnKkls_F_kS8QsfvNCQjVckNT1zyBvGer39fTWcRGQw9slwJtjDRFUPFOc8wU6Mw",
        "use": "sig"
      }
    ]
  },
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback"
  ],
  "registration_access_token": "H4iw78GrMHi9oKIu_a0feFBczOwfvbZF5MTlz0iaOPg.6krQqEldz6hLCl9qL2_qadZZVLnFTNTDqyMJ3-hgjw0aAyqe5aX7H6DIVXWZvHKlKMv4HNiptSRO-Tvq3cxinQ",
  "registration_client_uri": "https://isamfed.com:8843/oauth2/register/1af71ce8-923c-4351-b46e-2b3bf28e0cf3",
  "response_types": [
    "id_token token"
  ],
  "token_endpoint_auth_method": "client_secret_basic"
}
2022-08-04 13:53:16 SUCCESS
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
2022-08-04 13:53:16 SUCCESS
EnsureHttpStatusCodeIs201
dynamic registration endpoint returned the expected http status
expected_status
201
http_status
201
2022-08-04 13:53:16 SUCCESS
CheckNoErrorFromDynamicRegistrationEndpoint
Dynamic registration endpoint did not return an error.
2022-08-04 13:53:16 SUCCESS
ExtractDynamicRegistrationResponse
Extracted client from dynamic registration response
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
2022-08-04 13:53:16 SUCCESS
VerifyClientManagementCredentials
Verified dynamic registration management credentials
registration_client_uri
https://isamfed.com:8843/oauth2/register/1af71ce8-923c-4351-b46e-2b3bf28e0cf3
registration_access_token
H4iw78GrMHi9oKIu_a0feFBczOwfvbZF5MTlz0iaOPg.6krQqEldz6hLCl9qL2_qadZZVLnFTNTDqyMJ3-hgjw0aAyqe5aX7H6DIVXWZvHKlKMv4HNiptSRO-Tvq3cxinQ
2022-08-04 13:53:16
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2022-08-04 13:53:16 SUCCESS
EnsureServerConfigurationSupportsClientSecretBasic
Contents of 'token_endpoint_auth_methods_supported' in discovery document matches expectations.
actual
[
  "client_secret_basic",
  "client_secret_post",
  "private_key_jwt",
  "tls_client_auth"
]
expected
[
  "client_secret_basic"
]
minimum_matches_required
1
2022-08-04 13:53:16 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.
protected_resource_url
https://isamfed.com:8843/oauth2/userinfo
2022-08-04 13:53:16
oidcc-prompt-login
Setup Done
Make request to authorization endpoint
2022-08-04 13:53:16 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
2022-08-04 13:53:16
CreateRandomStateValue
Created state value
requested_state_length
10
state
5rZN0AI0UT
2022-08-04 13:53:16 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
state
5rZN0AI0UT
2022-08-04 13:53:16
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
sU7U80eVU1
2022-08-04 13:53:16 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
state
5rZN0AI0UT
nonce
sU7U80eVU1
2022-08-04 13:53:16 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
state
5rZN0AI0UT
nonce
sU7U80eVU1
response_type
id_token token
2022-08-04 13:53:16
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
state
5rZN0AI0UT
nonce
sU7U80eVU1
response_type
id_token token
response_mode
form_post
2022-08-04 13:53:16 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
auth_request
{
  "client_id": "1af71ce8-923c-4351-b46e-2b3bf28e0cf3",
  "redirect_uri": "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback",
  "scope": "openid",
  "state": "5rZN0AI0UT",
  "nonce": "sU7U80eVU1",
  "response_type": "id_token token",
  "response_mode": "form_post"
}
redirect_to_authorization_endpoint
https://isamfed.com:8843/oauth2/authorize?client_id=1af71ce8-923c-4351-b46e-2b3bf28e0cf3&redirect_uri=https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback&scope=openid&state=5rZN0AI0UT&nonce=sU7U80eVU1&response_type=id_token%20token&response_mode=form_post
2022-08-04 13:53:16 REDIRECT
oidcc-prompt-login
Redirecting to authorization endpoint
redirect_to
https://isamfed.com:8843/oauth2/authorize?client_id=1af71ce8-923c-4351-b46e-2b3bf28e0cf3&redirect_uri=https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback&scope=openid&state=5rZN0AI0UT&nonce=sU7U80eVU1&response_type=id_token%20token&response_mode=form_post
2022-08-04 13:53:53 INCOMING
oidcc-prompt-login
Incoming HTTP request to /test/a/isva_op_oidc_core_test_gh/callback
incoming_headers
{
  "host": "www.certification.openid.net",
  "cache-control": "max-age\u003d0",
  "sec-ch-ua": "\".Not/A)Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"103\", \"Chromium\";v\u003d\"103\"",
  "sec-ch-ua-mobile": "?0",
  "sec-ch-ua-platform": "\"macOS\"",
  "upgrade-insecure-requests": "1",
  "origin": "https://isamfed.com:8843",
  "content-type": "application/x-www-form-urlencoded",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "cross-site",
  "sec-fetch-mode": "navigate",
  "sec-fetch-dest": "document",
  "referer": "https://isamfed.com:8843/",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9,zh-TW;q\u003d0.8,zh;q\u003d0.7",
  "connection": "close",
  "content-length": "1037"
}
incoming_path
/test/a/isva_op_oidc_core_test_gh/callback
incoming_body_form_params
{
  "access_token": "83DthloY8irwR3pw67Oq4Sj1oL8pgLu0WsBfOU3hsJ0.5XwFQ8Pc4t1DYGAR_Qpg3A3MAsQAronnkEhJO1wi73ynxGKljyiZWzFYnVSBfIBr8Sui5jm9OvwNQ287uySpjQ",
  "expires_in": "7199",
  "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiQzE5WUtTa0NpQ0xmSzlLc1ZtOVBQdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIwNjg4LCJleHAiOjE2NTk2MjQ4MzMsImlhdCI6MTY1OTYyMTIzMywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjYzVmZjJhZS0zYzc2LTQ4ZmMtYjM3Mi05YWE0MGNkNDMwZjIiLCJub25jZSI6InNVN1U4MGVWVTEiLCJyYXQiOjE2NTk2MjEyMzIsInNfaGFzaCI6IkhNZmhlMXBtTW1HTTFYcl9PbXFfUnciLCJzdWIiOiJ0ZXN0dXNlciJ9.p611azE1e14bpKPYGI3rho5tLzk3uHJREY2yY616OgF661J1QYUTYpVFw5ahG_luIcuXT8nAiKp7CpP0do1ROAwCr9VL5JWasViPCc8qVubwnAKNYLJDUETlbDg5OJEMsbn8AdKNgcoqfQVfAB45TNJzMH9xzegazJgR_dXz-96e5-fd-ZLmye9ybkO2B4JMAArVO-lHUoIfoRUlSE_6pCxF8fZ9xAAQuh622gBohdsqYQfBjj1MHqBQCoQv9aQMklCG3ZVfaPYqZF34tv27mpgirI3Eom2uhEdrboiZlzmjycjgk0UxnGboSf4mbenRK8fo6Kc8n-AXYFanH6Vt2w",
  "scope": "openid",
  "state": "5rZN0AI0UT",
  "token_type": "bearer"
}
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
access_token=83DthloY8irwR3pw67Oq4Sj1oL8pgLu0WsBfOU3hsJ0.5XwFQ8Pc4t1DYGAR_Qpg3A3MAsQAronnkEhJO1wi73ynxGKljyiZWzFYnVSBfIBr8Sui5jm9OvwNQ287uySpjQ&expires_in=7199&id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiQzE5WUtTa0NpQ0xmSzlLc1ZtOVBQdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIwNjg4LCJleHAiOjE2NTk2MjQ4MzMsImlhdCI6MTY1OTYyMTIzMywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjYzVmZjJhZS0zYzc2LTQ4ZmMtYjM3Mi05YWE0MGNkNDMwZjIiLCJub25jZSI6InNVN1U4MGVWVTEiLCJyYXQiOjE2NTk2MjEyMzIsInNfaGFzaCI6IkhNZmhlMXBtTW1HTTFYcl9PbXFfUnciLCJzdWIiOiJ0ZXN0dXNlciJ9.p611azE1e14bpKPYGI3rho5tLzk3uHJREY2yY616OgF661J1QYUTYpVFw5ahG_luIcuXT8nAiKp7CpP0do1ROAwCr9VL5JWasViPCc8qVubwnAKNYLJDUETlbDg5OJEMsbn8AdKNgcoqfQVfAB45TNJzMH9xzegazJgR_dXz-96e5-fd-ZLmye9ybkO2B4JMAArVO-lHUoIfoRUlSE_6pCxF8fZ9xAAQuh622gBohdsqYQfBjj1MHqBQCoQv9aQMklCG3ZVfaPYqZF34tv27mpgirI3Eom2uhEdrboiZlzmjycjgk0UxnGboSf4mbenRK8fo6Kc8n-AXYFanH6Vt2w&scope=openid&state=5rZN0AI0UT&token_type=bearer
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_body_json
2022-08-04 13:53:53 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/iIxy1tfu2Na9GkAxaBdM",
  "fullUrl": "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/implicit/iIxy1tfu2Na9GkAxaBdM"
}
2022-08-04 13:53:53 OUTGOING
oidcc-prompt-login
Response to HTTP request to test instance y5jQBSnmKFKfrCr
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/implicit/iIxy1tfu2Na9GkAxaBdM, returnUrl=/log-detail.html?log=y5jQBSnmKFKfrCr}]
outgoing_path
callback
2022-08-04 13:53:54 INCOMING
oidcc-prompt-login
Incoming HTTP request to /test/a/isva_op_oidc_core_test_gh/implicit/iIxy1tfu2Na9GkAxaBdM
incoming_headers
{
  "host": "www.certification.openid.net",
  "sec-ch-ua": "\".Not/A)Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"103\", \"Chromium\";v\u003d\"103\"",
  "accept": "*/*",
  "content-type": "text/plain",
  "x-requested-with": "XMLHttpRequest",
  "sec-ch-ua-mobile": "?0",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
  "sec-ch-ua-platform": "\"macOS\"",
  "origin": "https://www.certification.openid.net",
  "sec-fetch-site": "same-origin",
  "sec-fetch-mode": "cors",
  "sec-fetch-dest": "empty",
  "referer": "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9,zh-TW;q\u003d0.8,zh;q\u003d0.7",
  "cookie": "__utma\u003d201319536.1003316269.1659326830.1659326830.1659326830.1; __utmc\u003d201319536; __utmz\u003d201319536.1659326830.1.1.utmcsr\u003d(direct)|utmccn\u003d(direct)|utmcmd\u003d(none); JSESSIONID\u003dA313B734FA1693B720252A1FAC93A219",
  "connection": "close",
  "content-length": "0"
}
incoming_path
/test/a/isva_op_oidc_core_test_gh/implicit/iIxy1tfu2Na9GkAxaBdM
incoming_body_form_params
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_body_json
2022-08-04 13:53:54 OUTGOING
oidcc-prompt-login
Response to HTTP request to test instance y5jQBSnmKFKfrCr
outgoing_status_code
204
outgoing_headers
{}
outgoing_body

                                
outgoing_path
implicit/iIxy1tfu2Na9GkAxaBdM
2022-08-04 13:53:54 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2022-08-04 13:53:54 REDIRECT-IN
oidcc-prompt-login
Authorization endpoint response captured
url_query
{}
headers
{
  "host": "www.certification.openid.net",
  "cache-control": "max-age\u003d0",
  "sec-ch-ua": "\".Not/A)Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"103\", \"Chromium\";v\u003d\"103\"",
  "sec-ch-ua-mobile": "?0",
  "sec-ch-ua-platform": "\"macOS\"",
  "upgrade-insecure-requests": "1",
  "origin": "https://isamfed.com:8843",
  "content-type": "application/x-www-form-urlencoded",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "cross-site",
  "sec-fetch-mode": "navigate",
  "sec-fetch-dest": "document",
  "referer": "https://isamfed.com:8843/",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9,zh-TW;q\u003d0.8,zh;q\u003d0.7",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "x-forwarded-proto": "https",
  "x-forwarded-port": "443",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "content-length": "1037"
}
http_method
POST
url_fragment
{}
post_body
{
  "access_token": "83DthloY8irwR3pw67Oq4Sj1oL8pgLu0WsBfOU3hsJ0.5XwFQ8Pc4t1DYGAR_Qpg3A3MAsQAronnkEhJO1wi73ynxGKljyiZWzFYnVSBfIBr8Sui5jm9OvwNQ287uySpjQ",
  "expires_in": "7199",
  "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiQzE5WUtTa0NpQ0xmSzlLc1ZtOVBQdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIwNjg4LCJleHAiOjE2NTk2MjQ4MzMsImlhdCI6MTY1OTYyMTIzMywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjYzVmZjJhZS0zYzc2LTQ4ZmMtYjM3Mi05YWE0MGNkNDMwZjIiLCJub25jZSI6InNVN1U4MGVWVTEiLCJyYXQiOjE2NTk2MjEyMzIsInNfaGFzaCI6IkhNZmhlMXBtTW1HTTFYcl9PbXFfUnciLCJzdWIiOiJ0ZXN0dXNlciJ9.p611azE1e14bpKPYGI3rho5tLzk3uHJREY2yY616OgF661J1QYUTYpVFw5ahG_luIcuXT8nAiKp7CpP0do1ROAwCr9VL5JWasViPCc8qVubwnAKNYLJDUETlbDg5OJEMsbn8AdKNgcoqfQVfAB45TNJzMH9xzegazJgR_dXz-96e5-fd-ZLmye9ybkO2B4JMAArVO-lHUoIfoRUlSE_6pCxF8fZ9xAAQuh622gBohdsqYQfBjj1MHqBQCoQv9aQMklCG3ZVfaPYqZF34tv27mpgirI3Eom2uhEdrboiZlzmjycjgk0UxnGboSf4mbenRK8fo6Kc8n-AXYFanH6Vt2w",
  "scope": "openid",
  "state": "5rZN0AI0UT",
  "token_type": "bearer"
}
Verify authorization endpoint response
2022-08-04 13:53:54 SUCCESS
CheckCallbackHttpMethodIsPost
HTTP method used at redirect_uri is 'POST'
2022-08-04 13:53:54 SUCCESS
CheckCallbackContentTypeIsFormUrlEncoded
content-type header to redirect_uri has the expected value
content_type
application/x-www-form-urlencoded
expected
application/x-www-form-urlencoded
2022-08-04 13:53:54 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2022-08-04 13:53:54 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2022-08-04 13:53:54 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2022-08-04 13:53:54
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
2022-08-04 13:53:54 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2022-08-04 13:53:54 SUCCESS
CheckStateInAuthorizationResponse
State in response correctly returned
state
5rZN0AI0UT
2022-08-04 13:53:54 SUCCESS
ExtractAccessTokenFromAuthorizationResponse
Extracted the access token
value
83DthloY8irwR3pw67Oq4Sj1oL8pgLu0WsBfOU3hsJ0.5XwFQ8Pc4t1DYGAR_Qpg3A3MAsQAronnkEhJO1wi73ynxGKljyiZWzFYnVSBfIBr8Sui5jm9OvwNQ287uySpjQ
type
bearer
2022-08-04 13:53:54 SUCCESS
ExtractIdTokenFromAuthorizationResponse
Found and parsed the id_token from authorization_endpoint_response
value
eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiQzE5WUtTa0NpQ0xmSzlLc1ZtOVBQdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIwNjg4LCJleHAiOjE2NTk2MjQ4MzMsImlhdCI6MTY1OTYyMTIzMywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjYzVmZjJhZS0zYzc2LTQ4ZmMtYjM3Mi05YWE0MGNkNDMwZjIiLCJub25jZSI6InNVN1U4MGVWVTEiLCJyYXQiOjE2NTk2MjEyMzIsInNfaGFzaCI6IkhNZmhlMXBtTW1HTTFYcl9PbXFfUnciLCJzdWIiOiJ0ZXN0dXNlciJ9.p611azE1e14bpKPYGI3rho5tLzk3uHJREY2yY616OgF661J1QYUTYpVFw5ahG_luIcuXT8nAiKp7CpP0do1ROAwCr9VL5JWasViPCc8qVubwnAKNYLJDUETlbDg5OJEMsbn8AdKNgcoqfQVfAB45TNJzMH9xzegazJgR_dXz-96e5-fd-ZLmye9ybkO2B4JMAArVO-lHUoIfoRUlSE_6pCxF8fZ9xAAQuh622gBohdsqYQfBjj1MHqBQCoQv9aQMklCG3ZVfaPYqZF34tv27mpgirI3Eom2uhEdrboiZlzmjycjgk0UxnGboSf4mbenRK8fo6Kc8n-AXYFanH6Vt2w
header
{
  "kid": "rsa256",
  "typ": "JWT",
  "alg": "RS256"
}
claims
{
  "at_hash": "C19YKSkCiCLfK9KsVm9PPw",
  "aud": "1af71ce8-923c-4351-b46e-2b3bf28e0cf3",
  "sub": "testuser",
  "s_hash": "HMfhe1pmMmGM1Xr_Omq_Rw",
  "rat": 1659621232,
  "auth_time": 1659620688,
  "iss": "https://isamfed.com:8843/oauth2/",
  "exp": 1659624833,
  "iat": 1659621233,
  "nonce": "sU7U80eVU1",
  "jti": "cc5ff2ae-3c76-48fc-b372-9aa40cd430f2"
}
2022-08-04 13:53:54 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2022-08-04 13:53:54
ValidateIdTokenStandardClaims
sub is a string with content
2022-08-04 13:53:54
ValidateIdTokenStandardClaims
Skipping unknown claim: rat
2022-08-04 13:53:54 SUCCESS
ValidateIdTokenStandardClaims
id_token claims are valid
2022-08-04 13:53:54 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
sU7U80eVU1
2022-08-04 13:53:54 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2022-08-04 13:53:54 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiQzE5WUtTa0NpQ0xmSzlLc1ZtOVBQdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIwNjg4LCJleHAiOjE2NTk2MjQ4MzMsImlhdCI6MTY1OTYyMTIzMywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjYzVmZjJhZS0zYzc2LTQ4ZmMtYjM3Mi05YWE0MGNkNDMwZjIiLCJub25jZSI6InNVN1U4MGVWVTEiLCJyYXQiOjE2NTk2MjEyMzIsInNfaGFzaCI6IkhNZmhlMXBtTW1HTTFYcl9PbXFfUnciLCJzdWIiOiJ0ZXN0dXNlciJ9.p611azE1e14bpKPYGI3rho5tLzk3uHJREY2yY616OgF661J1QYUTYpVFw5ahG_luIcuXT8nAiKp7CpP0do1ROAwCr9VL5JWasViPCc8qVubwnAKNYLJDUETlbDg5OJEMsbn8AdKNgcoqfQVfAB45TNJzMH9xzegazJgR_dXz-96e5-fd-ZLmye9ybkO2B4JMAArVO-lHUoIfoRUlSE_6pCxF8fZ9xAAQuh622gBohdsqYQfBjj1MHqBQCoQv9aQMklCG3ZVfaPYqZF34tv27mpgirI3Eom2uhEdrboiZlzmjycjgk0UxnGboSf4mbenRK8fo6Kc8n-AXYFanH6Vt2w
2022-08-04 13:53:54 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiQzE5WUtTa0NpQ0xmSzlLc1ZtOVBQdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIwNjg4LCJleHAiOjE2NTk2MjQ4MzMsImlhdCI6MTY1OTYyMTIzMywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjYzVmZjJhZS0zYzc2LTQ4ZmMtYjM3Mi05YWE0MGNkNDMwZjIiLCJub25jZSI6InNVN1U4MGVWVTEiLCJyYXQiOjE2NTk2MjEyMzIsInNfaGFzaCI6IkhNZmhlMXBtTW1HTTFYcl9PbXFfUnciLCJzdWIiOiJ0ZXN0dXNlciJ9.p611azE1e14bpKPYGI3rho5tLzk3uHJREY2yY616OgF661J1QYUTYpVFw5ahG_luIcuXT8nAiKp7CpP0do1ROAwCr9VL5JWasViPCc8qVubwnAKNYLJDUETlbDg5OJEMsbn8AdKNgcoqfQVfAB45TNJzMH9xzegazJgR_dXz-96e5-fd-ZLmye9ybkO2B4JMAArVO-lHUoIfoRUlSE_6pCxF8fZ9xAAQuh622gBohdsqYQfBjj1MHqBQCoQv9aQMklCG3ZVfaPYqZF34tv27mpgirI3Eom2uhEdrboiZlzmjycjgk0UxnGboSf4mbenRK8fo6Kc8n-AXYFanH6Vt2w
2022-08-04 13:53:54 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
testuser
2022-08-04 13:53:54
EnsureIdTokenUpdatedAtValid
id_token response does not contain 'updated_at'
2022-08-04 13:53:54 INFO
ValidateEncryptedIdTokenHasKid
Skipped evaluation due to missing required element: id_token jwe_header
path
jwe_header
mapped
object
id_token
Userinfo endpoint tests
2022-08-04 13:53:54
CallProtectedResource
HTTP request
request_uri
https://isamfed.com:8843/oauth2/userinfo
request_method
GET
request_headers
{
  "accept": "application/json",
  "authorization": "bearer 83DthloY8irwR3pw67Oq4Sj1oL8pgLu0WsBfOU3hsJ0.5XwFQ8Pc4t1DYGAR_Qpg3A3MAsQAronnkEhJO1wi73ynxGKljyiZWzFYnVSBfIBr8Sui5jm9OvwNQ287uySpjQ",
  "content-length": "0"
}
request_body

                                
2022-08-04 13:53:55 RESPONSE
CallProtectedResource
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-length": "147",
  "content-type": "application/json;charset\u003dUTF-8",
  "date": "Thu, 04 Aug 2022 13:53:55 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "x-correlation-id": "CORR_ID-6eb3c95e-f225-4f7a-87c7-656fb535e41b",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains"
}
response_body
{"aud":["1af71ce8-923c-4351-b46e-2b3bf28e0cf3"],"auth_time":1659620688,"iss":"https://isamfed.com:8843/oauth2/","rat":1659621232,"sub":"testuser"}
2022-08-04 13:53:55 SUCCESS
CallProtectedResource
Got a response from the resource endpoint
status
200
endpoint_name
resource
headers
{
  "content-length": "147",
  "content-type": "application/json;charset\u003dUTF-8",
  "date": "Thu, 04 Aug 2022 13:53:55 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "x-correlation-id": "CORR_ID-6eb3c95e-f225-4f7a-87c7-656fb535e41b",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains"
}
body
{"aud":["1af71ce8-923c-4351-b46e-2b3bf28e0cf3"],"auth_time":1659620688,"iss":"https://isamfed.com:8843/oauth2/","rat":1659621232,"sub":"testuser"}
2022-08-04 13:53:55 SUCCESS
EnsureHttpStatusCodeIs200
resource endpoint returned the expected http status
expected_status
200
http_status
200
Second authorization: Make request to authorization endpoint
2022-08-04 13:53:55 SUCCESS
WaitForOneSecond
Pausing for 1 seconds
2022-08-04 13:53:56 SUCCESS
WaitForOneSecond
Woke up after 1 seconds sleep
2022-08-04 13:53:56 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
2022-08-04 13:53:56
CreateRandomStateValue
Created state value
requested_state_length
10
state
mq293SCOvg
2022-08-04 13:53:56 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
state
mq293SCOvg
2022-08-04 13:53:56
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
nkF2mhUqe0
2022-08-04 13:53:56 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
state
mq293SCOvg
nonce
nkF2mhUqe0
2022-08-04 13:53:56 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
state
mq293SCOvg
nonce
nkF2mhUqe0
response_type
id_token token
2022-08-04 13:53:56
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
state
mq293SCOvg
nonce
nkF2mhUqe0
response_type
id_token token
response_mode
form_post
2022-08-04 13:53:56 SUCCESS
AddPromptLoginToAuthorizationEndpointRequest
Added prompt=login to authorization endpoint request
client_id
1af71ce8-923c-4351-b46e-2b3bf28e0cf3
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
scope
openid
state
mq293SCOvg
nonce
nkF2mhUqe0
response_type
id_token token
response_mode
form_post
prompt
login
2022-08-04 13:53:56 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
auth_request
{
  "client_id": "1af71ce8-923c-4351-b46e-2b3bf28e0cf3",
  "redirect_uri": "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback",
  "scope": "openid",
  "state": "mq293SCOvg",
  "nonce": "nkF2mhUqe0",
  "response_type": "id_token token",
  "response_mode": "form_post",
  "prompt": "login"
}
redirect_to_authorization_endpoint
https://isamfed.com:8843/oauth2/authorize?client_id=1af71ce8-923c-4351-b46e-2b3bf28e0cf3&redirect_uri=https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback&scope=openid&state=mq293SCOvg&nonce=nkF2mhUqe0&response_type=id_token%20token&response_mode=form_post&prompt=login
2022-08-04 13:53:56 REDIRECT
oidcc-prompt-login
Redirecting to authorization endpoint
redirect_to
https://isamfed.com:8843/oauth2/authorize?client_id=1af71ce8-923c-4351-b46e-2b3bf28e0cf3&redirect_uri=https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback&scope=openid&state=mq293SCOvg&nonce=nkF2mhUqe0&response_type=id_token%20token&response_mode=form_post&prompt=login
2022-08-04 13:53:56 REVIEW IMAGE
ExpectSecondLoginPage
The server must ask the user to login for a second time; a screenshot of this must be uploaded.
img
updatedAt
1659621333762
2022-08-04 13:54:56 INCOMING
oidcc-prompt-login
Incoming HTTP request to /test/a/isva_op_oidc_core_test_gh/callback
incoming_headers
{
  "host": "www.certification.openid.net",
  "cache-control": "max-age\u003d0",
  "sec-ch-ua": "\".Not/A)Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"103\", \"Chromium\";v\u003d\"103\"",
  "sec-ch-ua-mobile": "?0",
  "sec-ch-ua-platform": "\"macOS\"",
  "upgrade-insecure-requests": "1",
  "origin": "https://isamfed.com:8843",
  "content-type": "application/x-www-form-urlencoded",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "cross-site",
  "sec-fetch-mode": "navigate",
  "sec-fetch-dest": "document",
  "referer": "https://isamfed.com:8843/",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9,zh-TW;q\u003d0.8,zh;q\u003d0.7",
  "cookie": "JSESSIONID\u003dA313B734FA1693B720252A1FAC93A219",
  "connection": "close",
  "content-length": "1037"
}
incoming_path
/test/a/isva_op_oidc_core_test_gh/callback
incoming_body_form_params
{
  "access_token": "b_rV4sfhtUATWoAId1TWgp6BYwNCfbpsGMM-8tG11bc.Md_2pvtZSnf-MC6A4IWkrbYHyElvaRt2gNUi3FutjmC2B_UCGYK_fqlg75WHHOm15ycfj0Iprz8zbGR_Ep3diQ",
  "expires_in": "7199",
  "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiTmdUbHdJbEFLYVBPMW1NV3BHYkRpdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIxMjgyLCJleHAiOjE2NTk2MjQ4OTYsImlhdCI6MTY1OTYyMTI5NiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjNDFjY2NlMy03MzUyLTQyYjgtYjU2Yi0yZWJhMTMxNjgxZGIiLCJub25jZSI6Im5rRjJtaFVxZTAiLCJyYXQiOjE2NTk2MjEyNzQsInNfaGFzaCI6Ijc1UHQ5R0d1NDA0UG1pdGdjcTJ2VUEiLCJzdWIiOiJ0ZXN0dXNlciJ9.YpdvX9UYsnD_H7Zj7KTmkWEc73Lm5xCaTL3x-Phb8SozSd9B_Ot-1F4NwT2qYvAUMgRDDvSwCAkigssyyhcxzJDQmgcM1S_lJcgWs4TWfr7JPPWYcQyn_nkn0TXzBrAl9nkeiZZ9EMyeswxCFIMtVVnMtF8q9yb64XzuM8ALsN2h_-okd-f_mrT4j9kAk1omfJ60WWE1AHKPk_X4zBlB3XMsLH0sVSQ7_mjyt-_VxLx-0o0yBzukjgfr9snfMfpvytGGdWFrt3hCwFHWmD_ojziMr3eul1FXMnA25aO24E-WUEWP8YlBL_BbLEboTc1pVi4s6_0N2fbIN49UqLZSnQ",
  "scope": "openid",
  "state": "mq293SCOvg",
  "token_type": "bearer"
}
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
access_token=b_rV4sfhtUATWoAId1TWgp6BYwNCfbpsGMM-8tG11bc.Md_2pvtZSnf-MC6A4IWkrbYHyElvaRt2gNUi3FutjmC2B_UCGYK_fqlg75WHHOm15ycfj0Iprz8zbGR_Ep3diQ&expires_in=7199&id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiTmdUbHdJbEFLYVBPMW1NV3BHYkRpdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIxMjgyLCJleHAiOjE2NTk2MjQ4OTYsImlhdCI6MTY1OTYyMTI5NiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjNDFjY2NlMy03MzUyLTQyYjgtYjU2Yi0yZWJhMTMxNjgxZGIiLCJub25jZSI6Im5rRjJtaFVxZTAiLCJyYXQiOjE2NTk2MjEyNzQsInNfaGFzaCI6Ijc1UHQ5R0d1NDA0UG1pdGdjcTJ2VUEiLCJzdWIiOiJ0ZXN0dXNlciJ9.YpdvX9UYsnD_H7Zj7KTmkWEc73Lm5xCaTL3x-Phb8SozSd9B_Ot-1F4NwT2qYvAUMgRDDvSwCAkigssyyhcxzJDQmgcM1S_lJcgWs4TWfr7JPPWYcQyn_nkn0TXzBrAl9nkeiZZ9EMyeswxCFIMtVVnMtF8q9yb64XzuM8ALsN2h_-okd-f_mrT4j9kAk1omfJ60WWE1AHKPk_X4zBlB3XMsLH0sVSQ7_mjyt-_VxLx-0o0yBzukjgfr9snfMfpvytGGdWFrt3hCwFHWmD_ojziMr3eul1FXMnA25aO24E-WUEWP8YlBL_BbLEboTc1pVi4s6_0N2fbIN49UqLZSnQ&scope=openid&state=mq293SCOvg&token_type=bearer
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_body_json
2022-08-04 13:54:56 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/dAKKsjqGjxq36s1Xt4Gc",
  "fullUrl": "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/implicit/dAKKsjqGjxq36s1Xt4Gc"
}
2022-08-04 13:54:56 OUTGOING
oidcc-prompt-login
Response to HTTP request to test instance y5jQBSnmKFKfrCr
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/implicit/dAKKsjqGjxq36s1Xt4Gc, returnUrl=/log-detail.html?log=y5jQBSnmKFKfrCr}]
outgoing_path
callback
2022-08-04 13:54:57 INCOMING
oidcc-prompt-login
Incoming HTTP request to /test/a/isva_op_oidc_core_test_gh/implicit/dAKKsjqGjxq36s1Xt4Gc
incoming_headers
{
  "host": "www.certification.openid.net",
  "sec-ch-ua": "\".Not/A)Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"103\", \"Chromium\";v\u003d\"103\"",
  "accept": "*/*",
  "content-type": "text/plain",
  "x-requested-with": "XMLHttpRequest",
  "sec-ch-ua-mobile": "?0",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
  "sec-ch-ua-platform": "\"macOS\"",
  "origin": "https://www.certification.openid.net",
  "sec-fetch-site": "same-origin",
  "sec-fetch-mode": "cors",
  "sec-fetch-dest": "empty",
  "referer": "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9,zh-TW;q\u003d0.8,zh;q\u003d0.7",
  "cookie": "__utma\u003d201319536.1003316269.1659326830.1659326830.1659326830.1; __utmc\u003d201319536; __utmz\u003d201319536.1659326830.1.1.utmcsr\u003d(direct)|utmccn\u003d(direct)|utmcmd\u003d(none); JSESSIONID\u003dA313B734FA1693B720252A1FAC93A219",
  "connection": "close",
  "content-length": "0"
}
incoming_path
/test/a/isva_op_oidc_core_test_gh/implicit/dAKKsjqGjxq36s1Xt4Gc
incoming_body_form_params
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_body_json
2022-08-04 13:54:57 OUTGOING
oidcc-prompt-login
Response to HTTP request to test instance y5jQBSnmKFKfrCr
outgoing_status_code
204
outgoing_headers
{}
outgoing_body

                                
outgoing_path
implicit/dAKKsjqGjxq36s1Xt4Gc
2022-08-04 13:54:57 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2022-08-04 13:54:57 REDIRECT-IN
oidcc-prompt-login
Authorization endpoint response captured
url_query
{}
headers
{
  "host": "www.certification.openid.net",
  "cache-control": "max-age\u003d0",
  "sec-ch-ua": "\".Not/A)Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"103\", \"Chromium\";v\u003d\"103\"",
  "sec-ch-ua-mobile": "?0",
  "sec-ch-ua-platform": "\"macOS\"",
  "upgrade-insecure-requests": "1",
  "origin": "https://isamfed.com:8843",
  "content-type": "application/x-www-form-urlencoded",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "cross-site",
  "sec-fetch-mode": "navigate",
  "sec-fetch-dest": "document",
  "referer": "https://isamfed.com:8843/",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9,zh-TW;q\u003d0.8,zh;q\u003d0.7",
  "cookie": "JSESSIONID\u003dA313B734FA1693B720252A1FAC93A219",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "x-forwarded-proto": "https",
  "x-forwarded-port": "443",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "content-length": "1037"
}
http_method
POST
url_fragment
{}
post_body
{
  "access_token": "b_rV4sfhtUATWoAId1TWgp6BYwNCfbpsGMM-8tG11bc.Md_2pvtZSnf-MC6A4IWkrbYHyElvaRt2gNUi3FutjmC2B_UCGYK_fqlg75WHHOm15ycfj0Iprz8zbGR_Ep3diQ",
  "expires_in": "7199",
  "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiTmdUbHdJbEFLYVBPMW1NV3BHYkRpdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIxMjgyLCJleHAiOjE2NTk2MjQ4OTYsImlhdCI6MTY1OTYyMTI5NiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjNDFjY2NlMy03MzUyLTQyYjgtYjU2Yi0yZWJhMTMxNjgxZGIiLCJub25jZSI6Im5rRjJtaFVxZTAiLCJyYXQiOjE2NTk2MjEyNzQsInNfaGFzaCI6Ijc1UHQ5R0d1NDA0UG1pdGdjcTJ2VUEiLCJzdWIiOiJ0ZXN0dXNlciJ9.YpdvX9UYsnD_H7Zj7KTmkWEc73Lm5xCaTL3x-Phb8SozSd9B_Ot-1F4NwT2qYvAUMgRDDvSwCAkigssyyhcxzJDQmgcM1S_lJcgWs4TWfr7JPPWYcQyn_nkn0TXzBrAl9nkeiZZ9EMyeswxCFIMtVVnMtF8q9yb64XzuM8ALsN2h_-okd-f_mrT4j9kAk1omfJ60WWE1AHKPk_X4zBlB3XMsLH0sVSQ7_mjyt-_VxLx-0o0yBzukjgfr9snfMfpvytGGdWFrt3hCwFHWmD_ojziMr3eul1FXMnA25aO24E-WUEWP8YlBL_BbLEboTc1pVi4s6_0N2fbIN49UqLZSnQ",
  "scope": "openid",
  "state": "mq293SCOvg",
  "token_type": "bearer"
}
Second authorization: Verify authorization endpoint response
2022-08-04 13:54:57 SUCCESS
CheckCallbackHttpMethodIsPost
HTTP method used at redirect_uri is 'POST'
2022-08-04 13:54:57 SUCCESS
CheckCallbackContentTypeIsFormUrlEncoded
content-type header to redirect_uri has the expected value
content_type
application/x-www-form-urlencoded
expected
application/x-www-form-urlencoded
2022-08-04 13:54:57 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2022-08-04 13:54:57 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2022-08-04 13:54:57 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2022-08-04 13:54:57
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
2022-08-04 13:54:57 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2022-08-04 13:54:57 SUCCESS
CheckStateInAuthorizationResponse
State in response correctly returned
state
mq293SCOvg
2022-08-04 13:54:57 SUCCESS
ExtractAccessTokenFromAuthorizationResponse
Extracted the access token
value
b_rV4sfhtUATWoAId1TWgp6BYwNCfbpsGMM-8tG11bc.Md_2pvtZSnf-MC6A4IWkrbYHyElvaRt2gNUi3FutjmC2B_UCGYK_fqlg75WHHOm15ycfj0Iprz8zbGR_Ep3diQ
type
bearer
2022-08-04 13:54:57 SUCCESS
ExtractIdTokenFromAuthorizationResponse
Found and parsed the id_token from authorization_endpoint_response
value
eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiTmdUbHdJbEFLYVBPMW1NV3BHYkRpdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIxMjgyLCJleHAiOjE2NTk2MjQ4OTYsImlhdCI6MTY1OTYyMTI5NiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjNDFjY2NlMy03MzUyLTQyYjgtYjU2Yi0yZWJhMTMxNjgxZGIiLCJub25jZSI6Im5rRjJtaFVxZTAiLCJyYXQiOjE2NTk2MjEyNzQsInNfaGFzaCI6Ijc1UHQ5R0d1NDA0UG1pdGdjcTJ2VUEiLCJzdWIiOiJ0ZXN0dXNlciJ9.YpdvX9UYsnD_H7Zj7KTmkWEc73Lm5xCaTL3x-Phb8SozSd9B_Ot-1F4NwT2qYvAUMgRDDvSwCAkigssyyhcxzJDQmgcM1S_lJcgWs4TWfr7JPPWYcQyn_nkn0TXzBrAl9nkeiZZ9EMyeswxCFIMtVVnMtF8q9yb64XzuM8ALsN2h_-okd-f_mrT4j9kAk1omfJ60WWE1AHKPk_X4zBlB3XMsLH0sVSQ7_mjyt-_VxLx-0o0yBzukjgfr9snfMfpvytGGdWFrt3hCwFHWmD_ojziMr3eul1FXMnA25aO24E-WUEWP8YlBL_BbLEboTc1pVi4s6_0N2fbIN49UqLZSnQ
header
{
  "kid": "rsa256",
  "typ": "JWT",
  "alg": "RS256"
}
claims
{
  "at_hash": "NgTlwIlAKaPO1mMWpGbDiw",
  "aud": "1af71ce8-923c-4351-b46e-2b3bf28e0cf3",
  "sub": "testuser",
  "s_hash": "75Pt9GGu404Pmitgcq2vUA",
  "rat": 1659621274,
  "auth_time": 1659621282,
  "iss": "https://isamfed.com:8843/oauth2/",
  "exp": 1659624896,
  "iat": 1659621296,
  "nonce": "nkF2mhUqe0",
  "jti": "c41ccce3-7352-42b8-b56b-2eba131681db"
}
2022-08-04 13:54:57 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2022-08-04 13:54:57
ValidateIdTokenStandardClaims
sub is a string with content
2022-08-04 13:54:57
ValidateIdTokenStandardClaims
Skipping unknown claim: rat
2022-08-04 13:54:57 SUCCESS
ValidateIdTokenStandardClaims
id_token claims are valid
2022-08-04 13:54:57 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
nkF2mhUqe0
2022-08-04 13:54:57 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2022-08-04 13:54:57 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiTmdUbHdJbEFLYVBPMW1NV3BHYkRpdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIxMjgyLCJleHAiOjE2NTk2MjQ4OTYsImlhdCI6MTY1OTYyMTI5NiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjNDFjY2NlMy03MzUyLTQyYjgtYjU2Yi0yZWJhMTMxNjgxZGIiLCJub25jZSI6Im5rRjJtaFVxZTAiLCJyYXQiOjE2NTk2MjEyNzQsInNfaGFzaCI6Ijc1UHQ5R0d1NDA0UG1pdGdjcTJ2VUEiLCJzdWIiOiJ0ZXN0dXNlciJ9.YpdvX9UYsnD_H7Zj7KTmkWEc73Lm5xCaTL3x-Phb8SozSd9B_Ot-1F4NwT2qYvAUMgRDDvSwCAkigssyyhcxzJDQmgcM1S_lJcgWs4TWfr7JPPWYcQyn_nkn0TXzBrAl9nkeiZZ9EMyeswxCFIMtVVnMtF8q9yb64XzuM8ALsN2h_-okd-f_mrT4j9kAk1omfJ60WWE1AHKPk_X4zBlB3XMsLH0sVSQ7_mjyt-_VxLx-0o0yBzukjgfr9snfMfpvytGGdWFrt3hCwFHWmD_ojziMr3eul1FXMnA25aO24E-WUEWP8YlBL_BbLEboTc1pVi4s6_0N2fbIN49UqLZSnQ
2022-08-04 13:54:57 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTI1NiIsInR5cCI6IkpXVCJ9.eyJhdF9oYXNoIjoiTmdUbHdJbEFLYVBPMW1NV3BHYkRpdyIsImF1ZCI6WyIxYWY3MWNlOC05MjNjLTQzNTEtYjQ2ZS0yYjNiZjI4ZTBjZjMiXSwiYXV0aF90aW1lIjoxNjU5NjIxMjgyLCJleHAiOjE2NTk2MjQ4OTYsImlhdCI6MTY1OTYyMTI5NiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTo4ODQzL29hdXRoMi8iLCJqdGkiOiJjNDFjY2NlMy03MzUyLTQyYjgtYjU2Yi0yZWJhMTMxNjgxZGIiLCJub25jZSI6Im5rRjJtaFVxZTAiLCJyYXQiOjE2NTk2MjEyNzQsInNfaGFzaCI6Ijc1UHQ5R0d1NDA0UG1pdGdjcTJ2VUEiLCJzdWIiOiJ0ZXN0dXNlciJ9.YpdvX9UYsnD_H7Zj7KTmkWEc73Lm5xCaTL3x-Phb8SozSd9B_Ot-1F4NwT2qYvAUMgRDDvSwCAkigssyyhcxzJDQmgcM1S_lJcgWs4TWfr7JPPWYcQyn_nkn0TXzBrAl9nkeiZZ9EMyeswxCFIMtVVnMtF8q9yb64XzuM8ALsN2h_-okd-f_mrT4j9kAk1omfJ60WWE1AHKPk_X4zBlB3XMsLH0sVSQ7_mjyt-_VxLx-0o0yBzukjgfr9snfMfpvytGGdWFrt3hCwFHWmD_ojziMr3eul1FXMnA25aO24E-WUEWP8YlBL_BbLEboTc1pVi4s6_0N2fbIN49UqLZSnQ
2022-08-04 13:54:57 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
testuser
2022-08-04 13:54:57
EnsureIdTokenUpdatedAtValid
id_token response does not contain 'updated_at'
2022-08-04 13:54:57 INFO
ValidateEncryptedIdTokenHasKid
Skipped evaluation due to missing required element: id_token jwe_header
path
jwe_header
mapped
object
id_token
Second authorization: Userinfo endpoint tests
2022-08-04 13:54:57
CallProtectedResource
HTTP request
request_uri
https://isamfed.com:8843/oauth2/userinfo
request_method
GET
request_headers
{
  "accept": "application/json",
  "authorization": "bearer b_rV4sfhtUATWoAId1TWgp6BYwNCfbpsGMM-8tG11bc.Md_2pvtZSnf-MC6A4IWkrbYHyElvaRt2gNUi3FutjmC2B_UCGYK_fqlg75WHHOm15ycfj0Iprz8zbGR_Ep3diQ",
  "content-length": "0"
}
request_body

                                
2022-08-04 13:54:58 RESPONSE
CallProtectedResource
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-length": "147",
  "content-type": "application/json;charset\u003dUTF-8",
  "date": "Thu, 04 Aug 2022 13:54:58 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "x-correlation-id": "CORR_ID-ee8eaeb0-5b8d-4d10-8e4a-e1f1ca947f77",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains"
}
response_body
{"aud":["1af71ce8-923c-4351-b46e-2b3bf28e0cf3"],"auth_time":1659621282,"iss":"https://isamfed.com:8843/oauth2/","rat":1659621274,"sub":"testuser"}
2022-08-04 13:54:58 SUCCESS
CallProtectedResource
Got a response from the resource endpoint
status
200
endpoint_name
resource
headers
{
  "content-length": "147",
  "content-type": "application/json;charset\u003dUTF-8",
  "date": "Thu, 04 Aug 2022 13:54:58 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "x-correlation-id": "CORR_ID-ee8eaeb0-5b8d-4d10-8e4a-e1f1ca947f77",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains"
}
body
{"aud":["1af71ce8-923c-4351-b46e-2b3bf28e0cf3"],"auth_time":1659621282,"iss":"https://isamfed.com:8843/oauth2/","rat":1659621274,"sub":"testuser"}
2022-08-04 13:54:58 SUCCESS
EnsureHttpStatusCodeIs200
resource endpoint returned the expected http status
expected_status
200
http_status
200
2022-08-04 13:54:58 SUCCESS
CheckSecondIdTokenAuthTimeIsLaterIfPresent
auth_time is later in the second id_token
first_id_token
{
  "at_hash": "C19YKSkCiCLfK9KsVm9PPw",
  "aud": "1af71ce8-923c-4351-b46e-2b3bf28e0cf3",
  "sub": "testuser",
  "s_hash": "HMfhe1pmMmGM1Xr_Omq_Rw",
  "rat": 1659621232,
  "auth_time": 1659620688,
  "iss": "https://isamfed.com:8843/oauth2/",
  "exp": 1659624833,
  "iat": 1659621233,
  "nonce": "sU7U80eVU1",
  "jti": "cc5ff2ae-3c76-48fc-b372-9aa40cd430f2"
}
second_id_token
{
  "at_hash": "NgTlwIlAKaPO1mMWpGbDiw",
  "aud": "1af71ce8-923c-4351-b46e-2b3bf28e0cf3",
  "sub": "testuser",
  "s_hash": "75Pt9GGu404Pmitgcq2vUA",
  "rat": 1659621274,
  "auth_time": 1659621282,
  "iss": "https://isamfed.com:8843/oauth2/",
  "exp": 1659624896,
  "iat": 1659621296,
  "nonce": "nkF2mhUqe0",
  "jti": "c41ccce3-7352-42b8-b56b-2eba131681db"
}
2022-08-04 13:56:01 FINISHED
oidcc-prompt-login
Test has run to completion
testmodule_result
REVIEW
Unregister dynamically registered client
2022-08-04 13:56:01
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://isamfed.com:8843/oauth2/register/1af71ce8-923c-4351-b46e-2b3bf28e0cf3
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "authorization": "Bearer H4iw78GrMHi9oKIu_a0feFBczOwfvbZF5MTlz0iaOPg.6krQqEldz6hLCl9qL2_qadZZVLnFTNTDqyMJ3-hgjw0aAyqe5aX7H6DIVXWZvHKlKMv4HNiptSRO-Tvq3cxinQ",
  "content-length": "0"
}
request_body

                                
2022-08-04 13:56:02 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
204 NO_CONTENT
response_status_text
No Content
response_headers
{
  "date": "Thu, 04 Aug 2022 13:56:02 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "cache-control": "no-store",
  "x-correlation-id": "CORR_ID-9bfed3ad-8889-4c90-9054-abd3e197c87a",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains",
  "pragma": "no-cache"
}
response_body

                                
2022-08-04 13:56:02 SUCCESS
UnregisterDynamicallyRegisteredClient
Client successfully unregistered
2022-08-04 13:56:44
TEST-RUNNER
Alias has now been claimed by another test
alias
isva_op_oidc_core_test_gh
new_test_id
mjsftrZJa3NuAi6
Test Results