Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-07-10 01:08:00 INFO
TEST-RUNNER
Test instance tF6xJyMB1X 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-prompt-none-not-logged-in
2020-07-10 01:08:00 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
2020-07-10 01:08:01
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:08:01 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:08:01 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:08:01
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:08:01 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:08:01 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2020-07-10 01:08:01 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:08:01
FetchServerKeys
Fetching server key
jwks_uri
https://connect.openid4.us:5443/phpOp/op.jwk
2020-07-10 01:08:01
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:08:01 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:08:01 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:08:01
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:08:01 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:08:01 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:08:01 SUCCESS
ValidateServerJWKs
Valid server JWKs
2020-07-10 01:08:01 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2020-07-10 01:08:01 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-10 01:08:01 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2020-07-10 01:08:01 SUCCESS
GetDynamicClientConfiguration
Found a dynamic_client_registration_template object
client_name
opend4Client1
2020-07-10 01:08:01 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "0kj6Z-HZW-444g9Io3lH0WFPsijcoiCWzj94oR2tCq3pAjdlA2zfKuC3U1LHx7BiK1AVYJpNmoKUxbL7ku5nskov5ZzdWQ53dl9RVgfPUXfKbmCqwYuf4jQFUDrgzRoN4cUIFzDwlzjTcDjz_i8f5h4TBe11U_ZawvBjtvcfH30",
      "kty": "RSA",
      "q": "q9S56xBTkn4nUDJJCoRelkTFdOpR5i02R01w4MR4xwRsAbX1qGyxgLlq16TKQ7WwQ1zkbV_NeYghdsUniUYHdXfXnmb6mkLsSjC-WnVwaZtlEexywk3g1g9TlrC4tuIl1nv8y9Zt5yodJ2ViJDsqxg-vf3IkUkpBLUewiNWImak",
      "d": "YZplcbKpMc2y7P2CGbsSdea-6eD4ZIFZ9nDPxIuFXiV-31w3fCdv17BXCL44cTdiYPS-drw3JA1_Zc4Y99emeu0l5iMjv55WKM9F8BJxOy3c5Lz63cnhbbbyg7fiK6_Aw7sSya3V-2C0Gtu-CGUp18WShyNyvu7fGDpyshnRr4HTMxJv_2WyjYhhfVPT4WZ-svWlNkbCgGTu15TZnF7DksaUDlsJgRANHcji0ZOfoLrMC3hSyNMWuqXxWJZ7Ivwms3Dfi0M8njn7TRqQSem2o4zhQjigTAh3Jv0hPC4Q29vXVftM5Wg2ThJYeHKktcKp_qF0455qmOqCFYnwhKbFoQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "0iNgXsGGLGcV0TZCoB9w3M5KU95u4dQnK4v5M5Dxl40JlTEfeoR7pbsZaVoofnfqANlqUD4hBjMsEg9oT8o9YSsy4SN_tLY5KhQzmc9Ms2pdNqhqc1fIxzSqTGt7lFMinFFwm5LIlU5bauXBWr1klzXGKmvS0HmZBzzNQMwcvpc",
      "dp": "s48fSv8eFBK5vcZhNz3DZnWakL21kDcVrq2h-qmVbe4MbhkRBzi64ykZQWwJLWlemi964Y9AvrPMB3iKuu8Z2rLgbUdh9r6UoZ5InJZ0n9MTJuciR7xK3OOgud5cwKYDvon5G5xthCNA4K2xIpXovh1mDwSxz-0nmRedfclMaR0",
      "alg": "RS256",
      "dq": "XJ738EsGoUo66rGQSYj8a0d6oADGUKpCPcDyfVWqPKyXg3yPhE_Chj5r5v0-wayn7EegIYyodz_3ucuf-hCzaJBGu22K26gDMiKAGMaA54wJuNWZLj9IWFo-llV_26Se_LQsmbtl1lsPB_NQKXNzJPvDf5EJHwpDg6LG95sSXLE",
      "n": "jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"
    }
  ]
}
2020-07-10 01:08:01 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-10 01:08:01 SUCCESS
CreateDynamicRegistrationRequest
Created dynamic registration request
client_name
opend4Client1 tF6xJyMB1X
2020-07-10 01:08:01
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2020-07-10 01:08:01
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 tF6xJyMB1X",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"
      }
    ]
  }
}
2020-07-10 01:08:01
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 tF6xJyMB1X",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-07-10 01:08:01
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 tF6xJyMB1X",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ]
}
2020-07-10 01:08:01
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "opend4Client1 tF6xJyMB1X",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"
      }
    ]
  },
  "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:08:01
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 tF6xJyMB1X","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"}]},"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:08:02 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:08:02 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":"6eKe_xA7hLMoaUNU1ESE3Q","client_secret":"xAG9UfcXQ7uTYA","registration_access_token":"8VpXrYuvmlUYxA","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/ZvI53H9L9HuXDBKbcuZIqA","client_id_issued_at":1594343282,"client_secret_expires_at":0,"client_name":"opend4Client1 tF6xJyMB1X","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":"jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-10 01:08:02
CallDynamicRegistrationEndpoint
Registration endpoint response
dynamic_registration_response
{"client_id":"6eKe_xA7hLMoaUNU1ESE3Q","client_secret":"xAG9UfcXQ7uTYA","registration_access_token":"8VpXrYuvmlUYxA","registration_client_uri":"https:\/\/connect.openid4.us:5443\/phpOp\/index.php\/client\/ZvI53H9L9HuXDBKbcuZIqA","client_id_issued_at":1594343282,"client_secret_expires_at":0,"client_name":"opend4Client1 tF6xJyMB1X","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":"jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"}]},"response_types":["code"],"grant_types":["authorization_code"],"id_token_signed_response_alg":"RS256","aggregation_signed_response_alg":"RS256"}
2020-07-10 01:08:02
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
client_id
6eKe_xA7hLMoaUNU1ESE3Q
client_secret
xAG9UfcXQ7uTYA
registration_access_token
8VpXrYuvmlUYxA
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/ZvI53H9L9HuXDBKbcuZIqA
client_id_issued_at
1594343282
client_secret_expires_at
0
client_name
opend4Client1 tF6xJyMB1X
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": "jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"
    }
  ]
}
response_types
[
  "code"
]
grant_types
[
  "authorization_code"
]
id_token_signed_response_alg
RS256
aggregation_signed_response_alg
RS256
2020-07-10 01:08:02 SUCCESS
CallDynamicRegistrationEndpoint
Extracted dynamic registration management credentials
registration_client_uri
https://connect.openid4.us:5443/phpOp/index.php/client/ZvI53H9L9HuXDBKbcuZIqA
registration_access_token
8VpXrYuvmlUYxA
2020-07-10 01:08:02
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2020-07-10 01:08:02 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:08:02 SUCCESS
SetProtectedResourceUrlToUserInfoEndpoint
Set protected resource URL
protected_resource_url
https://connect.openid4.us:5443/phpOp/index.php/userinfo
2020-07-10 01:08:02
oidcc-prompt-none-not-logged-in
Setup Done
Make request to authorization endpoint
2020-07-10 01:08:02 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
6eKe_xA7hLMoaUNU1ESE3Q
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid
2020-07-10 01:08:02
CreateRandomStateValue
Created state value
requested_state_length
128
state
53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov
2020-07-10 01:08:02 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
6eKe_xA7hLMoaUNU1ESE3Q
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid
state
53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov
2020-07-10 01:08:02
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
iYnj8GbeI8
2020-07-10 01:08:02 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
6eKe_xA7hLMoaUNU1ESE3Q
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid
state
53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov
nonce
iYnj8GbeI8
2020-07-10 01:08:02 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
6eKe_xA7hLMoaUNU1ESE3Q
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid
state
53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov
nonce
iYnj8GbeI8
response_type
code
2020-07-10 01:08:02 SUCCESS
AddPromptNoneToAuthorizationEndpointRequest
Added prompt=none to authorization endpoint request
client_id
6eKe_xA7hLMoaUNU1ESE3Q
redirect_uri
https://www.certification.openid.net/test/a/openid4us/callback
scope
openid
state
53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov
nonce
iYnj8GbeI8
response_type
code
prompt
none
2020-07-10 01:08:02 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=6eKe_xA7hLMoaUNU1ESE3Q&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid&state=53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov&nonce=iYnj8GbeI8&response_type=code&prompt=none
2020-07-10 01:08:02 REDIRECT
oidcc-prompt-none-not-logged-in
Redirecting to authorization endpoint
redirect_to
https://connect.openid4.us:5443/phpOp/index.php/auth?client_id=6eKe_xA7hLMoaUNU1ESE3Q&redirect_uri=https://www.certification.openid.net/test/a/openid4us/callback&scope=openid&state=53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov&nonce=iYnj8GbeI8&response_type=code&prompt=none
2020-07-10 01:08:23 INCOMING
oidcc-prompt-none-not-logged-in
Incoming HTTP request to test instance tF6xJyMB1X
incoming_headers
{
  "host": "www.certification.openid.net",
  "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://www.certification.openid.net/log-detail.html?log\u003dtF6xJyMB1X",
  "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
{
  "error": "interaction_required",
  "state": "53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov",
  "error_description": "unauthenticated and prompt set to none"
}
incoming_body
2020-07-10 01:08:23 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/gvDFLhmA54nPB5snA4TO",
  "fullUrl": "https://www.certification.openid.net/test/a/openid4us/implicit/gvDFLhmA54nPB5snA4TO"
}
2020-07-10 01:08:23 OUTGOING
oidcc-prompt-none-not-logged-in
Response to HTTP request to test instance tF6xJyMB1X
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/openid4us/implicit/gvDFLhmA54nPB5snA4TO, returnUrl=/log-detail.html?log=tF6xJyMB1X}]
outgoing_path
callback
2020-07-10 01:08:23 INCOMING
oidcc-prompt-none-not-logged-in
Incoming HTTP request to test instance tF6xJyMB1X
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?error\u003dinteraction_required\u0026state\u003d53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov\u0026error_description\u003dunauthenticated+and+prompt+set+to+none",
  "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/gvDFLhmA54nPB5snA4TO
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-07-10 01:08:23 OUTGOING
oidcc-prompt-none-not-logged-in
Response to HTTP request to test instance tF6xJyMB1X
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [/log-detail.html?log=tF6xJyMB1X]
outgoing_path
implicit/gvDFLhmA54nPB5snA4TO
2020-07-10 01:08:23 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2020-07-10 01:08:23 REDIRECT-IN
oidcc-prompt-none-not-logged-in
Authorization endpoint response captured
url_query
{
  "error": "interaction_required",
  "state": "53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov",
  "error_description": "unauthenticated and prompt set to none"
}
headers
{
  "host": "www.certification.openid.net",
  "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://www.certification.openid.net/log-detail.html?log\u003dtF6xJyMB1X",
  "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:08:23 SUCCESS
CheckStateInAuthorizationResponse
State in response correctly returned
state
53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov
2020-07-10 01:08:23 SUCCESS
EnsureErrorFromAuthorizationEndpointResponse
Authorization endpoint returned an error
error
interaction_required
state
53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov
error_description
unauthenticated and prompt set to none
2020-07-10 01:08:23 SUCCESS
RejectAuthCodeInAuthorizationEndpointResponse
Authorization code is not present in authorization endpoint response
2020-07-10 01:08:23 SUCCESS
CheckForUnexpectedParametersInErrorResponseFromAuthorizationEndpoint
error response includes only expected parameters
error
interaction_required
state
53zosS0d0oJsvhHNLBcMenuL45ZS3krC5d6wYZ9ih4l3eXq7HziungBEoyMQLX8TPX7mrJItJd8UnFIR5OsgzQx6RtDyY3RZZ4YSuqwEYkTGFPJkFlvoaH00bewYRFov
error_description
unauthenticated and prompt set to none
2020-07-10 01:08:23 SUCCESS
CheckErrorDescriptionFromAuthorizationEndpointResponseErrorContainsCRLFTAB
authorization_endpoint_response 'error_description' field does not include CR/LF/TAB
error_description
unauthenticated and prompt set to none
2020-07-10 01:08:23 SUCCESS
ValidateErrorDescriptionFromAuthorizationEndpointResponseError
authorization_endpoint_response error returned valid 'error_description' field
error_description
unauthenticated and prompt set to none
2020-07-10 01:08:23 SUCCESS
ValidateErrorUriFromAuthorizationEndpointResponseError
authorization_endpoint_response did not include optional 'error_uri' field
2020-07-10 01:08:23 SUCCESS
CheckErrorFromAuthorizationEndpointIsOneThatRequiredAUserInterface
Authorization endpoint returned one of the permitted errors
actual
interaction_required
permitted
[
  "interaction_required",
  "login_required",
  "account_selection_required",
  "consent_required"
]
2020-07-10 01:08:23 FINISHED
oidcc-prompt-none-not-logged-in
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2020-07-10 01:08:23
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://connect.openid4.us:5443/phpOp/index.php/client/ZvI53H9L9HuXDBKbcuZIqA
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer 8VpXrYuvmlUYxA",
  "content-length": "0"
}
request_body

                                
2020-07-10 01:08:24 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 10 Jul 2020 01:08:24 GMT",
  "server": "Apache/2.4.38 (Debian)",
  "set-cookie": "PHPSESSID\u003dmcve4hgvsh9uj84n31n55qhc6u; 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":1594343282,
 "client_id":"6eKe_xA7hLMoaUNU1ESE3Q",
 "client_secret":"xAG9UfcXQ7uTYA",
 "client_name":"opend4Client1 tF6xJyMB1X",
 "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":"jSV8apU_XZ-UDfGc51aO7r0A74KnVqKH_Ta-f32LiqIX_WV5l-5Oy-PzsQ8PlPy_54v99qY7xxAxL6rxrgnr01l0QT0dPK-fD52oZ8KX1rxYHTQtF-pwiLREaUkRMsQHXPkyMbmDBUBsEjvNv6e1u_kqpatP1lffo2mwgFJzB3_D6CyDzr0UClEtGNqeY9b5Za0rb3YNG--BAXOjv9yCEtOWiuU1Wsepr6q4hLh94VUKz68zpU36PfkodVtgc35vBAuFR_emrsNG8wF038DmflMQspRGDKEQ7Jxg9a8_NFPHLV7PYtdquXYQ9FuTPeqeRG5j2RSQWRjz9AWeeMV-hQ"
   }
  ]
 },
 "id_token_signed_response_alg":"RS256",
 "aggregation_signed_response_alg":"RS256",
 "grant_types":[
  "authorization_code"
 ],
 "response_types":[
  "code"
 ]
}
2020-07-10 01:08:24 INFO
UnregisterDynamicallyRegisteredClient
registration_client_uri returned a http status code other than 204 No Content
code
OK
2020-07-10 01:08:29
TEST-RUNNER
Alias has now been claimed by another test
alias
openid4us
new_test_id
Pc7KHO88n8
Test Results