Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-07-09 23:37:58 INFO
TEST-RUNNER
Test instance g4C46oWVgx created
baseUrl
https://www.certification.openid.net/test/a/openid4us
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "server_metadata": "discovery",
  "response_mode": "default",
  "client_registration": "dynamic_client"
}
alias
openid4us
description
planId
d6BE7uTcoAvAt
config
{
  "alias": "openid4us",
  "server": {
    "discoveryUrl": "https://connect.openid4.us:5443/.well-known/openid-configuration",
    "login_hint": "bob"
  },
  "client": {
    "client_name": "opend4Client1"
  },
  "client2": {
    "client_name": "openid4Client2"
  }
}
testName
oidcc-claims-essential
2020-07-09 23:37:58 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
2020-07-09 23:37:58
GetDynamicServerConfiguration
HTTP request
request_uri
https://connect.openid4.us:5443/.well-known/openid-configuration
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2020-07-09 23:37:59 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Thu, 09 Jul 2020 23:37:59 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "access-control-allow-origin": "*",
  "content-length": "3625",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{
 "version":"3.0",
 "issuer":"https:\/\/connect.openid4.us:5443\/phpOp",
 "authorization_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/auth",
 "token_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/token",
 "userinfo_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/userinfo",
 "check_session_iframe":"https:\/\/connect.openid4.us:5443\/phpOp\/opframe.php",
 "aggregation_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/aggregation",
 "end_session_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/endsession",
 "jwks_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/op.jwk",
 "registration_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/registration",
 "scopes_supported":[
  "openid",
  "profile",
  "email",
  "address",
  "phone",
  "offline_access"
 ],
 "response_types_supported":[
  "code",
  "code token",
  "code id_token",
  "token",
  "id_token token",
  "code id_token token",
  "id_token"
 ],
 "grant_types_supported":[
  "authorization_code",
  "implicit"
 ],
 "acr_values_supported":[
  "acr1",
  "acr2",
  "acr3"
 ],
 "subject_types_supported":[
  "public",
  "pairwise"
 ],
 "userinfo_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "userinfo_encryption_alg_values_supported":[
  "RSA1_5",
  "RSA-OAEP"
 ],
 "userinfo_encryption_enc_values_supported":[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
 ],
 "id_token_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "id_token_encryption_alg_values_supported":[
  "RSA1_5",
  "RSA-OAEP"
 ],
 "id_token_encryption_enc_values_supported":[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
 ],
 "request_object_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "request_object_encryption_alg_values_supported":[
  "RSA1_5",
  "RSA-OAEP"
 ],
 "request_object_encryption_enc_values_supported":[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
 ],
 "aggregation_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "aggregation_encryption_alg_values_supported":[
  "RSA1_5",
  "RSA-OAEP"
 ],
 "aggregation_encryption_enc_values_supported":[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
 ],
 "token_endpoint_auth_methods_supported":[
  "client_secret_post",
  "client_secret_basic",
  "client_secret_jwt",
  "private_key_jwt"
 ],
 "token_endpoint_auth_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "display_values_supported":[
  "page"
 ],
 "claim_types_supported":[
  "normal"
 ],
 "claims_supported":[
  "name",
  "given_name",
  "family_name",
  "middle_name",
  "nickname",
  "preferred_username",
  "profile",
  "picture",
  "website",
  "email",
  "email_verified",
  "gender",
  "birthdate",
  "zoneinfo",
  "locale",
  "phone_number",
  "phone_number_verified",
  "address",
  "updated_at"
 ],
 "service_documentation":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/servicedocs",
 "claims_locales_supported":[
  "en-US"
 ],
 "ui_locales_supported":[
  "en-US"
 ],
 "require_request_uri_registration":false,
 "op_policy_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/op_policy",
 "op_tos_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/op_tos",
 "claims_parameter_supported":true,
 "request_parameter_supported":true,
 "request_uri_parameter_supported":true
}
2020-07-09 23:37:59
GetDynamicServerConfiguration
Downloaded server configuration
server_config_string
{
 "version":"3.0",
 "issuer":"https:\/\/connect.openid4.us:5443\/phpOp",
 "authorization_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/auth",
 "token_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/token",
 "userinfo_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/userinfo",
 "check_session_iframe":"https:\/\/connect.openid4.us:5443\/phpOp\/opframe.php",
 "aggregation_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/aggregation",
 "end_session_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/endsession",
 "jwks_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/op.jwk",
 "registration_endpoint":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/registration",
 "scopes_supported":[
  "openid",
  "profile",
  "email",
  "address",
  "phone",
  "offline_access"
 ],
 "response_types_supported":[
  "code",
  "code token",
  "code id_token",
  "token",
  "id_token token",
  "code id_token token",
  "id_token"
 ],
 "grant_types_supported":[
  "authorization_code",
  "implicit"
 ],
 "acr_values_supported":[
  "acr1",
  "acr2",
  "acr3"
 ],
 "subject_types_supported":[
  "public",
  "pairwise"
 ],
 "userinfo_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "userinfo_encryption_alg_values_supported":[
  "RSA1_5",
  "RSA-OAEP"
 ],
 "userinfo_encryption_enc_values_supported":[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
 ],
 "id_token_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "id_token_encryption_alg_values_supported":[
  "RSA1_5",
  "RSA-OAEP"
 ],
 "id_token_encryption_enc_values_supported":[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
 ],
 "request_object_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "request_object_encryption_alg_values_supported":[
  "RSA1_5",
  "RSA-OAEP"
 ],
 "request_object_encryption_enc_values_supported":[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
 ],
 "aggregation_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "aggregation_encryption_alg_values_supported":[
  "RSA1_5",
  "RSA-OAEP"
 ],
 "aggregation_encryption_enc_values_supported":[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
 ],
 "token_endpoint_auth_methods_supported":[
  "client_secret_post",
  "client_secret_basic",
  "client_secret_jwt",
  "private_key_jwt"
 ],
 "token_endpoint_auth_signing_alg_values_supported":[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
 ],
 "display_values_supported":[
  "page"
 ],
 "claim_types_supported":[
  "normal"
 ],
 "claims_supported":[
  "name",
  "given_name",
  "family_name",
  "middle_name",
  "nickname",
  "preferred_username",
  "profile",
  "picture",
  "website",
  "email",
  "email_verified",
  "gender",
  "birthdate",
  "zoneinfo",
  "locale",
  "phone_number",
  "phone_number_verified",
  "address",
  "updated_at"
 ],
 "service_documentation":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/servicedocs",
 "claims_locales_supported":[
  "en-US"
 ],
 "ui_locales_supported":[
  "en-US"
 ],
 "require_request_uri_registration":false,
 "op_policy_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/op_policy",
 "op_tos_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/op_tos",
 "claims_parameter_supported":true,
 "request_parameter_supported":true,
 "request_uri_parameter_supported":true
}
2020-07-09 23:37:59 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
version
3.0
issuer
https://connect.openid4.us:5443/phpOp
authorization_endpoint
https://connect.openid4.us:5443/phpOp/index.php/auth
token_endpoint
https://connect.openid4.us:5443/phpOp/index.php/token
userinfo_endpoint
https://connect.openid4.us:5443/phpOp/index.php/userinfo
check_session_iframe
https://connect.openid4.us:5443/phpOp/opframe.php
aggregation_endpoint
https://connect.openid4.us:5443/phpOp/index.php/aggregation
end_session_endpoint
https://connect.openid4.us:5443/phpOp/index.php/endsession
jwks_uri
https://connect.openid4.us:5443/phpOp/op.jwk
registration_endpoint
https://connect.openid4.us:5443/phpOp/index.php/registration
scopes_supported
[
  "openid",
  "profile",
  "email",
  "address",
  "phone",
  "offline_access"
]
response_types_supported
[
  "code",
  "code token",
  "code id_token",
  "token",
  "id_token token",
  "code id_token token",
  "id_token"
]
grant_types_supported
[
  "authorization_code",
  "implicit"
]
acr_values_supported
[
  "acr1",
  "acr2",
  "acr3"
]
subject_types_supported
[
  "public",
  "pairwise"
]
userinfo_signing_alg_values_supported
[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
]
userinfo_encryption_alg_values_supported
[
  "RSA1_5",
  "RSA-OAEP"
]
userinfo_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
]
id_token_signing_alg_values_supported
[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
]
id_token_encryption_alg_values_supported
[
  "RSA1_5",
  "RSA-OAEP"
]
id_token_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
]
request_object_signing_alg_values_supported
[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
]
request_object_encryption_alg_values_supported
[
  "RSA1_5",
  "RSA-OAEP"
]
request_object_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
]
aggregation_signing_alg_values_supported
[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
]
aggregation_encryption_alg_values_supported
[
  "RSA1_5",
  "RSA-OAEP"
]
aggregation_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A256CBC-HS512",
  "A128GCM",
  "A256GCM"
]
token_endpoint_auth_methods_supported
[
  "client_secret_post",
  "client_secret_basic",
  "client_secret_jwt",
  "private_key_jwt"
]
token_endpoint_auth_signing_alg_values_supported
[
  "none",
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512"
]
display_values_supported
[
  "page"
]
claim_types_supported
[
  "normal"
]
claims_supported
[
  "name",
  "given_name",
  "family_name",
  "middle_name",
  "nickname",
  "preferred_username",
  "profile",
  "picture",
  "website",
  "email",
  "email_verified",
  "gender",
  "birthdate",
  "zoneinfo",
  "locale",
  "phone_number",
  "phone_number_verified",
  "address",
  "updated_at"
]
service_documentation
https://connect.openid4.us:5443/phpOp/index.php/servicedocs
claims_locales_supported
[
  "en-US"
]
ui_locales_supported
[
  "en-US"
]
require_request_uri_registration
false
op_policy_uri
https://connect.openid4.us:5443/phpOp/index.php/op_policy
op_tos_uri
https://connect.openid4.us:5443/phpOp/index.php/op_tos
claims_parameter_supported
true
request_parameter_supported
true
request_uri_parameter_supported
true
2020-07-09 23:37:59 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2020-07-09 23:37:59 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
{
  "testHost": "connect.openid4.us",
  "testPort": 5443
}
authorization_endpoint
{
  "testHost": "connect.openid4.us",
  "testPort": 5443
}
token_endpoint
{
  "testHost": "connect.openid4.us",
  "testPort": 5443
}
userinfo_endpoint
{
  "testHost": "connect.openid4.us",
  "testPort": 5443
}
2020-07-09 23:37:59
FetchServerKeys
Fetching server key
jwks_uri
https://connect.openid4.us:5443/phpOp/op.jwk
2020-07-09 23:37:59
FetchServerKeys
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/op.jwk
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2020-07-09 23:37:59 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Thu, 09 Jul 2020 23:37:59 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "last-modified": "Sat, 04 Apr 2020 01:04:41 GMT",
  "etag": "\"3e7-5a26c9e6d9151\"",
  "accept-ranges": "bytes",
  "content-length": "999",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{
    "keys": [
        {
            "kty":"RSA",
            "n":"w9x1sXTkzuxJRHfLYdCv1DN2SsD90ufkSt_HOSjM7PSFsh-yGrqP85Hia2y_2bogz03L4GUrrGBXk8OlKxEK_U1QxhhRYyFKuyo2Y6jx2t8RXCE1duskyRikcEFMQtfacZiNeLlr_0SqlxQJBNgBi_e3g3UIFzyEXpRQS7X0AJ6xuRLT7-Nl1BT3QSB-cBsENgHb10zQNaOG3VnyNehrtofHzPyF4PO4q1dVK7qaqyjp50sX7ya7TXqG3e0dNV-vyIN5AVG-UKOGiON8XB9UQj0x4zWiIa7PYG298m6Jx_26ZLNU0RyF3kXbUzwDBdpOyhXjoyOwQ1V42BxDyqhaow",
            "e":"AQAB",
            "kid":"PHPOP-00S",
            "use":"sig"
        },
        {
            "kty":"RSA",
            "n":"1RuG1vnups95HRtpHE33XJdD23Uj4-nt4m5yDUicE843BqMOo27Zx-WNF2vRVU_xOjFoPcs5v59j0YF8D-GI8ocUHYsADy6CSUNLToYYUHYrh_QMp3EdB2gmD0rjav4RddZ7HymIoAGLPvrVztMLdRnJ71TZjdzkkT3dQ5_-t8tpukoMGOCiI-F4bMl6KynKV3h5Deb-o4_rZc5OnVQSywymy33HrlsCHBgrv8MWswzw8SxdOxnbLJFETuciqdM9fhIcJgBnzzcw3iaAsBFRpfP95Zw9_eZYUTu2XcWx6XRsQKfBaKMy8NzV55SaQDdJgycrpUX4_bUfWR861708Fw",
            "e":"AQAB",
            "kid":"PHPOP-00E",
            "use":"enc"
        }
    ]
}


2020-07-09 23:37:59
FetchServerKeys
Found JWK set string
jwk_string
{
    "keys": [
        {
            "kty":"RSA",
            "n":"w9x1sXTkzuxJRHfLYdCv1DN2SsD90ufkSt_HOSjM7PSFsh-yGrqP85Hia2y_2bogz03L4GUrrGBXk8OlKxEK_U1QxhhRYyFKuyo2Y6jx2t8RXCE1duskyRikcEFMQtfacZiNeLlr_0SqlxQJBNgBi_e3g3UIFzyEXpRQS7X0AJ6xuRLT7-Nl1BT3QSB-cBsENgHb10zQNaOG3VnyNehrtofHzPyF4PO4q1dVK7qaqyjp50sX7ya7TXqG3e0dNV-vyIN5AVG-UKOGiON8XB9UQj0x4zWiIa7PYG298m6Jx_26ZLNU0RyF3kXbUzwDBdpOyhXjoyOwQ1V42BxDyqhaow",
            "e":"AQAB",
            "kid":"PHPOP-00S",
            "use":"sig"
        },
        {
            "kty":"RSA",
            "n":"1RuG1vnups95HRtpHE33XJdD23Uj4-nt4m5yDUicE843BqMOo27Zx-WNF2vRVU_xOjFoPcs5v59j0YF8D-GI8ocUHYsADy6CSUNLToYYUHYrh_QMp3EdB2gmD0rjav4RddZ7HymIoAGLPvrVztMLdRnJ71TZjdzkkT3dQ5_-t8tpukoMGOCiI-F4bMl6KynKV3h5Deb-o4_rZc5OnVQSywymy33HrlsCHBgrv8MWswzw8SxdOxnbLJFETuciqdM9fhIcJgBnzzcw3iaAsBFRpfP95Zw9_eZYUTu2XcWx6XRsQKfBaKMy8NzV55SaQDdJgycrpUX4_bUfWR861708Fw",
            "e":"AQAB",
            "kid":"PHPOP-00E",
            "use":"enc"
        }
    ]
}


2020-07-09 23:37:59 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "n": "w9x1sXTkzuxJRHfLYdCv1DN2SsD90ufkSt_HOSjM7PSFsh-yGrqP85Hia2y_2bogz03L4GUrrGBXk8OlKxEK_U1QxhhRYyFKuyo2Y6jx2t8RXCE1duskyRikcEFMQtfacZiNeLlr_0SqlxQJBNgBi_e3g3UIFzyEXpRQS7X0AJ6xuRLT7-Nl1BT3QSB-cBsENgHb10zQNaOG3VnyNehrtofHzPyF4PO4q1dVK7qaqyjp50sX7ya7TXqG3e0dNV-vyIN5AVG-UKOGiON8XB9UQj0x4zWiIa7PYG298m6Jx_26ZLNU0RyF3kXbUzwDBdpOyhXjoyOwQ1V42BxDyqhaow",
      "e": "AQAB",
      "kid": "PHPOP-00S",
      "use": "sig"
    },
    {
      "kty": "RSA",
      "n": "1RuG1vnups95HRtpHE33XJdD23Uj4-nt4m5yDUicE843BqMOo27Zx-WNF2vRVU_xOjFoPcs5v59j0YF8D-GI8ocUHYsADy6CSUNLToYYUHYrh_QMp3EdB2gmD0rjav4RddZ7HymIoAGLPvrVztMLdRnJ71TZjdzkkT3dQ5_-t8tpukoMGOCiI-F4bMl6KynKV3h5Deb-o4_rZc5OnVQSywymy33HrlsCHBgrv8MWswzw8SxdOxnbLJFETuciqdM9fhIcJgBnzzcw3iaAsBFRpfP95Zw9_eZYUTu2XcWx6XRsQKfBaKMy8NzV55SaQDdJgycrpUX4_bUfWR861708Fw",
      "e": "AQAB",
      "kid": "PHPOP-00E",
      "use": "enc"
    }
  ]
}
2020-07-09 23:37:59 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "n": "w9x1sXTkzuxJRHfLYdCv1DN2SsD90ufkSt_HOSjM7PSFsh-yGrqP85Hia2y_2bogz03L4GUrrGBXk8OlKxEK_U1QxhhRYyFKuyo2Y6jx2t8RXCE1duskyRikcEFMQtfacZiNeLlr_0SqlxQJBNgBi_e3g3UIFzyEXpRQS7X0AJ6xuRLT7-Nl1BT3QSB-cBsENgHb10zQNaOG3VnyNehrtofHzPyF4PO4q1dVK7qaqyjp50sX7ya7TXqG3e0dNV-vyIN5AVG-UKOGiON8XB9UQj0x4zWiIa7PYG298m6Jx_26ZLNU0RyF3kXbUzwDBdpOyhXjoyOwQ1V42BxDyqhaow",
      "e": "AQAB",
      "kid": "PHPOP-00S",
      "use": "sig"
    },
    {
      "kty": "RSA",
      "n": "1RuG1vnups95HRtpHE33XJdD23Uj4-nt4m5yDUicE843BqMOo27Zx-WNF2vRVU_xOjFoPcs5v59j0YF8D-GI8ocUHYsADy6CSUNLToYYUHYrh_QMp3EdB2gmD0rjav4RddZ7HymIoAGLPvrVztMLdRnJ71TZjdzkkT3dQ5_-t8tpukoMGOCiI-F4bMl6KynKV3h5Deb-o4_rZc5OnVQSywymy33HrlsCHBgrv8MWswzw8SxdOxnbLJFETuciqdM9fhIcJgBnzzcw3iaAsBFRpfP95Zw9_eZYUTu2XcWx6XRsQKfBaKMy8NzV55SaQDdJgycrpUX4_bUfWR861708Fw",
      "e": "AQAB",
      "kid": "PHPOP-00E",
      "use": "enc"
    }
  ]
}
2020-07-09 23:37:59 SUCCESS
ValidateServerJWKs
Valid server JWKs
2020-07-09 23:37:59 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2020-07-09 23:37:59 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-09 23:37:59 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2020-07-09 23:37:59 SUCCESS
GetDynamicClientConfiguration
Found a dynamic_client_registration_template object
client_name
opend4Client1
2020-07-09 23:37:59 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "2ISuCXkQ_eqwHgQapXf67AfgNOOvBOMW2RTTHH0ERpGfK2kdzlYb7zkYpSycoY5FQaT0ltXhB188e_S1FZLYz9A6PZg4FBnF8IhzHjE3W__RmoCOK_wjZhg_3frQid9FZ2sroBTFh5vAYb5s3f4P5LGt9SpXq35IqRhtGs8-lwM",
      "kty": "RSA",
      "q": "xL5MFB-Wf8Hje8gOp6G2gke6e5aPwP42ZnxI6rqrbdaa5vj1mmlOH-Ykrrgz8hD6k2gsruAryUSeIIlat7btUyGmMZM8TdGZmaWhTSRLaCvh0CXaG140YkZY6zveLmkdqO_5NO32qVPO76g599wncZDEN_Xi1NeAybqRPl_Kwpk",
      "d": "VrU61bpBmToBeVEpVOZre6kak1BUcMS1S65PzAtKo0gczwzOjo2ejSxWqDFnnwnxNaPItji5KMkI2T4ykspLYkwppjVThNEXoLse7Dz6Usgi3fK-PBdhsNaVmxQB0wRUDnn5QjXncTVaEwVJRkSGAiXLa8MifWIP2-_1a6lkUBTZ9MiFLBjMwOoslZCVZowX6k3ndwW1lOu8IJHl38liLS-1DuSjCY56xNx-MIzh5k1hUol_x1NJtwcMVChYWDYEXlZYN0w3yxDlB7SrIXuiRo_OsN-WtBH2WU7fjk87x3lc46hDs_eAu6SAG6--x9i8qk3PACKdRoDA9cXwP1jxIQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "fS5-aloN_La-S5xFjnGUa9TgqgJELJcbYpVXSzAc9VJq2maDN-WncMzYZErEHRZS2roAcoFtKK6WEpN5rvP5Zai53xP4FgbMjf7I-Yu0wV3aJCrTHvFF_zr7lbEX530uP1qQAAcXig3dozg0xHPXl8KQlR0QiK4_xjKaphcWiHw",
      "dp": "S6Es2Yo8cTVFB3cPh7T9JO0rV84gGGjqVjF7_Ht-vtem7ZbuHmDdqRYckbWfkJ8NefyQow9aZyTRD8tOZZbBvPVTIqjFDeBiz74Z1_YBDFWzdXBqONr90m-t_2_Y4A_pQlKhDm2zAcdZz8qgZHqWOqAFz5lWvkSCRO6PTcoOZtk",
      "alg": "RS256",
      "dq": "Wjg9oPi_RgS-cZPTDJH-pI2J-YSYlVK91Y9mzKUfWbYQwJwn3FAv8DbUWX7E61tX3OLnoqXPznL15Eu4Wwi6meWTVaaD_9d_DVNDvaFIJxQAcDf7ZZN0iCBkRDLm9vdjD4ZEDD6XXxy8h2_obT36pHxTTqomA55zQ46Xbjf1Pfk",
      "n": "pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"
    }
  ]
}
2020-07-09 23:37:59 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-09 23:37:59 SUCCESS
CreateDynamicRegistrationRequest
Created dynamic registration request
client_name
opend4Client1 g4C46oWVgx
2020-07-09 23:37:59
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2020-07-09 23:37:59
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 g4C46oWVgx",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"
      }
    ]
  }
}
2020-07-09 23:37:59
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 g4C46oWVgx",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-07-09 23:37:59
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 g4C46oWVgx",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ]
}
2020-07-09 23:37:59
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 g4C46oWVgx",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/openid4us/callback"
  ]
}
2020-07-09 23:37:59
CallDynamicRegistrationEndpoint
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/index.php/registration
request_method
POST
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "content-type": "application/json",
  "content-length": "657"
}
request_body
{"client_name":"opend4Client1 g4C46oWVgx","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["code"],"redirect_uris":["https://www.certification.openid.net/test/a/openid4us/callback"]}
2020-07-09 23:37:59 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Thu, 09 Jul 2020 23:37:59 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "1033",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"client_id":"AU7w8Cupa-61nLJGEL3FQw","client_secret":"vquH15y6_jz_dA","registration_access_token":"O4XBKncQFicfmQ","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/4kXrrm_emDYwtfwC7Tz39g","client_id_issued_at":1594337879,"client_secret_expires_at":0,"client_name":"opend4Client1 g4C46oWVgx","redirect_uris":["https:\/\/www.certification.openid.net\/test\/a\/openid4us\/callback"],"token_endpoint_auth_method":"client_secret_basic","jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-09 23:37:59
CallDynamicRegistrationEndpoint
Registration endpoint response
dynamic_registration_response
{"client_id":"AU7w8Cupa-61nLJGEL3FQw","client_secret":"vquH15y6_jz_dA","registration_access_token":"O4XBKncQFicfmQ","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/4kXrrm_emDYwtfwC7Tz39g","client_id_issued_at":1594337879,"client_secret_expires_at":0,"client_name":"opend4Client1 g4C46oWVgx","redirect_uris":["https:\/\/www.certification.openid.net\/test\/a\/openid4us\/callback"],"token_endpoint_auth_method":"client_secret_basic","jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-09 23:37:59
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
client_id
AU7w8Cupa-61nLJGEL3FQw
client_secret
vquH15y6_jz_dA
registration_access_token
O4XBKncQFicfmQ
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/4kXrrm_emDYwtfwC7Tz39g
client_id_issued_at
1594337879
client_secret_expires_at
0
client_name
opend4Client1 g4C46oWVgx
redirect_uris
[
  "https://www.certification.openid.net/test/a/openid4us/callback"
]
token_endpoint_auth_method
client_secret_basic
jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"
    }
  ]
}
response_types
[
  "code"
]
grant_types
[
  "authorization_code"
]
id_token_signed_response_alg
RS256
aggregation_signed_response_alg
RS256
2020-07-09 23:37:59 SUCCESS
CallDynamicRegistrationEndpoint
Extracted dynamic registration management credentials
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/4kXrrm_emDYwtfwC7Tz39g
registration_access_token
O4XBKncQFicfmQ
2020-07-09 23:37:59
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2020-07-09 23:37:59 SUCCESS
EnsureServerConfigurationSupportsClientSecretBasic
token_endpoint_auth_methods_supported
actual
[
  "client_secret_post",
  "client_secret_basic",
  "client_secret_jwt",
  "private_key_jwt"
]
expected
[
  "client_secret_basic"
]
minimum_matches_required
1
2020-07-09 23:37:59 SUCCESS
SetProtectedResourceUrlToUserInfoEndpoint
Set protected resource URL
protected_resource_url
https://connect.openid4.us:5443/phpOp/index.php/userinfo
2020-07-09 23:37:59
oidcc-claims-essential
Setup Done
Make request to authorization endpoint
2020-07-09 23:37:59 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
AU7w8Cupa-61nLJGEL3FQw
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid
2020-07-09 23:37:59
CreateRandomStateValue
Created state value
requested_state_length
10
state
YZ7GIb3pEt
2020-07-09 23:37:59 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
AU7w8Cupa-61nLJGEL3FQw
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid
state
YZ7GIb3pEt
2020-07-09 23:37:59
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
2LYyo4yo7p
2020-07-09 23:37:59 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
AU7w8Cupa-61nLJGEL3FQw
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid
state
YZ7GIb3pEt
nonce
2LYyo4yo7p
2020-07-09 23:37:59 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
AU7w8Cupa-61nLJGEL3FQw
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid
state
YZ7GIb3pEt
nonce
2LYyo4yo7p
response_type
code
2020-07-09 23:37:59 SUCCESS
AddUserInfoEssentialNameClaimToAuthorizationEndpointRequest
Added name claim to authorization_endpoint_request
authorization_endpoint_request
{
  "client_id": "AU7w8Cupa-61nLJGEL3FQw",
  "redirect_uri": "https://www.certification.openid.net/test/a/openid4us/callback",
  "scope": "openid",
  "state": "YZ7GIb3pEt",
  "nonce": "2LYyo4yo7p",
  "response_type": "code",
  "claims": {
    "userinfo": {
      "name": {
        "essential": true
      }
    }
  }
}
2020-07-09 23:37:59 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=AU7w8Cupa-61nLJGEL3FQw&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid&state=YZ7GIb3pEt&nonce=2LYyo4yo7p&response_type=code&claims=%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D
2020-07-09 23:37:59 REDIRECT
oidcc-claims-essential
Redirecting to authorization endpoint
redirect_to
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=AU7w8Cupa-61nLJGEL3FQw&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid&state=YZ7GIb3pEt&nonce=2LYyo4yo7p&response_type=code&claims=%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D
2020-07-09 23:38:04 INCOMING
oidcc-claims-essential
Incoming HTTP request to test instance g4C46oWVgx
incoming_headers
{
  "host": "www.certification.openid.net",
  "cache-control": "max-age\u003d0",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,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-user": "?1",
  "sec-fetch-dest": "document",
  "referer": "https://connect.openid4.us:5443/phpOp/index.php/auth?client_id\u003dAU7w8Cupa-61nLJGEL3FQw\u0026redirect_uri\u003dhttps://www.certification.openid.net/test/a/openid4us/callback\u0026scope\u003dopenid\u0026state\u003dYZ7GIb3pEt\u0026nonce\u003d2LYyo4yo7p\u0026response_type\u003dcode\u0026claims\u003d%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9",
  "cookie": "__utmc\u003d201319536; __utmz\u003d201319536.1594325901.21.5.utmcsr\u003dgoogle|utmccn\u003d(organic)|utmcmd\u003dorganic|utmctr\u003d(not%20provided); JSESSIONID\u003d33BF84B4F1B877BF3C997B8B5D1A12A4; __utma\u003d201319536.314738283.1556667502.1594325901.1594333993.22",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
callback
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{
  "state": "YZ7GIb3pEt",
  "session_state": "224d92caa338fec28b93a58144b0d6c6e9b6e9fb1a669b592f69cf1f63017657.a966c374612c70e07c5593a65d3621fe",
  "code": "S9JB3HxcDGcbPW61PeDQ6Gm1_yK7VYKya2iAuHY6NJE"
}
incoming_body
2020-07-09 23:38:04 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/H5T7Fr91nHDCTSPxa7mM",
  "fullUrl": "https://www.certification.openid.net/test/a/openid4us/implicit/H5T7Fr91nHDCTSPxa7mM"
}
2020-07-09 23:38:04 OUTGOING
oidcc-claims-essential
Response to HTTP request to test instance g4C46oWVgx
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/openid4us/implicit/H5T7Fr91nHDCTSPxa7mM, returnUrl=/log-detail.html?log=g4C46oWVgx}]
outgoing_path
callback
2020-07-09 23:38:05 INCOMING
oidcc-claims-essential
Incoming HTTP request to test instance g4C46oWVgx
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "*/*",
  "x-requested-with": "XMLHttpRequest",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36",
  "content-type": "text/plain",
  "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/openid4us/callback?state\u003dYZ7GIb3pEt\u0026session_state\u003d224d92caa338fec28b93a58144b0d6c6e9b6e9fb1a669b592f69cf1f63017657.a966c374612c70e07c5593a65d3621fe\u0026code\u003dS9JB3HxcDGcbPW61PeDQ6Gm1_yK7VYKya2iAuHY6NJE",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9",
  "cookie": "__utmc\u003d201319536; __utmz\u003d201319536.1594325901.21.5.utmcsr\u003dgoogle|utmccn\u003d(organic)|utmcmd\u003dorganic|utmctr\u003d(not%20provided); JSESSIONID\u003d33BF84B4F1B877BF3C997B8B5D1A12A4; __utma\u003d201319536.314738283.1556667502.1594325901.1594333993.22",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "0",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
implicit/H5T7Fr91nHDCTSPxa7mM
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-07-09 23:38:05 OUTGOING
oidcc-claims-essential
Response to HTTP request to test instance g4C46oWVgx
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [/log-detail.html?log=g4C46oWVgx]
outgoing_path
implicit/H5T7Fr91nHDCTSPxa7mM
2020-07-09 23:38:05 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2020-07-09 23:38:05 REDIRECT-IN
oidcc-claims-essential
Authorization endpoint response captured
url_query
{
  "state": "YZ7GIb3pEt",
  "session_state": "224d92caa338fec28b93a58144b0d6c6e9b6e9fb1a669b592f69cf1f63017657.a966c374612c70e07c5593a65d3621fe",
  "code": "S9JB3HxcDGcbPW61PeDQ6Gm1_yK7VYKya2iAuHY6NJE"
}
headers
{
  "host": "www.certification.openid.net",
  "cache-control": "max-age\u003d0",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,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-user": "?1",
  "sec-fetch-dest": "document",
  "referer": "https://connect.openid4.us:5443/phpOp/index.php/auth?client_id\u003dAU7w8Cupa-61nLJGEL3FQw\u0026redirect_uri\u003dhttps://www.certification.openid.net/test/a/openid4us/callback\u0026scope\u003dopenid\u0026state\u003dYZ7GIb3pEt\u0026nonce\u003d2LYyo4yo7p\u0026response_type\u003dcode\u0026claims\u003d%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9",
  "cookie": "__utmc\u003d201319536; __utmz\u003d201319536.1594325901.21.5.utmcsr\u003dgoogle|utmccn\u003d(organic)|utmcmd\u003dorganic|utmctr\u003d(not%20provided); JSESSIONID\u003d33BF84B4F1B877BF3C997B8B5D1A12A4; __utma\u003d201319536.314738283.1556667502.1594325901.1594333993.22",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
http_method
GET
url_fragment
{}
post_body
Verify authorization endpoint response
2020-07-09 23:38:05 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2020-07-09 23:38:05 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2020-07-09 23:38:05 SUCCESS
CheckMatchingStateParameter
State parameter correctly returned
state
YZ7GIb3pEt
2020-07-09 23:38:05 SUCCESS
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
code
S9JB3HxcDGcbPW61PeDQ6Gm1_yK7VYKya2iAuHY6NJE
2020-07-09 23:38:05 SUCCESS
CreateTokenEndpointRequestForAuthorizationCodeGrant
grant_type
authorization_code
code
S9JB3HxcDGcbPW61PeDQ6Gm1_yK7VYKya2iAuHY6NJE
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
2020-07-09 23:38:05 SUCCESS
AddBasicAuthClientSecretAuthenticationParameters
Added basic authorization header
Authorization
Basic QVU3dzhDdXBhLTYxbkxKR0VMM0ZRdzp2cXVIMTV5Nl9qel9kQQ==
2020-07-09 23:38:05
CallTokenEndpoint
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/index.php/token
request_method
POST
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Basic QVU3dzhDdXBhLTYxbkxKR0VMM0ZRdzp2cXVIMTV5Nl9qel9kQQ\u003d\u003d",
  "accept-charset": "utf-8",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "content-length": "168"
}
request_body
grant_type=authorization_code&code=S9JB3HxcDGcbPW61PeDQ6Gm1_yK7VYKya2iAuHY6NJE&redirect_uri=https%3A%2F%2Fwww.certification.openid.net%2Ftest%2Fa%2Fopenid4us%2Fcallback
2020-07-09 23:38:05 RESPONSE
CallTokenEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Thu, 09 Jul 2020 23:38:05 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "set-cookie": "PHPSESSID\u003dbqk2pjgngm5c7m9uov5q881lt0; path\u003d/",
  "expires": "Thu, 19 Nov 1981 08:52:00 GMT",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "content-length": "908",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"access_token":"RlPotA_LApVPuu6hUCfFcmHEP21qOez8QgvYMY0SqWc","token_type":"Bearer","expires_in":3600,"id_token":"eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiNGVmMDNiMWU2NmNjYTY4NWRmMWE2NjA5MzVlNWI4NjY4NjNmNGQ3NDExM2FhNGFkMGNjZDEyMDM2OTZjOWRlYiIsImF1ZCI6WyJBVTd3OEN1cGEtNjFuTEpHRUwzRlF3Il0sImV4cCI6MTU5NDMzODE4NSwiaWF0IjoxNTk0MzM3ODg1LCJub25jZSI6IjJMWXlvNHlvN3AiLCJhdF9oYXNoIjoiczZocHJyVE84UFRKYnA0ZUtfbGlVdyJ9.qdD-DC-8CjBqXvXIDcOGa4FkArYCwTmA-jn_W1IOAF7D_KKM7nqLd7sauocThqlfzdgu6FvaaxnvUbhYvUZbvXS-CGQVyX6-g98cHAiANSnd1rfXHJ6zDPPym7Ja3D0MgZ1ZQ50IZJfzBZNkBa8IYLZzJc3ESyg3P6SnFdCnyaaQmotierQPZv4mjBZu5BP3s1yb0J6poyz_YXC5kZsEB-pX9HwOvo9WcUE-1FAEwitpFNkw0jXEWbmyjmufk9PF2faJQJAE394Jv-TngOnAjybploZEVcnsoGzSFKSbnP0TxLG9U2Sij9A3k6uRA2H7yLlqAfdcCNhOAO_-dInQLA"}
2020-07-09 23:38:05
CallTokenEndpoint
Token endpoint response
token_endpoint_response
{"access_token":"RlPotA_LApVPuu6hUCfFcmHEP21qOez8QgvYMY0SqWc","token_type":"Bearer","expires_in":3600,"id_token":"eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiNGVmMDNiMWU2NmNjYTY4NWRmMWE2NjA5MzVlNWI4NjY4NjNmNGQ3NDExM2FhNGFkMGNjZDEyMDM2OTZjOWRlYiIsImF1ZCI6WyJBVTd3OEN1cGEtNjFuTEpHRUwzRlF3Il0sImV4cCI6MTU5NDMzODE4NSwiaWF0IjoxNTk0MzM3ODg1LCJub25jZSI6IjJMWXlvNHlvN3AiLCJhdF9oYXNoIjoiczZocHJyVE84UFRKYnA0ZUtfbGlVdyJ9.qdD-DC-8CjBqXvXIDcOGa4FkArYCwTmA-jn_W1IOAF7D_KKM7nqLd7sauocThqlfzdgu6FvaaxnvUbhYvUZbvXS-CGQVyX6-g98cHAiANSnd1rfXHJ6zDPPym7Ja3D0MgZ1ZQ50IZJfzBZNkBa8IYLZzJc3ESyg3P6SnFdCnyaaQmotierQPZv4mjBZu5BP3s1yb0J6poyz_YXC5kZsEB-pX9HwOvo9WcUE-1FAEwitpFNkw0jXEWbmyjmufk9PF2faJQJAE394Jv-TngOnAjybploZEVcnsoGzSFKSbnP0TxLG9U2Sij9A3k6uRA2H7yLlqAfdcCNhOAO_-dInQLA"}
2020-07-09 23:38:05 SUCCESS
CallTokenEndpoint
Parsed token endpoint response
access_token
RlPotA_LApVPuu6hUCfFcmHEP21qOez8QgvYMY0SqWc
token_type
Bearer
expires_in
3600
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiNGVmMDNiMWU2NmNjYTY4NWRmMWE2NjA5MzVlNWI4NjY4NjNmNGQ3NDExM2FhNGFkMGNjZDEyMDM2OTZjOWRlYiIsImF1ZCI6WyJBVTd3OEN1cGEtNjFuTEpHRUwzRlF3Il0sImV4cCI6MTU5NDMzODE4NSwiaWF0IjoxNTk0MzM3ODg1LCJub25jZSI6IjJMWXlvNHlvN3AiLCJhdF9oYXNoIjoiczZocHJyVE84UFRKYnA0ZUtfbGlVdyJ9.qdD-DC-8CjBqXvXIDcOGa4FkArYCwTmA-jn_W1IOAF7D_KKM7nqLd7sauocThqlfzdgu6FvaaxnvUbhYvUZbvXS-CGQVyX6-g98cHAiANSnd1rfXHJ6zDPPym7Ja3D0MgZ1ZQ50IZJfzBZNkBa8IYLZzJc3ESyg3P6SnFdCnyaaQmotierQPZv4mjBZu5BP3s1yb0J6poyz_YXC5kZsEB-pX9HwOvo9WcUE-1FAEwitpFNkw0jXEWbmyjmufk9PF2faJQJAE394Jv-TngOnAjybploZEVcnsoGzSFKSbnP0TxLG9U2Sij9A3k6uRA2H7yLlqAfdcCNhOAO_-dInQLA
2020-07-09 23:38:05 SUCCESS
CheckIfTokenEndpointResponseError
No error from token endpoint
2020-07-09 23:38:05 SUCCESS
CheckForAccessTokenValue
Found an access token
access_token
RlPotA_LApVPuu6hUCfFcmHEP21qOez8QgvYMY0SqWc
2020-07-09 23:38:05 SUCCESS
ExtractAccessTokenFromTokenResponse
Extracted the access token
value
RlPotA_LApVPuu6hUCfFcmHEP21qOez8QgvYMY0SqWc
type
Bearer
2020-07-09 23:38:05 SUCCESS
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
expires_in
3600
2020-07-09 23:38:05 SUCCESS
ValidateExpiresIn
expires_in passed all validation checks
expires_in
3600
2020-07-09 23:38:05 INFO
CheckForRefreshTokenValue
Couldn't find refresh token
2020-07-09 23:38:05 SUCCESS
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
value
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiNGVmMDNiMWU2NmNjYTY4NWRmMWE2NjA5MzVlNWI4NjY4NjNmNGQ3NDExM2FhNGFkMGNjZDEyMDM2OTZjOWRlYiIsImF1ZCI6WyJBVTd3OEN1cGEtNjFuTEpHRUwzRlF3Il0sImV4cCI6MTU5NDMzODE4NSwiaWF0IjoxNTk0MzM3ODg1LCJub25jZSI6IjJMWXlvNHlvN3AiLCJhdF9oYXNoIjoiczZocHJyVE84UFRKYnA0ZUtfbGlVdyJ9.qdD-DC-8CjBqXvXIDcOGa4FkArYCwTmA-jn_W1IOAF7D_KKM7nqLd7sauocThqlfzdgu6FvaaxnvUbhYvUZbvXS-CGQVyX6-g98cHAiANSnd1rfXHJ6zDPPym7Ja3D0MgZ1ZQ50IZJfzBZNkBa8IYLZzJc3ESyg3P6SnFdCnyaaQmotierQPZv4mjBZu5BP3s1yb0J6poyz_YXC5kZsEB-pX9HwOvo9WcUE-1FAEwitpFNkw0jXEWbmyjmufk9PF2faJQJAE394Jv-TngOnAjybploZEVcnsoGzSFKSbnP0TxLG9U2Sij9A3k6uRA2H7yLlqAfdcCNhOAO_-dInQLA
header
{
  "jku": "https://connect.openid4.us:5443/phpOp/op.jwk",
  "kid": "PHPOP-00S",
  "alg": "RS256"
}
claims
{
  "at_hash": "s6hprrTO8PTJbp4eK_liUw",
  "sub": "4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb",
  "aud": "AU7w8Cupa-61nLJGEL3FQw",
  "iss": "https://connect.openid4.us:5443/phpOp",
  "exp": 1594338185,
  "iat": 1594337885,
  "nonce": "2LYyo4yo7p"
}
2020-07-09 23:38:05 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2020-07-09 23:38:05 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
2LYyo4yo7p
2020-07-09 23:38:05 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2020-07-09 23:38:05 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiNGVmMDNiMWU2NmNjYTY4NWRmMWE2NjA5MzVlNWI4NjY4NjNmNGQ3NDExM2FhNGFkMGNjZDEyMDM2OTZjOWRlYiIsImF1ZCI6WyJBVTd3OEN1cGEtNjFuTEpHRUwzRlF3Il0sImV4cCI6MTU5NDMzODE4NSwiaWF0IjoxNTk0MzM3ODg1LCJub25jZSI6IjJMWXlvNHlvN3AiLCJhdF9oYXNoIjoiczZocHJyVE84UFRKYnA0ZUtfbGlVdyJ9.qdD-DC-8CjBqXvXIDcOGa4FkArYCwTmA-jn_W1IOAF7D_KKM7nqLd7sauocThqlfzdgu6FvaaxnvUbhYvUZbvXS-CGQVyX6-g98cHAiANSnd1rfXHJ6zDPPym7Ja3D0MgZ1ZQ50IZJfzBZNkBa8IYLZzJc3ESyg3P6SnFdCnyaaQmotierQPZv4mjBZu5BP3s1yb0J6poyz_YXC5kZsEB-pX9HwOvo9WcUE-1FAEwitpFNkw0jXEWbmyjmufk9PF2faJQJAE394Jv-TngOnAjybploZEVcnsoGzSFKSbnP0TxLG9U2Sij9A3k6uRA2H7yLlqAfdcCNhOAO_-dInQLA
2020-07-09 23:38:05 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiNGVmMDNiMWU2NmNjYTY4NWRmMWE2NjA5MzVlNWI4NjY4NjNmNGQ3NDExM2FhNGFkMGNjZDEyMDM2OTZjOWRlYiIsImF1ZCI6WyJBVTd3OEN1cGEtNjFuTEpHRUwzRlF3Il0sImV4cCI6MTU5NDMzODE4NSwiaWF0IjoxNTk0MzM3ODg1LCJub25jZSI6IjJMWXlvNHlvN3AiLCJhdF9oYXNoIjoiczZocHJyVE84UFRKYnA0ZUtfbGlVdyJ9.qdD-DC-8CjBqXvXIDcOGa4FkArYCwTmA-jn_W1IOAF7D_KKM7nqLd7sauocThqlfzdgu6FvaaxnvUbhYvUZbvXS-CGQVyX6-g98cHAiANSnd1rfXHJ6zDPPym7Ja3D0MgZ1ZQ50IZJfzBZNkBa8IYLZzJc3ESyg3P6SnFdCnyaaQmotierQPZv4mjBZu5BP3s1yb0J6poyz_YXC5kZsEB-pX9HwOvo9WcUE-1FAEwitpFNkw0jXEWbmyjmufk9PF2faJQJAE394Jv-TngOnAjybploZEVcnsoGzSFKSbnP0TxLG9U2Sij9A3k6uRA2H7yLlqAfdcCNhOAO_-dInQLA
2020-07-09 23:38:05 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb
Userinfo endpoint tests
2020-07-09 23:38:05
CallProtectedResourceWithBearerToken
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/index.php/userinfo
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer RlPotA_LApVPuu6hUCfFcmHEP21qOez8QgvYMY0SqWc",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-09 23:38:05 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Thu, 09 Jul 2020 23:38:05 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "93",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"sub":"4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb","name":"Bob Ikeda"}
2020-07-09 23:38:05 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "date": "Thu, 09 Jul 2020 23:38:05 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "93",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
status_code
{
  "code": 200
}
body
{"sub":"4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb","name":"Bob Ikeda"}
2020-07-09 23:38:05
CallUserInfoEndpointWithBearerToken
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/index.php/userinfo
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer RlPotA_LApVPuu6hUCfFcmHEP21qOez8QgvYMY0SqWc",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-09 23:38:06 RESPONSE
CallUserInfoEndpointWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Thu, 09 Jul 2020 23:38:06 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "93",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"sub":"4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb","name":"Bob Ikeda"}
2020-07-09 23:38:06 SUCCESS
CallUserInfoEndpointWithBearerToken
Got a response from the userinfo endpoint
headers
{
  "date": "Thu, 09 Jul 2020 23:38:06 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "93",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
status_code
{
  "code": 200
}
body
{"sub":"4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb","name":"Bob Ikeda"}
2020-07-09 23:38:06 SUCCESS
ExtractUserInfoFromUserInfoEndpointResponse
Extracted user info
userinfo
{
  "sub": "4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb",
  "name": "Bob Ikeda"
}
2020-07-09 23:38:06
ValidateUserInfoStandardClaims
sub is a string
2020-07-09 23:38:06
ValidateUserInfoStandardClaims
name is a string
2020-07-09 23:38:06 SUCCESS
ValidateUserInfoStandardClaims
Userinfo is valid
2020-07-09 23:38:06 SUCCESS
EnsureUserInfoContainsSub
Found sub in userinfo
sub
4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb
2020-07-09 23:38:06
EnsureUserInfoBirthDateValid
userinfo response does not contain 'birthdate'
2020-07-09 23:38:06
EnsureUserInfoUpdatedAtValid
userinfo response does not contain 'updated_at'
2020-07-09 23:38:06
EnsureMemberValuesInClaimNameReferenceToMemberNamesInClaimSources
userinfo response does not contain '_claim_names' nor _claim_sources'
2020-07-09 23:38:06 SUCCESS
VerifyUserInfoAndIdTokenInTokenEndpointSameSub
userinfo response and id_token sub are the same
sub_user_info
4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb
sub_id_token
4ef03b1e66cca685df1a660935e5b866863f4d74113aa4ad0ccd1203696c9deb
2020-07-09 23:38:06 SUCCESS
VerifyScopesReturnedInUserInfoClaims
'claims' in userinfo contains all scope items of scope in authorization request (corresponds to scope standard claims)
actual_scope_items
[
  "sub",
  "name"
]
expected_scope_items
[
  "sub"
]
2020-07-09 23:38:06 SUCCESS
EnsureUserInfoContainsName
Found name in userinfo
name
Bob Ikeda
2020-07-09 23:38:06 SUCCESS
EnsureIdTokenDoesNotContainName
name claim not found in id_token, which is expected as it was not requested to be returned there
2020-07-09 23:38:06 FINISHED
oidcc-claims-essential
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2020-07-09 23:38:06
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/index.php/client/4kXrrm_emDYwtfwC7Tz39g
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer O4XBKncQFicfmQ",
  "content-length": "0"
}
request_body

                                
2020-07-09 23:38:06 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Thu, 09 Jul 2020 23:38:06 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "set-cookie": "PHPSESSID\u003dn8qi2bi9f0o77irj53rsp5uu5b; path\u003d/",
  "expires": "Thu, 19 Nov 1981 08:52:00 GMT",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "content-length": "926",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{
 "client_id_issued_at":1594337879,
 "client_id":"AU7w8Cupa-61nLJGEL3FQw",
 "client_secret":"vquH15y6_jz_dA",
 "client_name":"opend4Client1 g4C46oWVgx",
 "redirect_uris":[
  "https:\/\/www.certification.openid.net\/test\/a\/openid4us\/callback"
 ],
 "token_endpoint_auth_method":"client_secret_basic",
 "jwks":{
  "keys":[
   {
    "kty":"RSA",
    "e":"AQAB",
    "use":"sig",
    "alg":"RS256",
    "n":"pmaIENR4oJGRtXI4FowQge5TTW3RzQDmaRDVNqvlbBpT7DjGOnkHeOha8xd9_J-VfSa-ZF8rPDZJJr-5mg5oxfW-nqUVFK3yykWX6n_vzlzY1vojpNOeuqkyGl6FRxECfqxiQ25IloChvmrPYBn_1xGJx4bYlo-E7NKv84RmcOjvx1Iq0xDGoFl4a_327lDC9m0rfAIWTjfr7Mo3aqfogs7Yk2oYqIRQTiVoQv3nI-JZna44ietrSrpqzPz9Z2MhEsp9NxeZ2gv8fRqaP0whk5nJ29A4RIiWRgSa1cptT0b0kTdUB8gdlrzJ9WGDQTJ_hvdSL_fLYcBUNo06kDaGyw"
   }
  ]
 },
 "id_token_signed_response_alg":"RS256",
 "aggregation_signed_response_alg":"RS256",
 "grant_types":[
  "authorization_code"
 ],
 "response_types":[
  "code"
 ]
}
2020-07-09 23:38:06 INFO
UnregisterDynamicallyRegisteredClient
registration_client_uri returned a http status code other than 204 No Content
code
OK
2020-07-09 23:38:11
TEST-RUNNER
Alias has now been claimed by another test
alias
openid4us
new_test_id
oRJM13MdBk
Test Results