Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-07-10 01:05:25 INFO
TEST-RUNNER
Test instance x0GGrQiKSy 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-all
2020-07-10 01:05:25 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
2020-07-10 01:05:25
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:05:26 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:26 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:05:26
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:05:26 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:05:26 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2020-07-10 01:05:26 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:05:26
FetchServerKeys
Fetching server key
jwks_uri
https://connect.openid4.us:5443/phpOp/op.jwk
2020-07-10 01:05:26
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:05:26 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:26 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:05:26
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:05:26 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:05:26 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:05:26 SUCCESS
ValidateServerJWKs
Valid server JWKs
2020-07-10 01:05:26 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2020-07-10 01:05:26 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-10 01:05:26 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2020-07-10 01:05:26 SUCCESS
GetDynamicClientConfiguration
Found a dynamic_client_registration_template object
client_name
opend4Client1
2020-07-10 01:05:26 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "7vHZBQNv8VYZI3-Dy1CQPuH_uijA6Q4rkQQGLqJSZRvBUVxE3brUaruaiiCU5rSiLm9FDvzd10Rg9DI84jzCWyHTiRIknrT9vqwhGy-EHhDBDumMXB3pVEEBa0VyRWc_JcvY8YFkB6NL83y_iKkZgM7cxG6QwvHF-ppFfNakRCk",
      "kty": "RSA",
      "q": "wweJS7NGOXJvV3qMAJdq6ezn1Ps7MKfSpGao9-ywizx5f6TPiMMAGX8SsYS8cSnKtYGAB6B0KQ5u0YsdqldSg_5qbtTP5NcExYF2qsNhE4X_J4EWfqB3ZHbqqIbh9zKDF9Ujlr21a66uWfD9Qp_bgrnu8gLFVRqMYPEDuyGoNCE",
      "d": "RKJ8nEMBZh40qJ0FZAPpxgwdgfMV-4v1Z58wHnT1zy7UD5fczDsZoK3RT0Sa7IbrqxN4SgBNFpwYVLmhkAsOJVCFhRcuNy4Si3AVdCbEbhRLyfk9b4pD8HAtKNt-qHXSgb5F6R-Wi00daUGzEsc-ZzGAuZfjfwIbvKFhADf8dQowgqne5W2IgGN_xxWPnjXF2CE4Vvh-M0vIOr32V2O0jghYaOZetpPOxLWqqWe5ZX60UR7zJ5SOTSGDZErLAsf7ALCcJY5yACkIFqSJeLBJNiyKZeJRyVHhOKijO685v2Uro4kEuKJNzljB9LOnMU3upHojQkxvKN-hz5rdq_VeAQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "t3iDWQfIJfxpRspF5IBz6vdZ135N8BT3SVSOQXyExhaNpNZFnNEt_vW3SynnoRHb-6T57GohZ67z-1-cQELiZpYSCYXkDySIoRSW9oIy6PXikixgsY3-dO5ps4cwrqbAIeBZ9Ka934K_1QbF95PWYRUEm-Esk9TTspvJrBhA83E",
      "dp": "wYuay0nOegDQmgVm3uAiBx2Ow97Q67YzqeJFk66d6RJDU8DWc3grKU1Oz4W2tu0n1U8B9DL1CrJzijnLQUIP-Dt9GjFdAkT-qFzK8Ddb3_KYPpkEvXTpE_sXyClXd0o7R0VIM88oFFu8YLzydCLs6n4lKuOYVJ_8SpJ9qLJAGok",
      "alg": "RS256",
      "dq": "lUT_YGEmLnHXpiy1Wv6JZeFczzY6Z1MLdajdSmRt-yOeGoQaE6KsQNdxh00Ardw-ug0T4MJ-Ja5WQysm2WlcToo7C_j15UBs9n3QRYKkmjzEvYefn-tRdiNOFw6lhH20uFj5lDY-1NwttcktDgEsETIeIDzeq_RV3Ryarm9kPgE",
      "n": "tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"
    }
  ]
}
2020-07-10 01:05:26 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-10 01:05:26 SUCCESS
CreateDynamicRegistrationRequest
Created dynamic registration request
client_name
opend4Client1 x0GGrQiKSy
2020-07-10 01:05:26
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2020-07-10 01:05:26
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 x0GGrQiKSy",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"
      }
    ]
  }
}
2020-07-10 01:05:26
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 x0GGrQiKSy",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-07-10 01:05:26
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 x0GGrQiKSy",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ]
}
2020-07-10 01:05:26
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 x0GGrQiKSy",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"
      }
    ]
  },
  "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:05:26
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 x0GGrQiKSy","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"}]},"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:05:27 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:26 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":"zKVr0oNw26ZeV-vkkE70CQ","client_secret":"jIAtPYxHtpEsVQ","registration_access_token":"cE6EAVN-8N0uiw","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/-Wr080IKSciKznFrdt-p4w","client_id_issued_at":1594343126,"client_secret_expires_at":0,"client_name":"opend4Client1 x0GGrQiKSy","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":"tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-10 01:05:27
CallDynamicRegistrationEndpoint
Registration endpoint response
dynamic_registration_response
{"client_id":"zKVr0oNw26ZeV-vkkE70CQ","client_secret":"jIAtPYxHtpEsVQ","registration_access_token":"cE6EAVN-8N0uiw","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/-Wr080IKSciKznFrdt-p4w","client_id_issued_at":1594343126,"client_secret_expires_at":0,"client_name":"opend4Client1 x0GGrQiKSy","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":"tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-10 01:05:27
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
client_id
zKVr0oNw26ZeV-vkkE70CQ
client_secret
jIAtPYxHtpEsVQ
registration_access_token
cE6EAVN-8N0uiw
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/-Wr080IKSciKznFrdt-p4w
client_id_issued_at
1594343126
client_secret_expires_at
0
client_name
opend4Client1 x0GGrQiKSy
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": "tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"
    }
  ]
}
response_types
[
  "code"
]
grant_types
[
  "authorization_code"
]
id_token_signed_response_alg
RS256
aggregation_signed_response_alg
RS256
2020-07-10 01:05:27 SUCCESS
CallDynamicRegistrationEndpoint
Extracted dynamic registration management credentials
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/-Wr080IKSciKznFrdt-p4w
registration_access_token
cE6EAVN-8N0uiw
2020-07-10 01:05:27
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2020-07-10 01:05:27 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:05:27
SetScopeInClientConfigurationToOpenIdEmailPhoneAddressProfile
Set scope in client configuration to "openid email phone address profile"
scope
openid email phone address profile
2020-07-10 01:05:27 SUCCESS
OIDCCCheckScopesSupportedContainScopeTest
'scopes_supported' in discovery document contain expected scopes
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone",
  "offline_access"
]
expected
openid email phone address profile
2020-07-10 01:05:27 SUCCESS
SetProtectedResourceUrlToUserInfoEndpoint
Set protected resource URL
protected_resource_url
https://connect.openid4.us:5443/phpOp/index.php/userinfo
2020-07-10 01:05:27
oidcc-scope-all
Setup Done
Make request to authorization endpoint
2020-07-10 01:05:27 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
zKVr0oNw26ZeV-vkkE70CQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid email phone address profile
2020-07-10 01:05:27
CreateRandomStateValue
Created state value
requested_state_length
10
state
Bf0lzvxntX
2020-07-10 01:05:27 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
zKVr0oNw26ZeV-vkkE70CQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid email phone address profile
state
Bf0lzvxntX
2020-07-10 01:05:27
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
dLTTbo1LYX
2020-07-10 01:05:27 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
zKVr0oNw26ZeV-vkkE70CQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid email phone address profile
state
Bf0lzvxntX
nonce
dLTTbo1LYX
2020-07-10 01:05:27 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
zKVr0oNw26ZeV-vkkE70CQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid email phone address profile
state
Bf0lzvxntX
nonce
dLTTbo1LYX
response_type
code
2020-07-10 01:05:27 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=zKVr0oNw26ZeV-vkkE70CQ&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid%20email%20phone%20address%20profile&state=Bf0lzvxntX&nonce=dLTTbo1LYX&response_type=code
2020-07-10 01:05:27 REDIRECT
oidcc-scope-all
Redirecting to authorization endpoint
redirect_to
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=zKVr0oNw26ZeV-vkkE70CQ&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid%20email%20phone%20address%20profile&state=Bf0lzvxntX&nonce=dLTTbo1LYX&response_type=code
2020-07-10 01:05:31 INCOMING
oidcc-scope-all
Incoming HTTP request to test instance x0GGrQiKSy
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\u003dzKVr0oNw26ZeV-vkkE70CQ\u0026redirect_uri\u003dhttps://www.certification.openid.net/test/a/openid4us/callback\u0026scope\u003dopenid%20email%20phone%20address%20profile\u0026state\u003dBf0lzvxntX\u0026nonce\u003ddLTTbo1LYX\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": "Bf0lzvxntX",
  "session_state": "aa145856a2acd7f5f4323dfcf7398f6856a445adf89e2457c67582b3101c5f79.b30a19ddb78d9e38f3f5754f5406ffa7",
  "code": "pZ2ix8431SFIqwwue2wvkwbUjU8ZxSRyIEr1NVHpMfg"
}
incoming_body
2020-07-10 01:05:31 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/ZzpvIQonwn3CKNJfTSVK",
  "fullUrl": "https://www.certification.openid.net/test/a/openid4us/implicit/ZzpvIQonwn3CKNJfTSVK"
}
2020-07-10 01:05:31 OUTGOING
oidcc-scope-all
Response to HTTP request to test instance x0GGrQiKSy
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/openid4us/implicit/ZzpvIQonwn3CKNJfTSVK, returnUrl=/log-detail.html?log=x0GGrQiKSy}]
outgoing_path
callback
2020-07-10 01:05:31 INCOMING
oidcc-scope-all
Incoming HTTP request to test instance x0GGrQiKSy
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\u003dBf0lzvxntX\u0026session_state\u003daa145856a2acd7f5f4323dfcf7398f6856a445adf89e2457c67582b3101c5f79.b30a19ddb78d9e38f3f5754f5406ffa7\u0026code\u003dpZ2ix8431SFIqwwue2wvkwbUjU8ZxSRyIEr1NVHpMfg",
  "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/ZzpvIQonwn3CKNJfTSVK
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-07-10 01:05:31 OUTGOING
oidcc-scope-all
Response to HTTP request to test instance x0GGrQiKSy
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [/log-detail.html?log=x0GGrQiKSy]
outgoing_path
implicit/ZzpvIQonwn3CKNJfTSVK
2020-07-10 01:05:31 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2020-07-10 01:05:31 REDIRECT-IN
oidcc-scope-all
Authorization endpoint response captured
url_query
{
  "state": "Bf0lzvxntX",
  "session_state": "aa145856a2acd7f5f4323dfcf7398f6856a445adf89e2457c67582b3101c5f79.b30a19ddb78d9e38f3f5754f5406ffa7",
  "code": "pZ2ix8431SFIqwwue2wvkwbUjU8ZxSRyIEr1NVHpMfg"
}
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\u003dzKVr0oNw26ZeV-vkkE70CQ\u0026redirect_uri\u003dhttps://www.certification.openid.net/test/a/openid4us/callback\u0026scope\u003dopenid%20email%20phone%20address%20profile\u0026state\u003dBf0lzvxntX\u0026nonce\u003ddLTTbo1LYX\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:05:31 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2020-07-10 01:05:31 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2020-07-10 01:05:31 SUCCESS
CheckMatchingStateParameter
State parameter correctly returned
state
Bf0lzvxntX
2020-07-10 01:05:31 SUCCESS
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
code
pZ2ix8431SFIqwwue2wvkwbUjU8ZxSRyIEr1NVHpMfg
2020-07-10 01:05:31 SUCCESS
CreateTokenEndpointRequestForAuthorizationCodeGrant
grant_type
authorization_code
code
pZ2ix8431SFIqwwue2wvkwbUjU8ZxSRyIEr1NVHpMfg
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
2020-07-10 01:05:31 SUCCESS
AddBasicAuthClientSecretAuthenticationParameters
Added basic authorization header
Authorization
Basic ektWcjBvTncyNlplVi12a2tFNzBDUTpqSUF0UFl4SHRwRXNWUQ==
2020-07-10 01:05:31
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 ektWcjBvTncyNlplVi12a2tFNzBDUTpqSUF0UFl4SHRwRXNWUQ\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=pZ2ix8431SFIqwwue2wvkwbUjU8ZxSRyIEr1NVHpMfg&redirect_uri=https%3A%2F%2Fwww.certification.openid.net%2Ftest%2Fa%2Fopenid4us%2Fcallback
2020-07-10 01:05:32 RESPONSE
CallTokenEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:32 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":"aywHRHFboiayvreU7NLzcIAMa3HPJ0Xn_yX0gU_dH7Y","token_type":"Bearer","expires_in":3600,"id_token":"eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiZjUyNDRjYjc5MDE5YWVmNTYzNmZjNTVmZmQ2OTk4ZWQ3YjNkYmQ2ODJlMDg0ZGMwODI1OTg1M2Y3YTFiMmQwMSIsImF1ZCI6WyJ6S1ZyMG9OdzI2WmVWLXZra0U3MENRIl0sImV4cCI6MTU5NDM0MzQzMiwiaWF0IjoxNTk0MzQzMTMyLCJub25jZSI6ImRMVFRibzFMWVgiLCJhdF9oYXNoIjoiM0tndDIwal9BOU1oUGIzMWYyUTljQSJ9.LJYTUmoXBgsYMvYAX4LFMA3ceQNL-ZRoNTjD43cUGI9IfnvnDLz2F5S1biuBgBhIkApHEUIzPO4Km2BipdA1_yGZHy6MJ1M9GBSuofWJntIhSiHbNRivaTiDjgbAtJh0-T3TaygtTrprOs3s0lO5V0vUZo-RmwIo9ZxZEpw5j6UhU-D3RhXEXDmTUGLuWEbzrHQsmPUUtbez_YELxe2kvIV4-Ra6CLIcSl_b8S3SOOUawrDeKzGrzSkt1H10KC1-woxEfpQB-CQWRz0_Em2UA3ARrOWbCgWYfc4Dw9mnyb2OV-XOoZkXH_5vdyEYL3P7EwmCAUGx4o26NXpnwb_sww"}
2020-07-10 01:05:32
CallTokenEndpoint
Token endpoint response
token_endpoint_response
{"access_token":"aywHRHFboiayvreU7NLzcIAMa3HPJ0Xn_yX0gU_dH7Y","token_type":"Bearer","expires_in":3600,"id_token":"eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiZjUyNDRjYjc5MDE5YWVmNTYzNmZjNTVmZmQ2OTk4ZWQ3YjNkYmQ2ODJlMDg0ZGMwODI1OTg1M2Y3YTFiMmQwMSIsImF1ZCI6WyJ6S1ZyMG9OdzI2WmVWLXZra0U3MENRIl0sImV4cCI6MTU5NDM0MzQzMiwiaWF0IjoxNTk0MzQzMTMyLCJub25jZSI6ImRMVFRibzFMWVgiLCJhdF9oYXNoIjoiM0tndDIwal9BOU1oUGIzMWYyUTljQSJ9.LJYTUmoXBgsYMvYAX4LFMA3ceQNL-ZRoNTjD43cUGI9IfnvnDLz2F5S1biuBgBhIkApHEUIzPO4Km2BipdA1_yGZHy6MJ1M9GBSuofWJntIhSiHbNRivaTiDjgbAtJh0-T3TaygtTrprOs3s0lO5V0vUZo-RmwIo9ZxZEpw5j6UhU-D3RhXEXDmTUGLuWEbzrHQsmPUUtbez_YELxe2kvIV4-Ra6CLIcSl_b8S3SOOUawrDeKzGrzSkt1H10KC1-woxEfpQB-CQWRz0_Em2UA3ARrOWbCgWYfc4Dw9mnyb2OV-XOoZkXH_5vdyEYL3P7EwmCAUGx4o26NXpnwb_sww"}
2020-07-10 01:05:32 SUCCESS
CallTokenEndpoint
Parsed token endpoint response
access_token
aywHRHFboiayvreU7NLzcIAMa3HPJ0Xn_yX0gU_dH7Y
token_type
Bearer
expires_in
3600
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiZjUyNDRjYjc5MDE5YWVmNTYzNmZjNTVmZmQ2OTk4ZWQ3YjNkYmQ2ODJlMDg0ZGMwODI1OTg1M2Y3YTFiMmQwMSIsImF1ZCI6WyJ6S1ZyMG9OdzI2WmVWLXZra0U3MENRIl0sImV4cCI6MTU5NDM0MzQzMiwiaWF0IjoxNTk0MzQzMTMyLCJub25jZSI6ImRMVFRibzFMWVgiLCJhdF9oYXNoIjoiM0tndDIwal9BOU1oUGIzMWYyUTljQSJ9.LJYTUmoXBgsYMvYAX4LFMA3ceQNL-ZRoNTjD43cUGI9IfnvnDLz2F5S1biuBgBhIkApHEUIzPO4Km2BipdA1_yGZHy6MJ1M9GBSuofWJntIhSiHbNRivaTiDjgbAtJh0-T3TaygtTrprOs3s0lO5V0vUZo-RmwIo9ZxZEpw5j6UhU-D3RhXEXDmTUGLuWEbzrHQsmPUUtbez_YELxe2kvIV4-Ra6CLIcSl_b8S3SOOUawrDeKzGrzSkt1H10KC1-woxEfpQB-CQWRz0_Em2UA3ARrOWbCgWYfc4Dw9mnyb2OV-XOoZkXH_5vdyEYL3P7EwmCAUGx4o26NXpnwb_sww
2020-07-10 01:05:32 SUCCESS
CheckIfTokenEndpointResponseError
No error from token endpoint
2020-07-10 01:05:32 SUCCESS
CheckForAccessTokenValue
Found an access token
access_token
aywHRHFboiayvreU7NLzcIAMa3HPJ0Xn_yX0gU_dH7Y
2020-07-10 01:05:32 SUCCESS
ExtractAccessTokenFromTokenResponse
Extracted the access token
value
aywHRHFboiayvreU7NLzcIAMa3HPJ0Xn_yX0gU_dH7Y
type
Bearer
2020-07-10 01:05:32 SUCCESS
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
expires_in
3600
2020-07-10 01:05:32 SUCCESS
ValidateExpiresIn
expires_in passed all validation checks
expires_in
3600
2020-07-10 01:05:32 INFO
CheckForRefreshTokenValue
Couldn't find refresh token
2020-07-10 01:05:32 SUCCESS
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
value
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiZjUyNDRjYjc5MDE5YWVmNTYzNmZjNTVmZmQ2OTk4ZWQ3YjNkYmQ2ODJlMDg0ZGMwODI1OTg1M2Y3YTFiMmQwMSIsImF1ZCI6WyJ6S1ZyMG9OdzI2WmVWLXZra0U3MENRIl0sImV4cCI6MTU5NDM0MzQzMiwiaWF0IjoxNTk0MzQzMTMyLCJub25jZSI6ImRMVFRibzFMWVgiLCJhdF9oYXNoIjoiM0tndDIwal9BOU1oUGIzMWYyUTljQSJ9.LJYTUmoXBgsYMvYAX4LFMA3ceQNL-ZRoNTjD43cUGI9IfnvnDLz2F5S1biuBgBhIkApHEUIzPO4Km2BipdA1_yGZHy6MJ1M9GBSuofWJntIhSiHbNRivaTiDjgbAtJh0-T3TaygtTrprOs3s0lO5V0vUZo-RmwIo9ZxZEpw5j6UhU-D3RhXEXDmTUGLuWEbzrHQsmPUUtbez_YELxe2kvIV4-Ra6CLIcSl_b8S3SOOUawrDeKzGrzSkt1H10KC1-woxEfpQB-CQWRz0_Em2UA3ARrOWbCgWYfc4Dw9mnyb2OV-XOoZkXH_5vdyEYL3P7EwmCAUGx4o26NXpnwb_sww
header
{
  "jku": "https://connect.openid4.us:5443/phpOp/op.jwk",
  "kid": "PHPOP-00S",
  "alg": "RS256"
}
claims
{
  "at_hash": "3Kgt20j_A9MhPb31f2Q9cA",
  "sub": "f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01",
  "aud": "zKVr0oNw26ZeV-vkkE70CQ",
  "iss": "https://connect.openid4.us:5443/phpOp",
  "exp": 1594343432,
  "iat": 1594343132,
  "nonce": "dLTTbo1LYX"
}
2020-07-10 01:05:32 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2020-07-10 01:05:32 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
dLTTbo1LYX
2020-07-10 01:05:32 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2020-07-10 01:05:32 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiZjUyNDRjYjc5MDE5YWVmNTYzNmZjNTVmZmQ2OTk4ZWQ3YjNkYmQ2ODJlMDg0ZGMwODI1OTg1M2Y3YTFiMmQwMSIsImF1ZCI6WyJ6S1ZyMG9OdzI2WmVWLXZra0U3MENRIl0sImV4cCI6MTU5NDM0MzQzMiwiaWF0IjoxNTk0MzQzMTMyLCJub25jZSI6ImRMVFRibzFMWVgiLCJhdF9oYXNoIjoiM0tndDIwal9BOU1oUGIzMWYyUTljQSJ9.LJYTUmoXBgsYMvYAX4LFMA3ceQNL-ZRoNTjD43cUGI9IfnvnDLz2F5S1biuBgBhIkApHEUIzPO4Km2BipdA1_yGZHy6MJ1M9GBSuofWJntIhSiHbNRivaTiDjgbAtJh0-T3TaygtTrprOs3s0lO5V0vUZo-RmwIo9ZxZEpw5j6UhU-D3RhXEXDmTUGLuWEbzrHQsmPUUtbez_YELxe2kvIV4-Ra6CLIcSl_b8S3SOOUawrDeKzGrzSkt1H10KC1-woxEfpQB-CQWRz0_Em2UA3ARrOWbCgWYfc4Dw9mnyb2OV-XOoZkXH_5vdyEYL3P7EwmCAUGx4o26NXpnwb_sww
2020-07-10 01:05:32 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiZjUyNDRjYjc5MDE5YWVmNTYzNmZjNTVmZmQ2OTk4ZWQ3YjNkYmQ2ODJlMDg0ZGMwODI1OTg1M2Y3YTFiMmQwMSIsImF1ZCI6WyJ6S1ZyMG9OdzI2WmVWLXZra0U3MENRIl0sImV4cCI6MTU5NDM0MzQzMiwiaWF0IjoxNTk0MzQzMTMyLCJub25jZSI6ImRMVFRibzFMWVgiLCJhdF9oYXNoIjoiM0tndDIwal9BOU1oUGIzMWYyUTljQSJ9.LJYTUmoXBgsYMvYAX4LFMA3ceQNL-ZRoNTjD43cUGI9IfnvnDLz2F5S1biuBgBhIkApHEUIzPO4Km2BipdA1_yGZHy6MJ1M9GBSuofWJntIhSiHbNRivaTiDjgbAtJh0-T3TaygtTrprOs3s0lO5V0vUZo-RmwIo9ZxZEpw5j6UhU-D3RhXEXDmTUGLuWEbzrHQsmPUUtbez_YELxe2kvIV4-Ra6CLIcSl_b8S3SOOUawrDeKzGrzSkt1H10KC1-woxEfpQB-CQWRz0_Em2UA3ARrOWbCgWYfc4Dw9mnyb2OV-XOoZkXH_5vdyEYL3P7EwmCAUGx4o26NXpnwb_sww
2020-07-10 01:05:32 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01
Userinfo endpoint tests
2020-07-10 01:05:32
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 aywHRHFboiayvreU7NLzcIAMa3HPJ0Xn_yX0gU_dH7Y",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:05:32 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:32 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "678",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"sub":"f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01","address":{"formatted":"123 wonderland way"},"birthdate":"2000-08-08","email":"alice@wonderland.com","email_verified":true,"family_name":"Yamada","gender":"female","given_name":"Alice","locale":"en","middle_name":"","name":"Alice Yamada","nickname":"Standard Alice Nickname","phone_number":"1-81-234-234234234","phone_number_verified":true,"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:05:32 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "date": "Fri, 10 Jul 2020 01:05:32 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "678",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
status_code
{
  "code": 200
}
body
{"sub":"f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01","address":{"formatted":"123 wonderland way"},"birthdate":"2000-08-08","email":"alice@wonderland.com","email_verified":true,"family_name":"Yamada","gender":"female","given_name":"Alice","locale":"en","middle_name":"","name":"Alice Yamada","nickname":"Standard Alice Nickname","phone_number":"1-81-234-234234234","phone_number_verified":true,"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:05:32
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 aywHRHFboiayvreU7NLzcIAMa3HPJ0Xn_yX0gU_dH7Y",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:05:32 RESPONSE
CallUserInfoEndpointWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:32 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "678",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"sub":"f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01","address":{"formatted":"123 wonderland way"},"birthdate":"2000-08-08","email":"alice@wonderland.com","email_verified":true,"family_name":"Yamada","gender":"female","given_name":"Alice","locale":"en","middle_name":"","name":"Alice Yamada","nickname":"Standard Alice Nickname","phone_number":"1-81-234-234234234","phone_number_verified":true,"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:05:32 SUCCESS
CallUserInfoEndpointWithBearerToken
Got a response from the userinfo endpoint
headers
{
  "date": "Fri, 10 Jul 2020 01:05:32 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "678",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
status_code
{
  "code": 200
}
body
{"sub":"f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01","address":{"formatted":"123 wonderland way"},"birthdate":"2000-08-08","email":"alice@wonderland.com","email_verified":true,"family_name":"Yamada","gender":"female","given_name":"Alice","locale":"en","middle_name":"","name":"Alice Yamada","nickname":"Standard Alice Nickname","phone_number":"1-81-234-234234234","phone_number_verified":true,"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:05:32 SUCCESS
ExtractUserInfoFromUserInfoEndpointResponse
Extracted user info
userinfo
{
  "sub": "f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01",
  "address": {
    "formatted": "123 wonderland way"
  },
  "birthdate": "2000-08-08",
  "email": "alice@wonderland.com",
  "email_verified": true,
  "family_name": "Yamada",
  "gender": "female",
  "given_name": "Alice",
  "locale": "en",
  "middle_name": "",
  "name": "Alice Yamada",
  "nickname": "Standard Alice Nickname",
  "phone_number": "1-81-234-234234234",
  "phone_number_verified": true,
  "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:05:32
ValidateUserInfoStandardClaims
sub is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
address.formatted is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
address is a valid object
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
birthdate is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
email is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
email_verified is a boolean
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
family_name is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
gender is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
given_name is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
locale is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
middle_name is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
name is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
nickname is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
phone_number is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
phone_number_verified is a boolean
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
picture is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
preferred_username is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
profile is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
updated_at is a number
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
website is a string
2020-07-10 01:05:32
ValidateUserInfoStandardClaims
zoneinfo is a string
2020-07-10 01:05:32 SUCCESS
ValidateUserInfoStandardClaims
Userinfo is valid
2020-07-10 01:05:32 SUCCESS
EnsureUserInfoContainsSub
Found sub in userinfo
sub
f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01
2020-07-10 01:05:32 SUCCESS
EnsureUserInfoBirthDateValid
Format of 'birthdate' in userinfo response is valid
birthdate
2000-08-08
2020-07-10 01:05:32 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:05:32 AM"
2020-07-10 01:05:32
EnsureMemberValuesInClaimNameReferenceToMemberNamesInClaimSources
userinfo response does not contain '_claim_names' nor _claim_sources'
2020-07-10 01:05:32 SUCCESS
VerifyUserInfoAndIdTokenInTokenEndpointSameSub
userinfo response and id_token sub are the same
sub_user_info
f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01
sub_id_token
f5244cb79019aef5636fc55ffd6998ed7b3dbd682e084dc08259853f7a1b2d01
2020-07-10 01:05:32 SUCCESS
VerifyScopesReturnedInUserInfoClaims
'claims' in userinfo contains all scope items of scope in authorization request (corresponds to scope standard claims)
actual_scope_items
[
  "sub",
  "address",
  "birthdate",
  "email",
  "email_verified",
  "family_name",
  "gender",
  "given_name",
  "locale",
  "middle_name",
  "name",
  "nickname",
  "phone_number",
  "phone_number_verified",
  "picture",
  "preferred_username",
  "profile",
  "updated_at",
  "website",
  "zoneinfo"
]
expected_scope_items
[
  "sub",
  "email",
  "email_verified",
  "phone_number",
  "phone_number_verified",
  "address",
  "name",
  "given_name",
  "family_name",
  "middle_name",
  "nickname",
  "profile",
  "picture",
  "website",
  "gender",
  "birthdate",
  "zoneinfo",
  "locale",
  "updated_at",
  "preferred_username"
]
2020-07-10 01:05:32 FINISHED
oidcc-scope-all
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2020-07-10 01:05:32
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/index.php/client/-Wr080IKSciKznFrdt-p4w
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer cE6EAVN-8N0uiw",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:05:33 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:33 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "set-cookie": "PHPSESSID\u003dlvcvbfuhbljl4ijornkt21c3i0; 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":1594343126,
 "client_id":"zKVr0oNw26ZeV-vkkE70CQ",
 "client_secret":"jIAtPYxHtpEsVQ",
 "client_name":"opend4Client1 x0GGrQiKSy",
 "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":"tglBEdYURrGaKv3Nvj9BzrSC2YdIUhKd4oAXLrGzVg7pK6gw8URK9sYQ1g-lVuZJvmPyy6_tVyQv_zEHAAbxepaqljA61C3vJjcARZTMhMiXp7NUHKyDJXv8h5nNW-ZWZj4IfTU6JolM6vWp-VogBHmA2bxhSpbUyPUjgrGJ_M06AxsYSPCJH09bKAiH65nQ1B3KB6CR7aCBnGTxB_-E-BNufeg9w97OyVH0DB2M949olyWQrwMzVXDw1gNJ2r-K_M5l3egOa8eXF6gPhM42u3b41w1vwr8RI0XbhmcQzeFFEyRGyYrwv03e6-EDHZSPXAxA-8lbDPOW-546DO0dSQ"
   }
  ]
 },
 "id_token_signed_response_alg":"RS256",
 "aggregation_signed_response_alg":"RS256",
 "grant_types":[
  "authorization_code"
 ],
 "response_types":[
  "code"
 ]
}
2020-07-10 01:05:33 INFO
UnregisterDynamicallyRegisteredClient
registration_client_uri returned a http status code other than 204 No Content
code
OK
2020-07-10 01:05:37
TEST-RUNNER
Alias has now been claimed by another test
alias
openid4us
new_test_id
imVlDm64nq
Test Results