Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-07-28 20:05:11 INFO
TEST-RUNNER
Test instance p3odWlMS1W created
baseUrl
https://www.certification.openid.net/test/p3odWlMS1W
variant
{
  "client_auth_type": "private_key_jwt",
  "response_type": "code",
  "server_metadata": "discovery",
  "client_registration": "dynamic_client",
  "response_mode": "default"
}
alias

                                
description
node oidc-provider
planId
0z7zLQPtQILkL
config
{
  "description": "node oidc-provider",
  "server": {
    "discoveryUrl": "https://op.panva.cz/.well-known/openid-configuration",
    "login_hint": "bob@example.com"
  },
  "client": {
    "client_name": "first-openid-client"
  },
  "client2": {
    "client_name": "second-openid-client"
  },
  "browser": [
    {
      "match": "https://op.panva.cz/auth*",
      "tasks": [
        {
          "task": "Login",
          "optional": true,
          "match": "https://op.panva.cz/interaction*",
          "commands": [
            [
              "text",
              "name",
              "login",
              "foo",
              "optional"
            ],
            [
              "text",
              "name",
              "password",
              "bar",
              "optional"
            ],
            [
              "click",
              "class",
              "login-submit"
            ]
          ]
        },
        {
          "task": "Consent",
          "optional": true,
          "match": "https://op.panva.cz/interaction*",
          "commands": [
            [
              "click",
              "class",
              "login-submit"
            ]
          ]
        },
        {
          "task": "Verify Complete",
          "match": "*/test/*/callback*",
          "commands": [
            [
              "wait",
              "id",
              "submission_complete",
              10
            ]
          ]
        }
      ]
    },
    {
      "match": "https://op.panva.cz/session/end*",
      "tasks": [
        {
          "task": "Choose logout option",
          "match": "https://op.panva.cz/session/end*",
          "commands": [
            [
              "click",
              "css",
              "button[autofocus] "
            ]
          ]
        },
        {
          "task": "process user choice, wait for redirect back",
          "optional": true,
          "match": "https://op.panva.cz/session/end/confirm",
          "commands": [
            [
              "wait",
              "contains",
              "/test/*/post",
              10
            ]
          ]
        },
        {
          "task": "Verify Complete",
          "match": "*/test/*/post*"
        }
      ]
    }
  ]
}
testName
oidcc-idtoken-unsigned
2020-07-28 20:05:11 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/p3odWlMS1W/callback
2020-07-28 20:05:11
GetDynamicServerConfiguration
HTTP request
request_uri
https://op.panva.cz/.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-28 20:05:12 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-length": "5937",
  "content-type": "application/json; charset\u003dutf-8",
  "date": "Tue, 28 Jul 2020 20:05:12 GMT",
  "server": [
    "Caddy",
    "Cowboy"
  ],
  "strict-transport-security": "max-age\u003d15552000; includeSubDomains",
  "vary": "Origin",
  "via": "1.1 vegur",
  "x-content-type-options": "nosniff",
  "x-dns-prefetch-control": "off",
  "x-download-options": "noopen",
  "x-frame-options": "SAMEORIGIN",
  "x-xss-protection": "1; mode\u003dblock"
}
response_body
{"acr_values_supported":["urn:mace:incommon:iap:bronze"],"authorization_endpoint":"https://op.panva.cz/auth","device_authorization_endpoint":"https://op.panva.cz/device/auth","claims_parameter_supported":true,"claims_supported":["sub","address","email","email_verified","phone_number","phone_number_verified","birthdate","family_name","gender","given_name","locale","middle_name","name","nickname","picture","preferred_username","profile","updated_at","website","zoneinfo","acr","sid","auth_time","iss","amr"],"code_challenge_methods_supported":["S256"],"end_session_endpoint":"https://op.panva.cz/session/end","check_session_iframe":"https://op.panva.cz/session/check","grant_types_supported":["implicit","authorization_code","refresh_token","urn:ietf:params:oauth:grant-type:device_code"],"id_token_signing_alg_values_supported":["HS256","HS384","HS512","none","PS256","PS384","PS512","RS256","RS384","RS512","ES256","ES256K","ES384","ES512","EdDSA"],"issuer":"https://op.panva.cz","jwks_uri":"https://op.panva.cz/jwks","registration_endpoint":"https://op.panva.cz/reg","response_modes_supported":["form_post","fragment","query","jwt","query.jwt","fragment.jwt","form_post.jwt"],"response_types_supported":["code id_token token","code id_token","code token","code","id_token token","id_token","none"],"scopes_supported":["openid","offline_access","address","email","phone","profile"],"subject_types_supported":["public","pairwise"],"token_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","self_signed_tls_client_auth"],"token_endpoint_auth_signing_alg_values_supported":["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA"],"token_endpoint":"https://op.panva.cz/token","pushed_authorization_request_endpoint":"https://op.panva.cz/request","request_object_signing_alg_values_supported":["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA","none"],"request_parameter_supported":true,"request_uri_parameter_supported":true,"require_request_uri_registration":true,"userinfo_endpoint":"https://op.panva.cz/me","userinfo_signing_alg_values_supported":["HS256","HS384","HS512","none","PS256","PS384","PS512","RS256","RS384","RS512","ES256","ES256K","ES384","ES512","EdDSA"],"authorization_signing_alg_values_supported":["HS256","HS384","HS512","PS256","PS384","PS512","RS256","RS384","RS512","ES256","ES256K","ES384","ES512","EdDSA"],"introspection_endpoint":"https://op.panva.cz/token/introspection","introspection_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","self_signed_tls_client_auth"],"introspection_endpoint_auth_signing_alg_values_supported":["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA"],"dpop_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA"],"revocation_endpoint":"https://op.panva.cz/token/revocation","revocation_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","self_signed_tls_client_auth"],"revocation_endpoint_auth_signing_alg_values_supported":["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA"],"id_token_encryption_alg_values_supported":["RSA-OAEP","RSA-OAEP-256","RSA-OAEP-384","RSA-OAEP-512","RSA1_5","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A192KW","ECDH-ES+A256KW","A128GCMKW","A192GCMKW","A256GCMKW","A128KW","A192KW","A256KW","PBES2-HS256+A128KW","PBES2-HS384+A192KW","PBES2-HS512+A256KW","dir"],"id_token_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A192CBC-HS384","A192GCM","A256CBC-HS512","A256GCM"],"userinfo_encryption_alg_values_supported":["RSA-OAEP","RSA-OAEP-256","RSA-OAEP-384","RSA-OAEP-512","RSA1_5","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A192KW","ECDH-ES+A256KW","A128GCMKW","A192GCMKW","A256GCMKW","A128KW","A192KW","A256KW","PBES2-HS256+A128KW","PBES2-HS384+A192KW","PBES2-HS512+A256KW","dir"],"userinfo_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A192CBC-HS384","A192GCM","A256CBC-HS512","A256GCM"],"authorization_encryption_alg_values_supported":["RSA-OAEP","RSA-OAEP-256","RSA-OAEP-384","RSA-OAEP-512","RSA1_5","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A192KW","ECDH-ES+A256KW","A128GCMKW","A192GCMKW","A256GCMKW","A128KW","A192KW","A256KW","PBES2-HS256+A128KW","PBES2-HS384+A192KW","PBES2-HS512+A256KW","dir"],"authorization_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A192CBC-HS384","A192GCM","A256CBC-HS512","A256GCM"],"request_object_encryption_alg_values_supported":["A128GCMKW","A192GCMKW","A256GCMKW","A128KW","A192KW","A256KW","PBES2-HS256+A128KW","PBES2-HS384+A192KW","PBES2-HS512+A256KW","dir","RSA-OAEP","RSA-OAEP-256","RSA-OAEP-384","RSA-OAEP-512","RSA1_5","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A192KW","ECDH-ES+A256KW"],"request_object_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A192CBC-HS384","A192GCM","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"],"service_documentation":"https://github.com/panva/node-oidc-provider","version":"6.28.0-a4eb4b2","mtls_endpoint_aliases":{"token_endpoint":"https://mtls.op.panva.cz/token","introspection_endpoint":"https://mtls.op.panva.cz/token/introspection","revocation_endpoint":"https://mtls.op.panva.cz/token/revocation","userinfo_endpoint":"https://mtls.op.panva.cz/me","device_authorization_endpoint":"https://mtls.op.panva.cz/device/auth","pushed_authorization_request_endpoint":"https://mtls.op.panva.cz/request"}}
2020-07-28 20:05:12
GetDynamicServerConfiguration
Downloaded server configuration
server_config_string
{"acr_values_supported":["urn:mace:incommon:iap:bronze"],"authorization_endpoint":"https://op.panva.cz/auth","device_authorization_endpoint":"https://op.panva.cz/device/auth","claims_parameter_supported":true,"claims_supported":["sub","address","email","email_verified","phone_number","phone_number_verified","birthdate","family_name","gender","given_name","locale","middle_name","name","nickname","picture","preferred_username","profile","updated_at","website","zoneinfo","acr","sid","auth_time","iss","amr"],"code_challenge_methods_supported":["S256"],"end_session_endpoint":"https://op.panva.cz/session/end","check_session_iframe":"https://op.panva.cz/session/check","grant_types_supported":["implicit","authorization_code","refresh_token","urn:ietf:params:oauth:grant-type:device_code"],"id_token_signing_alg_values_supported":["HS256","HS384","HS512","none","PS256","PS384","PS512","RS256","RS384","RS512","ES256","ES256K","ES384","ES512","EdDSA"],"issuer":"https://op.panva.cz","jwks_uri":"https://op.panva.cz/jwks","registration_endpoint":"https://op.panva.cz/reg","response_modes_supported":["form_post","fragment","query","jwt","query.jwt","fragment.jwt","form_post.jwt"],"response_types_supported":["code id_token token","code id_token","code token","code","id_token token","id_token","none"],"scopes_supported":["openid","offline_access","address","email","phone","profile"],"subject_types_supported":["public","pairwise"],"token_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","self_signed_tls_client_auth"],"token_endpoint_auth_signing_alg_values_supported":["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA"],"token_endpoint":"https://op.panva.cz/token","pushed_authorization_request_endpoint":"https://op.panva.cz/request","request_object_signing_alg_values_supported":["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA","none"],"request_parameter_supported":true,"request_uri_parameter_supported":true,"require_request_uri_registration":true,"userinfo_endpoint":"https://op.panva.cz/me","userinfo_signing_alg_values_supported":["HS256","HS384","HS512","none","PS256","PS384","PS512","RS256","RS384","RS512","ES256","ES256K","ES384","ES512","EdDSA"],"authorization_signing_alg_values_supported":["HS256","HS384","HS512","PS256","PS384","PS512","RS256","RS384","RS512","ES256","ES256K","ES384","ES512","EdDSA"],"introspection_endpoint":"https://op.panva.cz/token/introspection","introspection_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","self_signed_tls_client_auth"],"introspection_endpoint_auth_signing_alg_values_supported":["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA"],"dpop_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA"],"revocation_endpoint":"https://op.panva.cz/token/revocation","revocation_endpoint_auth_methods_supported":["none","client_secret_basic","client_secret_jwt","client_secret_post","private_key_jwt","self_signed_tls_client_auth"],"revocation_endpoint_auth_signing_alg_values_supported":["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES256K","ES384","ES512","EdDSA"],"id_token_encryption_alg_values_supported":["RSA-OAEP","RSA-OAEP-256","RSA-OAEP-384","RSA-OAEP-512","RSA1_5","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A192KW","ECDH-ES+A256KW","A128GCMKW","A192GCMKW","A256GCMKW","A128KW","A192KW","A256KW","PBES2-HS256+A128KW","PBES2-HS384+A192KW","PBES2-HS512+A256KW","dir"],"id_token_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A192CBC-HS384","A192GCM","A256CBC-HS512","A256GCM"],"userinfo_encryption_alg_values_supported":["RSA-OAEP","RSA-OAEP-256","RSA-OAEP-384","RSA-OAEP-512","RSA1_5","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A192KW","ECDH-ES+A256KW","A128GCMKW","A192GCMKW","A256GCMKW","A128KW","A192KW","A256KW","PBES2-HS256+A128KW","PBES2-HS384+A192KW","PBES2-HS512+A256KW","dir"],"userinfo_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A192CBC-HS384","A192GCM","A256CBC-HS512","A256GCM"],"authorization_encryption_alg_values_supported":["RSA-OAEP","RSA-OAEP-256","RSA-OAEP-384","RSA-OAEP-512","RSA1_5","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A192KW","ECDH-ES+A256KW","A128GCMKW","A192GCMKW","A256GCMKW","A128KW","A192KW","A256KW","PBES2-HS256+A128KW","PBES2-HS384+A192KW","PBES2-HS512+A256KW","dir"],"authorization_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A192CBC-HS384","A192GCM","A256CBC-HS512","A256GCM"],"request_object_encryption_alg_values_supported":["A128GCMKW","A192GCMKW","A256GCMKW","A128KW","A192KW","A256KW","PBES2-HS256+A128KW","PBES2-HS384+A192KW","PBES2-HS512+A256KW","dir","RSA-OAEP","RSA-OAEP-256","RSA-OAEP-384","RSA-OAEP-512","RSA1_5","ECDH-ES","ECDH-ES+A128KW","ECDH-ES+A192KW","ECDH-ES+A256KW"],"request_object_encryption_enc_values_supported":["A128CBC-HS256","A128GCM","A192CBC-HS384","A192GCM","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"],"service_documentation":"https://github.com/panva/node-oidc-provider","version":"6.28.0-a4eb4b2","mtls_endpoint_aliases":{"token_endpoint":"https://mtls.op.panva.cz/token","introspection_endpoint":"https://mtls.op.panva.cz/token/introspection","revocation_endpoint":"https://mtls.op.panva.cz/token/revocation","userinfo_endpoint":"https://mtls.op.panva.cz/me","device_authorization_endpoint":"https://mtls.op.panva.cz/device/auth","pushed_authorization_request_endpoint":"https://mtls.op.panva.cz/request"}}
2020-07-28 20:05:12 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
acr_values_supported
[
  "urn:mace:incommon:iap:bronze"
]
authorization_endpoint
https://op.panva.cz/auth
device_authorization_endpoint
https://op.panva.cz/device/auth
claims_parameter_supported
true
claims_supported
[
  "sub",
  "address",
  "email",
  "email_verified",
  "phone_number",
  "phone_number_verified",
  "birthdate",
  "family_name",
  "gender",
  "given_name",
  "locale",
  "middle_name",
  "name",
  "nickname",
  "picture",
  "preferred_username",
  "profile",
  "updated_at",
  "website",
  "zoneinfo",
  "acr",
  "sid",
  "auth_time",
  "iss",
  "amr"
]
code_challenge_methods_supported
[
  "S256"
]
end_session_endpoint
https://op.panva.cz/session/end
check_session_iframe
https://op.panva.cz/session/check
grant_types_supported
[
  "implicit",
  "authorization_code",
  "refresh_token",
  "urn:ietf:params:oauth:grant-type:device_code"
]
id_token_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "none",
  "PS256",
  "PS384",
  "PS512",
  "RS256",
  "RS384",
  "RS512",
  "ES256",
  "ES256K",
  "ES384",
  "ES512",
  "EdDSA"
]
issuer
https://op.panva.cz
jwks_uri
https://op.panva.cz/jwks
registration_endpoint
https://op.panva.cz/reg
response_modes_supported
[
  "form_post",
  "fragment",
  "query",
  "jwt",
  "query.jwt",
  "fragment.jwt",
  "form_post.jwt"
]
response_types_supported
[
  "code id_token token",
  "code id_token",
  "code token",
  "code",
  "id_token token",
  "id_token",
  "none"
]
scopes_supported
[
  "openid",
  "offline_access",
  "address",
  "email",
  "phone",
  "profile"
]
subject_types_supported
[
  "public",
  "pairwise"
]
token_endpoint_auth_methods_supported
[
  "none",
  "client_secret_basic",
  "client_secret_jwt",
  "client_secret_post",
  "private_key_jwt",
  "self_signed_tls_client_auth"
]
token_endpoint_auth_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES256K",
  "ES384",
  "ES512",
  "EdDSA"
]
token_endpoint
https://op.panva.cz/token
pushed_authorization_request_endpoint
https://op.panva.cz/request
request_object_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES256K",
  "ES384",
  "ES512",
  "EdDSA",
  "none"
]
request_parameter_supported
true
request_uri_parameter_supported
true
require_request_uri_registration
true
userinfo_endpoint
https://op.panva.cz/me
userinfo_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "none",
  "PS256",
  "PS384",
  "PS512",
  "RS256",
  "RS384",
  "RS512",
  "ES256",
  "ES256K",
  "ES384",
  "ES512",
  "EdDSA"
]
authorization_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "PS256",
  "PS384",
  "PS512",
  "RS256",
  "RS384",
  "RS512",
  "ES256",
  "ES256K",
  "ES384",
  "ES512",
  "EdDSA"
]
introspection_endpoint
https://op.panva.cz/token/introspection
introspection_endpoint_auth_methods_supported
[
  "none",
  "client_secret_basic",
  "client_secret_jwt",
  "client_secret_post",
  "private_key_jwt",
  "self_signed_tls_client_auth"
]
introspection_endpoint_auth_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES256K",
  "ES384",
  "ES512",
  "EdDSA"
]
dpop_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES256K",
  "ES384",
  "ES512",
  "EdDSA"
]
revocation_endpoint
https://op.panva.cz/token/revocation
revocation_endpoint_auth_methods_supported
[
  "none",
  "client_secret_basic",
  "client_secret_jwt",
  "client_secret_post",
  "private_key_jwt",
  "self_signed_tls_client_auth"
]
revocation_endpoint_auth_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES256K",
  "ES384",
  "ES512",
  "EdDSA"
]
id_token_encryption_alg_values_supported
[
  "RSA-OAEP",
  "RSA-OAEP-256",
  "RSA-OAEP-384",
  "RSA-OAEP-512",
  "RSA1_5",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW",
  "A128GCMKW",
  "A192GCMKW",
  "A256GCMKW",
  "A128KW",
  "A192KW",
  "A256KW",
  "PBES2-HS256+A128KW",
  "PBES2-HS384+A192KW",
  "PBES2-HS512+A256KW",
  "dir"
]
id_token_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A128GCM",
  "A192CBC-HS384",
  "A192GCM",
  "A256CBC-HS512",
  "A256GCM"
]
userinfo_encryption_alg_values_supported
[
  "RSA-OAEP",
  "RSA-OAEP-256",
  "RSA-OAEP-384",
  "RSA-OAEP-512",
  "RSA1_5",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW",
  "A128GCMKW",
  "A192GCMKW",
  "A256GCMKW",
  "A128KW",
  "A192KW",
  "A256KW",
  "PBES2-HS256+A128KW",
  "PBES2-HS384+A192KW",
  "PBES2-HS512+A256KW",
  "dir"
]
userinfo_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A128GCM",
  "A192CBC-HS384",
  "A192GCM",
  "A256CBC-HS512",
  "A256GCM"
]
authorization_encryption_alg_values_supported
[
  "RSA-OAEP",
  "RSA-OAEP-256",
  "RSA-OAEP-384",
  "RSA-OAEP-512",
  "RSA1_5",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW",
  "A128GCMKW",
  "A192GCMKW",
  "A256GCMKW",
  "A128KW",
  "A192KW",
  "A256KW",
  "PBES2-HS256+A128KW",
  "PBES2-HS384+A192KW",
  "PBES2-HS512+A256KW",
  "dir"
]
authorization_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A128GCM",
  "A192CBC-HS384",
  "A192GCM",
  "A256CBC-HS512",
  "A256GCM"
]
request_object_encryption_alg_values_supported
[
  "A128GCMKW",
  "A192GCMKW",
  "A256GCMKW",
  "A128KW",
  "A192KW",
  "A256KW",
  "PBES2-HS256+A128KW",
  "PBES2-HS384+A192KW",
  "PBES2-HS512+A256KW",
  "dir",
  "RSA-OAEP",
  "RSA-OAEP-256",
  "RSA-OAEP-384",
  "RSA-OAEP-512",
  "RSA1_5",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW"
]
request_object_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A128GCM",
  "A192CBC-HS384",
  "A192GCM",
  "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"
]
service_documentation
https://github.com/panva/node-oidc-provider
version
6.28.0-a4eb4b2
mtls_endpoint_aliases
{
  "token_endpoint": "https://mtls.op.panva.cz/token",
  "introspection_endpoint": "https://mtls.op.panva.cz/token/introspection",
  "revocation_endpoint": "https://mtls.op.panva.cz/token/revocation",
  "userinfo_endpoint": "https://mtls.op.panva.cz/me",
  "device_authorization_endpoint": "https://mtls.op.panva.cz/device/auth",
  "pushed_authorization_request_endpoint": "https://mtls.op.panva.cz/request"
}
2020-07-28 20:05:12 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2020-07-28 20:05:12 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
{
  "testHost": "op.panva.cz",
  "testPort": 443
}
authorization_endpoint
{
  "testHost": "op.panva.cz",
  "testPort": 443
}
token_endpoint
{
  "testHost": "op.panva.cz",
  "testPort": 443
}
userinfo_endpoint
{
  "testHost": "op.panva.cz",
  "testPort": 443
}
2020-07-28 20:05:12
FetchServerKeys
Fetching server key
jwks_uri
https://op.panva.cz/jwks
2020-07-28 20:05:12
FetchServerKeys
HTTP request
request_uri
https://op.panva.cz/jwks
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2020-07-28 20:05:12 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-length": "2810",
  "content-type": "application/json; charset\u003dutf-8",
  "date": "Tue, 28 Jul 2020 20:05:12 GMT",
  "server": [
    "Caddy",
    "Cowboy"
  ],
  "strict-transport-security": "max-age\u003d15552000; includeSubDomains",
  "vary": "Origin",
  "via": "1.1 vegur",
  "x-content-type-options": "nosniff",
  "x-dns-prefetch-control": "off",
  "x-download-options": "noopen",
  "x-frame-options": "SAMEORIGIN",
  "x-xss-protection": "1; mode\u003dblock"
}
response_body
{"keys":[{"e":"AQAB","n":"xwQ72P9z9OYshiQ-ntDYaPnnfwG6u9JAdLMZ5o0dmjlcyrvwQRdoFIKPnO65Q8mh6F_LDSxjxa2Yzo_wdjhbPZLjfUJXgCzm54cClXzT5twzo7lzoAfaJlkTsoZc2HFWqmcri0BuzmTFLZx2Q7wYBm0pXHmQKF0V-C1O6NWfd4mfBhbM-I1tHYSpAMgarSm22WDMDx-WWI7TEzy2QhaBVaENW9BKaKkJklocAZCxk18WhR0fckIGiWiSM5FcU1PY2jfGsTmX505Ub7P5Dz75Ygqrutd5tFrcqyPAtPTFDk8X1InxkkUwpP3nFU5o50DGhwQolGYKPGtQ-ZtmbOfcWQ","kty":"RSA","kid":"r1LkbBo3925Rb2ZFFrKyU3MVex9T2817Kx0vbi6i_Kc","use":"sig"},{"e":"AQAB","n":"mXauIvyeUFA74P2vcmgAWSCMw6CP6-MJ6EvFuRARfLLJEi49AzQvJl_4pwDvLkZcCqS7OqPE1ufNyDH6oQPEc7JuukHMY02EgwqHjJ6GG6FQqJuiWlKB_l-7c9y9r4bh4r58xdZc6T5dFVSNT2VcIVoSjq9VmzwpaTKCUyVeZYHZhnLfWMm9rKU5WSz75siG-_jbudItsfhEwA59kvi4So2IV9TxHwW50i4IcTB1gXwG1olNgiX3-Mq1Iw5VGPzMo2hQXI3q1y-ZjhSwhvG5dje9J8htBEWdVYk4f6cv19IE9gEx7T-2vIVw5FCpAmmfFuRebec49c7zjfr0EyTI4w","kty":"RSA","kid":"w5kPRdJWODnYjihMgqs0tHkKk-e5OxU4DnSCZDkF_h0","use":"enc"},{"crv":"P-256","x":"FWZ9rSkLt6Dx9E3pxLybhdM6xgR5obGsj5_pqmnz5J4","y":"_n8G69C-A2Xl4xUW2lF0i8ZGZnk_KPYrhv4GbTGu5G4","kty":"EC","kid":"MFZeG102dQiqbANoaMlW_Jmf7fOZmtRsHt77JFhTpF0","use":"sig"},{"crv":"P-256","x":"Eb3RtGgBGOEz33yu46aha_RU6pyBaYNlu6SawlWGGHQ","y":"tUncttzF6Ud4Abfn1N2A1Rz2MBbJSdI0zuKS28BNb-U","kty":"EC","kid":"mlSUkq-ELqZiWl9zs9ZKkbcjIvgajGgnXfPWUZn9lEc","use":"enc"},{"crv":"secp256k1","x":"KDAUHh_SpgROXXAq8IFs9B9lGNB9VP4RwebeAO2tBao","y":"wr3L1dZyUCrS4H18fDYy5hcvGTCp05tiiBy0ZUG8Qs4","kty":"EC","kid":"vl5k1biVlGOHeu2XiLg_0qrIVdoFdM0POWeeCl-QMsY","use":"sig"},{"crv":"P-384","x":"P1npwyTJ2p20D9_r2u31DU7tfDEufaVcSJJcDOuO6QyqrXvjyMvf8e5xv3XxE39l","y":"tmq2S12MVdKUQTmd0AxVEOji1ihR_vZAhTLKojD2XW_2EJH7ydiaz2oxrnkC0mvI","kty":"EC","kid":"rqHXKVLLF2RxqFgXWfEZE578gM-IhelOjugVfb_BMZ4","use":"sig"},{"crv":"P-384","x":"UhkqvxbxMCGtkg_-6W0gqkr21fgY3LSaNbquU7CYEDwBwGCd6iK6Bu5PVUxraulY","y":"CXrg3mxUkN5D4bPfiLfnD1jMYGSDxn2Zeh-8_OOstX21WNZJ9_i-iFZR3pIXyH0z","kty":"EC","kid":"rV1Hjt_79O_m1oJ7Jz0QgKHDa2iwb8p4kvMU0L99wjg","use":"enc"},{"crv":"P-521","x":"AIjEl5H8w2Rf_iqIP8WT7v5-FlBlBGYy5sMJs1XOxWz4RRARIEOemEY45g10sEPzZ4qe7oyjCUDK5FY1WwjRvgHK","y":"AaKN94cn1ApvvfpOWO9VpJm-lLzOUR8XxOrKYfPqcLs0zEqSPiGdWA5CoNL5ck1q-CXD09ysQSmNkzFGaig2Mnop","kty":"EC","kid":"RG_hu6lggazoCOu2wsrn3icSvhAXuGyL55f2GAaH2NA","use":"sig"},{"crv":"P-521","x":"AXFcu6lqcxoyFUU14xTw0I5cfCR2q0jqOXwU_EKjA5mIxUpue58IIrfrIh4IauV3co2SziD6Uf1SWe8l11Y4-BoJ","y":"AREzsMJu3VveUPMaJ2QWmjucwzZH4FqufXzS2IW-MGqViyDNTg2BgX-2VCJvdTo0zbhvRvBC1ghJNrVnH5M92JQ6","kty":"EC","kid":"MPcTmIIPYRnLt9s_TdBrpV27HcNVDi9aZpB0eJvAxzE","use":"enc"},{"crv":"Ed25519","x":"lDkysGJKRmJeUp8ncTyGraHPHHiIfdxSajxGm7Srla8","kty":"OKP","kid":"CLjPrbijCB2z9dScRNpM1mSGOQVOIByTmd18Ft2eiAQ","use":"sig"},{"crv":"Ed448","x":"BG1zKFg6A_Rzix4pA08oYN5xHqhKIiREXZ59NZoA8p3xhgjh-tm8nc-6udtiL5ZNhWDbnRSq4jQA","kty":"OKP","kid":"kU2PiegZOPUKcsJATItJArz18oWWfEH-Ma52K_8nGaE","use":"sig"}]}
2020-07-28 20:05:12
FetchServerKeys
Found JWK set string
jwk_string
{"keys":[{"e":"AQAB","n":"xwQ72P9z9OYshiQ-ntDYaPnnfwG6u9JAdLMZ5o0dmjlcyrvwQRdoFIKPnO65Q8mh6F_LDSxjxa2Yzo_wdjhbPZLjfUJXgCzm54cClXzT5twzo7lzoAfaJlkTsoZc2HFWqmcri0BuzmTFLZx2Q7wYBm0pXHmQKF0V-C1O6NWfd4mfBhbM-I1tHYSpAMgarSm22WDMDx-WWI7TEzy2QhaBVaENW9BKaKkJklocAZCxk18WhR0fckIGiWiSM5FcU1PY2jfGsTmX505Ub7P5Dz75Ygqrutd5tFrcqyPAtPTFDk8X1InxkkUwpP3nFU5o50DGhwQolGYKPGtQ-ZtmbOfcWQ","kty":"RSA","kid":"r1LkbBo3925Rb2ZFFrKyU3MVex9T2817Kx0vbi6i_Kc","use":"sig"},{"e":"AQAB","n":"mXauIvyeUFA74P2vcmgAWSCMw6CP6-MJ6EvFuRARfLLJEi49AzQvJl_4pwDvLkZcCqS7OqPE1ufNyDH6oQPEc7JuukHMY02EgwqHjJ6GG6FQqJuiWlKB_l-7c9y9r4bh4r58xdZc6T5dFVSNT2VcIVoSjq9VmzwpaTKCUyVeZYHZhnLfWMm9rKU5WSz75siG-_jbudItsfhEwA59kvi4So2IV9TxHwW50i4IcTB1gXwG1olNgiX3-Mq1Iw5VGPzMo2hQXI3q1y-ZjhSwhvG5dje9J8htBEWdVYk4f6cv19IE9gEx7T-2vIVw5FCpAmmfFuRebec49c7zjfr0EyTI4w","kty":"RSA","kid":"w5kPRdJWODnYjihMgqs0tHkKk-e5OxU4DnSCZDkF_h0","use":"enc"},{"crv":"P-256","x":"FWZ9rSkLt6Dx9E3pxLybhdM6xgR5obGsj5_pqmnz5J4","y":"_n8G69C-A2Xl4xUW2lF0i8ZGZnk_KPYrhv4GbTGu5G4","kty":"EC","kid":"MFZeG102dQiqbANoaMlW_Jmf7fOZmtRsHt77JFhTpF0","use":"sig"},{"crv":"P-256","x":"Eb3RtGgBGOEz33yu46aha_RU6pyBaYNlu6SawlWGGHQ","y":"tUncttzF6Ud4Abfn1N2A1Rz2MBbJSdI0zuKS28BNb-U","kty":"EC","kid":"mlSUkq-ELqZiWl9zs9ZKkbcjIvgajGgnXfPWUZn9lEc","use":"enc"},{"crv":"secp256k1","x":"KDAUHh_SpgROXXAq8IFs9B9lGNB9VP4RwebeAO2tBao","y":"wr3L1dZyUCrS4H18fDYy5hcvGTCp05tiiBy0ZUG8Qs4","kty":"EC","kid":"vl5k1biVlGOHeu2XiLg_0qrIVdoFdM0POWeeCl-QMsY","use":"sig"},{"crv":"P-384","x":"P1npwyTJ2p20D9_r2u31DU7tfDEufaVcSJJcDOuO6QyqrXvjyMvf8e5xv3XxE39l","y":"tmq2S12MVdKUQTmd0AxVEOji1ihR_vZAhTLKojD2XW_2EJH7ydiaz2oxrnkC0mvI","kty":"EC","kid":"rqHXKVLLF2RxqFgXWfEZE578gM-IhelOjugVfb_BMZ4","use":"sig"},{"crv":"P-384","x":"UhkqvxbxMCGtkg_-6W0gqkr21fgY3LSaNbquU7CYEDwBwGCd6iK6Bu5PVUxraulY","y":"CXrg3mxUkN5D4bPfiLfnD1jMYGSDxn2Zeh-8_OOstX21WNZJ9_i-iFZR3pIXyH0z","kty":"EC","kid":"rV1Hjt_79O_m1oJ7Jz0QgKHDa2iwb8p4kvMU0L99wjg","use":"enc"},{"crv":"P-521","x":"AIjEl5H8w2Rf_iqIP8WT7v5-FlBlBGYy5sMJs1XOxWz4RRARIEOemEY45g10sEPzZ4qe7oyjCUDK5FY1WwjRvgHK","y":"AaKN94cn1ApvvfpOWO9VpJm-lLzOUR8XxOrKYfPqcLs0zEqSPiGdWA5CoNL5ck1q-CXD09ysQSmNkzFGaig2Mnop","kty":"EC","kid":"RG_hu6lggazoCOu2wsrn3icSvhAXuGyL55f2GAaH2NA","use":"sig"},{"crv":"P-521","x":"AXFcu6lqcxoyFUU14xTw0I5cfCR2q0jqOXwU_EKjA5mIxUpue58IIrfrIh4IauV3co2SziD6Uf1SWe8l11Y4-BoJ","y":"AREzsMJu3VveUPMaJ2QWmjucwzZH4FqufXzS2IW-MGqViyDNTg2BgX-2VCJvdTo0zbhvRvBC1ghJNrVnH5M92JQ6","kty":"EC","kid":"MPcTmIIPYRnLt9s_TdBrpV27HcNVDi9aZpB0eJvAxzE","use":"enc"},{"crv":"Ed25519","x":"lDkysGJKRmJeUp8ncTyGraHPHHiIfdxSajxGm7Srla8","kty":"OKP","kid":"CLjPrbijCB2z9dScRNpM1mSGOQVOIByTmd18Ft2eiAQ","use":"sig"},{"crv":"Ed448","x":"BG1zKFg6A_Rzix4pA08oYN5xHqhKIiREXZ59NZoA8p3xhgjh-tm8nc-6udtiL5ZNhWDbnRSq4jQA","kty":"OKP","kid":"kU2PiegZOPUKcsJATItJArz18oWWfEH-Ma52K_8nGaE","use":"sig"}]}
2020-07-28 20:05:12 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "e": "AQAB",
      "n": "xwQ72P9z9OYshiQ-ntDYaPnnfwG6u9JAdLMZ5o0dmjlcyrvwQRdoFIKPnO65Q8mh6F_LDSxjxa2Yzo_wdjhbPZLjfUJXgCzm54cClXzT5twzo7lzoAfaJlkTsoZc2HFWqmcri0BuzmTFLZx2Q7wYBm0pXHmQKF0V-C1O6NWfd4mfBhbM-I1tHYSpAMgarSm22WDMDx-WWI7TEzy2QhaBVaENW9BKaKkJklocAZCxk18WhR0fckIGiWiSM5FcU1PY2jfGsTmX505Ub7P5Dz75Ygqrutd5tFrcqyPAtPTFDk8X1InxkkUwpP3nFU5o50DGhwQolGYKPGtQ-ZtmbOfcWQ",
      "kty": "RSA",
      "kid": "r1LkbBo3925Rb2ZFFrKyU3MVex9T2817Kx0vbi6i_Kc",
      "use": "sig"
    },
    {
      "e": "AQAB",
      "n": "mXauIvyeUFA74P2vcmgAWSCMw6CP6-MJ6EvFuRARfLLJEi49AzQvJl_4pwDvLkZcCqS7OqPE1ufNyDH6oQPEc7JuukHMY02EgwqHjJ6GG6FQqJuiWlKB_l-7c9y9r4bh4r58xdZc6T5dFVSNT2VcIVoSjq9VmzwpaTKCUyVeZYHZhnLfWMm9rKU5WSz75siG-_jbudItsfhEwA59kvi4So2IV9TxHwW50i4IcTB1gXwG1olNgiX3-Mq1Iw5VGPzMo2hQXI3q1y-ZjhSwhvG5dje9J8htBEWdVYk4f6cv19IE9gEx7T-2vIVw5FCpAmmfFuRebec49c7zjfr0EyTI4w",
      "kty": "RSA",
      "kid": "w5kPRdJWODnYjihMgqs0tHkKk-e5OxU4DnSCZDkF_h0",
      "use": "enc"
    },
    {
      "crv": "P-256",
      "x": "FWZ9rSkLt6Dx9E3pxLybhdM6xgR5obGsj5_pqmnz5J4",
      "y": "_n8G69C-A2Xl4xUW2lF0i8ZGZnk_KPYrhv4GbTGu5G4",
      "kty": "EC",
      "kid": "MFZeG102dQiqbANoaMlW_Jmf7fOZmtRsHt77JFhTpF0",
      "use": "sig"
    },
    {
      "crv": "P-256",
      "x": "Eb3RtGgBGOEz33yu46aha_RU6pyBaYNlu6SawlWGGHQ",
      "y": "tUncttzF6Ud4Abfn1N2A1Rz2MBbJSdI0zuKS28BNb-U",
      "kty": "EC",
      "kid": "mlSUkq-ELqZiWl9zs9ZKkbcjIvgajGgnXfPWUZn9lEc",
      "use": "enc"
    },
    {
      "crv": "secp256k1",
      "x": "KDAUHh_SpgROXXAq8IFs9B9lGNB9VP4RwebeAO2tBao",
      "y": "wr3L1dZyUCrS4H18fDYy5hcvGTCp05tiiBy0ZUG8Qs4",
      "kty": "EC",
      "kid": "vl5k1biVlGOHeu2XiLg_0qrIVdoFdM0POWeeCl-QMsY",
      "use": "sig"
    },
    {
      "crv": "P-384",
      "x": "P1npwyTJ2p20D9_r2u31DU7tfDEufaVcSJJcDOuO6QyqrXvjyMvf8e5xv3XxE39l",
      "y": "tmq2S12MVdKUQTmd0AxVEOji1ihR_vZAhTLKojD2XW_2EJH7ydiaz2oxrnkC0mvI",
      "kty": "EC",
      "kid": "rqHXKVLLF2RxqFgXWfEZE578gM-IhelOjugVfb_BMZ4",
      "use": "sig"
    },
    {
      "crv": "P-384",
      "x": "UhkqvxbxMCGtkg_-6W0gqkr21fgY3LSaNbquU7CYEDwBwGCd6iK6Bu5PVUxraulY",
      "y": "CXrg3mxUkN5D4bPfiLfnD1jMYGSDxn2Zeh-8_OOstX21WNZJ9_i-iFZR3pIXyH0z",
      "kty": "EC",
      "kid": "rV1Hjt_79O_m1oJ7Jz0QgKHDa2iwb8p4kvMU0L99wjg",
      "use": "enc"
    },
    {
      "crv": "P-521",
      "x": "AIjEl5H8w2Rf_iqIP8WT7v5-FlBlBGYy5sMJs1XOxWz4RRARIEOemEY45g10sEPzZ4qe7oyjCUDK5FY1WwjRvgHK",
      "y": "AaKN94cn1ApvvfpOWO9VpJm-lLzOUR8XxOrKYfPqcLs0zEqSPiGdWA5CoNL5ck1q-CXD09ysQSmNkzFGaig2Mnop",
      "kty": "EC",
      "kid": "RG_hu6lggazoCOu2wsrn3icSvhAXuGyL55f2GAaH2NA",
      "use": "sig"
    },
    {
      "crv": "P-521",
      "x": "AXFcu6lqcxoyFUU14xTw0I5cfCR2q0jqOXwU_EKjA5mIxUpue58IIrfrIh4IauV3co2SziD6Uf1SWe8l11Y4-BoJ",
      "y": "AREzsMJu3VveUPMaJ2QWmjucwzZH4FqufXzS2IW-MGqViyDNTg2BgX-2VCJvdTo0zbhvRvBC1ghJNrVnH5M92JQ6",
      "kty": "EC",
      "kid": "MPcTmIIPYRnLt9s_TdBrpV27HcNVDi9aZpB0eJvAxzE",
      "use": "enc"
    },
    {
      "crv": "Ed25519",
      "x": "lDkysGJKRmJeUp8ncTyGraHPHHiIfdxSajxGm7Srla8",
      "kty": "OKP",
      "kid": "CLjPrbijCB2z9dScRNpM1mSGOQVOIByTmd18Ft2eiAQ",
      "use": "sig"
    },
    {
      "crv": "Ed448",
      "x": "BG1zKFg6A_Rzix4pA08oYN5xHqhKIiREXZ59NZoA8p3xhgjh-tm8nc-6udtiL5ZNhWDbnRSq4jQA",
      "kty": "OKP",
      "kid": "kU2PiegZOPUKcsJATItJArz18oWWfEH-Ma52K_8nGaE",
      "use": "sig"
    }
  ]
}
2020-07-28 20:05:12 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "e": "AQAB",
      "n": "xwQ72P9z9OYshiQ-ntDYaPnnfwG6u9JAdLMZ5o0dmjlcyrvwQRdoFIKPnO65Q8mh6F_LDSxjxa2Yzo_wdjhbPZLjfUJXgCzm54cClXzT5twzo7lzoAfaJlkTsoZc2HFWqmcri0BuzmTFLZx2Q7wYBm0pXHmQKF0V-C1O6NWfd4mfBhbM-I1tHYSpAMgarSm22WDMDx-WWI7TEzy2QhaBVaENW9BKaKkJklocAZCxk18WhR0fckIGiWiSM5FcU1PY2jfGsTmX505Ub7P5Dz75Ygqrutd5tFrcqyPAtPTFDk8X1InxkkUwpP3nFU5o50DGhwQolGYKPGtQ-ZtmbOfcWQ",
      "kty": "RSA",
      "kid": "r1LkbBo3925Rb2ZFFrKyU3MVex9T2817Kx0vbi6i_Kc",
      "use": "sig"
    },
    {
      "e": "AQAB",
      "n": "mXauIvyeUFA74P2vcmgAWSCMw6CP6-MJ6EvFuRARfLLJEi49AzQvJl_4pwDvLkZcCqS7OqPE1ufNyDH6oQPEc7JuukHMY02EgwqHjJ6GG6FQqJuiWlKB_l-7c9y9r4bh4r58xdZc6T5dFVSNT2VcIVoSjq9VmzwpaTKCUyVeZYHZhnLfWMm9rKU5WSz75siG-_jbudItsfhEwA59kvi4So2IV9TxHwW50i4IcTB1gXwG1olNgiX3-Mq1Iw5VGPzMo2hQXI3q1y-ZjhSwhvG5dje9J8htBEWdVYk4f6cv19IE9gEx7T-2vIVw5FCpAmmfFuRebec49c7zjfr0EyTI4w",
      "kty": "RSA",
      "kid": "w5kPRdJWODnYjihMgqs0tHkKk-e5OxU4DnSCZDkF_h0",
      "use": "enc"
    },
    {
      "crv": "P-256",
      "x": "FWZ9rSkLt6Dx9E3pxLybhdM6xgR5obGsj5_pqmnz5J4",
      "y": "_n8G69C-A2Xl4xUW2lF0i8ZGZnk_KPYrhv4GbTGu5G4",
      "kty": "EC",
      "kid": "MFZeG102dQiqbANoaMlW_Jmf7fOZmtRsHt77JFhTpF0",
      "use": "sig"
    },
    {
      "crv": "P-256",
      "x": "Eb3RtGgBGOEz33yu46aha_RU6pyBaYNlu6SawlWGGHQ",
      "y": "tUncttzF6Ud4Abfn1N2A1Rz2MBbJSdI0zuKS28BNb-U",
      "kty": "EC",
      "kid": "mlSUkq-ELqZiWl9zs9ZKkbcjIvgajGgnXfPWUZn9lEc",
      "use": "enc"
    },
    {
      "crv": "secp256k1",
      "x": "KDAUHh_SpgROXXAq8IFs9B9lGNB9VP4RwebeAO2tBao",
      "y": "wr3L1dZyUCrS4H18fDYy5hcvGTCp05tiiBy0ZUG8Qs4",
      "kty": "EC",
      "kid": "vl5k1biVlGOHeu2XiLg_0qrIVdoFdM0POWeeCl-QMsY",
      "use": "sig"
    },
    {
      "crv": "P-384",
      "x": "P1npwyTJ2p20D9_r2u31DU7tfDEufaVcSJJcDOuO6QyqrXvjyMvf8e5xv3XxE39l",
      "y": "tmq2S12MVdKUQTmd0AxVEOji1ihR_vZAhTLKojD2XW_2EJH7ydiaz2oxrnkC0mvI",
      "kty": "EC",
      "kid": "rqHXKVLLF2RxqFgXWfEZE578gM-IhelOjugVfb_BMZ4",
      "use": "sig"
    },
    {
      "crv": "P-384",
      "x": "UhkqvxbxMCGtkg_-6W0gqkr21fgY3LSaNbquU7CYEDwBwGCd6iK6Bu5PVUxraulY",
      "y": "CXrg3mxUkN5D4bPfiLfnD1jMYGSDxn2Zeh-8_OOstX21WNZJ9_i-iFZR3pIXyH0z",
      "kty": "EC",
      "kid": "rV1Hjt_79O_m1oJ7Jz0QgKHDa2iwb8p4kvMU0L99wjg",
      "use": "enc"
    },
    {
      "crv": "P-521",
      "x": "AIjEl5H8w2Rf_iqIP8WT7v5-FlBlBGYy5sMJs1XOxWz4RRARIEOemEY45g10sEPzZ4qe7oyjCUDK5FY1WwjRvgHK",
      "y": "AaKN94cn1ApvvfpOWO9VpJm-lLzOUR8XxOrKYfPqcLs0zEqSPiGdWA5CoNL5ck1q-CXD09ysQSmNkzFGaig2Mnop",
      "kty": "EC",
      "kid": "RG_hu6lggazoCOu2wsrn3icSvhAXuGyL55f2GAaH2NA",
      "use": "sig"
    },
    {
      "crv": "P-521",
      "x": "AXFcu6lqcxoyFUU14xTw0I5cfCR2q0jqOXwU_EKjA5mIxUpue58IIrfrIh4IauV3co2SziD6Uf1SWe8l11Y4-BoJ",
      "y": "AREzsMJu3VveUPMaJ2QWmjucwzZH4FqufXzS2IW-MGqViyDNTg2BgX-2VCJvdTo0zbhvRvBC1ghJNrVnH5M92JQ6",
      "kty": "EC",
      "kid": "MPcTmIIPYRnLt9s_TdBrpV27HcNVDi9aZpB0eJvAxzE",
      "use": "enc"
    },
    {
      "crv": "Ed25519",
      "x": "lDkysGJKRmJeUp8ncTyGraHPHHiIfdxSajxGm7Srla8",
      "kty": "OKP",
      "kid": "CLjPrbijCB2z9dScRNpM1mSGOQVOIByTmd18Ft2eiAQ",
      "use": "sig"
    },
    {
      "crv": "Ed448",
      "x": "BG1zKFg6A_Rzix4pA08oYN5xHqhKIiREXZ59NZoA8p3xhgjh-tm8nc-6udtiL5ZNhWDbnRSq4jQA",
      "kty": "OKP",
      "kid": "kU2PiegZOPUKcsJATItJArz18oWWfEH-Ma52K_8nGaE",
      "use": "sig"
    }
  ]
}
2020-07-28 20:05:12 SUCCESS
ValidateServerJWKs
Valid server JWKs
2020-07-28 20:05:12 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2020-07-28 20:05:12 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-28 20:05:12 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2020-07-28 20:05:12 SUCCESS
OIDCCCheckIdTokenSigningAlgValuesSupportedAlgNone
'id_token_signing_alg_values_supported' contain 'none' algorithm
id_token_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "none",
  "PS256",
  "PS384",
  "PS512",
  "RS256",
  "RS384",
  "RS512",
  "ES256",
  "ES256K",
  "ES384",
  "ES512",
  "EdDSA"
]
2020-07-28 20:05:12 SUCCESS
GetDynamicClientConfiguration
Created dynamic_client_registration_template object from the client configuration.
client_name
first-openid-client
2020-07-28 20:05:13 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "58xHB--76mwayvaLjAj1wd-KSsPboO62CcCef5EVRWRq3SnLhrO34wFgDpLkCo7qtVCnWhJyPdMTog4kd8y7jH8RU0itW4Fd7GmsLSAUB3NnW4XTmpXJ2l9GD0UDzjYV2nOE4lpU4CFIiRBkGPD6Dqx4Go-i1Hp80MiP5KK_zo0",
      "kty": "RSA",
      "q": "v5fY3_SJHkbB35EOLHJYeVu8ARoEfLCxY-eKs-Ltr08uPGlgGE1wqkqSYeijzbEMOkbOIbqa-2bLLGuHE5m7_kBx-iIRlvs-xiHkyvFu762FOgpbHTnogGkwC1m6KLvaDPLc4T7x2yFHV0Mts6ojKjV3V1sd85Tni6zoVNMcDqE",
      "d": "oEd64CLkyEyunTFEdyzj0d1e4cwQA04Z-MvX2QR3FezWqNkcTZRohI3B7GipQQk8XXqg7Dq75YX__cb19tFmgtf4F-kjsvGonnGDlPl2ec8Slxe1t1Blpng_ZwXPbVc0aRzldoAqZ2GlBbV525gKEzbN-VgoH5Mc5cby9eaCFHaaI5x1S5RG41sdJMPpr4LWDXkuIrQCkwUi8Mpeg-O55nnzU0jBcuoOOiZA4m8niy28Xi7TF6sQoPJbLBmZGssvbJoh6qqeGJo-a7yqb8VxMYU0uS-S-4pgaKHa8gLFgt3blA7TWEL9OBbm6LF9WrMjg5oHndR-sx1iiM2vJNU9AQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "NLalcGIV1y_FryKC21-A_YR1M4yBx-NyG61ew_4dCnEsYkD2eWzi72tsgsjD4mwS5ED7k9AgnbptpUjme2ljLqjs3x03Lam4-JeOe9IzOgLX9Fzzl41vbNFDqWEjxsCuT-I79sl5iVmjFgGn1loSR56gILahtiOHQVaRBeSN6Lw",
      "dp": "OAKod0Z6hd6xarHAbooLuFkntYE2JOEJo7mjkvefyDDHkcFzqIzstjGy4FKmP9bg6AchKSaj7ESAzfvU3A3gk8ZwjUtWeHH-HA48yHqj3FkKdJcV1pizOc0jxLTMgpuXFD4tsfRZ5f6k5FnNlilEgx8xtllW4zjlyB1uh7S73FE",
      "alg": "RS256",
      "dq": "YBNlTejyWZxh3BqBYQh2FWVLAcJqPZzdV5vkkhBZ4G90YBb3eThcJwj-HtrqSVtfJlobRA6vaSJDACNruQh-nSD0BtrOt0eGUxTsBljLqKT7Cf_ncOB5FuuojAiSsZqB3bxrxwgpgBlQDRJC-LV4rNHi5otqmZsyAXjTiLXUfAE",
      "n": "rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"
    }
  ]
}
2020-07-28 20:05:14 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-28 20:05:14 SUCCESS
CreateDynamicRegistrationRequest
Created dynamic registration request
client_name
first-openid-client p3odWlMS1W
2020-07-28 20:05:14
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2020-07-28 20:05:14
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client p3odWlMS1W",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"
      }
    ]
  }
}
2020-07-28 20:05:14
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client p3odWlMS1W",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"
      }
    ]
  },
  "token_endpoint_auth_method": "private_key_jwt"
}
2020-07-28 20:05:14
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client p3odWlMS1W",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"
      }
    ]
  },
  "token_endpoint_auth_method": "private_key_jwt",
  "response_types": [
    "code"
  ]
}
2020-07-28 20:05:14
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client p3odWlMS1W",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"
      }
    ]
  },
  "token_endpoint_auth_method": "private_key_jwt",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/p3odWlMS1W/callback"
  ]
}
2020-07-28 20:05:14
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client p3odWlMS1W",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"
      }
    ]
  },
  "token_endpoint_auth_method": "private_key_jwt",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/p3odWlMS1W/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ]
}
2020-07-28 20:05:14
AddIdTokenSigningAlgNoneToDynamicRegistrationRequest
Added id_token_signed_response_alg to dynamic registration request
dynamic_registration_request
{
  "client_name": "first-openid-client p3odWlMS1W",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"
      }
    ]
  },
  "token_endpoint_auth_method": "private_key_jwt",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/p3odWlMS1W/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ],
  "id_token_signed_response_alg": "none"
}
2020-07-28 20:05:14
CallDynamicRegistrationEndpoint
HTTP request
request_uri
https://op.panva.cz/reg
request_method
POST
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "content-type": "application/json",
  "content-length": "734"
}
request_body
{"client_name":"first-openid-client p3odWlMS1W","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"}]},"token_endpoint_auth_method":"private_key_jwt","response_types":["code"],"redirect_uris":["https://www.certification.openid.net/test/p3odWlMS1W/callback"],"contacts":["certification@oidf.org"],"id_token_signed_response_alg":"none"}
2020-07-28 20:05:14 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
201 CREATED
response_status_text
Created
response_headers
{
  "cache-control": "no-cache, no-store",
  "content-length": "1450",
  "content-type": "application/json; charset\u003dutf-8",
  "date": "Tue, 28 Jul 2020 20:05:14 GMT",
  "pragma": "no-cache",
  "server": [
    "Caddy",
    "Cowboy"
  ],
  "strict-transport-security": "max-age\u003d15552000; includeSubDomains",
  "via": "1.1 vegur",
  "x-content-type-options": "nosniff",
  "x-dns-prefetch-control": "off",
  "x-download-options": "noopen",
  "x-frame-options": "SAMEORIGIN",
  "x-xss-protection": "1; mode\u003dblock"
}
response_body
{"application_type":"web","grant_types":["authorization_code"],"id_token_signed_response_alg":"none","post_logout_redirect_uris":[],"require_auth_time":false,"response_types":["code"],"subject_type":"public","token_endpoint_auth_method":"private_key_jwt","introspection_endpoint_auth_method":"private_key_jwt","revocation_endpoint_auth_method":"private_key_jwt","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","tls_client_certificate_bound_access_tokens":false,"client_id_issued_at":1595966714,"client_id":"yW-PnoeMhTUTqOConxx0d","client_name":"first-openid-client p3odWlMS1W","contacts":["certification@oidf.org"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"}]},"redirect_uris":["https://www.certification.openid.net/test/p3odWlMS1W/callback"],"registration_client_uri":"https://op.panva.cz/reg/yW-PnoeMhTUTqOConxx0d","registration_access_token":"tpmnLU4kUjYlHJfAXjOnUQYARv88F-RSPs6COb42ct-"}
2020-07-28 20:05:14
CallDynamicRegistrationEndpoint
Registration endpoint response
dynamic_registration_response
{"application_type":"web","grant_types":["authorization_code"],"id_token_signed_response_alg":"none","post_logout_redirect_uris":[],"require_auth_time":false,"response_types":["code"],"subject_type":"public","token_endpoint_auth_method":"private_key_jwt","introspection_endpoint_auth_method":"private_key_jwt","revocation_endpoint_auth_method":"private_key_jwt","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","tls_client_certificate_bound_access_tokens":false,"client_id_issued_at":1595966714,"client_id":"yW-PnoeMhTUTqOConxx0d","client_name":"first-openid-client p3odWlMS1W","contacts":["certification@oidf.org"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"}]},"redirect_uris":["https://www.certification.openid.net/test/p3odWlMS1W/callback"],"registration_client_uri":"https://op.panva.cz/reg/yW-PnoeMhTUTqOConxx0d","registration_access_token":"tpmnLU4kUjYlHJfAXjOnUQYARv88F-RSPs6COb42ct-"}
2020-07-28 20:05:14
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
application_type
web
grant_types
[
  "authorization_code"
]
id_token_signed_response_alg
none
post_logout_redirect_uris
[]
require_auth_time
false
response_types
[
  "code"
]
subject_type
public
token_endpoint_auth_method
private_key_jwt
introspection_endpoint_auth_method
private_key_jwt
revocation_endpoint_auth_method
private_key_jwt
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
tls_client_certificate_bound_access_tokens
false
client_id_issued_at
1595966714
client_id
yW-PnoeMhTUTqOConxx0d
client_name
first-openid-client p3odWlMS1W
contacts
[
  "certification@oidf.org"
]
jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "rXrm2_XXCV3ltdeJliffl48Ii5nlKJajLQBIIb1z_6UAPEWp9wXeZo_TvAav57m0R_jBS5XLoC_II9B-fV0C3hgci91QBI4Sp2rZDfcI1VAniBsuMKWWAot2GXCzesxRJLZV10idLMYWeQwU350f6uXijrWezsIudcWkGxCZRBH8D2Za6G2ZOVoRbZYcpZqTv5aKWs-StNJGpDNg_SYqPqLxD0-HEro9-1-gFVEcL3KEDNbXQuAwaBxmNV4CfmPDxfRREJeY1-K7nkIcWqu8JRYLTcE7lUXQw1AX4TzIdBP4SS1cXb-sQ5GbAQAHj4pLdGWNdymVzjcFAnItplicrQ"
    }
  ]
}
redirect_uris
[
  "https://www.certification.openid.net/test/p3odWlMS1W/callback"
]
registration_client_uri
https://op.panva.cz/reg/yW-PnoeMhTUTqOConxx0d
registration_access_token
tpmnLU4kUjYlHJfAXjOnUQYARv88F-RSPs6COb42ct-
2020-07-28 20:05:14 SUCCESS
CallDynamicRegistrationEndpoint
Extracted dynamic registration management credentials
registration_client_uri
https://op.panva.cz/reg/yW-PnoeMhTUTqOConxx0d
registration_access_token
tpmnLU4kUjYlHJfAXjOnUQYARv88F-RSPs6COb42ct-
2020-07-28 20:05:14
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2020-07-28 20:05:14 SUCCESS
EnsureServerConfigurationSupportsPrivateKeyJwt
Found supported private_key_jwt method
method
private_key_jwt
2020-07-28 20:05:14 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://op.panva.cz/me
2020-07-28 20:05:14
oidcc-idtoken-unsigned
Setup Done
Make request to authorization endpoint
2020-07-28 20:05:14 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
yW-PnoeMhTUTqOConxx0d
redirect_uri
https://www.certification.openid.net/test/p3odWlMS1W/callback
scope
openid
2020-07-28 20:05:14
CreateRandomStateValue
Created state value
requested_state_length
10
state
VIUdmP2AMc
2020-07-28 20:05:14 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
yW-PnoeMhTUTqOConxx0d
redirect_uri
https://www.certification.openid.net/test/p3odWlMS1W/callback
scope
openid
state
VIUdmP2AMc
2020-07-28 20:05:14
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
wf23oFBm03
2020-07-28 20:05:14 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
yW-PnoeMhTUTqOConxx0d
redirect_uri
https://www.certification.openid.net/test/p3odWlMS1W/callback
scope
openid
state
VIUdmP2AMc
nonce
wf23oFBm03
2020-07-28 20:05:14 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
yW-PnoeMhTUTqOConxx0d
redirect_uri
https://www.certification.openid.net/test/p3odWlMS1W/callback
scope
openid
state
VIUdmP2AMc
nonce
wf23oFBm03
response_type
code
2020-07-28 20:05:14 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://op.panva.cz/auth?client_id=yW-PnoeMhTUTqOConxx0d&redirect_uri=https://www.certification.openid.net/test/p3odWlMS1W/callback&scope=openid&state=VIUdmP2AMc&nonce=wf23oFBm03&response_type=code
2020-07-28 20:05:14 REDIRECT
oidcc-idtoken-unsigned
Redirecting to authorization endpoint
redirect_to
https://op.panva.cz/auth?client_id=yW-PnoeMhTUTqOConxx0d&redirect_uri=https://www.certification.openid.net/test/p3odWlMS1W/callback&scope=openid&state=VIUdmP2AMc&nonce=wf23oFBm03&response_type=code
2020-07-28 20:05:14
WebRunner
Scripted browser HTTP request
browser
goToUrl
request_method
GET
request_uri
https://op.panva.cz/auth?client_id=yW-PnoeMhTUTqOConxx0d&redirect_uri=https://www.certification.openid.net/test/p3odWlMS1W/callback&scope=openid&state=VIUdmP2AMc&nonce=wf23oFBm03&response_type=code
2020-07-28 20:05:15 RESPONSE
WebRunner
Scripted browser HTTP response
response_content
<!DOCTYPE html>
<html >
  <head>
    <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>
    <style>
      @import url(https://fonts.googleapis.com/css?family=Roboto:400,100);

      body {
        font-family: 'Roboto', sans-serif;
        margin-top: 25px;
        margin-bottom: 25px;
      }

      .login-card {
        padding: 40px;
        padding-top: 0px;
        padding-bottom: 10px;
        width: 274px;
        background-color: #F7F7F7;
        margin: 0 auto 10px;
        border-radius: 2px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        overflow: hidden;
      }

      .login-card + .login-card {
        padding-top: 10px;
      }

      .login-card h1 {
        font-weight: 100;
        text-align: center;
        font-size: 2.3em;
      }

      .login-card [type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
      }

      .login-card input[type=text], input[type=email], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
      }

      .login {
        text-align: center;
        font-size: 14px;
        font-family: 'Arial', sans-serif;
        font-weight: 700;
        height: 36px;
        padding: 0 8px;
      }

      .login-submit {
        border: 0px;
        color: #fff;
        text-shadow: 0 1px rgba(0,0,0,0.1);
        background-color: #4d90fe;
      }

      .google-button {
        height: 40px;
        border-width: 0;
        background: white;
        color: #737373;
        border-radius: 5px;
        white-space: nowrap;
        box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.05);
        transition-property: background-color, box-shadow;
        transition-duration: 150ms;
        transition-timing-function: ease-in-out;
        padding: 0;

        &:focus,
        &:hover {
          box-shadow: 1px 4px 5px 1px rgba(0,0,0,0.1);
        }

        &:active {
          background-color: #e5e5e5;
          box-shadow: none;
          transition-duration: 10ms;
        }
      }

      .google-button__icon {
        display: inline-block;
        vertical-align: middle;
        margin: 8px 0 8px 8px;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
      }

      .google-button__icon--plus {
        width: 27px;
      }

      .google-button__text {
        display: inline-block;
        vertical-align: middle;
        padding: 0 24px;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Roboto',arial,sans-serif;
      }

      .login-card a {
        text-decoration: none;
        color: #666;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        opacity: 0.6;
      }

      .login-help {
        color: #666;
        width: 100%;
        text-align: center;
        font-size: 12px;
      }

      .login-client-image img {
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 20%;
      }

      .login-card input[type=checkbox] {
        margin-bottom: 10px;
      }

      .login-card label {
        color: #999;
      }

      .grant-debug {
        text-align: center;
        font-family: Fixed, monospace;
        width: 100%;
        font-size: 12px;
        color: #999;
      }

      .grant-debug div {
        padding-top: 10px;
      }

      .login-help + form {
        margin-top: 10px;
      }

      ul {
        font-weight: 100;
        padding-left: 1em;
        list-style-type: circle;
      }

      li + ul, ul + li, li + li {
        padding-top: 0.3em;
      }

      button {
        cursor: pointer;
      }
    </style>
  </head>
  <body>
    <div class="login-card">
      <h1>Sign-in</h1>
      
<form autocomplete="off" action="/interaction/P4Cr2isqEnd_EWFVfryJQ/federated" method="post">
  <input type="hidden" name="provider" value="google">
  <button type="submit" class="google-button">
    <span class="google-button__icon">
      <svg viewBox="0 0 366 372" xmlns="http://www.w3.org/2000/svg"><path d="M125.9 10.2c40.2-13.9 85.3-13.6 125.3 1.1 22.2 8.2 42.5 21 59.9 37.1-5.8 6.3-12.1 12.2-18.1 18.3l-34.2 34.2c-11.3-10.8-25.1-19-40.1-23.6-17.6-5.3-36.6-6.1-54.6-2.2-21 4.5-40.5 15.5-55.6 30.9-12.2 12.3-21.4 27.5-27 43.9-20.3-15.8-40.6-31.5-61-47.3 21.5-43 60.1-76.9 105.4-92.4z" id="Shape" fill="#EA4335"/><path d="M20.6 102.4c20.3 15.8 40.6 31.5 61 47.3-8 23.3-8 49.2 0 72.4-20.3 15.8-40.6 31.6-60.9 47.3C1.9 232.7-3.8 189.6 4.4 149.2c3.3-16.2 8.7-32 16.2-46.8z" id="Shape" fill="#FBBC05"/><path d="M361.7 151.1c5.8 32.7 4.5 66.8-4.7 98.8-8.5 29.3-24.6 56.5-47.1 77.2l-59.1-45.9c19.5-13.1 33.3-34.3 37.2-57.5H186.6c.1-24.2.1-48.4.1-72.6h175z" id="Shape" fill="#4285F4"/><path d="M81.4 222.2c7.8 22.9 22.8 43.2 42.6 57.1 12.4 8.7 26.6 14.9 41.4 17.9 14.6 3 29.7 2.6 44.4.1 14.6-2.6 28.7-7.9 41-16.2l59.1 45.9c-21.3 19.7-48 33.1-76.2 39.6-31.2 7.1-64.2 7.3-95.2-1-24.6-6.5-47.7-18.2-67.6-34.1-20.9-16.6-38.3-38-50.4-62 20.3-15.7 40.6-31.5 60.9-47.3z" fill="#34A853"/></svg>
    </span>
    <span class="google-button__text">Sign in with Google</span>
  </button>
</form>
<div class="login-help">
  - or -
</div>

<form autocomplete="off" action="/interaction/P4Cr2isqEnd_EWFVfryJQ/login" method="post">
  <input required type="text" name="login" placeholder="Enter any login" autofocus="on">
  <input required type="password" name="password" placeholder="and password" >

  <button type="submit" class="login login-submit">Sign-in</button>
</form>

      <div class="login-help">
        <a href="/interaction/P4Cr2isqEnd_EWFVfryJQ/abort">[ Cancel ]</a>
        
        
      </div>
    </div>
    <div class="grant-debug">
      <details>
        <summary style="text-align: center;">(Click to expand) DEBUG information</summary>
        <div>
          <strong>uid</strong>: P4Cr2isqEnd_EWFVfryJQ
        </div>

        

        <div>
          PARAMS <br>
         ======== <br>
          <strong>client_id</strong>: 'yW-PnoeMhTUTqOConxx0d'<br/><strong>nonce</strong>: 'wf23oFBm03'<br/><strong>redirect_uri</strong>: 'https://www.certification.openid.net/test/p3odWlMS1W/callback'<br/><strong>response_type</strong>: 'code'<br/><strong>scope</strong>: 'openid'<br/><strong>state</strong>: 'VIUdmP2AMc'
        </div>

        <div>
          PROMPT <br>
         ======== <br>
          <strong>name</strong>: 'login'<br/><strong>reasons</strong>: [ 'no_session' ]<br/><strong>details</strong>: { max_age: null, login_hint: null, id_token_hint: null }
        </div>
      </details>
    </div>
  </body>
</html>
response_content_type
text/html
response_status_text
200-OK
response_status_code
200
2020-07-28 20:05:15 INFO
WebRunner
Entering text
task
Login
browser
text
element_type
name
value
foo
url
https://op.panva.cz/interaction/P4Cr2isqEnd_EWFVfryJQ
target
login
2020-07-28 20:05:15 INFO
WebRunner
Entering text
task
Login
browser
text
element_type
name
value
bar
url
https://op.panva.cz/interaction/P4Cr2isqEnd_EWFVfryJQ
target
password
2020-07-28 20:05:15 INFO
WebRunner
Clicking an element
task
Login
browser
click
element_type
class
url
https://op.panva.cz/interaction/P4Cr2isqEnd_EWFVfryJQ
target
login-submit
2020-07-28 20:05:16 INFO
WebRunner
Completed processing of webpage
task
Login
browser
complete
response_status_text
200-OK
match
https://op.panva.cz/interaction*
url
https://op.panva.cz/interaction/P4Cr2isqEnd_EWFVfryJQ
response_status_code
200
2020-07-28 20:05:16 INFO
WebRunner
Clicking an element
task
Consent
browser
click
element_type
class
url
https://op.panva.cz/interaction/P4Cr2isqEnd_EWFVfryJQ
target
login-submit
2020-07-28 20:05:17 INCOMING
oidcc-idtoken-unsigned
Incoming HTTP request to test instance p3odWlMS1W
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/webp,image/apng,*/*;q\u003d0.8",
  "referer": "https://op.panva.cz/interaction/P4Cr2isqEnd_EWFVfryJQ",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "origin": "https://op.panva.cz/interaction/P4Cr2isqEnd_EWFVfryJQ",
  "cache-control": "max-age\u003d0",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "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
{
  "code": "DI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT",
  "state": "VIUdmP2AMc",
  "session_state": "PTsGFfMfVfsPHMRfvU05JBv6EU40XHyKV9JW_Z0x64c"
}
incoming_body
2020-07-28 20:05:17 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/6rDKsCMb7KVnUuH0gNmH",
  "fullUrl": "https://www.certification.openid.net/test/p3odWlMS1W/implicit/6rDKsCMb7KVnUuH0gNmH"
}
2020-07-28 20:05:17 OUTGOING
oidcc-idtoken-unsigned
Response to HTTP request to test instance p3odWlMS1W
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/p3odWlMS1W/implicit/6rDKsCMb7KVnUuH0gNmH, returnUrl=/log-detail.html?log=p3odWlMS1W}]
outgoing_path
callback
2020-07-28 20:05:17 INFO
WebRunner
Completed processing of webpage
task
Consent
browser
complete
response_status_text
200-
match
https://op.panva.cz/interaction*
url
https://www.certification.openid.net/test/p3odWlMS1W/callback?code=DI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT&state=VIUdmP2AMc&session_state=PTsGFfMfVfsPHMRfvU05JBv6EU40XHyKV9JW_Z0x64c
response_status_code
200
2020-07-28 20:05:17 INFO
WebRunner
Waiting
regexp
seconds
10
task
Verify Complete
browser
wait
action
element_type
id
url
https://www.certification.openid.net/test/p3odWlMS1W/callback?code=DI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT&state=VIUdmP2AMc&session_state=PTsGFfMfVfsPHMRfvU05JBv6EU40XHyKV9JW_Z0x64c
target
submission_complete
2020-07-28 20:05:17 INCOMING
oidcc-idtoken-unsigned
Incoming HTTP request to test instance p3odWlMS1W
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36",
  "accept": "*/*",
  "referer": "https://www.certification.openid.net/test/p3odWlMS1W/callback?code\u003dDI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT\u0026state\u003dVIUdmP2AMc\u0026session_state\u003dPTsGFfMfVfsPHMRfvU05JBv6EU40XHyKV9JW_Z0x64c",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "cookie": "JSESSIONID\u003dD61D3B18B363FA9A46C4F7F93D573045",
  "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/6rDKsCMb7KVnUuH0gNmH
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-07-28 20:05:17 OUTGOING
oidcc-idtoken-unsigned
Response to HTTP request to test instance p3odWlMS1W
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [/log-detail.html?log=p3odWlMS1W]
outgoing_path
implicit/6rDKsCMb7KVnUuH0gNmH
2020-07-28 20:05:17 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2020-07-28 20:05:17 REDIRECT-IN
oidcc-idtoken-unsigned
Authorization endpoint response captured
url_query
{
  "code": "DI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT",
  "state": "VIUdmP2AMc",
  "session_state": "PTsGFfMfVfsPHMRfvU05JBv6EU40XHyKV9JW_Z0x64c"
}
headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/webp,image/apng,*/*;q\u003d0.8",
  "referer": "https://op.panva.cz/interaction/P4Cr2isqEnd_EWFVfryJQ",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "origin": "https://op.panva.cz/interaction/P4Cr2isqEnd_EWFVfryJQ",
  "cache-control": "max-age\u003d0",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "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-28 20:05:17 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2020-07-28 20:05:17 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2020-07-28 20:05:17 SUCCESS
CheckMatchingStateParameter
State parameter correctly returned
state
VIUdmP2AMc
2020-07-28 20:05:17 SUCCESS
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
code
DI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT
2020-07-28 20:05:17 SUCCESS
CreateTokenEndpointRequestForAuthorizationCodeGrant
grant_type
authorization_code
code
DI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT
redirect_uri
https://www.certification.openid.net/test/p3odWlMS1W/callback
2020-07-28 20:05:17 SUCCESS
CreateClientAuthenticationAssertionClaims
Created client assertion claims
iss
yW-PnoeMhTUTqOConxx0d
sub
yW-PnoeMhTUTqOConxx0d
aud
https://op.panva.cz/token
jti
abz38AVuFLGNYNIDLvcN
iat
1595966717
exp
1595966777
2020-07-28 20:05:17 SUCCESS
SignClientAuthenticationAssertion
Signed the client assertion
client_assertion
eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ5Vy1Qbm9lTWhUVVRxT0Nvbnh4MGQiLCJhdWQiOiJodHRwczpcL1wvb3AucGFudmEuY3pcL3Rva2VuIiwiaXNzIjoieVctUG5vZU1oVFVUcU9Db254eDBkIiwiZXhwIjoxNTk1OTY2Nzc3LCJpYXQiOjE1OTU5NjY3MTcsImp0aSI6ImFiejM4QVZ1RkxHTllOSURMdmNOIn0.MzWYJOSsU-iRPdnNOVsUuabZQo2FANdYp-YvxZn-EUaOqH1p0Txl1rX61GzUoROD-ZBb2FC7QYWw_sV3piMHXQWgRKrvY9etGs1QuRoXerulHi5ZLbKMfqu8Xjhj0hBBmW0EvjiQLj83VKIdHxZZclNxWrHuF--0gYahgS0-J3pIfW-w2jk8yV1-ZzaqXsa7dJlep1Pzw-M3BkeuN708AGJOIWpTS3zRHTZDg1ipS9CYCRvPcqZ_ZZdEyhNFJhhmUmy5LKEcRSu7127NIdpYBQ6Wz4Lx_N48y9OQFY9HNOAU7_JkoSkAghgT1gyQRbP5NDURsogcujyDj9ZCGc5fZg
2020-07-28 20:05:17
AddClientAssertionToTokenEndpointRequest
Added client assertion
grant_type
authorization_code
code
DI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT
redirect_uri
https://www.certification.openid.net/test/p3odWlMS1W/callback
client_assertion
eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ5Vy1Qbm9lTWhUVVRxT0Nvbnh4MGQiLCJhdWQiOiJodHRwczpcL1wvb3AucGFudmEuY3pcL3Rva2VuIiwiaXNzIjoieVctUG5vZU1oVFVUcU9Db254eDBkIiwiZXhwIjoxNTk1OTY2Nzc3LCJpYXQiOjE1OTU5NjY3MTcsImp0aSI6ImFiejM4QVZ1RkxHTllOSURMdmNOIn0.MzWYJOSsU-iRPdnNOVsUuabZQo2FANdYp-YvxZn-EUaOqH1p0Txl1rX61GzUoROD-ZBb2FC7QYWw_sV3piMHXQWgRKrvY9etGs1QuRoXerulHi5ZLbKMfqu8Xjhj0hBBmW0EvjiQLj83VKIdHxZZclNxWrHuF--0gYahgS0-J3pIfW-w2jk8yV1-ZzaqXsa7dJlep1Pzw-M3BkeuN708AGJOIWpTS3zRHTZDg1ipS9CYCRvPcqZ_ZZdEyhNFJhhmUmy5LKEcRSu7127NIdpYBQ6Wz4Lx_N48y9OQFY9HNOAU7_JkoSkAghgT1gyQRbP5NDURsogcujyDj9ZCGc5fZg
client_assertion_type
urn:ietf:params:oauth:client-assertion-type:jwt-bearer
2020-07-28 20:05:17
CallTokenEndpoint
HTTP request
request_uri
https://op.panva.cz/token
request_method
POST
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "accept-charset": "utf-8",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "content-length": "849"
}
request_body
grant_type=authorization_code&code=DI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT&redirect_uri=https%3A%2F%2Fwww.certification.openid.net%2Ftest%2Fp3odWlMS1W%2Fcallback&client_assertion=eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ5Vy1Qbm9lTWhUVVRxT0Nvbnh4MGQiLCJhdWQiOiJodHRwczpcL1wvb3AucGFudmEuY3pcL3Rva2VuIiwiaXNzIjoieVctUG5vZU1oVFVUcU9Db254eDBkIiwiZXhwIjoxNTk1OTY2Nzc3LCJpYXQiOjE1OTU5NjY3MTcsImp0aSI6ImFiejM4QVZ1RkxHTllOSURMdmNOIn0.MzWYJOSsU-iRPdnNOVsUuabZQo2FANdYp-YvxZn-EUaOqH1p0Txl1rX61GzUoROD-ZBb2FC7QYWw_sV3piMHXQWgRKrvY9etGs1QuRoXerulHi5ZLbKMfqu8Xjhj0hBBmW0EvjiQLj83VKIdHxZZclNxWrHuF--0gYahgS0-J3pIfW-w2jk8yV1-ZzaqXsa7dJlep1Pzw-M3BkeuN708AGJOIWpTS3zRHTZDg1ipS9CYCRvPcqZ_ZZdEyhNFJhhmUmy5LKEcRSu7127NIdpYBQ6Wz4Lx_N48y9OQFY9HNOAU7_JkoSkAghgT1gyQRbP5NDURsogcujyDj9ZCGc5fZg&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer
2020-07-28 20:05:17 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/p3odWlMS1W/callback?code=DI2_DrfluBkjF-bycK-6rRWrj6gJ2sS6B-22gMW4LIT&state=VIUdmP2AMc&session_state=PTsGFfMfVfsPHMRfvU05JBv6EU40XHyKV9JW_Z0x64c
response_status_code
200
2020-07-28 20:05:18 RESPONSE
CallTokenEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "cache-control": "no-cache, no-store",
  "content-length": "413",
  "content-type": "application/json; charset\u003dutf-8",
  "date": "Tue, 28 Jul 2020 20:05:18 GMT",
  "pragma": "no-cache",
  "server": [
    "Caddy",
    "Cowboy"
  ],
  "strict-transport-security": "max-age\u003d15552000; includeSubDomains",
  "vary": "Origin",
  "via": "1.1 vegur",
  "x-content-type-options": "nosniff",
  "x-dns-prefetch-control": "off",
  "x-download-options": "noopen",
  "x-frame-options": "SAMEORIGIN",
  "x-xss-protection": "1; mode\u003dblock"
}
response_body
{"access_token":"kkwtZTWKBwLl77RzO5lXXuz9wDt1CD2x9EGbyxAijuJ","expires_in":3600,"id_token":"eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJzdWIiOiJmb28iLCJub25jZSI6IndmMjNvRkJtMDMiLCJhdF9oYXNoIjoia2t3dFpUV0tCd0xsNzdSek81bFhYdXo5d0R0MUNEMng5RUdieXhBaWp1SiIsImF1ZCI6InlXLVBub2VNaFRVVHFPQ29ueHgwZCIsImV4cCI6MTU5NTk3MDMxOCwiaWF0IjoxNTk1OTY2NzE4LCJpc3MiOiJodHRwczovL29wLnBhbnZhLmN6In0.","scope":"openid","token_type":"Bearer"}
2020-07-28 20:05:18
CallTokenEndpoint
Token endpoint response
token_endpoint_response
{"access_token":"kkwtZTWKBwLl77RzO5lXXuz9wDt1CD2x9EGbyxAijuJ","expires_in":3600,"id_token":"eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJzdWIiOiJmb28iLCJub25jZSI6IndmMjNvRkJtMDMiLCJhdF9oYXNoIjoia2t3dFpUV0tCd0xsNzdSek81bFhYdXo5d0R0MUNEMng5RUdieXhBaWp1SiIsImF1ZCI6InlXLVBub2VNaFRVVHFPQ29ueHgwZCIsImV4cCI6MTU5NTk3MDMxOCwiaWF0IjoxNTk1OTY2NzE4LCJpc3MiOiJodHRwczovL29wLnBhbnZhLmN6In0.","scope":"openid","token_type":"Bearer"}
2020-07-28 20:05:18 SUCCESS
CallTokenEndpoint
Parsed token endpoint response
access_token
kkwtZTWKBwLl77RzO5lXXuz9wDt1CD2x9EGbyxAijuJ
expires_in
3600
id_token
eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJzdWIiOiJmb28iLCJub25jZSI6IndmMjNvRkJtMDMiLCJhdF9oYXNoIjoia2t3dFpUV0tCd0xsNzdSek81bFhYdXo5d0R0MUNEMng5RUdieXhBaWp1SiIsImF1ZCI6InlXLVBub2VNaFRVVHFPQ29ueHgwZCIsImV4cCI6MTU5NTk3MDMxOCwiaWF0IjoxNTk1OTY2NzE4LCJpc3MiOiJodHRwczovL29wLnBhbnZhLmN6In0.
scope
openid
token_type
Bearer
2020-07-28 20:05:18 SUCCESS
CheckIfTokenEndpointResponseError
No error from token endpoint
2020-07-28 20:05:18 SUCCESS
CheckForAccessTokenValue
Found an access token
access_token
kkwtZTWKBwLl77RzO5lXXuz9wDt1CD2x9EGbyxAijuJ
2020-07-28 20:05:18 SUCCESS
ExtractAccessTokenFromTokenResponse
Extracted the access token
value
kkwtZTWKBwLl77RzO5lXXuz9wDt1CD2x9EGbyxAijuJ
type
Bearer
2020-07-28 20:05:18 SUCCESS
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
expires_in
3600
2020-07-28 20:05:18 SUCCESS
ValidateExpiresIn
expires_in passed all validation checks
expires_in
3600
2020-07-28 20:05:18 INFO
CheckForRefreshTokenValue
Couldn't find refresh token
2020-07-28 20:05:18 SUCCESS
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
value
eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJzdWIiOiJmb28iLCJub25jZSI6IndmMjNvRkJtMDMiLCJhdF9oYXNoIjoia2t3dFpUV0tCd0xsNzdSek81bFhYdXo5d0R0MUNEMng5RUdieXhBaWp1SiIsImF1ZCI6InlXLVBub2VNaFRVVHFPQ29ueHgwZCIsImV4cCI6MTU5NTk3MDMxOCwiaWF0IjoxNTk1OTY2NzE4LCJpc3MiOiJodHRwczovL29wLnBhbnZhLmN6In0.
header
{
  "typ": "JWT",
  "alg": "none"
}
claims
{
  "at_hash": "kkwtZTWKBwLl77RzO5lXXuz9wDt1CD2x9EGbyxAijuJ",
  "sub": "foo",
  "aud": "yW-PnoeMhTUTqOConxx0d",
  "iss": "https://op.panva.cz",
  "exp": 1595970318,
  "nonce": "wf23oFBm03",
  "iat": 1595966718
}
2020-07-28 20:05:18 SUCCESS
CheckIdTokenSignatureAlgorithm
ID token was signed with "none" as expected
Userinfo endpoint tests
2020-07-28 20:05:18
CallProtectedResourceWithBearerToken
HTTP request
request_uri
https://op.panva.cz/me
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer kkwtZTWKBwLl77RzO5lXXuz9wDt1CD2x9EGbyxAijuJ",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-28 20:05:19 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "cache-control": "no-cache, no-store",
  "content-length": "13",
  "content-type": "application/json; charset\u003dutf-8",
  "date": "Tue, 28 Jul 2020 20:05:19 GMT",
  "pragma": "no-cache",
  "server": [
    "Caddy",
    "Cowboy"
  ],
  "strict-transport-security": "max-age\u003d15552000; includeSubDomains",
  "vary": "Origin",
  "via": "1.1 vegur",
  "x-content-type-options": "nosniff",
  "x-dns-prefetch-control": "off",
  "x-download-options": "noopen",
  "x-frame-options": "SAMEORIGIN",
  "x-xss-protection": "1; mode\u003dblock"
}
response_body
{"sub":"foo"}
2020-07-28 20:05:19 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "cache-control": "no-cache, no-store",
  "content-length": "13",
  "content-type": "application/json; charset\u003dutf-8",
  "date": "Tue, 28 Jul 2020 20:05:19 GMT",
  "pragma": "no-cache",
  "server": [
    "Caddy",
    "Cowboy"
  ],
  "strict-transport-security": "max-age\u003d15552000; includeSubDomains",
  "vary": "Origin",
  "via": "1.1 vegur",
  "x-content-type-options": "nosniff",
  "x-dns-prefetch-control": "off",
  "x-download-options": "noopen",
  "x-frame-options": "SAMEORIGIN",
  "x-xss-protection": "1; mode\u003dblock"
}
status_code
{
  "code": 200
}
body
{"sub":"foo"}
2020-07-28 20:05:19 FINISHED
oidcc-idtoken-unsigned
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2020-07-28 20:05:19
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://op.panva.cz/reg/yW-PnoeMhTUTqOConxx0d
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer tpmnLU4kUjYlHJfAXjOnUQYARv88F-RSPs6COb42ct-",
  "content-length": "0"
}
request_body

                                
2020-07-28 20:05:20 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
204 NO_CONTENT
response_status_text
No Content
response_headers
{
  "cache-control": "no-cache, no-store",
  "date": "Tue, 28 Jul 2020 20:05:20 GMT",
  "pragma": "no-cache",
  "server": [
    "Caddy",
    "Cowboy"
  ],
  "strict-transport-security": "max-age\u003d15552000; includeSubDomains",
  "via": "1.1 vegur",
  "x-content-type-options": "nosniff",
  "x-dns-prefetch-control": "off",
  "x-download-options": "noopen",
  "x-frame-options": "SAMEORIGIN",
  "x-xss-protection": "1; mode\u003dblock"
}
response_body

                                
2020-07-28 20:05:20 SUCCESS
UnregisterDynamicallyRegisteredClient
Client successfully unregistered
Test Results