Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-03-28 14:18:14 INFO
TEST-RUNNER
Test instance gNjgmKkpthsPiYV created
baseUrl
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "id_token token",
  "server_metadata": "discovery",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
oidc-provider-discovery-dynamic_client
description
PlusAuth Form Post OP Conformance
planId
wHMuaE0Jt6j6T
config
{
  "alias": "oidc-provider-discovery-dynamic_client",
  "server": {
    "discoveryUrl": "https://certification.plusauth.com/.well-known/openid-configuration",
    "login_hint": "bob@example.com"
  },
  "client": {
    "client_name": "first-openid-client"
  },
  "client2": {
    "client_name": "second-openid-client"
  },
  "browser": [
    {
      "match": "https://certification.plusauth.com/oauth/auth*",
      "tasks": [
        {
          "task": "Login",
          "optional": true,
          "match": "https://certification.plusauth.com/signin*",
          "commands": [
            [
              "text",
              "name",
              "username",
              "foo",
              "optional"
            ],
            [
              "text",
              "name",
              "password",
              "bar",
              "optional"
            ],
            [
              "click",
              "class",
              "login-submit"
            ]
          ]
        },
        {
          "task": "Consent",
          "optional": true,
          "match": "https://certification.plusauth.com/signin/consent*",
          "commands": [
            [
              "click",
              "class",
              "login-submit"
            ]
          ]
        },
        {
          "task": "Verify Complete",
          "match": "*/test/*/callback*",
          "commands": [
            [
              "wait",
              "id",
              "submission_complete",
              10
            ]
          ]
        }
      ]
    },
    {
      "match": "https://certification.plusauth.com/logout*",
      "tasks": [
        {
          "task": "Verify Complete",
          "match": "*/test/*/post*"
        }
      ]
    }
  ],
  "description": "PlusAuth Form Post OP Conformance"
}
testName
oidcc-scope-address
2021-03-28 14:18:14 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback
2021-03-28 14:18:14
GetDynamicServerConfiguration
HTTP request
request_uri
https://certification.plusauth.com/.well-known/openid-configuration
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2021-03-28 14:18:15 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "vary": "Origin",
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "4735",
  "date": "Sun, 28 Mar 2021 14:18:14 GMT",
  "x-envoy-upstream-service-time": "7",
  "server": "istio-envoy"
}
response_body
{"acr_values_supported":["urn:mace:incommon:iap:bronze","urn:mace:incommon:iap:silver"],"authorization_endpoint":"https://certification.plusauth.com/oauth/auth","device_authorization_endpoint":"https://certification.plusauth.com/oauth/device/auth","claims_parameter_supported":true,"claims_supported":["sub","birthdate","family_name","gender","given_name","locale","middle_name","name","username","nickname","picture","preferred_username","profile","updated_at","website","zoneinfo","email","email_verified","address","phone_number","phone_number_verified","metadata","roles","roleGroups","permissions","acr","sid","auth_time","iss","amr"],"code_challenge_methods_supported":["S256"],"end_session_endpoint":"https://certification.plusauth.com/logout","check_session_iframe":"https://certification.plusauth.com/session/check","grant_types_supported":["implicit","authorization_code","refresh_token","client_credentials","urn:ietf:params:oauth:grant-type:device_code","urn:ietf:params:oauth:grant-type:token-exchange"],"id_token_signing_alg_values_supported":["HS256","ES256","EdDSA","PS256","RS256"],"issuer":"https://certification.plusauth.com","jwks_uri":"https://certification.plusauth.com/.well-known/jwks.json","registration_endpoint":"https://certification.plusauth.com/oauth/reg","response_modes_supported":["form_post","fragment","query","web_message","jwt","query.jwt","fragment.jwt","form_post.jwt","web_message.jwt"],"response_types_supported":["code id_token token","code id_token","code token","code","token","id_token token","id_token","none"],"scopes_supported":["openid","offline_access","profile","email","address","phone","metadata","rbac"],"subject_types_supported":["public","pairwise"],"token_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","tls_client_auth","self_signed_tls_client_auth"],"token_endpoint_auth_signing_alg_values_supported":["HS256","RS256","PS256","ES256","EdDSA"],"token_endpoint":"https://certification.plusauth.com/oauth/token","pushed_authorization_request_endpoint":"https://certification.plusauth.com/oauth/request","request_object_signing_alg_values_supported":["HS256","RS256","PS256","ES256","EdDSA"],"request_parameter_supported":true,"request_uri_parameter_supported":true,"require_request_uri_registration":true,"userinfo_endpoint":"https://certification.plusauth.com/me","userinfo_signing_alg_values_supported":["HS256","ES256","EdDSA","PS256","RS256"],"authorization_signing_alg_values_supported":["HS256","ES256","EdDSA","PS256","RS256"],"introspection_endpoint":"https://certification.plusauth.com/oauth/introspect","introspection_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","tls_client_auth","self_signed_tls_client_auth"],"introspection_endpoint_auth_signing_alg_values_supported":["HS256","RS256","PS256","ES256","EdDSA"],"introspection_signing_alg_values_supported":["HS256","ES256","EdDSA","PS256","RS256"],"revocation_endpoint":"https://certification.plusauth.com/oauth/token/revocation","revocation_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","tls_client_auth","self_signed_tls_client_auth"],"revocation_endpoint_auth_signing_alg_values_supported":["HS256","RS256","PS256","ES256","EdDSA"],"id_token_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"id_token_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"userinfo_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"userinfo_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"introspection_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"introspection_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"authorization_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"authorization_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"request_object_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"request_object_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"backchannel_logout_supported":true,"backchannel_logout_session_supported":true,"frontchannel_logout_supported":true,"frontchannel_logout_session_supported":true,"tls_client_certificate_bound_access_tokens":true,"claim_types_supported":["normal"]}
2021-03-28 14:18:15
GetDynamicServerConfiguration
Downloaded server configuration
server_config_string
{"acr_values_supported":["urn:mace:incommon:iap:bronze","urn:mace:incommon:iap:silver"],"authorization_endpoint":"https://certification.plusauth.com/oauth/auth","device_authorization_endpoint":"https://certification.plusauth.com/oauth/device/auth","claims_parameter_supported":true,"claims_supported":["sub","birthdate","family_name","gender","given_name","locale","middle_name","name","username","nickname","picture","preferred_username","profile","updated_at","website","zoneinfo","email","email_verified","address","phone_number","phone_number_verified","metadata","roles","roleGroups","permissions","acr","sid","auth_time","iss","amr"],"code_challenge_methods_supported":["S256"],"end_session_endpoint":"https://certification.plusauth.com/logout","check_session_iframe":"https://certification.plusauth.com/session/check","grant_types_supported":["implicit","authorization_code","refresh_token","client_credentials","urn:ietf:params:oauth:grant-type:device_code","urn:ietf:params:oauth:grant-type:token-exchange"],"id_token_signing_alg_values_supported":["HS256","ES256","EdDSA","PS256","RS256"],"issuer":"https://certification.plusauth.com","jwks_uri":"https://certification.plusauth.com/.well-known/jwks.json","registration_endpoint":"https://certification.plusauth.com/oauth/reg","response_modes_supported":["form_post","fragment","query","web_message","jwt","query.jwt","fragment.jwt","form_post.jwt","web_message.jwt"],"response_types_supported":["code id_token token","code id_token","code token","code","token","id_token token","id_token","none"],"scopes_supported":["openid","offline_access","profile","email","address","phone","metadata","rbac"],"subject_types_supported":["public","pairwise"],"token_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","tls_client_auth","self_signed_tls_client_auth"],"token_endpoint_auth_signing_alg_values_supported":["HS256","RS256","PS256","ES256","EdDSA"],"token_endpoint":"https://certification.plusauth.com/oauth/token","pushed_authorization_request_endpoint":"https://certification.plusauth.com/oauth/request","request_object_signing_alg_values_supported":["HS256","RS256","PS256","ES256","EdDSA"],"request_parameter_supported":true,"request_uri_parameter_supported":true,"require_request_uri_registration":true,"userinfo_endpoint":"https://certification.plusauth.com/me","userinfo_signing_alg_values_supported":["HS256","ES256","EdDSA","PS256","RS256"],"authorization_signing_alg_values_supported":["HS256","ES256","EdDSA","PS256","RS256"],"introspection_endpoint":"https://certification.plusauth.com/oauth/introspect","introspection_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","tls_client_auth","self_signed_tls_client_auth"],"introspection_endpoint_auth_signing_alg_values_supported":["HS256","RS256","PS256","ES256","EdDSA"],"introspection_signing_alg_values_supported":["HS256","ES256","EdDSA","PS256","RS256"],"revocation_endpoint":"https://certification.plusauth.com/oauth/token/revocation","revocation_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","tls_client_auth","self_signed_tls_client_auth"],"revocation_endpoint_auth_signing_alg_values_supported":["HS256","RS256","PS256","ES256","EdDSA"],"id_token_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"id_token_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"userinfo_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"userinfo_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"introspection_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"introspection_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"authorization_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"authorization_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"request_object_encryption_alg_values_supported":["A128KW","A256KW","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A256KW","RSA-OAEP"],"request_object_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A256CBC-HS512","A256GCM"],"backchannel_logout_supported":true,"backchannel_logout_session_supported":true,"frontchannel_logout_supported":true,"frontchannel_logout_session_supported":true,"tls_client_certificate_bound_access_tokens":true,"claim_types_supported":["normal"]}
2021-03-28 14:18:15 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
acr_values_supported
[
  "urn:mace:incommon:iap:bronze",
  "urn:mace:incommon:iap:silver"
]
authorization_endpoint
https://certification.plusauth.com/oauth/auth
device_authorization_endpoint
https://certification.plusauth.com/oauth/device/auth
claims_parameter_supported
true
claims_supported
[
  "sub",
  "birthdate",
  "family_name",
  "gender",
  "given_name",
  "locale",
  "middle_name",
  "name",
  "username",
  "nickname",
  "picture",
  "preferred_username",
  "profile",
  "updated_at",
  "website",
  "zoneinfo",
  "email",
  "email_verified",
  "address",
  "phone_number",
  "phone_number_verified",
  "metadata",
  "roles",
  "roleGroups",
  "permissions",
  "acr",
  "sid",
  "auth_time",
  "iss",
  "amr"
]
code_challenge_methods_supported
[
  "S256"
]
end_session_endpoint
https://certification.plusauth.com/logout
check_session_iframe
https://certification.plusauth.com/session/check
grant_types_supported
[
  "implicit",
  "authorization_code",
  "refresh_token",
  "client_credentials",
  "urn:ietf:params:oauth:grant-type:device_code",
  "urn:ietf:params:oauth:grant-type:token-exchange"
]
id_token_signing_alg_values_supported
[
  "HS256",
  "ES256",
  "EdDSA",
  "PS256",
  "RS256"
]
issuer
https://certification.plusauth.com
jwks_uri
https://certification.plusauth.com/.well-known/jwks.json
registration_endpoint
https://certification.plusauth.com/oauth/reg
response_modes_supported
[
  "form_post",
  "fragment",
  "query",
  "web_message",
  "jwt",
  "query.jwt",
  "fragment.jwt",
  "form_post.jwt",
  "web_message.jwt"
]
response_types_supported
[
  "code id_token token",
  "code id_token",
  "code token",
  "code",
  "token",
  "id_token token",
  "id_token",
  "none"
]
scopes_supported
[
  "openid",
  "offline_access",
  "profile",
  "email",
  "address",
  "phone",
  "metadata",
  "rbac"
]
subject_types_supported
[
  "public",
  "pairwise"
]
token_endpoint_auth_methods_supported
[
  "none",
  "client_secret_basic",
  "client_secret_jwt",
  "client_secret_post",
  "private_key_jwt",
  "tls_client_auth",
  "self_signed_tls_client_auth"
]
token_endpoint_auth_signing_alg_values_supported
[
  "HS256",
  "RS256",
  "PS256",
  "ES256",
  "EdDSA"
]
token_endpoint
https://certification.plusauth.com/oauth/token
pushed_authorization_request_endpoint
https://certification.plusauth.com/oauth/request
request_object_signing_alg_values_supported
[
  "HS256",
  "RS256",
  "PS256",
  "ES256",
  "EdDSA"
]
request_parameter_supported
true
request_uri_parameter_supported
true
require_request_uri_registration
true
userinfo_endpoint
https://certification.plusauth.com/me
userinfo_signing_alg_values_supported
[
  "HS256",
  "ES256",
  "EdDSA",
  "PS256",
  "RS256"
]
authorization_signing_alg_values_supported
[
  "HS256",
  "ES256",
  "EdDSA",
  "PS256",
  "RS256"
]
introspection_endpoint
https://certification.plusauth.com/oauth/introspect
introspection_endpoint_auth_methods_supported
[
  "none",
  "client_secret_basic",
  "client_secret_jwt",
  "client_secret_post",
  "private_key_jwt",
  "tls_client_auth",
  "self_signed_tls_client_auth"
]
introspection_endpoint_auth_signing_alg_values_supported
[
  "HS256",
  "RS256",
  "PS256",
  "ES256",
  "EdDSA"
]
introspection_signing_alg_values_supported
[
  "HS256",
  "ES256",
  "EdDSA",
  "PS256",
  "RS256"
]
revocation_endpoint
https://certification.plusauth.com/oauth/token/revocation
revocation_endpoint_auth_methods_supported
[
  "none",
  "client_secret_basic",
  "client_secret_jwt",
  "client_secret_post",
  "private_key_jwt",
  "tls_client_auth",
  "self_signed_tls_client_auth"
]
revocation_endpoint_auth_signing_alg_values_supported
[
  "HS256",
  "RS256",
  "PS256",
  "ES256",
  "EdDSA"
]
id_token_encryption_alg_values_supported
[
  "A128KW",
  "A256KW",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A256KW",
  "RSA-OAEP"
]
id_token_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A128GCM",
  "A256CBC-HS512",
  "A256GCM"
]
userinfo_encryption_alg_values_supported
[
  "A128KW",
  "A256KW",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A256KW",
  "RSA-OAEP"
]
userinfo_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A128GCM",
  "A256CBC-HS512",
  "A256GCM"
]
introspection_encryption_alg_values_supported
[
  "A128KW",
  "A256KW",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A256KW",
  "RSA-OAEP"
]
introspection_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A128GCM",
  "A256CBC-HS512",
  "A256GCM"
]
authorization_encryption_alg_values_supported
[
  "A128KW",
  "A256KW",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A256KW",
  "RSA-OAEP"
]
authorization_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A128GCM",
  "A256CBC-HS512",
  "A256GCM"
]
request_object_encryption_alg_values_supported
[
  "A128KW",
  "A256KW",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A256KW",
  "RSA-OAEP"
]
request_object_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A128GCM",
  "A256CBC-HS512",
  "A256GCM"
]
backchannel_logout_supported
true
backchannel_logout_session_supported
true
frontchannel_logout_supported
true
frontchannel_logout_session_supported
true
tls_client_certificate_bound_access_tokens
true
claim_types_supported
[
  "normal"
]
2021-03-28 14:18:15 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2021-03-28 14:18:15 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
{
  "testHost": "certification.plusauth.com",
  "testPort": 443
}
authorization_endpoint
{
  "testHost": "certification.plusauth.com",
  "testPort": 443
}
token_endpoint
{
  "testHost": "certification.plusauth.com",
  "testPort": 443
}
userinfo_endpoint
{
  "testHost": "certification.plusauth.com",
  "testPort": 443
}
2021-03-28 14:18:15
FetchServerKeys
Fetching server key
jwks_uri
https://certification.plusauth.com/.well-known/jwks.json
2021-03-28 14:18:15
FetchServerKeys
HTTP request
request_uri
https://certification.plusauth.com/.well-known/jwks.json
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2021-03-28 14:18:15 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "vary": "Origin",
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "2810",
  "date": "Sun, 28 Mar 2021 14:18:15 GMT",
  "x-envoy-upstream-service-time": "7",
  "server": "istio-envoy"
}
response_body
{"keys":[{"crv":"P-256","x":"pus2plcFzciOvQRrAfwm45u2NHw-IhjZe0gk55vO--o","y":"McjUvdFc5nd2YEk9PLYw1HoHkYBBL42jtSoqAe4dCzM","kty":"EC","kid":"atDaXCMyhIUMZISEtmnBRX_C4BT7GoJUD4CMYWGbi_o","use":"sig"},{"crv":"P-256","x":"I8yVbnSd4WJjYH3age2eLK_S9sBtP8djG9y50X13yT0","y":"29Jzh2o85AU1LOzK-SamLLHpXT0O439upvRMvvaeMQA","kty":"EC","kid":"g6MupPz7xKWQ0tKtZLcjBlnA2JAv1VH1NWYtPbsDa2o","use":"enc"},{"crv":"secp256k1","x":"65X_LqUa4XNR3ShA8hLtG-1YDKXEdWHagihJkSspdSQ","y":"Mc8XQxxJnjSJjfcrd7hhlZMyQtHU4gANSFBzr1GsKKA","kty":"EC","kid":"cUJPqrATv3GVASHuCADHyW8p8C4wR5H_nTyaf5adzy0","use":"sig"},{"crv":"P-384","x":"rPUdhjvgdhRCox2456G0CIoKaTwZ8GnbYxwjf42QsT3VtPXi3p1c2RVs8XiDutrI","y":"B_lZyUrqzwwiGHRIf5rGIXwzSgrRCoN2Hv01PPnMMeMzHVExMQCpIlkZrXO9bDKm","kty":"EC","kid":"6JVT-_BVPkvO-MljZhfaMeYC-LmZjlWj0SlzJLRA4yk","use":"sig"},{"crv":"P-384","x":"cIPV-GMwYobrMFKUHmgzvaliMUtDwO73Ht7X1AQPIpfBDIS7ovnZkt90DzcPn59P","y":"4V2b3W7jRNZqANOc60LacK1pb62GVF5Dyn2Ra4wzbhRLGDVdD_UoazOW56TZ5tsl","kty":"EC","kid":"mIw-fa5LyZnypKpbddViJjWMjl8B5A-I5A31H_igCd8","use":"enc"},{"crv":"P-521","x":"AWyeRdPc35GRFdiu2dYhFgwcSJoUPw38qmUgG0VZSgsbdWWJxUv_iWWIux9hJono6f_qF-lq2At3xdGVBLR7BF5f","y":"AY7WKdsbjyaMZ4Wh8o8Uy5Bju9WxD6N1A7r5_8o5OFIeqD_hej9FxuQDWC4rxU7Ls84yVVtPRG81TaXRoKBxr5XZ","kty":"EC","kid":"w1A1G94s-hK5YrIqWgmV30gtOZ85yQCP3ZMOPTzbc-0","use":"sig"},{"crv":"Ed25519","x":"kAdD9v4ErkCNxQdNMrf4IIplW6YUYBMWkECnLxnZ2tk","kty":"OKP","kid":"ONnNDJq5ZuIAcJyRHpZyZSDcVFf78F1eRhoElXlYEr8","use":"sig"},{"crv":"P-521","x":"AErKX164tyXiv5BwPMyrjoUGyXJ5hX1X7sRgvI0mnbfZhCRnKL67-q5PmTP31OkzA4xQGmAOyBIZvNSJ1p8txIQ3","y":"ALRaE4Q3SLQPNAW_AXIOke34SFwXq2a5FiMHWY9zpJcmCQk9VJH7bG3AnHY_hxu2R-zC5caLy6TPcSzr9Dy4F0DX","kty":"EC","kid":"xKnQ0Rm1_EMwHefKR9UOt0IwCspmyr93L_GDMO_xqq8","use":"enc"},{"crv":"Ed448","x":"sNcFa_zimfHYOSQNS52N-nOX-CYG4dFXoTeuWHnulTj6Fn3heSObBl2NY5ifB9qyP4MHgnAtiboA","kty":"OKP","kid":"MCsSgS9d92FbCGRyBo91MYcXOtXF9qoOeXz65UR5EF8","use":"sig"},{"e":"AQAB","n":"q18zoa2EagO8rzK9svtdY3U2T7DiyZ6F6RUQcpF0AvUK1z4mANLlfhtasJ01BKSP25xLbO8xF72bOd07sQazQUMumKNuU1p8kzYH5yvXNRrFPg-G6r6NWzhT3qx5ov1jkdc2zqa8yj25DfXP6btFFYqfQoPBaFwSXxHLDOXLBfa5wuLnJFL8Yt6qm5aKaOOEJ_X8CfwKH_ajBUD4MhospWZbe9gyt7gKO28sdo8VdNFCq-OG9FWWCwDgS9AYfXOHIHMNvim6sOSsT__6ETkDqUxqYYPgsANARfASBYZs7FiJMv88Hjpa5BH60gbbdYWrCkq1vGh8u1nu0R6WfsxX6w","kty":"RSA","kid":"9dtTMGokAYuDGQjdE6lyhwR_wM0CgihB-BX6lk6-ZO4","use":"sig"},{"e":"AQAB","n":"xU_pU1APQpq581Q760Nd3UwDwKqjN62NPoXyPWxkTD15H2QDYkPMhbzY5J1TizMGGdegbeN--tnhBxMzIRxqcf83UBKvakYYJBr49dvXQSWqdpn8yG6STmO9kpG94vDQP49VBJ8YmXh6A5104_G2qXfQKe33cexKpJPKNedtDhUGUjOLzhYHjRIAGmWBsaLq5Dcbg1UtLEonzEznjKYPDUGhpE7Ao4eVeVEh0ZlFE3aocORW3xkT7uJFPq0pWBCHwD5PDPHtUQczDbbP4xn4Gr8r-vTHrxhv1WYH0NH61-YHqgG_csDat5ef3m0pJbzx7euitxxcr1bDuesB5g4fCQ","kty":"RSA","kid":"OVJpBKI4nfn-A3ZuYX6xkjNc7KhugIIm-y5Douaj6Sg","use":"enc"}]}
2021-03-28 14:18:15
FetchServerKeys
Found JWK set string
jwk_string
{"keys":[{"crv":"P-256","x":"pus2plcFzciOvQRrAfwm45u2NHw-IhjZe0gk55vO--o","y":"McjUvdFc5nd2YEk9PLYw1HoHkYBBL42jtSoqAe4dCzM","kty":"EC","kid":"atDaXCMyhIUMZISEtmnBRX_C4BT7GoJUD4CMYWGbi_o","use":"sig"},{"crv":"P-256","x":"I8yVbnSd4WJjYH3age2eLK_S9sBtP8djG9y50X13yT0","y":"29Jzh2o85AU1LOzK-SamLLHpXT0O439upvRMvvaeMQA","kty":"EC","kid":"g6MupPz7xKWQ0tKtZLcjBlnA2JAv1VH1NWYtPbsDa2o","use":"enc"},{"crv":"secp256k1","x":"65X_LqUa4XNR3ShA8hLtG-1YDKXEdWHagihJkSspdSQ","y":"Mc8XQxxJnjSJjfcrd7hhlZMyQtHU4gANSFBzr1GsKKA","kty":"EC","kid":"cUJPqrATv3GVASHuCADHyW8p8C4wR5H_nTyaf5adzy0","use":"sig"},{"crv":"P-384","x":"rPUdhjvgdhRCox2456G0CIoKaTwZ8GnbYxwjf42QsT3VtPXi3p1c2RVs8XiDutrI","y":"B_lZyUrqzwwiGHRIf5rGIXwzSgrRCoN2Hv01PPnMMeMzHVExMQCpIlkZrXO9bDKm","kty":"EC","kid":"6JVT-_BVPkvO-MljZhfaMeYC-LmZjlWj0SlzJLRA4yk","use":"sig"},{"crv":"P-384","x":"cIPV-GMwYobrMFKUHmgzvaliMUtDwO73Ht7X1AQPIpfBDIS7ovnZkt90DzcPn59P","y":"4V2b3W7jRNZqANOc60LacK1pb62GVF5Dyn2Ra4wzbhRLGDVdD_UoazOW56TZ5tsl","kty":"EC","kid":"mIw-fa5LyZnypKpbddViJjWMjl8B5A-I5A31H_igCd8","use":"enc"},{"crv":"P-521","x":"AWyeRdPc35GRFdiu2dYhFgwcSJoUPw38qmUgG0VZSgsbdWWJxUv_iWWIux9hJono6f_qF-lq2At3xdGVBLR7BF5f","y":"AY7WKdsbjyaMZ4Wh8o8Uy5Bju9WxD6N1A7r5_8o5OFIeqD_hej9FxuQDWC4rxU7Ls84yVVtPRG81TaXRoKBxr5XZ","kty":"EC","kid":"w1A1G94s-hK5YrIqWgmV30gtOZ85yQCP3ZMOPTzbc-0","use":"sig"},{"crv":"Ed25519","x":"kAdD9v4ErkCNxQdNMrf4IIplW6YUYBMWkECnLxnZ2tk","kty":"OKP","kid":"ONnNDJq5ZuIAcJyRHpZyZSDcVFf78F1eRhoElXlYEr8","use":"sig"},{"crv":"P-521","x":"AErKX164tyXiv5BwPMyrjoUGyXJ5hX1X7sRgvI0mnbfZhCRnKL67-q5PmTP31OkzA4xQGmAOyBIZvNSJ1p8txIQ3","y":"ALRaE4Q3SLQPNAW_AXIOke34SFwXq2a5FiMHWY9zpJcmCQk9VJH7bG3AnHY_hxu2R-zC5caLy6TPcSzr9Dy4F0DX","kty":"EC","kid":"xKnQ0Rm1_EMwHefKR9UOt0IwCspmyr93L_GDMO_xqq8","use":"enc"},{"crv":"Ed448","x":"sNcFa_zimfHYOSQNS52N-nOX-CYG4dFXoTeuWHnulTj6Fn3heSObBl2NY5ifB9qyP4MHgnAtiboA","kty":"OKP","kid":"MCsSgS9d92FbCGRyBo91MYcXOtXF9qoOeXz65UR5EF8","use":"sig"},{"e":"AQAB","n":"q18zoa2EagO8rzK9svtdY3U2T7DiyZ6F6RUQcpF0AvUK1z4mANLlfhtasJ01BKSP25xLbO8xF72bOd07sQazQUMumKNuU1p8kzYH5yvXNRrFPg-G6r6NWzhT3qx5ov1jkdc2zqa8yj25DfXP6btFFYqfQoPBaFwSXxHLDOXLBfa5wuLnJFL8Yt6qm5aKaOOEJ_X8CfwKH_ajBUD4MhospWZbe9gyt7gKO28sdo8VdNFCq-OG9FWWCwDgS9AYfXOHIHMNvim6sOSsT__6ETkDqUxqYYPgsANARfASBYZs7FiJMv88Hjpa5BH60gbbdYWrCkq1vGh8u1nu0R6WfsxX6w","kty":"RSA","kid":"9dtTMGokAYuDGQjdE6lyhwR_wM0CgihB-BX6lk6-ZO4","use":"sig"},{"e":"AQAB","n":"xU_pU1APQpq581Q760Nd3UwDwKqjN62NPoXyPWxkTD15H2QDYkPMhbzY5J1TizMGGdegbeN--tnhBxMzIRxqcf83UBKvakYYJBr49dvXQSWqdpn8yG6STmO9kpG94vDQP49VBJ8YmXh6A5104_G2qXfQKe33cexKpJPKNedtDhUGUjOLzhYHjRIAGmWBsaLq5Dcbg1UtLEonzEznjKYPDUGhpE7Ao4eVeVEh0ZlFE3aocORW3xkT7uJFPq0pWBCHwD5PDPHtUQczDbbP4xn4Gr8r-vTHrxhv1WYH0NH61-YHqgG_csDat5ef3m0pJbzx7euitxxcr1bDuesB5g4fCQ","kty":"RSA","kid":"OVJpBKI4nfn-A3ZuYX6xkjNc7KhugIIm-y5Douaj6Sg","use":"enc"}]}
2021-03-28 14:18:15 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "crv": "P-256",
      "x": "pus2plcFzciOvQRrAfwm45u2NHw-IhjZe0gk55vO--o",
      "y": "McjUvdFc5nd2YEk9PLYw1HoHkYBBL42jtSoqAe4dCzM",
      "kty": "EC",
      "kid": "atDaXCMyhIUMZISEtmnBRX_C4BT7GoJUD4CMYWGbi_o",
      "use": "sig"
    },
    {
      "crv": "P-256",
      "x": "I8yVbnSd4WJjYH3age2eLK_S9sBtP8djG9y50X13yT0",
      "y": "29Jzh2o85AU1LOzK-SamLLHpXT0O439upvRMvvaeMQA",
      "kty": "EC",
      "kid": "g6MupPz7xKWQ0tKtZLcjBlnA2JAv1VH1NWYtPbsDa2o",
      "use": "enc"
    },
    {
      "crv": "secp256k1",
      "x": "65X_LqUa4XNR3ShA8hLtG-1YDKXEdWHagihJkSspdSQ",
      "y": "Mc8XQxxJnjSJjfcrd7hhlZMyQtHU4gANSFBzr1GsKKA",
      "kty": "EC",
      "kid": "cUJPqrATv3GVASHuCADHyW8p8C4wR5H_nTyaf5adzy0",
      "use": "sig"
    },
    {
      "crv": "P-384",
      "x": "rPUdhjvgdhRCox2456G0CIoKaTwZ8GnbYxwjf42QsT3VtPXi3p1c2RVs8XiDutrI",
      "y": "B_lZyUrqzwwiGHRIf5rGIXwzSgrRCoN2Hv01PPnMMeMzHVExMQCpIlkZrXO9bDKm",
      "kty": "EC",
      "kid": "6JVT-_BVPkvO-MljZhfaMeYC-LmZjlWj0SlzJLRA4yk",
      "use": "sig"
    },
    {
      "crv": "P-384",
      "x": "cIPV-GMwYobrMFKUHmgzvaliMUtDwO73Ht7X1AQPIpfBDIS7ovnZkt90DzcPn59P",
      "y": "4V2b3W7jRNZqANOc60LacK1pb62GVF5Dyn2Ra4wzbhRLGDVdD_UoazOW56TZ5tsl",
      "kty": "EC",
      "kid": "mIw-fa5LyZnypKpbddViJjWMjl8B5A-I5A31H_igCd8",
      "use": "enc"
    },
    {
      "crv": "P-521",
      "x": "AWyeRdPc35GRFdiu2dYhFgwcSJoUPw38qmUgG0VZSgsbdWWJxUv_iWWIux9hJono6f_qF-lq2At3xdGVBLR7BF5f",
      "y": "AY7WKdsbjyaMZ4Wh8o8Uy5Bju9WxD6N1A7r5_8o5OFIeqD_hej9FxuQDWC4rxU7Ls84yVVtPRG81TaXRoKBxr5XZ",
      "kty": "EC",
      "kid": "w1A1G94s-hK5YrIqWgmV30gtOZ85yQCP3ZMOPTzbc-0",
      "use": "sig"
    },
    {
      "crv": "Ed25519",
      "x": "kAdD9v4ErkCNxQdNMrf4IIplW6YUYBMWkECnLxnZ2tk",
      "kty": "OKP",
      "kid": "ONnNDJq5ZuIAcJyRHpZyZSDcVFf78F1eRhoElXlYEr8",
      "use": "sig"
    },
    {
      "crv": "P-521",
      "x": "AErKX164tyXiv5BwPMyrjoUGyXJ5hX1X7sRgvI0mnbfZhCRnKL67-q5PmTP31OkzA4xQGmAOyBIZvNSJ1p8txIQ3",
      "y": "ALRaE4Q3SLQPNAW_AXIOke34SFwXq2a5FiMHWY9zpJcmCQk9VJH7bG3AnHY_hxu2R-zC5caLy6TPcSzr9Dy4F0DX",
      "kty": "EC",
      "kid": "xKnQ0Rm1_EMwHefKR9UOt0IwCspmyr93L_GDMO_xqq8",
      "use": "enc"
    },
    {
      "crv": "Ed448",
      "x": "sNcFa_zimfHYOSQNS52N-nOX-CYG4dFXoTeuWHnulTj6Fn3heSObBl2NY5ifB9qyP4MHgnAtiboA",
      "kty": "OKP",
      "kid": "MCsSgS9d92FbCGRyBo91MYcXOtXF9qoOeXz65UR5EF8",
      "use": "sig"
    },
    {
      "e": "AQAB",
      "n": "q18zoa2EagO8rzK9svtdY3U2T7DiyZ6F6RUQcpF0AvUK1z4mANLlfhtasJ01BKSP25xLbO8xF72bOd07sQazQUMumKNuU1p8kzYH5yvXNRrFPg-G6r6NWzhT3qx5ov1jkdc2zqa8yj25DfXP6btFFYqfQoPBaFwSXxHLDOXLBfa5wuLnJFL8Yt6qm5aKaOOEJ_X8CfwKH_ajBUD4MhospWZbe9gyt7gKO28sdo8VdNFCq-OG9FWWCwDgS9AYfXOHIHMNvim6sOSsT__6ETkDqUxqYYPgsANARfASBYZs7FiJMv88Hjpa5BH60gbbdYWrCkq1vGh8u1nu0R6WfsxX6w",
      "kty": "RSA",
      "kid": "9dtTMGokAYuDGQjdE6lyhwR_wM0CgihB-BX6lk6-ZO4",
      "use": "sig"
    },
    {
      "e": "AQAB",
      "n": "xU_pU1APQpq581Q760Nd3UwDwKqjN62NPoXyPWxkTD15H2QDYkPMhbzY5J1TizMGGdegbeN--tnhBxMzIRxqcf83UBKvakYYJBr49dvXQSWqdpn8yG6STmO9kpG94vDQP49VBJ8YmXh6A5104_G2qXfQKe33cexKpJPKNedtDhUGUjOLzhYHjRIAGmWBsaLq5Dcbg1UtLEonzEznjKYPDUGhpE7Ao4eVeVEh0ZlFE3aocORW3xkT7uJFPq0pWBCHwD5PDPHtUQczDbbP4xn4Gr8r-vTHrxhv1WYH0NH61-YHqgG_csDat5ef3m0pJbzx7euitxxcr1bDuesB5g4fCQ",
      "kty": "RSA",
      "kid": "OVJpBKI4nfn-A3ZuYX6xkjNc7KhugIIm-y5Douaj6Sg",
      "use": "enc"
    }
  ]
}
2021-03-28 14:18:15 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "crv": "P-256",
      "x": "pus2plcFzciOvQRrAfwm45u2NHw-IhjZe0gk55vO--o",
      "y": "McjUvdFc5nd2YEk9PLYw1HoHkYBBL42jtSoqAe4dCzM",
      "kty": "EC",
      "kid": "atDaXCMyhIUMZISEtmnBRX_C4BT7GoJUD4CMYWGbi_o",
      "use": "sig"
    },
    {
      "crv": "P-256",
      "x": "I8yVbnSd4WJjYH3age2eLK_S9sBtP8djG9y50X13yT0",
      "y": "29Jzh2o85AU1LOzK-SamLLHpXT0O439upvRMvvaeMQA",
      "kty": "EC",
      "kid": "g6MupPz7xKWQ0tKtZLcjBlnA2JAv1VH1NWYtPbsDa2o",
      "use": "enc"
    },
    {
      "crv": "secp256k1",
      "x": "65X_LqUa4XNR3ShA8hLtG-1YDKXEdWHagihJkSspdSQ",
      "y": "Mc8XQxxJnjSJjfcrd7hhlZMyQtHU4gANSFBzr1GsKKA",
      "kty": "EC",
      "kid": "cUJPqrATv3GVASHuCADHyW8p8C4wR5H_nTyaf5adzy0",
      "use": "sig"
    },
    {
      "crv": "P-384",
      "x": "rPUdhjvgdhRCox2456G0CIoKaTwZ8GnbYxwjf42QsT3VtPXi3p1c2RVs8XiDutrI",
      "y": "B_lZyUrqzwwiGHRIf5rGIXwzSgrRCoN2Hv01PPnMMeMzHVExMQCpIlkZrXO9bDKm",
      "kty": "EC",
      "kid": "6JVT-_BVPkvO-MljZhfaMeYC-LmZjlWj0SlzJLRA4yk",
      "use": "sig"
    },
    {
      "crv": "P-384",
      "x": "cIPV-GMwYobrMFKUHmgzvaliMUtDwO73Ht7X1AQPIpfBDIS7ovnZkt90DzcPn59P",
      "y": "4V2b3W7jRNZqANOc60LacK1pb62GVF5Dyn2Ra4wzbhRLGDVdD_UoazOW56TZ5tsl",
      "kty": "EC",
      "kid": "mIw-fa5LyZnypKpbddViJjWMjl8B5A-I5A31H_igCd8",
      "use": "enc"
    },
    {
      "crv": "P-521",
      "x": "AWyeRdPc35GRFdiu2dYhFgwcSJoUPw38qmUgG0VZSgsbdWWJxUv_iWWIux9hJono6f_qF-lq2At3xdGVBLR7BF5f",
      "y": "AY7WKdsbjyaMZ4Wh8o8Uy5Bju9WxD6N1A7r5_8o5OFIeqD_hej9FxuQDWC4rxU7Ls84yVVtPRG81TaXRoKBxr5XZ",
      "kty": "EC",
      "kid": "w1A1G94s-hK5YrIqWgmV30gtOZ85yQCP3ZMOPTzbc-0",
      "use": "sig"
    },
    {
      "crv": "Ed25519",
      "x": "kAdD9v4ErkCNxQdNMrf4IIplW6YUYBMWkECnLxnZ2tk",
      "kty": "OKP",
      "kid": "ONnNDJq5ZuIAcJyRHpZyZSDcVFf78F1eRhoElXlYEr8",
      "use": "sig"
    },
    {
      "crv": "P-521",
      "x": "AErKX164tyXiv5BwPMyrjoUGyXJ5hX1X7sRgvI0mnbfZhCRnKL67-q5PmTP31OkzA4xQGmAOyBIZvNSJ1p8txIQ3",
      "y": "ALRaE4Q3SLQPNAW_AXIOke34SFwXq2a5FiMHWY9zpJcmCQk9VJH7bG3AnHY_hxu2R-zC5caLy6TPcSzr9Dy4F0DX",
      "kty": "EC",
      "kid": "xKnQ0Rm1_EMwHefKR9UOt0IwCspmyr93L_GDMO_xqq8",
      "use": "enc"
    },
    {
      "crv": "Ed448",
      "x": "sNcFa_zimfHYOSQNS52N-nOX-CYG4dFXoTeuWHnulTj6Fn3heSObBl2NY5ifB9qyP4MHgnAtiboA",
      "kty": "OKP",
      "kid": "MCsSgS9d92FbCGRyBo91MYcXOtXF9qoOeXz65UR5EF8",
      "use": "sig"
    },
    {
      "e": "AQAB",
      "n": "q18zoa2EagO8rzK9svtdY3U2T7DiyZ6F6RUQcpF0AvUK1z4mANLlfhtasJ01BKSP25xLbO8xF72bOd07sQazQUMumKNuU1p8kzYH5yvXNRrFPg-G6r6NWzhT3qx5ov1jkdc2zqa8yj25DfXP6btFFYqfQoPBaFwSXxHLDOXLBfa5wuLnJFL8Yt6qm5aKaOOEJ_X8CfwKH_ajBUD4MhospWZbe9gyt7gKO28sdo8VdNFCq-OG9FWWCwDgS9AYfXOHIHMNvim6sOSsT__6ETkDqUxqYYPgsANARfASBYZs7FiJMv88Hjpa5BH60gbbdYWrCkq1vGh8u1nu0R6WfsxX6w",
      "kty": "RSA",
      "kid": "9dtTMGokAYuDGQjdE6lyhwR_wM0CgihB-BX6lk6-ZO4",
      "use": "sig"
    },
    {
      "e": "AQAB",
      "n": "xU_pU1APQpq581Q760Nd3UwDwKqjN62NPoXyPWxkTD15H2QDYkPMhbzY5J1TizMGGdegbeN--tnhBxMzIRxqcf83UBKvakYYJBr49dvXQSWqdpn8yG6STmO9kpG94vDQP49VBJ8YmXh6A5104_G2qXfQKe33cexKpJPKNedtDhUGUjOLzhYHjRIAGmWBsaLq5Dcbg1UtLEonzEznjKYPDUGhpE7Ao4eVeVEh0ZlFE3aocORW3xkT7uJFPq0pWBCHwD5PDPHtUQczDbbP4xn4Gr8r-vTHrxhv1WYH0NH61-YHqgG_csDat5ef3m0pJbzx7euitxxcr1bDuesB5g4fCQ",
      "kty": "RSA",
      "kid": "OVJpBKI4nfn-A3ZuYX6xkjNc7KhugIIm-y5Douaj6Sg",
      "use": "enc"
    }
  ]
}
2021-03-28 14:18:15 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-03-28 14:18:15 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2021-03-28 14:18:15 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-03-28 14:18:15 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2021-03-28 14:18:15 SUCCESS
GetDynamicClientConfiguration
Created dynamic_client_registration_template object from the client configuration.
client_name
first-openid-client
2021-03-28 14:18:15 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "08QZ3R98C0dSqmS251Dq0huzvjz2rfyH19X_vX75XSiTjJiJkt2QcotTHppdJe3EwmJ72QaN9fUvmjvnP8b2KeOLi8UickNJtaKEWygcr7uirDPTq7-kbzhOY9DPZIqwqs6Z7f0MmntEG_6zjAuJAjew7tZs83K6QVh3_1KpE58",
      "kty": "RSA",
      "q": "tlGV-bQNCY-KFLCebm7gb3L5pFFv7VXR3LqaKOgB9izWBDzNkOZ2fIylDEeXkmgnLxyikRGCuKcqq96Y6f3BmYLBPQdITPi8t8S8Ya4heW6gsBHLic6BbdEm2XgDacDDbAu6HrRyhlq5MVlTYtX3sKSkfnciBKa3jJjjkEVffvU",
      "d": "GzLDfPSlTNzd9KcGCahnuN3r50ejJE-j40C3chCaG1p15y8kCeIxdeLtASqM23jeQ2_fpprkJlxS72hWq2oavK4_8MS98Jtt1csY71tB_LZOzY881vRvHU0sNauibKgxcTU1XFDcn89JIah9NPvgiqUrGUrl8XoLcs0dWz7Ui9zyThU9Pm8Jh40fDEksmK2_KBLvBdKsIHya8HC4K8wjRXmBUhqjD0PnFpCn2wfEt9YwyjkrFUHX9oFviYy8oHDww4BqA6xw8Qg3MmDaOvYa3z5Cnwu6EBSGqSlUXigadN690JkiMkeU_HEWxET7t7VCtfwenu91JzjmnEDuVqo7iQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "jnfmmdfZFRGaveY7UU3Meg0njD0JneeKvbETnoKr3n8lE5UCtGkMeTfIkBulpFw00gt919PVPRRlUn89AEKm7YlCnErq8XAw-aJO5Kgxkc5EdHPj1usU6cOmUWa0zA2e4d83gYsGKfurxr9zhQWQxawcS2WfJNWdVvxqtTxzR7A",
      "dp": "mrZCTxKZhYPuGR7LoeO0KxyiDPJtJl_AvydRWBhUBoOGiMlIeUv2JDk12L3eH7--aGWbJctsG62twXjSUf4CCkh7wvmbWO9gApthJ1f-3USwbC7RDkFM2RTB8Jq1ajcJK0EVpJGji5lTAUDr2_zxc_VMBrIRlyrSeLsxsA-sBvE",
      "alg": "RS256",
      "dq": "TtkT6mzy4nqgdfg4XHw5NhncWzMZG-RsoXBWMXC9QHD9kdGV-Z-iCJVu39OqepfuslJJAEI5bZBmRPQ8351t9-zzk2gt3ZQJUdSUwA3lzjWI6vyXMR8NHKhCi_R6TWcfXP_pW1Qg33gm9W-zP2BYAZ4CwerV3HsZkIWijQdjmG0",
      "n": "ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"
    }
  ]
}
2021-03-28 14:18:15 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-03-28 14:18:15 SUCCESS
CreateDynamicRegistrationRequest
Created dynamic registration request
client_name
first-openid-client gNjgmKkpthsPiYV
2021-03-28 14:18:15
AddImplicitGrantTypeToDynamicRegistrationRequest
Added 'implicit' to 'grant_types'
grant_types
[
  "implicit"
]
2021-03-28 14:18:15
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client gNjgmKkpthsPiYV",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"
      }
    ]
  }
}
2021-03-28 14:18:15
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client gNjgmKkpthsPiYV",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2021-03-28 14:18:15
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client gNjgmKkpthsPiYV",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ]
}
2021-03-28 14:18:15
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client gNjgmKkpthsPiYV",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback"
  ]
}
2021-03-28 14:18:15
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client gNjgmKkpthsPiYV",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ]
}
2021-03-28 14:18:15
CallDynamicRegistrationEndpoint
HTTP request
request_uri
https://certification.plusauth.com/oauth/reg
request_method
POST
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "content-type": "application/json",
  "content-length": "735"
}
request_body
{"client_name":"first-openid-client gNjgmKkpthsPiYV","grant_types":["implicit"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["id_token token"],"redirect_uris":["https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback"],"contacts":["certification@oidf.org"]}
2021-03-28 14:18:16 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
201 CREATED
response_status_text
Created
response_headers
{
  "vary": "Origin",
  "pragma": "no-cache",
  "cache-control": "no-cache, no-store",
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "1742",
  "date": "Sun, 28 Mar 2021 14:18:16 GMT",
  "x-envoy-upstream-service-time": "9",
  "server": "istio-envoy"
}
response_body
{"application_type":"web","grant_types":["implicit"],"id_token_signed_response_alg":"RS256","oidc_conformant":true,"post_logout_redirect_uris":[],"require_auth_time":false,"response_types":["id_token token"],"subject_type":"public","token_endpoint_auth_method":"client_secret_basic","introspection_endpoint_auth_method":"client_secret_basic","introspection_signed_response_alg":"RS256","revocation_endpoint_auth_method":"client_secret_basic","backchannel_logout_session_required":false,"frontchannel_logout_session_required":false,"require_signed_request_object":false,"request_uris":[],"require_pushed_authorization_requests":false,"authorization_signed_response_alg":"RS256","web_message_uris":[],"tls_client_certificate_bound_access_tokens":false,"client_id_issued_at":1616941096,"client_id":"7IkJJ5_wRC4ozZBuMnPXL","client_name":"first-openid-client gNjgmKkpthsPiYV","client_secret_expires_at":0,"client_secret":"_A7plKWpBFPzXX6h-xjySYEQS4n5cEJ-WRGOC3XAXO-EDMYEU9KP--Ta5lcZKga2JI58a0F1JRP6ix7_xiRnyA","contacts":["certification@oidf.org"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"}]},"redirect_uris":["https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback"],"registration_client_uri":"https://certification.plusauth.com/oauth/reg/7IkJJ5_wRC4ozZBuMnPXL","registration_access_token":"5TVC8kle5iWKOEUPnfjW4B4ctnB2cUkPixd4aKy6nMB"}
2021-03-28 14:18:16
CallDynamicRegistrationEndpoint
Registration endpoint response
dynamic_registration_response
{"application_type":"web","grant_types":["implicit"],"id_token_signed_response_alg":"RS256","oidc_conformant":true,"post_logout_redirect_uris":[],"require_auth_time":false,"response_types":["id_token token"],"subject_type":"public","token_endpoint_auth_method":"client_secret_basic","introspection_endpoint_auth_method":"client_secret_basic","introspection_signed_response_alg":"RS256","revocation_endpoint_auth_method":"client_secret_basic","backchannel_logout_session_required":false,"frontchannel_logout_session_required":false,"require_signed_request_object":false,"request_uris":[],"require_pushed_authorization_requests":false,"authorization_signed_response_alg":"RS256","web_message_uris":[],"tls_client_certificate_bound_access_tokens":false,"client_id_issued_at":1616941096,"client_id":"7IkJJ5_wRC4ozZBuMnPXL","client_name":"first-openid-client gNjgmKkpthsPiYV","client_secret_expires_at":0,"client_secret":"_A7plKWpBFPzXX6h-xjySYEQS4n5cEJ-WRGOC3XAXO-EDMYEU9KP--Ta5lcZKga2JI58a0F1JRP6ix7_xiRnyA","contacts":["certification@oidf.org"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"}]},"redirect_uris":["https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback"],"registration_client_uri":"https://certification.plusauth.com/oauth/reg/7IkJJ5_wRC4ozZBuMnPXL","registration_access_token":"5TVC8kle5iWKOEUPnfjW4B4ctnB2cUkPixd4aKy6nMB"}
2021-03-28 14:18:16
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
application_type
web
grant_types
[
  "implicit"
]
id_token_signed_response_alg
RS256
oidc_conformant
true
post_logout_redirect_uris
[]
require_auth_time
false
response_types
[
  "id_token token"
]
subject_type
public
token_endpoint_auth_method
client_secret_basic
introspection_endpoint_auth_method
client_secret_basic
introspection_signed_response_alg
RS256
revocation_endpoint_auth_method
client_secret_basic
backchannel_logout_session_required
false
frontchannel_logout_session_required
false
require_signed_request_object
false
request_uris
[]
require_pushed_authorization_requests
false
authorization_signed_response_alg
RS256
web_message_uris
[]
tls_client_certificate_bound_access_tokens
false
client_id_issued_at
1616941096
client_id
7IkJJ5_wRC4ozZBuMnPXL
client_name
first-openid-client gNjgmKkpthsPiYV
client_secret_expires_at
0
client_secret
_A7plKWpBFPzXX6h-xjySYEQS4n5cEJ-WRGOC3XAXO-EDMYEU9KP--Ta5lcZKga2JI58a0F1JRP6ix7_xiRnyA
contacts
[
  "certification@oidf.org"
]
jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "ltDnfxUUrLiEl6Q4PoU9N5f2PFW9VEvQf0mYIqg3MFX5aFvoiu65BZMzAuoaKnKeg8hbdYR3rVsFmqiaeVs2tWcM3dBG0HFKpTMcn2wMNzI4GLyUuNS_FEIjoJsWgtcLAxFy2laH0q9sYrfegI3c7At5ahzKkqNhSyafjj7aWSXS12eF--TrTt99EoW4jyGccGB453XVKE1u7cZ3y6-agAjT3NsCc1Iqu92I5u36dIZ6yW75iTcyybIbMdWdp0tLU3AZ9efj79QYKYtkLaX5SEPgmYpaWftLvBECGR3ZeIK5gWQd7An0BZQEZo44sQx63_J_PRk6IkhzqseBdnkJKw"
    }
  ]
}
redirect_uris
[
  "https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback"
]
registration_client_uri
https://certification.plusauth.com/oauth/reg/7IkJJ5_wRC4ozZBuMnPXL
registration_access_token
5TVC8kle5iWKOEUPnfjW4B4ctnB2cUkPixd4aKy6nMB
2021-03-28 14:18:16 SUCCESS
CallDynamicRegistrationEndpoint
Extracted dynamic registration management credentials
registration_client_uri
https://certification.plusauth.com/oauth/reg/7IkJJ5_wRC4ozZBuMnPXL
registration_access_token
5TVC8kle5iWKOEUPnfjW4B4ctnB2cUkPixd4aKy6nMB
2021-03-28 14:18:16
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2021-03-28 14:18:16 SUCCESS
EnsureServerConfigurationSupportsClientSecretBasic
Contents of 'token_endpoint_auth_methods_supported' in discovery document matches expectations.
actual
[
  "none",
  "client_secret_basic",
  "client_secret_jwt",
  "client_secret_post",
  "private_key_jwt",
  "tls_client_auth",
  "self_signed_tls_client_auth"
]
expected
[
  "client_secret_basic"
]
minimum_matches_required
1
2021-03-28 14:18:16
SetScopeInClientConfigurationToOpenIdAddress
Set scope in client configuration to "openid address"
scope
openid address
2021-03-28 14:18:16 SUCCESS
OIDCCCheckScopesSupportedContainScopeTest
'scopes_supported' in discovery document contain expected scopes
actual
[
  "openid",
  "offline_access",
  "profile",
  "email",
  "address",
  "phone",
  "metadata",
  "rbac"
]
expected
openid address
2021-03-28 14:18:16 SUCCESS
SetProtectedResourceUrlToUserInfoEndpoint
userinfo_endpoint will be used to test access token. The user info is not a mandatory to implement feature in the OpenID Connect specification, but is mandatory for certification.
protected_resource_url
https://certification.plusauth.com/me
2021-03-28 14:18:16
oidcc-scope-address
Setup Done
Make request to authorization endpoint
2021-03-28 14:18:16 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
7IkJJ5_wRC4ozZBuMnPXL
redirect_uri
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback
scope
openid address
2021-03-28 14:18:16
CreateRandomStateValue
Created state value
requested_state_length
10
state
vWpHKjRwQd
2021-03-28 14:18:16 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
7IkJJ5_wRC4ozZBuMnPXL
redirect_uri
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback
scope
openid address
state
vWpHKjRwQd
2021-03-28 14:18:16
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
I07mPeBy99
2021-03-28 14:18:16 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
7IkJJ5_wRC4ozZBuMnPXL
redirect_uri
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback
scope
openid address
state
vWpHKjRwQd
nonce
I07mPeBy99
2021-03-28 14:18:16 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
7IkJJ5_wRC4ozZBuMnPXL
redirect_uri
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback
scope
openid address
state
vWpHKjRwQd
nonce
I07mPeBy99
response_type
id_token token
2021-03-28 14:18:16
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
client_id
7IkJJ5_wRC4ozZBuMnPXL
redirect_uri
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback
scope
openid address
state
vWpHKjRwQd
nonce
I07mPeBy99
response_type
id_token token
response_mode
form_post
2021-03-28 14:18:16 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://certification.plusauth.com/oauth/auth?client_id=7IkJJ5_wRC4ozZBuMnPXL&redirect_uri=https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback&scope=openid%20address&state=vWpHKjRwQd&nonce=I07mPeBy99&response_type=id_token%20token&response_mode=form_post
2021-03-28 14:18:16 REDIRECT
oidcc-scope-address
Redirecting to authorization endpoint
redirect_to
https://certification.plusauth.com/oauth/auth?client_id=7IkJJ5_wRC4ozZBuMnPXL&redirect_uri=https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback&scope=openid%20address&state=vWpHKjRwQd&nonce=I07mPeBy99&response_type=id_token%20token&response_mode=form_post
2021-03-28 14:18:16
WebRunner
Scripted browser HTTP request
browser
goToUrl
request_method
GET
request_uri
https://certification.plusauth.com/oauth/auth?client_id=7IkJJ5_wRC4ozZBuMnPXL&redirect_uri=https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback&scope=openid%20address&state=vWpHKjRwQd&nonce=I07mPeBy99&response_type=id_token%20token&response_mode=form_post
2021-03-28 14:18:16 RESPONSE
WebRunner
Scripted browser HTTP response
response_content
<!DOCTYPE html>
<html lang="en" >
<head><script>var PlusAuth = window.PlusAuth = {"client":{"clientName":"first-openid-client gNjgmKkpthsPiYV","applicationType":"web","social":[]},"details":{},"params":{"client_id":"7IkJJ5_wRC4ozZBuMnPXL","nonce":"I07mPeBy99","redirect_uri":"https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback","response_mode":"form_post","response_type":"id_token token","scope":"openid address","state":"vWpHKjRwQd"},"prompt":{"name":"login"},"settings":{}} </script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <title>Sign-in</title>
</head>
<body >
<div class="login-card">
  <h1>Login</h1>
  <form autocomplete="off" action="/signin" method="post">
    <input type="hidden" name="provider" value="google">
    <input required type="text" name="username" placeholder="Username" >
    <input required type="password" name="password" placeholder="Password">
    <button type="submit" class="login login-submit">Sign-in</button>
    <button type="submit" class="google-button">
        <span class="google-button__text">Sign in with Google</span>
    </button>
  </form>
</div>
</body >
</html >
response_content_type
text/html
response_status_text
200-OK
response_status_code
200
2021-03-28 14:18:16 INFO
WebRunner
Entering text
task
Login
browser
text
element_type
name
value
foo
url
https://certification.plusauth.com/signin
target
username
2021-03-28 14:18:16 INFO
WebRunner
Entering text
task
Login
browser
text
element_type
name
value
bar
url
https://certification.plusauth.com/signin
target
password
2021-03-28 14:18:16 INFO
WebRunner
Clicking an element
task
Login
browser
click
element_type
class
url
https://certification.plusauth.com/signin
target
login-submit
2021-03-28 14:18:17 INFO
WebRunner
Completed processing of webpage
task
Login
browser
complete
response_status_text
200-OK
match
https://certification.plusauth.com/signin*
url
https://certification.plusauth.com/signin/consent
response_status_code
200
2021-03-28 14:18:17 INFO
WebRunner
Clicking an element
task
Consent
browser
click
element_type
class
url
https://certification.plusauth.com/signin/consent
target
login-submit
2021-03-28 14:18:17 INCOMING
oidcc-scope-address
Incoming HTTP request to test instance gNjgmKkpthsPiYV
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "same-origin",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "referer": "https://certification.plusauth.com/oauth/auth/e2HGiv0dlswcYpwVcyiPp",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US",
  "origin": "https://certification.plusauth.com",
  "cache-control": "max-age\u003d0",
  "content-type": "application/x-www-form-urlencoded",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "942",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
callback
incoming_body_form_params
{
  "id_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjlkdFRNR29rQVl1REdRamRFNmx5aHdSX3dNMENnaWhCLUJYNmxrNi1aTzQifQ.eyJzdWIiOiJjZXJ0aWZpY2F0aW9uXzEiLCJub25jZSI6IkkwN21QZUJ5OTkiLCJhdF9oYXNoIjoibVhXOExKOUM0ME05UllISW9PaWxlZyIsInNfaGFzaCI6Im84V09panNZRkJENTJmc0o4eFQ1OEEiLCJhdWQiOiI3SWtKSjVfd1JDNG96WkJ1TW5QWEwiLCJleHAiOjE2MTY5NDQ2OTcsImlhdCI6MTYxNjk0MTA5NywiaXNzIjoiaHR0cHM6Ly9jZXJ0aWZpY2F0aW9uLnBsdXNhdXRoLmNvbSJ9.cEMNL6ZKO4Y4jtdzaVPBF7qAwEx4xeO1HueuQZWDFk9gbTLoKQLjlGPNyYkM66WFp7qf7yI6BafocMFgcemNbE0haKQIqePi8tqXcPvK0pGoWQTOzZ04WY-mZz7fiutQx6JzWnVuspgoXN7sObND9GezkYJwsgS9cDlrCo1YnCPyGac72HGWkZ_XddVsPgq89lKD5d7g-16YW12Aph-1isC_4bn0tH--2793I0Ql5oMKXv3KAqILJdyvp_rOH44qvMcWmbZT0Yolxcs_ZEvd223sSg1wOTA70YUAzd4vjzhXFQyrmGqV06uAIaLYOXmC2N8WeGbX3GcXziPel4O21w",
  "access_token": "eCdcEPO5rbuVbkWrHjZ6p_CqTc7cnLVRCXnDpgzIkoE",
  "expires_in": "7200",
  "token_type": "Bearer",
  "scope": "openid address",
  "state": "vWpHKjRwQd",
  "session_state": "myeCy7rraHBVkBfIiGFEkQxDKBJRfjUK2tavhzCD4hA"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
id_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjlkdFRNR29rQVl1REdRamRFNmx5aHdSX3dNMENnaWhCLUJYNmxrNi1aTzQifQ.eyJzdWIiOiJjZXJ0aWZpY2F0aW9uXzEiLCJub25jZSI6IkkwN21QZUJ5OTkiLCJhdF9oYXNoIjoibVhXOExKOUM0ME05UllISW9PaWxlZyIsInNfaGFzaCI6Im84V09panNZRkJENTJmc0o4eFQ1OEEiLCJhdWQiOiI3SWtKSjVfd1JDNG96WkJ1TW5QWEwiLCJleHAiOjE2MTY5NDQ2OTcsImlhdCI6MTYxNjk0MTA5NywiaXNzIjoiaHR0cHM6Ly9jZXJ0aWZpY2F0aW9uLnBsdXNhdXRoLmNvbSJ9.cEMNL6ZKO4Y4jtdzaVPBF7qAwEx4xeO1HueuQZWDFk9gbTLoKQLjlGPNyYkM66WFp7qf7yI6BafocMFgcemNbE0haKQIqePi8tqXcPvK0pGoWQTOzZ04WY-mZz7fiutQx6JzWnVuspgoXN7sObND9GezkYJwsgS9cDlrCo1YnCPyGac72HGWkZ_XddVsPgq89lKD5d7g-16YW12Aph-1isC_4bn0tH--2793I0Ql5oMKXv3KAqILJdyvp_rOH44qvMcWmbZT0Yolxcs_ZEvd223sSg1wOTA70YUAzd4vjzhXFQyrmGqV06uAIaLYOXmC2N8WeGbX3GcXziPel4O21w&access_token=eCdcEPO5rbuVbkWrHjZ6p_CqTc7cnLVRCXnDpgzIkoE&expires_in=7200&token_type=Bearer&scope=openid+address&state=vWpHKjRwQd&session_state=myeCy7rraHBVkBfIiGFEkQxDKBJRfjUK2tavhzCD4hA
2021-03-28 14:18:18 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/0f0LRWTfzZUqExajCmhp",
  "fullUrl": "https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/implicit/0f0LRWTfzZUqExajCmhp"
}
2021-03-28 14:18:18 OUTGOING
oidcc-scope-address
Response to HTTP request to test instance gNjgmKkpthsPiYV
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/implicit/0f0LRWTfzZUqExajCmhp, returnUrl=/log-detail.html?log=gNjgmKkpthsPiYV}]
outgoing_path
callback
2021-03-28 14:18:18 INFO
WebRunner
Completed processing of webpage
task
Consent
browser
complete
response_status_text
200-
match
https://certification.plusauth.com/signin/consent*
url
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback
response_status_code
200
2021-03-28 14:18:18 INFO
WebRunner
Waiting
regexp
seconds
10
task
Verify Complete
browser
wait
action
element_type
id
url
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback
target
submission_complete
2021-03-28 14:18:18 INCOMING
oidcc-scope-address
Incoming HTTP request to test instance gNjgmKkpthsPiYV
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36",
  "accept": "*/*",
  "sec-fetch-site": "same-origin",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "referer": "https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US",
  "cookie": "JSESSIONID\u003d12A3F0A582E62F1A45EADDAC9A8530ED",
  "x-requested-with": "XMLHttpRequest",
  "content-type": "text/plain",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "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/0f0LRWTfzZUqExajCmhp
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2021-03-28 14:18:18 OUTGOING
oidcc-scope-address
Response to HTTP request to test instance gNjgmKkpthsPiYV
outgoing_status_code
204
outgoing_headers
{}
outgoing_body

                                
outgoing_path
implicit/0f0LRWTfzZUqExajCmhp
2021-03-28 14:18:18 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2021-03-28 14:18:18 REDIRECT-IN
oidcc-scope-address
Authorization endpoint response captured
url_query
{}
headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "same-origin",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "referer": "https://certification.plusauth.com/oauth/auth/e2HGiv0dlswcYpwVcyiPp",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US",
  "origin": "https://certification.plusauth.com",
  "cache-control": "max-age\u003d0",
  "content-type": "application/x-www-form-urlencoded",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "942",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
http_method
POST
url_fragment
{}
post_body
{
  "id_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjlkdFRNR29rQVl1REdRamRFNmx5aHdSX3dNMENnaWhCLUJYNmxrNi1aTzQifQ.eyJzdWIiOiJjZXJ0aWZpY2F0aW9uXzEiLCJub25jZSI6IkkwN21QZUJ5OTkiLCJhdF9oYXNoIjoibVhXOExKOUM0ME05UllISW9PaWxlZyIsInNfaGFzaCI6Im84V09panNZRkJENTJmc0o4eFQ1OEEiLCJhdWQiOiI3SWtKSjVfd1JDNG96WkJ1TW5QWEwiLCJleHAiOjE2MTY5NDQ2OTcsImlhdCI6MTYxNjk0MTA5NywiaXNzIjoiaHR0cHM6Ly9jZXJ0aWZpY2F0aW9uLnBsdXNhdXRoLmNvbSJ9.cEMNL6ZKO4Y4jtdzaVPBF7qAwEx4xeO1HueuQZWDFk9gbTLoKQLjlGPNyYkM66WFp7qf7yI6BafocMFgcemNbE0haKQIqePi8tqXcPvK0pGoWQTOzZ04WY-mZz7fiutQx6JzWnVuspgoXN7sObND9GezkYJwsgS9cDlrCo1YnCPyGac72HGWkZ_XddVsPgq89lKD5d7g-16YW12Aph-1isC_4bn0tH--2793I0Ql5oMKXv3KAqILJdyvp_rOH44qvMcWmbZT0Yolxcs_ZEvd223sSg1wOTA70YUAzd4vjzhXFQyrmGqV06uAIaLYOXmC2N8WeGbX3GcXziPel4O21w",
  "access_token": "eCdcEPO5rbuVbkWrHjZ6p_CqTc7cnLVRCXnDpgzIkoE",
  "expires_in": "7200",
  "token_type": "Bearer",
  "scope": "openid address",
  "state": "vWpHKjRwQd",
  "session_state": "myeCy7rraHBVkBfIiGFEkQxDKBJRfjUK2tavhzCD4hA"
}
Verify authorization endpoint response
2021-03-28 14:18:18 SUCCESS
CheckCallbackHttpMethodIsPost
HTTP method used at redirect_uri is 'POST'
2021-03-28 14:18:18 SUCCESS
CheckCallbackContentTypeIsFormUrlEncoded
content-type header to redirect_uri has the expected value
content_type
application/x-www-form-urlencoded
expected
application/x-www-form-urlencoded
2021-03-28 14:18:18 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2021-03-28 14:18:18 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2021-03-28 14:18:18 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2021-03-28 14:18:18
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
2021-03-28 14:18:18 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2021-03-28 14:18:18 SUCCESS
CheckStateInAuthorizationResponse
State in response correctly returned
state
vWpHKjRwQd
2021-03-28 14:18:18 SUCCESS
ExtractAccessTokenFromAuthorizationResponse
Extracted the access token
value
eCdcEPO5rbuVbkWrHjZ6p_CqTc7cnLVRCXnDpgzIkoE
type
Bearer
2021-03-28 14:18:18 SUCCESS
ExtractIdTokenFromAuthorizationResponse
Found and parsed the id_token from authorization_endpoint_response
value
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjlkdFRNR29rQVl1REdRamRFNmx5aHdSX3dNMENnaWhCLUJYNmxrNi1aTzQifQ.eyJzdWIiOiJjZXJ0aWZpY2F0aW9uXzEiLCJub25jZSI6IkkwN21QZUJ5OTkiLCJhdF9oYXNoIjoibVhXOExKOUM0ME05UllISW9PaWxlZyIsInNfaGFzaCI6Im84V09panNZRkJENTJmc0o4eFQ1OEEiLCJhdWQiOiI3SWtKSjVfd1JDNG96WkJ1TW5QWEwiLCJleHAiOjE2MTY5NDQ2OTcsImlhdCI6MTYxNjk0MTA5NywiaXNzIjoiaHR0cHM6Ly9jZXJ0aWZpY2F0aW9uLnBsdXNhdXRoLmNvbSJ9.cEMNL6ZKO4Y4jtdzaVPBF7qAwEx4xeO1HueuQZWDFk9gbTLoKQLjlGPNyYkM66WFp7qf7yI6BafocMFgcemNbE0haKQIqePi8tqXcPvK0pGoWQTOzZ04WY-mZz7fiutQx6JzWnVuspgoXN7sObND9GezkYJwsgS9cDlrCo1YnCPyGac72HGWkZ_XddVsPgq89lKD5d7g-16YW12Aph-1isC_4bn0tH--2793I0Ql5oMKXv3KAqILJdyvp_rOH44qvMcWmbZT0Yolxcs_ZEvd223sSg1wOTA70YUAzd4vjzhXFQyrmGqV06uAIaLYOXmC2N8WeGbX3GcXziPel4O21w
header
{
  "kid": "9dtTMGokAYuDGQjdE6lyhwR_wM0CgihB-BX6lk6-ZO4",
  "typ": "JWT",
  "alg": "RS256"
}
claims
{
  "at_hash": "mXW8LJ9C40M9RYHIoOileg",
  "sub": "certification_1",
  "aud": "7IkJJ5_wRC4ozZBuMnPXL",
  "s_hash": "o8WOijsYFBD52fsJ8xT58A",
  "iss": "https://certification.plusauth.com",
  "exp": 1616944697,
  "nonce": "I07mPeBy99",
  "iat": 1616941097
}
2021-03-28 14:18:18 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2021-03-28 14:18:18 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
I07mPeBy99
2021-03-28 14:18:18 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2021-03-28 14:18:18 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjlkdFRNR29rQVl1REdRamRFNmx5aHdSX3dNMENnaWhCLUJYNmxrNi1aTzQifQ.eyJzdWIiOiJjZXJ0aWZpY2F0aW9uXzEiLCJub25jZSI6IkkwN21QZUJ5OTkiLCJhdF9oYXNoIjoibVhXOExKOUM0ME05UllISW9PaWxlZyIsInNfaGFzaCI6Im84V09panNZRkJENTJmc0o4eFQ1OEEiLCJhdWQiOiI3SWtKSjVfd1JDNG96WkJ1TW5QWEwiLCJleHAiOjE2MTY5NDQ2OTcsImlhdCI6MTYxNjk0MTA5NywiaXNzIjoiaHR0cHM6Ly9jZXJ0aWZpY2F0aW9uLnBsdXNhdXRoLmNvbSJ9.cEMNL6ZKO4Y4jtdzaVPBF7qAwEx4xeO1HueuQZWDFk9gbTLoKQLjlGPNyYkM66WFp7qf7yI6BafocMFgcemNbE0haKQIqePi8tqXcPvK0pGoWQTOzZ04WY-mZz7fiutQx6JzWnVuspgoXN7sObND9GezkYJwsgS9cDlrCo1YnCPyGac72HGWkZ_XddVsPgq89lKD5d7g-16YW12Aph-1isC_4bn0tH--2793I0Ql5oMKXv3KAqILJdyvp_rOH44qvMcWmbZT0Yolxcs_ZEvd223sSg1wOTA70YUAzd4vjzhXFQyrmGqV06uAIaLYOXmC2N8WeGbX3GcXziPel4O21w
2021-03-28 14:18:18 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjlkdFRNR29rQVl1REdRamRFNmx5aHdSX3dNMENnaWhCLUJYNmxrNi1aTzQifQ.eyJzdWIiOiJjZXJ0aWZpY2F0aW9uXzEiLCJub25jZSI6IkkwN21QZUJ5OTkiLCJhdF9oYXNoIjoibVhXOExKOUM0ME05UllISW9PaWxlZyIsInNfaGFzaCI6Im84V09panNZRkJENTJmc0o4eFQ1OEEiLCJhdWQiOiI3SWtKSjVfd1JDNG96WkJ1TW5QWEwiLCJleHAiOjE2MTY5NDQ2OTcsImlhdCI6MTYxNjk0MTA5NywiaXNzIjoiaHR0cHM6Ly9jZXJ0aWZpY2F0aW9uLnBsdXNhdXRoLmNvbSJ9.cEMNL6ZKO4Y4jtdzaVPBF7qAwEx4xeO1HueuQZWDFk9gbTLoKQLjlGPNyYkM66WFp7qf7yI6BafocMFgcemNbE0haKQIqePi8tqXcPvK0pGoWQTOzZ04WY-mZz7fiutQx6JzWnVuspgoXN7sObND9GezkYJwsgS9cDlrCo1YnCPyGac72HGWkZ_XddVsPgq89lKD5d7g-16YW12Aph-1isC_4bn0tH--2793I0Ql5oMKXv3KAqILJdyvp_rOH44qvMcWmbZT0Yolxcs_ZEvd223sSg1wOTA70YUAzd4vjzhXFQyrmGqV06uAIaLYOXmC2N8WeGbX3GcXziPel4O21w
2021-03-28 14:18:18 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
certification_1
Userinfo endpoint tests
2021-03-28 14:18:18
CallProtectedResourceWithBearerToken
HTTP request
request_uri
https://certification.plusauth.com/me
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer eCdcEPO5rbuVbkWrHjZ6p_CqTc7cnLVRCXnDpgzIkoE",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2021-03-28 14:18:18 INFO
WebRunner
Completed processing of webpage
task
Verify Complete
browser
complete
response_status_text
200-
match
*/test/*/callback*
url
https://www.certification.openid.net/test/a/oidc-provider-discovery-dynamic_client/callback
response_status_code
200
2021-03-28 14:18:18 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "vary": "Origin",
  "pragma": "no-cache",
  "cache-control": "no-cache, no-store",
  "x-fapi-interaction-id": "19ed36dc-26a3-40e4-8601-d45470d61f1b",
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "146",
  "date": "Sun, 28 Mar 2021 14:18:18 GMT",
  "x-envoy-upstream-service-time": "13",
  "server": "istio-envoy"
}
response_body
{"sub":"certification_1","address":{"country":"000","formatted":"000","locality":"000","postal_code":"000","region":"000","street_address":"000"}}
2021-03-28 14:18:18 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "vary": "Origin",
  "pragma": "no-cache",
  "cache-control": "no-cache, no-store",
  "x-fapi-interaction-id": "19ed36dc-26a3-40e4-8601-d45470d61f1b",
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "146",
  "date": "Sun, 28 Mar 2021 14:18:18 GMT",
  "x-envoy-upstream-service-time": "13",
  "server": "istio-envoy"
}
status_code
{
  "code": 200
}
body
{"sub":"certification_1","address":{"country":"000","formatted":"000","locality":"000","postal_code":"000","region":"000","street_address":"000"}}
2021-03-28 14:18:18
CallUserInfoEndpointWithBearerToken
HTTP request
request_uri
https://certification.plusauth.com/me
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer eCdcEPO5rbuVbkWrHjZ6p_CqTc7cnLVRCXnDpgzIkoE",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2021-03-28 14:18:19 RESPONSE
CallUserInfoEndpointWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "vary": "Origin",
  "pragma": "no-cache",
  "cache-control": "no-cache, no-store",
  "x-fapi-interaction-id": "a3f71654-cd74-4aab-8943-63f104efa49d",
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "146",
  "date": "Sun, 28 Mar 2021 14:18:19 GMT",
  "x-envoy-upstream-service-time": "12",
  "server": "istio-envoy"
}
response_body
{"sub":"certification_1","address":{"country":"000","formatted":"000","locality":"000","postal_code":"000","region":"000","street_address":"000"}}
2021-03-28 14:18:19 SUCCESS
CallUserInfoEndpointWithBearerToken
Got a response from the userinfo endpoint
headers
{
  "vary": "Origin",
  "pragma": "no-cache",
  "cache-control": "no-cache, no-store",
  "x-fapi-interaction-id": "a3f71654-cd74-4aab-8943-63f104efa49d",
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "146",
  "date": "Sun, 28 Mar 2021 14:18:19 GMT",
  "x-envoy-upstream-service-time": "12",
  "server": "istio-envoy"
}
status_code
{
  "code": 200
}
body
{"sub":"certification_1","address":{"country":"000","formatted":"000","locality":"000","postal_code":"000","region":"000","street_address":"000"}}
2021-03-28 14:18:19 SUCCESS
ExtractUserInfoFromUserInfoEndpointResponse
Extracted user info
userinfo
{
  "sub": "certification_1",
  "address": {
    "country": "000",
    "formatted": "000",
    "locality": "000",
    "postal_code": "000",
    "region": "000",
    "street_address": "000"
  }
}
2021-03-28 14:18:19
ValidateUserInfoStandardClaims
sub is a string
2021-03-28 14:18:19
ValidateUserInfoStandardClaims
address.country is a string
2021-03-28 14:18:19
ValidateUserInfoStandardClaims
address.formatted is a string
2021-03-28 14:18:19
ValidateUserInfoStandardClaims
address.locality is a string
2021-03-28 14:18:19
ValidateUserInfoStandardClaims
address.postal_code is a string
2021-03-28 14:18:19
ValidateUserInfoStandardClaims
address.region is a string
2021-03-28 14:18:19
ValidateUserInfoStandardClaims
address.street_address is a string
2021-03-28 14:18:19
ValidateUserInfoStandardClaims
address is a valid object
2021-03-28 14:18:19 SUCCESS
ValidateUserInfoStandardClaims
Userinfo is valid
2021-03-28 14:18:19 SUCCESS
EnsureUserInfoContainsSub
Found sub in userinfo
sub
certification_1
2021-03-28 14:18:19
EnsureUserInfoBirthDateValid
userinfo response does not contain 'birthdate'
2021-03-28 14:18:19
EnsureUserInfoUpdatedAtValid
userinfo response does not contain 'updated_at'
2021-03-28 14:18:19
EnsureMemberValuesInClaimNameReferenceToMemberNamesInClaimSources
userinfo response does not contain '_claim_names' nor _claim_sources'
2021-03-28 14:18:19 SUCCESS
VerifyUserInfoAndIdTokenInAuthorizationEndpointSameSub
userinfo response and id_token sub are the same
sub_user_info
certification_1
sub_id_token
certification_1
2021-03-28 14:18:19 SUCCESS
VerifyScopesReturnedInUserInfoClaims
'claims' in userinfo contains all scope items of scope in authorization request (corresponds to scope standard claims)
actual_scope_items
[
  "sub",
  "address"
]
expected_scope_items
[
  "sub",
  "address"
]
2021-03-28 14:18:19 FINISHED
oidcc-scope-address
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2021-03-28 14:18:19
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://certification.plusauth.com/oauth/reg/7IkJJ5_wRC4ozZBuMnPXL
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer 5TVC8kle5iWKOEUPnfjW4B4ctnB2cUkPixd4aKy6nMB",
  "content-length": "0"
}
request_body

                                
2021-03-28 14:18:20 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
204 NO_CONTENT
response_status_text
No Content
response_headers
{
  "vary": "Origin",
  "pragma": "no-cache",
  "cache-control": "no-cache, no-store",
  "date": "Sun, 28 Mar 2021 14:18:19 GMT",
  "x-envoy-upstream-service-time": "10",
  "server": "istio-envoy"
}
response_body

                                
2021-03-28 14:18:20 SUCCESS
UnregisterDynamicallyRegisteredClient
Client successfully unregistered
2021-03-28 14:18:22
TEST-RUNNER
Alias has now been claimed by another test
alias
oidc-provider-discovery-dynamic_client
new_test_id
MoUE0v8GQM1hcMd
Test Results