Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-07-10 01:04:11 INFO
TEST-RUNNER
Test instance lRS7HFqOLs 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-scope-profile
2020-07-10 01:04:11 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
2020-07-10 01:04:11
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-10 01:04:12 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:04:12 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-10 01:04:12
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-10 01:04:12 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-10 01:04:12 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2020-07-10 01:04:12 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-10 01:04:12
FetchServerKeys
Fetching server key
jwks_uri
https://connect.openid4.us:5443/phpOp/op.jwk
2020-07-10 01:04:12
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-10 01:04:12 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:04:12 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-10 01:04:12
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-10 01:04:12 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-10 01:04:12 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-10 01:04:12 SUCCESS
ValidateServerJWKs
Valid server JWKs
2020-07-10 01:04:12 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2020-07-10 01:04:12 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-10 01:04:12 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2020-07-10 01:04:12 SUCCESS
GetDynamicClientConfiguration
Found a dynamic_client_registration_template object
client_name
opend4Client1
2020-07-10 01:04:12 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "1RCyjaN9nwMgMoXLv8Nr5vg4VbQtFWizn7c8sMZMD_inUvMiBKlwYwilZ_TFDrVmbiQ-ji6xkpxQ6JydXMzCVIlaen2dGKZBwi9F0vlT29NaDcDsDdh0Bcc8d4WSEhGu5PYgeuxcVPkWINkly3oN-C8ywmj0dNCOqUORVDQiMXs",
      "kty": "RSA",
      "q": "nZzzgu04-4MsBQs83WBwV9JEjbx4ZVcjSBFK9YLhqUlOODHxRVhfaMI60Z1pzuex5DxxcWjkrZzA_mc9HpVXpfALo9NYK-ty_3mBn-_Rz0r7VX7p7ysEG9_WWn3g7AZ3-xnBmYL4O13W0gHWYO1Dfl7TxcGJqT3EEEb8rr9Ql4M",
      "d": "RW6Bwdvk0d0YLwHo8Utu0MFW1SPEZ7RS9rgrHiWuVKMOurporD2Gu1Pj0-uJ2v9YPbAubjBtF393cxyRgPF1-ZhhRO9GA5_rq4ou-HjMNO8YtcG84Q9C5765eYcZfHLT_xSCId-MxMcW5SfVpVIOnLkrQRDqWxfYrBcie_F9KFjMtELMLSFmPxUv1P1giiD-63HYJ17WD2QRe94stbHq_l8TWepbjupWY3mFaXGXyGGmvPTuKASPw4ICsSbDJdr2YktuhzxksfLBZmLY4uSYHoipkxqOsTZ8lwtIIv61bUKVRXSUwEhzcX6L-KlPkkCPspck_WWyn7S7R92tb52mAQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "aCeS6HbX892usnIGweK1zF-x6qOg-Sqt_Qxgu-wIIaxNg-FXvrwPWZnAOX4bDQVmE9o4roCI6ZxBJB0uFLfale-NkTNcUuqQrVbkDdNnFy8oXXQOrEw1r6MN_IV3xmt9pGGzw0Fuvih0CDOO-QrqOHLLjb4_8lrFpRZ7rNK8XH8",
      "dp": "F8-R5LpMo6SZyIujRX71ZA6BXTKRhz74M_UqVycSAQbszBxXxOWapbalpYR5MTechtqOEx2swpGtiRFXlLNdVE01S1MWZ1bNKoJV70nl0T9BZSAWQUXbUXn-i-zlchd_0B6haptXhjd__ZPG4YJ2ZTIBHjDUgOl9x_TBHQPmflk",
      "alg": "RS256",
      "dq": "FHnJYN70oigeVeFp3NCkh6Q3Z7puYav6V2h3toF0U4vEb6R9VabvbiqdfZHXpxuOjroTespHuw48PFCpLgn0wwf2WygfskT6QZpFbsO3HBj_odHFDl8mP4DK1iK4T7FfcO2dqxXKrdu5BrtaYGkydX5YQL6t5aCykfLG7OTJ0YU",
      "n": "gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"
    }
  ]
}
2020-07-10 01:04:12 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-10 01:04:12 SUCCESS
CreateDynamicRegistrationRequest
Created dynamic registration request
client_name
opend4Client1 lRS7HFqOLs
2020-07-10 01:04:12
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2020-07-10 01:04:12
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 lRS7HFqOLs",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"
      }
    ]
  }
}
2020-07-10 01:04:12
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 lRS7HFqOLs",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-07-10 01:04:12
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 lRS7HFqOLs",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ]
}
2020-07-10 01:04:12
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 lRS7HFqOLs",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/openid4us/callback"
  ]
}
2020-07-10 01:04:12
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 lRS7HFqOLs","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["code"],"redirect_uris":["https://www.certification.openid.net/test/a/openid4us/callback"]}
2020-07-10 01:04:12 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:04:12 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":"YTF2BMEucsRao5HZsCZ2eQ","client_secret":"4TWN_50ShTSltQ","registration_access_token":"IBoQlpIOwZx02Q","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/ZyZjDZ-8F2MxBgnZBtXlmw","client_id_issued_at":1594343052,"client_secret_expires_at":0,"client_name":"opend4Client1 lRS7HFqOLs","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":"gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-10 01:04:12
CallDynamicRegistrationEndpoint
Registration endpoint response
dynamic_registration_response
{"client_id":"YTF2BMEucsRao5HZsCZ2eQ","client_secret":"4TWN_50ShTSltQ","registration_access_token":"IBoQlpIOwZx02Q","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/ZyZjDZ-8F2MxBgnZBtXlmw","client_id_issued_at":1594343052,"client_secret_expires_at":0,"client_name":"opend4Client1 lRS7HFqOLs","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":"gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-10 01:04:12
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
client_id
YTF2BMEucsRao5HZsCZ2eQ
client_secret
4TWN_50ShTSltQ
registration_access_token
IBoQlpIOwZx02Q
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/ZyZjDZ-8F2MxBgnZBtXlmw
client_id_issued_at
1594343052
client_secret_expires_at
0
client_name
opend4Client1 lRS7HFqOLs
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": "gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"
    }
  ]
}
response_types
[
  "code"
]
grant_types
[
  "authorization_code"
]
id_token_signed_response_alg
RS256
aggregation_signed_response_alg
RS256
2020-07-10 01:04:12 SUCCESS
CallDynamicRegistrationEndpoint
Extracted dynamic registration management credentials
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/ZyZjDZ-8F2MxBgnZBtXlmw
registration_access_token
IBoQlpIOwZx02Q
2020-07-10 01:04:12
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2020-07-10 01:04:12 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-10 01:04:12
SetScopeInClientConfigurationToOpenIdProfile
Set scope in client configuration to "openid profile"
scope
openid profile
2020-07-10 01:04:12 SUCCESS
OIDCCCheckScopesSupportedContainScopeTest
'scopes_supported' in discovery document contain expected scopes
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone",
  "offline_access"
]
expected
openid profile
2020-07-10 01:04:12 SUCCESS
SetProtectedResourceUrlToUserInfoEndpoint
Set protected resource URL
protected_resource_url
https://connect.openid4.us:5443/phpOp/index.php/userinfo
2020-07-10 01:04:12
oidcc-scope-profile
Setup Done
Make request to authorization endpoint
2020-07-10 01:04:12 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
YTF2BMEucsRao5HZsCZ2eQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid profile
2020-07-10 01:04:12
CreateRandomStateValue
Created state value
requested_state_length
10
state
nEAAC2fQbG
2020-07-10 01:04:12 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
YTF2BMEucsRao5HZsCZ2eQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid profile
state
nEAAC2fQbG
2020-07-10 01:04:12
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
b6AHlLDIWZ
2020-07-10 01:04:12 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
YTF2BMEucsRao5HZsCZ2eQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid profile
state
nEAAC2fQbG
nonce
b6AHlLDIWZ
2020-07-10 01:04:12 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
YTF2BMEucsRao5HZsCZ2eQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid profile
state
nEAAC2fQbG
nonce
b6AHlLDIWZ
response_type
code
2020-07-10 01:04:12 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=YTF2BMEucsRao5HZsCZ2eQ&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid%20profile&state=nEAAC2fQbG&nonce=b6AHlLDIWZ&response_type=code
2020-07-10 01:04:12 REDIRECT
oidcc-scope-profile
Redirecting to authorization endpoint
redirect_to
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=YTF2BMEucsRao5HZsCZ2eQ&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid%20profile&state=nEAAC2fQbG&nonce=b6AHlLDIWZ&response_type=code
2020-07-10 01:04:16 INCOMING
oidcc-scope-profile
Incoming HTTP request to test instance lRS7HFqOLs
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\u003dYTF2BMEucsRao5HZsCZ2eQ\u0026redirect_uri\u003dhttps://www.certification.openid.net/test/a/openid4us/callback\u0026scope\u003dopenid%20profile\u0026state\u003dnEAAC2fQbG\u0026nonce\u003db6AHlLDIWZ\u0026response_type\u003dcode",
  "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": "nEAAC2fQbG",
  "session_state": "d43d1ee63d77e7a6d1fb518966984ff5fe65a5175eddc67bb203beaf701d7e3c.dd788ee7568b09ff97abd7ce383326ce",
  "code": "Rtm4M-RTbPFIe7cuSUpEbDYjGhQDu0jYnY9-hOGMrPg"
}
incoming_body
2020-07-10 01:04:16 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/BJhXkSRL1404zDa5FLZS",
  "fullUrl": "https://www.certification.openid.net/test/a/openid4us/implicit/BJhXkSRL1404zDa5FLZS"
}
2020-07-10 01:04:16 OUTGOING
oidcc-scope-profile
Response to HTTP request to test instance lRS7HFqOLs
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/openid4us/implicit/BJhXkSRL1404zDa5FLZS, returnUrl=/log-detail.html?log=lRS7HFqOLs}]
outgoing_path
callback
2020-07-10 01:04:17 INCOMING
oidcc-scope-profile
Incoming HTTP request to test instance lRS7HFqOLs
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\u003dnEAAC2fQbG\u0026session_state\u003dd43d1ee63d77e7a6d1fb518966984ff5fe65a5175eddc67bb203beaf701d7e3c.dd788ee7568b09ff97abd7ce383326ce\u0026code\u003dRtm4M-RTbPFIe7cuSUpEbDYjGhQDu0jYnY9-hOGMrPg",
  "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/BJhXkSRL1404zDa5FLZS
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-07-10 01:04:17 OUTGOING
oidcc-scope-profile
Response to HTTP request to test instance lRS7HFqOLs
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [/log-detail.html?log=lRS7HFqOLs]
outgoing_path
implicit/BJhXkSRL1404zDa5FLZS
2020-07-10 01:04:17 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2020-07-10 01:04:17 REDIRECT-IN
oidcc-scope-profile
Authorization endpoint response captured
url_query
{
  "state": "nEAAC2fQbG",
  "session_state": "d43d1ee63d77e7a6d1fb518966984ff5fe65a5175eddc67bb203beaf701d7e3c.dd788ee7568b09ff97abd7ce383326ce",
  "code": "Rtm4M-RTbPFIe7cuSUpEbDYjGhQDu0jYnY9-hOGMrPg"
}
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\u003dYTF2BMEucsRao5HZsCZ2eQ\u0026redirect_uri\u003dhttps://www.certification.openid.net/test/a/openid4us/callback\u0026scope\u003dopenid%20profile\u0026state\u003dnEAAC2fQbG\u0026nonce\u003db6AHlLDIWZ\u0026response_type\u003dcode",
  "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-10 01:04:17 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2020-07-10 01:04:17 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2020-07-10 01:04:17 SUCCESS
CheckMatchingStateParameter
State parameter correctly returned
state
nEAAC2fQbG
2020-07-10 01:04:17 SUCCESS
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
code
Rtm4M-RTbPFIe7cuSUpEbDYjGhQDu0jYnY9-hOGMrPg
2020-07-10 01:04:17 SUCCESS
CreateTokenEndpointRequestForAuthorizationCodeGrant
grant_type
authorization_code
code
Rtm4M-RTbPFIe7cuSUpEbDYjGhQDu0jYnY9-hOGMrPg
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
2020-07-10 01:04:17 SUCCESS
AddBasicAuthClientSecretAuthenticationParameters
Added basic authorization header
Authorization
Basic WVRGMkJNRXVjc1JhbzVIWnNDWjJlUTo0VFdOXzUwU2hUU2x0UQ==
2020-07-10 01:04:17
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 WVRGMkJNRXVjc1JhbzVIWnNDWjJlUTo0VFdOXzUwU2hUU2x0UQ\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=Rtm4M-RTbPFIe7cuSUpEbDYjGhQDu0jYnY9-hOGMrPg&redirect_uri=https%3A%2F%2Fwww.certification.openid.net%2Ftest%2Fa%2Fopenid4us%2Fcallback
2020-07-10 01:04:17 RESPONSE
CallTokenEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:04:17 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":"cjrtxsHhnoSIWYp5hFgIaV5r6ZfjgCON0DWdvh2mE2s","token_type":"Bearer","expires_in":3600,"id_token":"eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiOTE2ZGNlOGYzZWJlODI3ZTRmMGRiZWQ2NTZjZjVlODJiYTNmZjc2ZDMwMGI0YjM2NWZhZDNhMGI5Y2MwOGQwZSIsImF1ZCI6WyJZVEYyQk1FdWNzUmFvNUhac0NaMmVRIl0sImV4cCI6MTU5NDM0MzM1NywiaWF0IjoxNTk0MzQzMDU3LCJub25jZSI6ImI2QUhsTERJV1oiLCJhdF9oYXNoIjoiYkdBY0ZiZUZNaGtFTTNUTVpmLUt0QSJ9.TBYcZrJat2VH4vl6KFXKYFsRX6s8Fss9_Wkn0iXXmYq9qNkdJnfgcNa2Fl4alq94bqtK9wGgDYos-lYEXNiqD-8N0sfhOzvXREOz13Cg-SiCSXFSjUejwCZYNseOFNY2bF6s48QNnRZEcC4yHMZeG7vfy89s7RAksfFiaDhXDpoD26-CFwreYGM3DrTgBo-oBupaz-KxriyoCP0yfjfPe7P2dUSUbCRQkziL-PClb_LbKPUHrDqxE-Iy91_C6ObypWKRVE5sc7z0hDk7pYNCr1fik1dAl2MMTrFHXkd66xhVG5fHIJJuLlFMqJZMXKILibIo1-6Ml8wW1Yua94O5Ww"}
2020-07-10 01:04:17
CallTokenEndpoint
Token endpoint response
token_endpoint_response
{"access_token":"cjrtxsHhnoSIWYp5hFgIaV5r6ZfjgCON0DWdvh2mE2s","token_type":"Bearer","expires_in":3600,"id_token":"eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiOTE2ZGNlOGYzZWJlODI3ZTRmMGRiZWQ2NTZjZjVlODJiYTNmZjc2ZDMwMGI0YjM2NWZhZDNhMGI5Y2MwOGQwZSIsImF1ZCI6WyJZVEYyQk1FdWNzUmFvNUhac0NaMmVRIl0sImV4cCI6MTU5NDM0MzM1NywiaWF0IjoxNTk0MzQzMDU3LCJub25jZSI6ImI2QUhsTERJV1oiLCJhdF9oYXNoIjoiYkdBY0ZiZUZNaGtFTTNUTVpmLUt0QSJ9.TBYcZrJat2VH4vl6KFXKYFsRX6s8Fss9_Wkn0iXXmYq9qNkdJnfgcNa2Fl4alq94bqtK9wGgDYos-lYEXNiqD-8N0sfhOzvXREOz13Cg-SiCSXFSjUejwCZYNseOFNY2bF6s48QNnRZEcC4yHMZeG7vfy89s7RAksfFiaDhXDpoD26-CFwreYGM3DrTgBo-oBupaz-KxriyoCP0yfjfPe7P2dUSUbCRQkziL-PClb_LbKPUHrDqxE-Iy91_C6ObypWKRVE5sc7z0hDk7pYNCr1fik1dAl2MMTrFHXkd66xhVG5fHIJJuLlFMqJZMXKILibIo1-6Ml8wW1Yua94O5Ww"}
2020-07-10 01:04:17 SUCCESS
CallTokenEndpoint
Parsed token endpoint response
access_token
cjrtxsHhnoSIWYp5hFgIaV5r6ZfjgCON0DWdvh2mE2s
token_type
Bearer
expires_in
3600
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiOTE2ZGNlOGYzZWJlODI3ZTRmMGRiZWQ2NTZjZjVlODJiYTNmZjc2ZDMwMGI0YjM2NWZhZDNhMGI5Y2MwOGQwZSIsImF1ZCI6WyJZVEYyQk1FdWNzUmFvNUhac0NaMmVRIl0sImV4cCI6MTU5NDM0MzM1NywiaWF0IjoxNTk0MzQzMDU3LCJub25jZSI6ImI2QUhsTERJV1oiLCJhdF9oYXNoIjoiYkdBY0ZiZUZNaGtFTTNUTVpmLUt0QSJ9.TBYcZrJat2VH4vl6KFXKYFsRX6s8Fss9_Wkn0iXXmYq9qNkdJnfgcNa2Fl4alq94bqtK9wGgDYos-lYEXNiqD-8N0sfhOzvXREOz13Cg-SiCSXFSjUejwCZYNseOFNY2bF6s48QNnRZEcC4yHMZeG7vfy89s7RAksfFiaDhXDpoD26-CFwreYGM3DrTgBo-oBupaz-KxriyoCP0yfjfPe7P2dUSUbCRQkziL-PClb_LbKPUHrDqxE-Iy91_C6ObypWKRVE5sc7z0hDk7pYNCr1fik1dAl2MMTrFHXkd66xhVG5fHIJJuLlFMqJZMXKILibIo1-6Ml8wW1Yua94O5Ww
2020-07-10 01:04:17 SUCCESS
CheckIfTokenEndpointResponseError
No error from token endpoint
2020-07-10 01:04:17 SUCCESS
CheckForAccessTokenValue
Found an access token
access_token
cjrtxsHhnoSIWYp5hFgIaV5r6ZfjgCON0DWdvh2mE2s
2020-07-10 01:04:17 SUCCESS
ExtractAccessTokenFromTokenResponse
Extracted the access token
value
cjrtxsHhnoSIWYp5hFgIaV5r6ZfjgCON0DWdvh2mE2s
type
Bearer
2020-07-10 01:04:17 SUCCESS
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
expires_in
3600
2020-07-10 01:04:17 SUCCESS
ValidateExpiresIn
expires_in passed all validation checks
expires_in
3600
2020-07-10 01:04:17 INFO
CheckForRefreshTokenValue
Couldn't find refresh token
2020-07-10 01:04:17 SUCCESS
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
value
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiOTE2ZGNlOGYzZWJlODI3ZTRmMGRiZWQ2NTZjZjVlODJiYTNmZjc2ZDMwMGI0YjM2NWZhZDNhMGI5Y2MwOGQwZSIsImF1ZCI6WyJZVEYyQk1FdWNzUmFvNUhac0NaMmVRIl0sImV4cCI6MTU5NDM0MzM1NywiaWF0IjoxNTk0MzQzMDU3LCJub25jZSI6ImI2QUhsTERJV1oiLCJhdF9oYXNoIjoiYkdBY0ZiZUZNaGtFTTNUTVpmLUt0QSJ9.TBYcZrJat2VH4vl6KFXKYFsRX6s8Fss9_Wkn0iXXmYq9qNkdJnfgcNa2Fl4alq94bqtK9wGgDYos-lYEXNiqD-8N0sfhOzvXREOz13Cg-SiCSXFSjUejwCZYNseOFNY2bF6s48QNnRZEcC4yHMZeG7vfy89s7RAksfFiaDhXDpoD26-CFwreYGM3DrTgBo-oBupaz-KxriyoCP0yfjfPe7P2dUSUbCRQkziL-PClb_LbKPUHrDqxE-Iy91_C6ObypWKRVE5sc7z0hDk7pYNCr1fik1dAl2MMTrFHXkd66xhVG5fHIJJuLlFMqJZMXKILibIo1-6Ml8wW1Yua94O5Ww
header
{
  "jku": "https://connect.openid4.us:5443/phpOp/op.jwk",
  "kid": "PHPOP-00S",
  "alg": "RS256"
}
claims
{
  "at_hash": "bGAcFbeFMhkEM3TMZf-KtA",
  "sub": "916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e",
  "aud": "YTF2BMEucsRao5HZsCZ2eQ",
  "iss": "https://connect.openid4.us:5443/phpOp",
  "exp": 1594343357,
  "iat": 1594343057,
  "nonce": "b6AHlLDIWZ"
}
2020-07-10 01:04:17 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2020-07-10 01:04:17 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
b6AHlLDIWZ
2020-07-10 01:04:17 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2020-07-10 01:04:17 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiOTE2ZGNlOGYzZWJlODI3ZTRmMGRiZWQ2NTZjZjVlODJiYTNmZjc2ZDMwMGI0YjM2NWZhZDNhMGI5Y2MwOGQwZSIsImF1ZCI6WyJZVEYyQk1FdWNzUmFvNUhac0NaMmVRIl0sImV4cCI6MTU5NDM0MzM1NywiaWF0IjoxNTk0MzQzMDU3LCJub25jZSI6ImI2QUhsTERJV1oiLCJhdF9oYXNoIjoiYkdBY0ZiZUZNaGtFTTNUTVpmLUt0QSJ9.TBYcZrJat2VH4vl6KFXKYFsRX6s8Fss9_Wkn0iXXmYq9qNkdJnfgcNa2Fl4alq94bqtK9wGgDYos-lYEXNiqD-8N0sfhOzvXREOz13Cg-SiCSXFSjUejwCZYNseOFNY2bF6s48QNnRZEcC4yHMZeG7vfy89s7RAksfFiaDhXDpoD26-CFwreYGM3DrTgBo-oBupaz-KxriyoCP0yfjfPe7P2dUSUbCRQkziL-PClb_LbKPUHrDqxE-Iy91_C6ObypWKRVE5sc7z0hDk7pYNCr1fik1dAl2MMTrFHXkd66xhVG5fHIJJuLlFMqJZMXKILibIo1-6Ml8wW1Yua94O5Ww
2020-07-10 01:04:17 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiOTE2ZGNlOGYzZWJlODI3ZTRmMGRiZWQ2NTZjZjVlODJiYTNmZjc2ZDMwMGI0YjM2NWZhZDNhMGI5Y2MwOGQwZSIsImF1ZCI6WyJZVEYyQk1FdWNzUmFvNUhac0NaMmVRIl0sImV4cCI6MTU5NDM0MzM1NywiaWF0IjoxNTk0MzQzMDU3LCJub25jZSI6ImI2QUhsTERJV1oiLCJhdF9oYXNoIjoiYkdBY0ZiZUZNaGtFTTNUTVpmLUt0QSJ9.TBYcZrJat2VH4vl6KFXKYFsRX6s8Fss9_Wkn0iXXmYq9qNkdJnfgcNa2Fl4alq94bqtK9wGgDYos-lYEXNiqD-8N0sfhOzvXREOz13Cg-SiCSXFSjUejwCZYNseOFNY2bF6s48QNnRZEcC4yHMZeG7vfy89s7RAksfFiaDhXDpoD26-CFwreYGM3DrTgBo-oBupaz-KxriyoCP0yfjfPe7P2dUSUbCRQkziL-PClb_LbKPUHrDqxE-Iy91_C6ObypWKRVE5sc7z0hDk7pYNCr1fik1dAl2MMTrFHXkd66xhVG5fHIJJuLlFMqJZMXKILibIo1-6Ml8wW1Yua94O5Ww
2020-07-10 01:04:17 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e
Userinfo endpoint tests
2020-07-10 01:04:17
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 cjrtxsHhnoSIWYp5hFgIaV5r6ZfjgCON0DWdvh2mE2s",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:04:17 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:04:17 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "515",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"sub":"916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e","birthdate":"2000-08-08","family_name":"Yamada","gender":"female","given_name":"Alice","locale":"en","middle_name":"","name":"Alice Yamada","nickname":"Standard Alice Nickname","picture":"https:\/\/connect.openid4.us:5443\/phpOp\/profiles\/smiling_woman.jpg","preferred_username":"AlicePreferred","profile":"http:\/\/www.wonderland.com\/alice","updated_at":994534543,"website":"http:\/\/www.wonderland.com","zoneinfo":"America\/Los Angeles"}
2020-07-10 01:04:17 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "date": "Fri, 10 Jul 2020 01:04:17 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "515",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
status_code
{
  "code": 200
}
body
{"sub":"916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e","birthdate":"2000-08-08","family_name":"Yamada","gender":"female","given_name":"Alice","locale":"en","middle_name":"","name":"Alice Yamada","nickname":"Standard Alice Nickname","picture":"https:\/\/connect.openid4.us:5443\/phpOp\/profiles\/smiling_woman.jpg","preferred_username":"AlicePreferred","profile":"http:\/\/www.wonderland.com\/alice","updated_at":994534543,"website":"http:\/\/www.wonderland.com","zoneinfo":"America\/Los Angeles"}
2020-07-10 01:04:17
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 cjrtxsHhnoSIWYp5hFgIaV5r6ZfjgCON0DWdvh2mE2s",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:04:18 RESPONSE
CallUserInfoEndpointWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:04:18 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "515",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"sub":"916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e","birthdate":"2000-08-08","family_name":"Yamada","gender":"female","given_name":"Alice","locale":"en","middle_name":"","name":"Alice Yamada","nickname":"Standard Alice Nickname","picture":"https:\/\/connect.openid4.us:5443\/phpOp\/profiles\/smiling_woman.jpg","preferred_username":"AlicePreferred","profile":"http:\/\/www.wonderland.com\/alice","updated_at":994534543,"website":"http:\/\/www.wonderland.com","zoneinfo":"America\/Los Angeles"}
2020-07-10 01:04:18 SUCCESS
CallUserInfoEndpointWithBearerToken
Got a response from the userinfo endpoint
headers
{
  "date": "Fri, 10 Jul 2020 01:04:18 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "515",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
status_code
{
  "code": 200
}
body
{"sub":"916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e","birthdate":"2000-08-08","family_name":"Yamada","gender":"female","given_name":"Alice","locale":"en","middle_name":"","name":"Alice Yamada","nickname":"Standard Alice Nickname","picture":"https:\/\/connect.openid4.us:5443\/phpOp\/profiles\/smiling_woman.jpg","preferred_username":"AlicePreferred","profile":"http:\/\/www.wonderland.com\/alice","updated_at":994534543,"website":"http:\/\/www.wonderland.com","zoneinfo":"America\/Los Angeles"}
2020-07-10 01:04:18 SUCCESS
ExtractUserInfoFromUserInfoEndpointResponse
Extracted user info
userinfo
{
  "sub": "916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e",
  "birthdate": "2000-08-08",
  "family_name": "Yamada",
  "gender": "female",
  "given_name": "Alice",
  "locale": "en",
  "middle_name": "",
  "name": "Alice Yamada",
  "nickname": "Standard Alice Nickname",
  "picture": "https://connect.openid4.us:5443/phpOp/profiles/smiling_woman.jpg",
  "preferred_username": "AlicePreferred",
  "profile": "http://www.wonderland.com/alice",
  "updated_at": 994534543,
  "website": "http://www.wonderland.com",
  "zoneinfo": "America/Los Angeles"
}
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
sub is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
birthdate is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
family_name is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
gender is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
given_name is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
locale is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
middle_name is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
name is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
nickname is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
picture is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
preferred_username is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
profile is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
updated_at is a number
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
website is a string
2020-07-10 01:04:18
ValidateUserInfoStandardClaims
zoneinfo is a string
2020-07-10 01:04:18 SUCCESS
ValidateUserInfoStandardClaims
Userinfo is valid
2020-07-10 01:04:18 SUCCESS
EnsureUserInfoContainsSub
Found sub in userinfo
sub
916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e
2020-07-10 01:04:18 SUCCESS
EnsureUserInfoBirthDateValid
Format of 'birthdate' in userinfo response is valid
birthdate
2000-08-08
2020-07-10 01:04:18 SUCCESS
EnsureUserInfoUpdatedAtValid
'updated_at' in userinfo response seems to be a valid time
updated_at
"Jul 7, 2001, 7:35:43 PM"
now
"Jul 10, 2020, 1:04:18 AM"
2020-07-10 01:04:18
EnsureMemberValuesInClaimNameReferenceToMemberNamesInClaimSources
userinfo response does not contain '_claim_names' nor _claim_sources'
2020-07-10 01:04:18 SUCCESS
VerifyUserInfoAndIdTokenInTokenEndpointSameSub
userinfo response and id_token sub are the same
sub_user_info
916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e
sub_id_token
916dce8f3ebe827e4f0dbed656cf5e82ba3ff76d300b4b365fad3a0b9cc08d0e
2020-07-10 01:04:18 SUCCESS
VerifyScopesReturnedInUserInfoClaims
'claims' in userinfo contains all scope items of scope in authorization request (corresponds to scope standard claims)
actual_scope_items
[
  "sub",
  "birthdate",
  "family_name",
  "gender",
  "given_name",
  "locale",
  "middle_name",
  "name",
  "nickname",
  "picture",
  "preferred_username",
  "profile",
  "updated_at",
  "website",
  "zoneinfo"
]
expected_scope_items
[
  "sub",
  "name",
  "given_name",
  "family_name",
  "middle_name",
  "nickname",
  "profile",
  "picture",
  "website",
  "gender",
  "birthdate",
  "zoneinfo",
  "locale",
  "updated_at",
  "preferred_username"
]
2020-07-10 01:04:18 FINISHED
oidcc-scope-profile
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2020-07-10 01:04:18
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/index.php/client/ZyZjDZ-8F2MxBgnZBtXlmw
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer IBoQlpIOwZx02Q",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:04:18 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:04:18 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "set-cookie": "PHPSESSID\u003d71bsnooa1fl1pfog66m0lof5ei; 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":1594343052,
 "client_id":"YTF2BMEucsRao5HZsCZ2eQ",
 "client_secret":"4TWN_50ShTSltQ",
 "client_name":"opend4Client1 lRS7HFqOLs",
 "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":"gy3eWXz6q3fO97DTgc2yvyyw0LpI0pppLHsN3LMaaIMYTvIXbdx6wG7BAJXyWc9BoZji8KQZF3kGg3Q512bmVwOBKTbe1zANyDDYWCVZInHuUtodinsR4ciCxtpatmiBUB8usGz6mabvUqW_Y3swDM9o0ERV0Mil0KXkvvdyfkdFbni5ifb7l0SIpTR2dwA1b7Bl_NxADMj6cI6PwsrG1tDVP4I1LNY2KuAN5yKYIy_QPfCNgNE7Fj_Dfva8L1AIJsFmuD3blS93sJqSmU5AZWyXaPVpQ0V1Wp1xDlz5OSfWrMSESy1FMfsZhWpJLsIgfzKh0rgYbY0FFowLFB7e8Q"
   }
  ]
 },
 "id_token_signed_response_alg":"RS256",
 "aggregation_signed_response_alg":"RS256",
 "grant_types":[
  "authorization_code"
 ],
 "response_types":[
  "code"
 ]
}
2020-07-10 01:04:18 INFO
UnregisterDynamicallyRegisteredClient
registration_client_uri returned a http status code other than 204 No Content
code
OK
2020-07-10 01:04:25
TEST-RUNNER
Alias has now been claimed by another test
alias
openid4us
new_test_id
fauBzsnTtm
Test Results