Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-07-10 01:05:08 INFO
TEST-RUNNER
Test instance M1wxjnqYuL 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-phone
2020-07-10 01:05:08 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
2020-07-10 01:05:08
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:08 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:08 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:08
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:08 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:08 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2020-07-10 01:05:08 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:08
FetchServerKeys
Fetching server key
jwks_uri
https://connect.openid4.us:5443/phpOp/op.jwk
2020-07-10 01:05:08
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:09 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:09 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:09
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:09 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:09 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:09 SUCCESS
ValidateServerJWKs
Valid server JWKs
2020-07-10 01:05:09 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2020-07-10 01:05:09 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-10 01:05:09 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2020-07-10 01:05:09 SUCCESS
GetDynamicClientConfiguration
Found a dynamic_client_registration_template object
client_name
opend4Client1
2020-07-10 01:05:09 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "1nXS9BDtF_i5nVtw4o1t9pjQwO4ngXpCAPFgzvsEkcZG4KIL-_lvcz-DrxvD-HmhYVrqB2KEYctHghzuuroLyni7mFrxH4d_QZZkFmKa3LTjxJVnRU9NIag0nD7JG8av2uvpa4hcjX7Y7n8_uulsiiazl_RHq3HOvRTrUuMo9gE",
      "kty": "RSA",
      "q": "oPENsxTnmjZcSEci8DmAyDOoPBdEjho_kTVDHVCvFi2Fxo3ADDiHb5BYFXXSsCnmnDWWzhrNxV9eGiygYv5MoqNmvlSNZ4IuBQ3zy5r3ZJ3ZJCJKeMSS8WkvUojdTM0HxRn2fyRSfdSJ1fbYQTreqKXK4tY4RzJ3OBqrgrgj-HM",
      "d": "K4gUzRt-uIwM7MFCG5lqpU8s6GEA-Fz9aOF4Zko2m4fXcM_-NYqZoM2oaM6sAOQ9bgreXdzKUVKP7arONx6qMrXCNfjms2wnhi9BDKuVKk5OGuF6c3oTb7-SuIZJYuyEy9idnCNFNszO-8HYiL9M1--3e7_jdlqQYxOTVEvzU9L13DYlsDioNayM2ud0KI8GVNaIdLFIqAfufS6IROi0TC_hL-gD-ZGJT9tpX4aoiA3JszKxEgJL3nH5wKzXf0A7Bn2CiLSgm4xBGIbvXhpIUN411_WN388QSbSNUARZlJrHSuY_PgDvKM8xrVZfbTB1McTnYYTLyObX54eBk7rgAQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "lqXgZOHou0Sv0HkXs9D-qasrmmFcS0MxLSs4Px57zuOSTqDWRBuxdgYhGt4ygQOAZEyQurbDAZ1Gn2srS8SZlF_XzrIVSrcaSZBTPSlPwAhOlREPkHxxDwlBAVhMY7UT8S8Df5r3jRRPYZqWrTwDe8n9JudZAu571W8ztgkSGnA",
      "dp": "empdFQYIYDOQuBq3EArM5wMJvebzU_wWavVdXih4zkEQui6lipoyHOX3Y-AEd_Ptw2Wiyr5YdH4VflbHinyiOFu8MVZP5sBwSl7vGLwGS89RaCgj_7MpgvnBtiI8p4c9YEhjQAdhVT8_0rt-BFIzq5Q11ZoRwvI-oT2sqe6StgE",
      "alg": "RS256",
      "dq": "hfuHmyF5GeHNe4J1LKXCd2jB0pzQPrjNWLaNk_cae40URFK3obTh01fIbL000-FeEYdvb0_TJFAbiBDEyQTJidAcdbDwM06lvyF5Z3QwJnxeS_2cH-QOLJmTgtNb4FcD8-uEUR5M6mIpCY5BRDSdLqsvNx59pY_2vic9x0pC788",
      "n": "htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"
    }
  ]
}
2020-07-10 01:05:09 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-10 01:05:09 SUCCESS
CreateDynamicRegistrationRequest
Created dynamic registration request
client_name
opend4Client1 M1wxjnqYuL
2020-07-10 01:05:09
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2020-07-10 01:05:09
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 M1wxjnqYuL",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"
      }
    ]
  }
}
2020-07-10 01:05:09
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 M1wxjnqYuL",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-07-10 01:05:09
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 M1wxjnqYuL",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ]
}
2020-07-10 01:05:09
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 M1wxjnqYuL",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"
      }
    ]
  },
  "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:09
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 M1wxjnqYuL","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"}]},"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:09 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:09 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":"YHdl63Dv77NkXqysoJL8bQ","client_secret":"Zdiw9eUW-GjQfw","registration_access_token":"5f884Vgvdx2lXg","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/Y5i6bPQsRlMfeB-0nibiKw","client_id_issued_at":1594343109,"client_secret_expires_at":0,"client_name":"opend4Client1 M1wxjnqYuL","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":"htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-10 01:05:09
CallDynamicRegistrationEndpoint
Registration endpoint response
dynamic_registration_response
{"client_id":"YHdl63Dv77NkXqysoJL8bQ","client_secret":"Zdiw9eUW-GjQfw","registration_access_token":"5f884Vgvdx2lXg","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/Y5i6bPQsRlMfeB-0nibiKw","client_id_issued_at":1594343109,"client_secret_expires_at":0,"client_name":"opend4Client1 M1wxjnqYuL","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":"htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-10 01:05:09
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
client_id
YHdl63Dv77NkXqysoJL8bQ
client_secret
Zdiw9eUW-GjQfw
registration_access_token
5f884Vgvdx2lXg
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/Y5i6bPQsRlMfeB-0nibiKw
client_id_issued_at
1594343109
client_secret_expires_at
0
client_name
opend4Client1 M1wxjnqYuL
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": "htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"
    }
  ]
}
response_types
[
  "code"
]
grant_types
[
  "authorization_code"
]
id_token_signed_response_alg
RS256
aggregation_signed_response_alg
RS256
2020-07-10 01:05:09 SUCCESS
CallDynamicRegistrationEndpoint
Extracted dynamic registration management credentials
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/Y5i6bPQsRlMfeB-0nibiKw
registration_access_token
5f884Vgvdx2lXg
2020-07-10 01:05:09
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2020-07-10 01:05:09 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:09
SetScopeInClientConfigurationToOpenIdPhone
Set scope in client configuration to "openid phone"
scope
openid phone
2020-07-10 01:05:09 SUCCESS
OIDCCCheckScopesSupportedContainScopeTest
'scopes_supported' in discovery document contain expected scopes
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone",
  "offline_access"
]
expected
openid phone
2020-07-10 01:05:09 SUCCESS
SetProtectedResourceUrlToUserInfoEndpoint
Set protected resource URL
protected_resource_url
https://connect.openid4.us:5443/phpOp/index.php/userinfo
2020-07-10 01:05:09
oidcc-scope-phone
Setup Done
Make request to authorization endpoint
2020-07-10 01:05:09 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
YHdl63Dv77NkXqysoJL8bQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid phone
2020-07-10 01:05:09
CreateRandomStateValue
Created state value
requested_state_length
10
state
vVrUaHzvzG
2020-07-10 01:05:09 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
YHdl63Dv77NkXqysoJL8bQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid phone
state
vVrUaHzvzG
2020-07-10 01:05:09
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
i1rwyl8DCB
2020-07-10 01:05:09 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
YHdl63Dv77NkXqysoJL8bQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid phone
state
vVrUaHzvzG
nonce
i1rwyl8DCB
2020-07-10 01:05:09 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
YHdl63Dv77NkXqysoJL8bQ
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid phone
state
vVrUaHzvzG
nonce
i1rwyl8DCB
response_type
code
2020-07-10 01:05:09 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=YHdl63Dv77NkXqysoJL8bQ&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid%20phone&state=vVrUaHzvzG&nonce=i1rwyl8DCB&response_type=code
2020-07-10 01:05:09 REDIRECT
oidcc-scope-phone
Redirecting to authorization endpoint
redirect_to
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=YHdl63Dv77NkXqysoJL8bQ&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid%20phone&state=vVrUaHzvzG&nonce=i1rwyl8DCB&response_type=code
2020-07-10 01:05:15 INCOMING
oidcc-scope-phone
Incoming HTTP request to test instance M1wxjnqYuL
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\u003dYHdl63Dv77NkXqysoJL8bQ\u0026redirect_uri\u003dhttps://www.certification.openid.net/test/a/openid4us/callback\u0026scope\u003dopenid%20phone\u0026state\u003dvVrUaHzvzG\u0026nonce\u003di1rwyl8DCB\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": "vVrUaHzvzG",
  "session_state": "35e473eeb8252234bf3b82b7b598c2efa3477ddae3599c6cdf2355e492ba6fbd.742675ffec5184af97084948d5ce9103",
  "code": "8WACrq4uPzw-airQbLKgMVsokALHbC6GeTBnullgcsA"
}
incoming_body
2020-07-10 01:05:15 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/FPKQiwMQmtBQf3T2XsIU",
  "fullUrl": "https://www.certification.openid.net/test/a/openid4us/implicit/FPKQiwMQmtBQf3T2XsIU"
}
2020-07-10 01:05:15 OUTGOING
oidcc-scope-phone
Response to HTTP request to test instance M1wxjnqYuL
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/openid4us/implicit/FPKQiwMQmtBQf3T2XsIU, returnUrl=/log-detail.html?log=M1wxjnqYuL}]
outgoing_path
callback
2020-07-10 01:05:16 INCOMING
oidcc-scope-phone
Incoming HTTP request to test instance M1wxjnqYuL
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\u003dvVrUaHzvzG\u0026session_state\u003d35e473eeb8252234bf3b82b7b598c2efa3477ddae3599c6cdf2355e492ba6fbd.742675ffec5184af97084948d5ce9103\u0026code\u003d8WACrq4uPzw-airQbLKgMVsokALHbC6GeTBnullgcsA",
  "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/FPKQiwMQmtBQf3T2XsIU
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-07-10 01:05:16 OUTGOING
oidcc-scope-phone
Response to HTTP request to test instance M1wxjnqYuL
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [/log-detail.html?log=M1wxjnqYuL]
outgoing_path
implicit/FPKQiwMQmtBQf3T2XsIU
2020-07-10 01:05:16 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2020-07-10 01:05:16 REDIRECT-IN
oidcc-scope-phone
Authorization endpoint response captured
url_query
{
  "state": "vVrUaHzvzG",
  "session_state": "35e473eeb8252234bf3b82b7b598c2efa3477ddae3599c6cdf2355e492ba6fbd.742675ffec5184af97084948d5ce9103",
  "code": "8WACrq4uPzw-airQbLKgMVsokALHbC6GeTBnullgcsA"
}
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\u003dYHdl63Dv77NkXqysoJL8bQ\u0026redirect_uri\u003dhttps://www.certification.openid.net/test/a/openid4us/callback\u0026scope\u003dopenid%20phone\u0026state\u003dvVrUaHzvzG\u0026nonce\u003di1rwyl8DCB\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:16 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2020-07-10 01:05:16 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2020-07-10 01:05:16 SUCCESS
CheckMatchingStateParameter
State parameter correctly returned
state
vVrUaHzvzG
2020-07-10 01:05:16 SUCCESS
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
code
8WACrq4uPzw-airQbLKgMVsokALHbC6GeTBnullgcsA
2020-07-10 01:05:16 SUCCESS
CreateTokenEndpointRequestForAuthorizationCodeGrant
grant_type
authorization_code
code
8WACrq4uPzw-airQbLKgMVsokALHbC6GeTBnullgcsA
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
2020-07-10 01:05:16 SUCCESS
AddBasicAuthClientSecretAuthenticationParameters
Added basic authorization header
Authorization
Basic WUhkbDYzRHY3N05rWHF5c29KTDhiUTpaZGl3OWVVVy1HalFmdw==
2020-07-10 01:05:16
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 WUhkbDYzRHY3N05rWHF5c29KTDhiUTpaZGl3OWVVVy1HalFmdw\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=8WACrq4uPzw-airQbLKgMVsokALHbC6GeTBnullgcsA&redirect_uri=https%3A%2F%2Fwww.certification.openid.net%2Ftest%2Fa%2Fopenid4us%2Fcallback
2020-07-10 01:05:16 RESPONSE
CallTokenEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:16 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":"fulTVW5wy6jtAcR3COOpHZs4xFlxlBGtMa6SP4epISo","token_type":"Bearer","expires_in":3600,"id_token":"eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiMzEwZDEwZDY5ZDYwN2ZlZjY1NjgzOWMwMzc2ZjhiOTA1MDA1MTNmMWI5NTMxYzgwNGIwNmQ4MzA2NzRjOWNhZiIsImF1ZCI6WyJZSGRsNjNEdjc3TmtYcXlzb0pMOGJRIl0sImV4cCI6MTU5NDM0MzQxNiwiaWF0IjoxNTk0MzQzMTE2LCJub25jZSI6Imkxcnd5bDhEQ0IiLCJhdF9oYXNoIjoicFpkclNaTmJ6WFpBQmhhb0hVVFFIUSJ9.mB8x6l-ifULAfPFp0kr48l05F0djn7hjbqdIY6bwxvGW1Gen24nqih2LBYodCCuR1TWusEe3PYa493ExbdY22lG3u0-BiS3-SgbIWErcy7Diy9GqrCIk8Ro2DPXX97ylqqty-BA9ApYli8xo5GidQCBhenjc2njDAzS8PtW-P78HYtxcewrp_afxl6WClg3aG-r1a22UzJyEv_aU_NzVYRwp4NlkHfnB3nwFF07cj-xrH1NF7FFGRWKVMXx2z9_BTR5S-nanHFIXJOil_HxbPVvdf1k-cV1ZyIgU9IhL3Yo-VJPhyoh_sgdljzUQPJK6l1ZFu0AP2TUqV72Mi0BIjw"}
2020-07-10 01:05:16
CallTokenEndpoint
Token endpoint response
token_endpoint_response
{"access_token":"fulTVW5wy6jtAcR3COOpHZs4xFlxlBGtMa6SP4epISo","token_type":"Bearer","expires_in":3600,"id_token":"eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiMzEwZDEwZDY5ZDYwN2ZlZjY1NjgzOWMwMzc2ZjhiOTA1MDA1MTNmMWI5NTMxYzgwNGIwNmQ4MzA2NzRjOWNhZiIsImF1ZCI6WyJZSGRsNjNEdjc3TmtYcXlzb0pMOGJRIl0sImV4cCI6MTU5NDM0MzQxNiwiaWF0IjoxNTk0MzQzMTE2LCJub25jZSI6Imkxcnd5bDhEQ0IiLCJhdF9oYXNoIjoicFpkclNaTmJ6WFpBQmhhb0hVVFFIUSJ9.mB8x6l-ifULAfPFp0kr48l05F0djn7hjbqdIY6bwxvGW1Gen24nqih2LBYodCCuR1TWusEe3PYa493ExbdY22lG3u0-BiS3-SgbIWErcy7Diy9GqrCIk8Ro2DPXX97ylqqty-BA9ApYli8xo5GidQCBhenjc2njDAzS8PtW-P78HYtxcewrp_afxl6WClg3aG-r1a22UzJyEv_aU_NzVYRwp4NlkHfnB3nwFF07cj-xrH1NF7FFGRWKVMXx2z9_BTR5S-nanHFIXJOil_HxbPVvdf1k-cV1ZyIgU9IhL3Yo-VJPhyoh_sgdljzUQPJK6l1ZFu0AP2TUqV72Mi0BIjw"}
2020-07-10 01:05:16 SUCCESS
CallTokenEndpoint
Parsed token endpoint response
access_token
fulTVW5wy6jtAcR3COOpHZs4xFlxlBGtMa6SP4epISo
token_type
Bearer
expires_in
3600
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiMzEwZDEwZDY5ZDYwN2ZlZjY1NjgzOWMwMzc2ZjhiOTA1MDA1MTNmMWI5NTMxYzgwNGIwNmQ4MzA2NzRjOWNhZiIsImF1ZCI6WyJZSGRsNjNEdjc3TmtYcXlzb0pMOGJRIl0sImV4cCI6MTU5NDM0MzQxNiwiaWF0IjoxNTk0MzQzMTE2LCJub25jZSI6Imkxcnd5bDhEQ0IiLCJhdF9oYXNoIjoicFpkclNaTmJ6WFpBQmhhb0hVVFFIUSJ9.mB8x6l-ifULAfPFp0kr48l05F0djn7hjbqdIY6bwxvGW1Gen24nqih2LBYodCCuR1TWusEe3PYa493ExbdY22lG3u0-BiS3-SgbIWErcy7Diy9GqrCIk8Ro2DPXX97ylqqty-BA9ApYli8xo5GidQCBhenjc2njDAzS8PtW-P78HYtxcewrp_afxl6WClg3aG-r1a22UzJyEv_aU_NzVYRwp4NlkHfnB3nwFF07cj-xrH1NF7FFGRWKVMXx2z9_BTR5S-nanHFIXJOil_HxbPVvdf1k-cV1ZyIgU9IhL3Yo-VJPhyoh_sgdljzUQPJK6l1ZFu0AP2TUqV72Mi0BIjw
2020-07-10 01:05:16 SUCCESS
CheckIfTokenEndpointResponseError
No error from token endpoint
2020-07-10 01:05:16 SUCCESS
CheckForAccessTokenValue
Found an access token
access_token
fulTVW5wy6jtAcR3COOpHZs4xFlxlBGtMa6SP4epISo
2020-07-10 01:05:16 SUCCESS
ExtractAccessTokenFromTokenResponse
Extracted the access token
value
fulTVW5wy6jtAcR3COOpHZs4xFlxlBGtMa6SP4epISo
type
Bearer
2020-07-10 01:05:16 SUCCESS
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
expires_in
3600
2020-07-10 01:05:16 SUCCESS
ValidateExpiresIn
expires_in passed all validation checks
expires_in
3600
2020-07-10 01:05:16 INFO
CheckForRefreshTokenValue
Couldn't find refresh token
2020-07-10 01:05:16 SUCCESS
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
value
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiMzEwZDEwZDY5ZDYwN2ZlZjY1NjgzOWMwMzc2ZjhiOTA1MDA1MTNmMWI5NTMxYzgwNGIwNmQ4MzA2NzRjOWNhZiIsImF1ZCI6WyJZSGRsNjNEdjc3TmtYcXlzb0pMOGJRIl0sImV4cCI6MTU5NDM0MzQxNiwiaWF0IjoxNTk0MzQzMTE2LCJub25jZSI6Imkxcnd5bDhEQ0IiLCJhdF9oYXNoIjoicFpkclNaTmJ6WFpBQmhhb0hVVFFIUSJ9.mB8x6l-ifULAfPFp0kr48l05F0djn7hjbqdIY6bwxvGW1Gen24nqih2LBYodCCuR1TWusEe3PYa493ExbdY22lG3u0-BiS3-SgbIWErcy7Diy9GqrCIk8Ro2DPXX97ylqqty-BA9ApYli8xo5GidQCBhenjc2njDAzS8PtW-P78HYtxcewrp_afxl6WClg3aG-r1a22UzJyEv_aU_NzVYRwp4NlkHfnB3nwFF07cj-xrH1NF7FFGRWKVMXx2z9_BTR5S-nanHFIXJOil_HxbPVvdf1k-cV1ZyIgU9IhL3Yo-VJPhyoh_sgdljzUQPJK6l1ZFu0AP2TUqV72Mi0BIjw
header
{
  "jku": "https://connect.openid4.us:5443/phpOp/op.jwk",
  "kid": "PHPOP-00S",
  "alg": "RS256"
}
claims
{
  "at_hash": "pZdrSZNbzXZABhaoHUTQHQ",
  "sub": "310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf",
  "aud": "YHdl63Dv77NkXqysoJL8bQ",
  "iss": "https://connect.openid4.us:5443/phpOp",
  "exp": 1594343416,
  "iat": 1594343116,
  "nonce": "i1rwyl8DCB"
}
2020-07-10 01:05:16 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2020-07-10 01:05:16 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
i1rwyl8DCB
2020-07-10 01:05:16 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2020-07-10 01:05:16 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiMzEwZDEwZDY5ZDYwN2ZlZjY1NjgzOWMwMzc2ZjhiOTA1MDA1MTNmMWI5NTMxYzgwNGIwNmQ4MzA2NzRjOWNhZiIsImF1ZCI6WyJZSGRsNjNEdjc3TmtYcXlzb0pMOGJRIl0sImV4cCI6MTU5NDM0MzQxNiwiaWF0IjoxNTk0MzQzMTE2LCJub25jZSI6Imkxcnd5bDhEQ0IiLCJhdF9oYXNoIjoicFpkclNaTmJ6WFpBQmhhb0hVVFFIUSJ9.mB8x6l-ifULAfPFp0kr48l05F0djn7hjbqdIY6bwxvGW1Gen24nqih2LBYodCCuR1TWusEe3PYa493ExbdY22lG3u0-BiS3-SgbIWErcy7Diy9GqrCIk8Ro2DPXX97ylqqty-BA9ApYli8xo5GidQCBhenjc2njDAzS8PtW-P78HYtxcewrp_afxl6WClg3aG-r1a22UzJyEv_aU_NzVYRwp4NlkHfnB3nwFF07cj-xrH1NF7FFGRWKVMXx2z9_BTR5S-nanHFIXJOil_HxbPVvdf1k-cV1ZyIgU9IhL3Yo-VJPhyoh_sgdljzUQPJK6l1ZFu0AP2TUqV72Mi0BIjw
2020-07-10 01:05:16 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOlwvXC9jb25uZWN0Lm9wZW5pZDQudXM6NTQ0M1wvcGhwT3BcL29wLmp3ayIsImtpZCI6IlBIUE9QLTAwUyJ9.eyJpc3MiOiJodHRwczpcL1wvY29ubmVjdC5vcGVuaWQ0LnVzOjU0NDNcL3BocE9wIiwic3ViIjoiMzEwZDEwZDY5ZDYwN2ZlZjY1NjgzOWMwMzc2ZjhiOTA1MDA1MTNmMWI5NTMxYzgwNGIwNmQ4MzA2NzRjOWNhZiIsImF1ZCI6WyJZSGRsNjNEdjc3TmtYcXlzb0pMOGJRIl0sImV4cCI6MTU5NDM0MzQxNiwiaWF0IjoxNTk0MzQzMTE2LCJub25jZSI6Imkxcnd5bDhEQ0IiLCJhdF9oYXNoIjoicFpkclNaTmJ6WFpBQmhhb0hVVFFIUSJ9.mB8x6l-ifULAfPFp0kr48l05F0djn7hjbqdIY6bwxvGW1Gen24nqih2LBYodCCuR1TWusEe3PYa493ExbdY22lG3u0-BiS3-SgbIWErcy7Diy9GqrCIk8Ro2DPXX97ylqqty-BA9ApYli8xo5GidQCBhenjc2njDAzS8PtW-P78HYtxcewrp_afxl6WClg3aG-r1a22UzJyEv_aU_NzVYRwp4NlkHfnB3nwFF07cj-xrH1NF7FFGRWKVMXx2z9_BTR5S-nanHFIXJOil_HxbPVvdf1k-cV1ZyIgU9IhL3Yo-VJPhyoh_sgdljzUQPJK6l1ZFu0AP2TUqV72Mi0BIjw
2020-07-10 01:05:16 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf
Userinfo endpoint tests
2020-07-10 01:05:16
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 fulTVW5wy6jtAcR3COOpHZs4xFlxlBGtMa6SP4epISo",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:05:16 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:16 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "139",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"sub":"310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf","phone_number":"1-81-234-234234234","phone_number_verified":true}
2020-07-10 01:05:16 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "date": "Fri, 10 Jul 2020 01:05:16 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "139",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
status_code
{
  "code": 200
}
body
{"sub":"310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf","phone_number":"1-81-234-234234234","phone_number_verified":true}
2020-07-10 01:05:16
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 fulTVW5wy6jtAcR3COOpHZs4xFlxlBGtMa6SP4epISo",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:05:17 RESPONSE
CallUserInfoEndpointWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:17 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "139",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
response_body
{"sub":"310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf","phone_number":"1-81-234-234234234","phone_number_verified":true}
2020-07-10 01:05:17 SUCCESS
CallUserInfoEndpointWithBearerToken
Got a response from the userinfo endpoint
headers
{
  "date": "Fri, 10 Jul 2020 01:05:17 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "cache-control": "no-store",
  "pragma": "no-cache",
  "access-control-allow-origin": "*",
  "content-length": "139",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive",
  "content-type": "application/json"
}
status_code
{
  "code": 200
}
body
{"sub":"310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf","phone_number":"1-81-234-234234234","phone_number_verified":true}
2020-07-10 01:05:17 SUCCESS
ExtractUserInfoFromUserInfoEndpointResponse
Extracted user info
userinfo
{
  "sub": "310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf",
  "phone_number": "1-81-234-234234234",
  "phone_number_verified": true
}
2020-07-10 01:05:17
ValidateUserInfoStandardClaims
sub is a string
2020-07-10 01:05:17
ValidateUserInfoStandardClaims
phone_number is a string
2020-07-10 01:05:17
ValidateUserInfoStandardClaims
phone_number_verified is a boolean
2020-07-10 01:05:17 SUCCESS
ValidateUserInfoStandardClaims
Userinfo is valid
2020-07-10 01:05:17 SUCCESS
EnsureUserInfoContainsSub
Found sub in userinfo
sub
310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf
2020-07-10 01:05:17
EnsureUserInfoBirthDateValid
userinfo response does not contain 'birthdate'
2020-07-10 01:05:17
EnsureUserInfoUpdatedAtValid
userinfo response does not contain 'updated_at'
2020-07-10 01:05:17
EnsureMemberValuesInClaimNameReferenceToMemberNamesInClaimSources
userinfo response does not contain '_claim_names' nor _claim_sources'
2020-07-10 01:05:17 SUCCESS
VerifyUserInfoAndIdTokenInTokenEndpointSameSub
userinfo response and id_token sub are the same
sub_user_info
310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf
sub_id_token
310d10d69d607fef656839c0376f8b90500513f1b9531c804b06d830674c9caf
2020-07-10 01:05:17 SUCCESS
VerifyScopesReturnedInUserInfoClaims
'claims' in userinfo contains all scope items of scope in authorization request (corresponds to scope standard claims)
actual_scope_items
[
  "sub",
  "phone_number",
  "phone_number_verified"
]
expected_scope_items
[
  "sub",
  "phone_number",
  "phone_number_verified"
]
2020-07-10 01:05:17 FINISHED
oidcc-scope-phone
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2020-07-10 01:05:17
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/index.php/client/Y5i6bPQsRlMfeB-0nibiKw
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer 5f884Vgvdx2lXg",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:05:17 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:05:17 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "set-cookie": "PHPSESSID\u003dvefsvmq55c4bd5k7e0ekhma86r; 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":1594343109,
 "client_id":"YHdl63Dv77NkXqysoJL8bQ",
 "client_secret":"Zdiw9eUW-GjQfw",
 "client_name":"opend4Client1 M1wxjnqYuL",
 "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":"htOUPiP0Pa-7xnylqQgb2-uzoVFRH5_dOllApoETVHnLENV_umudzZDOntC6yt4B9p2GWS2vc22skqoZxLqevw5JgYmv0P8RWmI6mm4qRSXAbPn3ivF4CYV_kM38C-EfK2z_xGPmYGx4gYKd49VJvfM3mOo2qb1Mh4yDuYfiL-TvT2gtRiMx6_kumvvCte_L6V-xwqkZ2vlHG0fAZXVv4BsErgVgYwFG5-sr-Nwm7fCKf1QSz-uharGEgoyaCxgwBa-ovSGIGsUkPm13AXZ1Ven-9M7Aj-sb-0jq3e5XEfq-xd59pdBmtpJqmgCGAjk5mc2qMn-4vE7fMhk4E9p6cw"
   }
  ]
 },
 "id_token_signed_response_alg":"RS256",
 "aggregation_signed_response_alg":"RS256",
 "grant_types":[
  "authorization_code"
 ],
 "response_types":[
  "code"
 ]
}
2020-07-10 01:05:17 INFO
UnregisterDynamicallyRegisteredClient
registration_client_uri returned a http status code other than 204 No Content
code
OK
2020-07-10 01:05:25
TEST-RUNNER
Alias has now been claimed by another test
alias
openid4us
new_test_id
x0GGrQiKSy
Test Results