Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-09-01 12:04:20 INFO
TEST-RUNNER
Test instance qekgCcxxvmR8xVb created
baseUrl
https://www.certification.openid.net/test/qekgCcxxvmR8xVb
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "request_uri",
  "client_registration": "dynamic_client",
  "response_mode": "default"
}
alias

                                
description
test suite runner for openid-client
planId
yOlk25gGaeYUc
config
{
  "description": "test suite runner for openid-client",
  "waitTimeoutSeconds": 2
}
testName
oidcc-client-test-dynamic-registration
2020-09-01 12:04:20 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/",
  "authorization_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/token",
  "jwks_uri": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "client_secret_jwt",
    "private_key_jwt"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2020-09-01 12:04:20
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/",
  "authorization_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/token",
  "jwks_uri": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2020-09-01 12:04:20
SetRequestUriParameterSupportedToTrueInServerConfiguration
Enabled request_uri support in server configuration
server
{
  "issuer": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/",
  "authorization_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/token",
  "jwks_uri": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "PS256",
    "ES256"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_uri_parameter_supported": true,
  "require_request_uri_registration": false
}
2020-09-01 12:04:21
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "-wNRIjJoVi20NCMK6k8Hs9QLMniCX8WvST_1aEmDXkgEwCDmjGp_rpdL-DjSK9pWDPyQTOIveQXuDiah5jAIYbDxsH3ZJD1dEy6q1MTzVoig78_FtBdF_FXrgc7YKpcyeRiUu5vyZovhD0B2A5UkaeNuxZ6cmDj9_G8cFJMgWkU",
      "kty": "RSA",
      "q": "6WKkrg751dktdWvMxvIVmruWsnjIAfcqsiOblpIrqlej6o0GJxVZEVzwTIimy__HlUMKymcldzyA2wt7RmeoxOWVlm5lXc47nxLu5cAPitUUVOJJZOPzuV3jnFbZ7IGwciEX9I-8QQsTUv6Alm80SZqt3AjdnV7iQwVnlVOPDVk",
      "d": "xYkIxnmaHvMqMhOxuciUe3JU_tN3ORSOHKUnK5HIeoGAW5r6uJq3kuqLZTGd21SEmjeyigH3HYzEOs6kHGPlcn5NdIKK1lE2h-hg_JimvcOufo2Jpk26IKwGluYPkSJ1Ts_qbuEGrLWJCXrfAWj8UyVLP4HJO_xaaMGZX36AijA5mgd3S-drn3I8nJrfmY4PDZt6Rz0snHAxQdMvlur_F1iBm_6thP1OKbjKSCH5OACMKE-vaZa_SucYiAKhooswRqYNunmiCCmPXPoSdTGpncLE_oRJ9aUO8W-WSvtoZoeMfvt5RAgRvfqU9l3KrDywbhcyYRdot5BSWt2VqT7ygQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "95b21b33-2645-48e1-a3bd-dae6ac82e277",
      "qi": "ob9Y6RHKldifiv9Iqay_JECU1ve3RJ6JH0LuMWc4-pZ5OcwVXLGuPIadeOjjdk01ziW6pkOx2VwiLktdYAXwa-JOxNBiyhhT41e9F1CvWHXutVGM-ncvnZsuzIacNBMY7Fk6tgJ13WKeINPgwugB7OakhY0O-7xg7dGny8i1c4A",
      "dp": "M-q8tjj80Y5EbmAtGsdbzXr3EepQ9OQbXCgpZveFf1Of_-kOJk7Et-S9JssB1WYkVC1M30oNDZgHY8_jvouCwEnrw1hUOCWlAZmuZbGSrvw1ZURxHM2PgSB4RHH2zeBV5SwLXz5jBYi69P-dKSKI1Ing2Gj09JsdFUAZ67t-fo0",
      "dq": "W_HTxQr7XEdqRFdK3pni7wm2TeuNiFCyzml-02wUrdBHMJGMeftMEq4VsWEorTfAjkpSRvkp5na8oQ896rfN4nw8WX52iuVD0eCoo3Tt6pkVoHdhyNCRZVba4-3Hfwh81gm5oUy7MrjFTS4cxKdc5x58HjKT9Hq8EwFfFJJNykk",
      "n": "5Na9lfnidkIuivf2W-PmUKbkQbVFXWY2MwXdJB2PEfurM9-8m9Ym1WsYTuf1MrYOzP5EB9cGWegBoIyaMlIBS8TYpLevKmRyAQt_gbMos5t8vi9_W1DbvJ7QNX2qxxUCDRep1ajjQ4RcdF6rZeO3XKpbk2Gxinp_x1zQBQgOFemwv6w4tmGlGSKy6S5zWflzrzGPX8aI4QVEzAKaTKmmE0RbM3AHjuIWBOIppRdycJPsZLGWy2C-hqE_K68zdUSYQFxl3AqBsP_-3tSuMIkFKrhEd087INWiCb7A3gGILo2IZ_6T0o9P4eAbJnL6JDy9BreToJtuu6E6vsgfll_i_Q"
    },
    {
      "kty": "EC",
      "d": "slbI1XXbqbthhU-VL-QxV2l-BAffJFB0Nbbgt2-TL2o",
      "use": "sig",
      "crv": "P-256",
      "kid": "2153f128-97f0-415e-8055-99ce1c47890b",
      "x": "yuCDLK57ki3Uxl1pV2uenMBEdBW0e4YcrSfbmgiHWIE",
      "y": "BmGNNZrVoO7MlwdBwHYwNjSeJlSnTUtIHQxG6D3wcos"
    },
    {
      "kty": "EC",
      "d": "i4XMtjv9qcGS53bfVRm1JUbvBXUvR4QBkgwOPOF7VZA",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "c42b9cf9-6fd0-4cfe-be2e-bb06eb9dba41",
      "x": "TyKA4rkDK8xDLCmw4s5gptDD9CQjfyuEKJtAv6Xe2DY",
      "y": "gSuyZ24a1A4WDjKTdkGzdlGYgXGtedlcQX4Y7sbMZfo"
    },
    {
      "kty": "OKP",
      "d": "Rh8NUzw8EhTkBZ3htO5-wnx7oyfu58VR_wDpvurL5g0",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "f04acb09-6d36-44e0-bebc-52c0a2c2a274",
      "x": "Ra9jMX1_BlSySUosOIuDLFvOmWjJf7dyUBFeQxXOpoM"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "6gOVyOhuT59clQjP0xBJp8yLP7WcHf-d4EIH3D4ur9YB_1Y9_yZscg3LAMaJMXhCacDizVSTSlwNLS2qhwUMJyhRMVdHcVv0Qtew_MUqKeJXq3d4j_81D-ZEjimmRuiIw8GKyaRxi-WMyABwN3JB3AKTycEjqOsyhP4MntMOeAc",
      "kty": "RSA",
      "q": "toR82CWOEqSzMgRTHe6bW9KTf27BQbufGsUfO88U28ovDk-QREz4S71zgjSLwG9HLT6nEFYUR_NioKwGpLpDg7KQxUbnz_Yxjbujr8vagbDOJvsaQt37VYRY-Lw5GaBFRD2rRj7DziK-cPafdVDnu74jGJHTKKoRFIbWhjc6S3c",
      "d": "R2It6Ut-Nn4mgf4o8I7yZnHactg8MKzN2PAoIIGa3zDC-YBKrbCEYttU_ZgSEtjjfQ4d_nHDgRDF2mgIgHGF2Iw59-GE_K-_QYSxB7DpEsZv1uXrNUsvJwifA1CqdanjYVAuHXDGzf0tnddCsDo8Lli1MweMc__LjLLInh9DAuTdlCoAMsz40luXpCpgbSjTWh4HjeHdABk45AUwgk619vzahlnV5GgATQnNrTOukCPccpGzOoUUorftNaeibEl77_Cz8Lgc3ee00uIsf6FpMvGJXhYE_N3XE6AUAo6beb4EA_RhHyLoVd5ZNtGJp8CYL0KWVAr1ALWmslExC8l8IQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "1d9b5200-3156-4eab-a80a-ea8a2728da08",
      "qi": "yE1bKUk0x8jK8HdttIL_Oj4HAn7LZsJxgflWoGXxax3zKYZ6KEXhWlZlvmZrn-R85xS6EBleEZ0SajVwkUMP94P6b8ovrq58wIjt7lgcKQeORRCTnrRYOgSe9_jzHYRxSuMvzcfB-NDqJU9zYFzdPGr6eRvT5cuUJ_wZ7ilxhRQ",
      "dp": "yC507T5XTulmC19UWJrwRwhkfgVfHRJS_Um-65qN2YDaiJA_zIoT7qT56RnstlLHjSuhWEBnFw8Tfng4DfQ1ZzHH8stUpBYjJyLXlgMbhGTI1jcG_Tc1Lvqt3mamhLXaeIqRrNhtAV1GRriJRgUJbakOv2HmnVNFDhs8tIibMfU",
      "alg": "RSA-OAEP",
      "dq": "ZMEKcf95SE1nJotAnttjI_NAvS4UvQantA1xSoDsUNBx3YKKb0nWH2l75DrBkv9a2V0muFvsYjO3FF8iY7j3IDJovJ6BxUlw3X7hw1_TRZimlNo1Cwijf_fJbbXqB31z_1HTxLlNOfPwEUfzir2YzwkNMrj9Sgtn1l8A-aJvKc0",
      "n": "pteodWK-W0PTTT6MOOVeMiSsae4rd1qgl1FNNTAXFmIJlrVR25U8lGlkp9DQZ9CVMuwpTvPSAvXpKwAZfqrSS_qePSpCvaa1uzvXgO5CNOAbJWAQm-wskuDeJWSNwKRrUqOZ3tSUsfVL129jeUn0icuXOU44MvJWchIpfoBpfMFI0llex40IftMsf-X_A8yybfpQ0Qptsx1dKqHEWFcfSeLFE59WpNJE4125T_cIlM6UgCR347NSsSGBk3kmq6Bgg8pC4hMKTga5qkF1lb8lJpB_Zjlz3gSunUvd1nw-8JstC6GfAIicW8PM_QCiHEo9jIRkd1lbcLIssQBkC3nYQQ"
    },
    {
      "kty": "EC",
      "d": "QskA7TQrhuwZUTHnV5RcHWbw-WGQQyLkNxc4sKVJvlo",
      "use": "enc",
      "crv": "P-256",
      "kid": "8caa80d7-4f22-403e-a4a2-8f3506ee7973",
      "x": "QACRA0MePwTa9ZLvUjGMXEQm8AZXYJVFKveQZ_JIn6E",
      "y": "v7fBlOEdVeK-y3_-V1oab9CHIyEH0DGe59FiVlBBTMs",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "95b21b33-2645-48e1-a3bd-dae6ac82e277",
      "n": "5Na9lfnidkIuivf2W-PmUKbkQbVFXWY2MwXdJB2PEfurM9-8m9Ym1WsYTuf1MrYOzP5EB9cGWegBoIyaMlIBS8TYpLevKmRyAQt_gbMos5t8vi9_W1DbvJ7QNX2qxxUCDRep1ajjQ4RcdF6rZeO3XKpbk2Gxinp_x1zQBQgOFemwv6w4tmGlGSKy6S5zWflzrzGPX8aI4QVEzAKaTKmmE0RbM3AHjuIWBOIppRdycJPsZLGWy2C-hqE_K68zdUSYQFxl3AqBsP_-3tSuMIkFKrhEd087INWiCb7A3gGILo2IZ_6T0o9P4eAbJnL6JDy9BreToJtuu6E6vsgfll_i_Q"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "820ae63a-6f31-4e98-b468-aba97426f441",
      "n": "tAK10pKRm1JbyhiBEwR2ZUZr3fKKPNEprzkVH3paXqtr9M3OlNCZscG0uz2x_sntPV0UN1X_HCDj_H98xdwU54DuWEYBuecr0AbxHLkqhHSBr_C8-C1sGau_krFYN2e7NN9rfSPSZaRhTfCXB7ud5xpBEC1tq03kokkbvq_ZOkcTG-gWKh_vDnpqtGk1ZxYZL1fcj0pHukT1QC2mcVlJrxprvo6idXeTnjYnyUjr5UAiaVJK3ro4mu60eoXaoXxWOnalYJhkO0AzfeXNQaV2q7Byi93R7k7iNUSiZQ_BMERrpM5Ct0tcl0A2E1HwoLOobMdTNeAV2mJJ9-REzc5VEQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "2153f128-97f0-415e-8055-99ce1c47890b",
      "x": "yuCDLK57ki3Uxl1pV2uenMBEdBW0e4YcrSfbmgiHWIE",
      "y": "BmGNNZrVoO7MlwdBwHYwNjSeJlSnTUtIHQxG6D3wcos"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "b254ed00-d156-4d57-8f27-304e12104133",
      "x": "9nnWUCMf2ao33qPODsPAcBDBre_f_ubuRkUYbUH43mw",
      "y": "mRTB4gVF30bYMJn5mvSnGjCJYY1kC-1BrFcT2vtPwg4"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "c42b9cf9-6fd0-4cfe-be2e-bb06eb9dba41",
      "x": "TyKA4rkDK8xDLCmw4s5gptDD9CQjfyuEKJtAv6Xe2DY",
      "y": "gSuyZ24a1A4WDjKTdkGzdlGYgXGtedlcQX4Y7sbMZfo"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "f04acb09-6d36-44e0-bebc-52c0a2c2a274",
      "x": "Ra9jMX1_BlSySUosOIuDLFvOmWjJf7dyUBFeQxXOpoM"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "1d9b5200-3156-4eab-a80a-ea8a2728da08",
      "alg": "RSA-OAEP",
      "n": "pteodWK-W0PTTT6MOOVeMiSsae4rd1qgl1FNNTAXFmIJlrVR25U8lGlkp9DQZ9CVMuwpTvPSAvXpKwAZfqrSS_qePSpCvaa1uzvXgO5CNOAbJWAQm-wskuDeJWSNwKRrUqOZ3tSUsfVL129jeUn0icuXOU44MvJWchIpfoBpfMFI0llex40IftMsf-X_A8yybfpQ0Qptsx1dKqHEWFcfSeLFE59WpNJE4125T_cIlM6UgCR347NSsSGBk3kmq6Bgg8pC4hMKTga5qkF1lb8lJpB_Zjlz3gSunUvd1nw-8JstC6GfAIicW8PM_QCiHEo9jIRkd1lbcLIssQBkC3nYQQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "8caa80d7-4f22-403e-a4a2-8f3506ee7973",
      "x": "QACRA0MePwTa9ZLvUjGMXEQm8AZXYJVFKveQZ_JIn6E",
      "y": "v7fBlOEdVeK-y3_-V1oab9CHIyEH0DGe59FiVlBBTMs",
      "alg": "ECDH-ES"
    }
  ]
}
2020-09-01 12:04:21 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-09-01 12:04:21 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-09-01 12:04:21 SUCCESS
OIDCCLoadUserInfo
Added user information
user_info
{
  "sub": "user-subject-1234531",
  "name": "Demo T. User",
  "given_name": "Demo",
  "family_name": "User",
  "middle_name": "Theresa",
  "nickname": "Dee",
  "preferred_username": "d.tu",
  "gender": "female",
  "birthdate": "2000-02-03",
  "address": {
    "street_address": "100 Universal City Plaza",
    "locality": "Hollywood",
    "region": "CA",
    "postal_code": "91608",
    "country": "USA"
  },
  "zoneinfo": "America/Los_Angeles",
  "locale": "en-US",
  "phone_number": "+1 555 5550000",
  "phone_number_verified": false,
  "email": "user@example.com",
  "email_verified": false,
  "website": "https://openid.net/",
  "updated_at": "1580000000"
}
2020-09-01 12:04:21 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-09-01 12:04:21
oidcc-client-test-dynamic-registration
Setup Done
2020-09-01 12:04:23 INCOMING
oidcc-client-test-dynamic-registration
Incoming HTTP request to test instance qekgCcxxvmR8xVb
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "accept": "application/json",
  "accept-encoding": "gzip, deflate",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
Discovery endpoint
2020-09-01 12:04:23 OUTGOING
oidcc-client-test-dynamic-registration
Response to HTTP request to test instance qekgCcxxvmR8xVb
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/",
  "authorization_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/token",
  "jwks_uri": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/qekgCcxxvmR8xVb/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "PS256",
    "ES256"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_uri_parameter_supported": true,
  "require_request_uri_registration": false
}
outgoing_path
.well-known/openid-configuration
2020-09-01 12:04:24 INCOMING
oidcc-client-test-dynamic-registration
Incoming HTTP request to test instance qekgCcxxvmR8xVb
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "accept": "application/json",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "161",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
register
incoming_body_form_params
incoming_method
POST
incoming_body_json
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ]
}
incoming_query_string_params
{}
incoming_body
{"token_endpoint_auth_method":"client_secret_basic","response_types":["code"],"grant_types":["authorization_code"],"redirect_uris":["https://rp.example.com/cb"]}
Registration endpoint
2020-09-01 12:04:24 SUCCESS
OIDCCExtractDynamicRegistrationRequest
Extracted dynamic client registration request
request
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ]
}
2020-09-01 12:04:24 INFO
EnsureRegistrationRequestContainsAtLeastOneContact
This application requires that registration requests contain at least one contact.
2020-09-01 12:04:24 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2020-09-01 12:04:24 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://rp.example.com/cb"
]
2020-09-01 12:04:24 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-09-01 12:04:24 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-09-01 12:04:24 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-09-01 12:04:24 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-09-01 12:04:24 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-09-01 12:04:24 INFO
ValidateIdTokenSignedResponseAlg
Skipped evaluation due to missing required element: client id_token_signed_response_alg
path
id_token_signed_response_alg
mapped
object
client
2020-09-01 12:04:24 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-09-01 12:04:24 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2020-09-01 12:04:24 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-09-01 12:04:24 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2020-09-01 12:04:24 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-09-01 12:04:24 INFO
ValidateTokenEndpointAuthSigningAlg
Skipped evaluation due to missing required element: client token_endpoint_auth_signing_alg
path
token_endpoint_auth_signing_alg
mapped
object
client
2020-09-01 12:04:24 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-09-01 12:04:24 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-09-01 12:04:24 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-09-01 12:04:24 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-09-01 12:04:24 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-09-01 12:04:24 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-09-01 12:04:24 SUCCESS
OIDCCRegisterClient
Registered client
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_zJAeMufEgvHudSV76911\u0027[],\u0027"
}
2020-09-01 12:04:24
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_GCggwALcfygchuNcmxToZpNtEcBvtqGvehoHuYrfWNhNoyWzjr0140722737'}%!,
2020-09-01 12:04:24 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-09-01 12:04:24 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_zJAeMufEgvHudSV76911\u0027[],\u0027",
  "client_secret": "secret_GCggwALcfygchuNcmxToZpNtEcBvtqGvehoHuYrfWNhNoyWzjr0140722737\u0027}%!,"
}
2020-09-01 12:04:24 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-09-01 12:04:24 SUCCESS
OIDCCExtractServerSigningAlg
Using the default algorithm for the first key in server jwks
signing_algorithm
RS256
2020-09-01 12:04:24
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2020-09-01 12:04:24 OUTGOING
oidcc-client-test-dynamic-registration
Response to HTTP request to test instance qekgCcxxvmR8xVb
outgoing_status_code
201
outgoing_headers
{}
outgoing_body
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_zJAeMufEgvHudSV76911\u0027[],\u0027",
  "client_secret": "secret_GCggwALcfygchuNcmxToZpNtEcBvtqGvehoHuYrfWNhNoyWzjr0140722737\u0027}%!,",
  "id_token_signed_response_alg": "RS256"
}
outgoing_path
register
2020-09-01 12:04:24 FINISHED
oidcc-client-test-dynamic-registration
Test has run to completion
testmodule_result
PASSED
Test Results