Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:18 INFO
TEST-RUNNER
Test instance ff2KyPwyMi56GHs created
baseUrl
https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "default",
  "client_registration": "static_client"
}
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
description
oauth4webapi/2.0.0 (https://github.com/panva/oauth4webapi)
planId
XeujdsLfQfTiD
config
{
  "description": "oauth4webapi/2.0.0 (https://github.com/panva/oauth4webapi)",
  "alias": "77c1aa57-dd0d-49b2-b107-29103a4db242",
  "client": {
    "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
    "client_secret": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
    "scope": "openid email",
    "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
    "jwks": {
      "keys": [
        {
          "crv": "Ed25519",
          "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
          "kty": "OKP",
          "use": "sig",
          "alg": "EdDSA",
          "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
        }
      ]
    },
    "id_token_signed_response_alg": "EdDSA"
  },
  "waitTimeoutSeconds": 2
}
testName
oidcc-client-test-kid-absent-multiple-jwks
2022-11-20 20:10:18 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/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",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at"
  ],
  "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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"
  ]
}
2022-11-20 20:10:18
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/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",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at"
  ],
  "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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"
  ]
}
2022-11-20 20:10:18
OIDCCGenerateServerJWKsMultipleSigningsKeyWithNoKeyIds
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "yesiQVGLYgU8QchyC82wud7eUM8gusIpTa82qDdEodCakfVdRXe6pBW65dliZenSpvC7HQLz05Dad2OJiqJtjs2Bm9BMllCyZDNafQc2HAm35cbXVgG_6jkfaJfbBQInqaTtQUKwX-PxoIKPvOIMEXb7R4elaOUJEaShc3x6UVU",
      "kty": "RSA",
      "q": "vGx25SaJPKzfdvsw-ONJ1d_HXugsDEyu1tLaNymVYn5ZR5E-2AapmuSidIOq2ok6JKu7lqWSJbOnQ3EXjhzfEZImWgn_KNtAPNOH0fekW7xqx_06zbn7yorDNs_zBnH1Lrgow1dccjC0wAjlVHMPXyxG1VqXGk30uE1DKKNidgU",
      "d": "TJwPzTCrl527BQquQ1JI4zmAXrLLWzY6qhXaDc7mlo-w6xA6e8G8nXJAQDnSiiwyL1s9KmFeM9Zcf6ZMDn4PptMj2VHgFTxhkE0P9Sv3rQoXSlrcH4mHImehPAUuofPVB6njMa-Jvpk4KTAqctknTvF-tNfRXY0-1YivgLc94dQ5nDAdzJJwYNhSWVbdeLL-13hQphM3wf_ort08Blnt3Ru2FlTOEEmYFuylo0q_DFtSY-pfoS2cEw4BFqeZ0ENGvZhB9GP5KtB0uhBxu5nPBtAwH0Qv19oJbI91fqv_YI0ssd8RF88ZxL14ATfeugE2cZKUBgWEzZ5eZG3lYG5YMQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "SorLjT35zoa5A3-SV6BRnkw5cQ5fSqcIvgTmzocyEoZF0Ll1pyTviJ5AO9juAHRht5HFjBH6h4Qj675WvroKhDKQPDcHTXDx5jWUNc7JerMEnR60eoGt6xUw0fJ_wus78fnt_yBkV9QQb8akFdjbBzF4Va7W2n1fgTMtNP_RSME",
      "dp": "jqMj17CbHetE3dOTfPMY3LSrp7oqDMQMGWyk17_zI7wQ9Pq3oNMrba5MEQK3l_bNcFCuXZgwVkwFiEEwcFa9vhs-a6uB7s2it1XvnlLxzmyvFAqbI46o2_TuUxyzA566FgUD9Q3_Oj3z-sdActXcYJoEeEtCdg8VkPkTdFmCruE",
      "dq": "N9V8NdMBf7VKUpuEm3veeT3iekEaLFrcxFOezhHIbnM6SXbExIbU4000xontquxXCl7JK47Mi9d8jQOKE1aC01YXfz7PGXA-zMdxy8oyLezbR3_GWQfvkMklp6xfO12xZbK0gY31mvDL3svECQ4_U9hu9PHvLKBFEAf1Cqm_l3E",
      "n": "lJ46IYr1qJPgpiXmFYKHXZx4bXJyk3XbMIY_uf0T9p7urONYUaEk65mALoNQQZVp6UMmj3dsLo_njd6cLxbVOuxXPSSajLFH0dsoqBMSdaK4VyFiO9Tbc643yPFq8EeWTSYR1bi4GHQFgSpo-ZviNHWenOyvkoF6D6bsbAywkgAM6VT7Aha71Z2PkaAGD0HlLCmUFySCDIAQT8OWA8YBa-tNr5UArwfeQln-IkgM4DfdkoMkG-1WI2ZpuwtbFQMhL_JHnzBN5cCBkWJi-IuSpFM2xJiXx5lfkLBcFeSQ9oXWTYT6pMQ623wm3jDEz6Wd1miNREYwIASWEN-GEWrEqQ"
    },
    {
      "kty": "EC",
      "d": "QnAMzBCMUz1ndsEE7ScRpnKI0jE6xFML1lbkFz3Cuoc",
      "use": "sig",
      "crv": "P-256",
      "x": "Q6nmQnQ15CAIW3qgZDQE6K14ghsqWX7eIVNH4kqIzkc",
      "y": "4QhgzjiR1N4CLNExV5yMblCM_Ed8QVkvhhyyoPa97k8"
    },
    {
      "kty": "EC",
      "d": "_YwX5y71bMjLGMfXz7ugWyGAG8P5bYMbJ9bFNkYqW30",
      "use": "sig",
      "crv": "secp256k1",
      "x": "tw5uD-dR09QOxaE70AO9NleJHdhYaSrhBXqOnbuCRF8",
      "y": "Vho0Gas8ZOK36fvQrS1cJ3Qr5uBrkA4LZbE50XAIBT0"
    },
    {
      "kty": "OKP",
      "d": "rB7j-AdpMLBl29spejH_prJeTNKzV8MquCyZ61szKCk",
      "use": "sig",
      "crv": "Ed25519",
      "x": "eHsK8WE_RiYWVp0elgPuOem3r3wVjiM4ELyyYtcud2A"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "wWs-YaSLNYYThDWymecNhVKTrUZe7PnQxpyd3o_wa9RZDif3PGnbqprFfS7JynP0X7Nvgx5wwYHoAR2mhwQFcr2eBCc8_5sk6Zqe2Y19TTrn73TH4vEttgW8YDL6SXi1OsZZrm6SxsgeawvkE1wwcJAXkH4WwYMQLPfq5Buj_4k",
      "kty": "RSA",
      "q": "vJMAFtwUTwcNGM1fwBLQD9UUK8rvrCI9GtkGViq0_W26pEtUnEsl9SwJOySmTiqBWiUKd9tZTHUvpygkxsd7Chc-NFUkwCBeS96iz33IkmaU7yLKXCJUsK4s0hgEPR_StbAstMmQpZKKI6sHM0B6s-tP15dTWFWJniiD0jyaNY8",
      "d": "U2iwNDRgjeW74bdTb7Svdoax18pNEtoLA8BZPEcZZ2rmUiV98u4jGbpMH9RP-eXdWyibNsSsErxZLYpYPHPiDev9NXFVUcWBQgAet6PejYZEt8RwhZ50P2QpqY1VlxmF8dy8OT_--RG-V8aQDXzbqm3YkIOTAOD67Vo7z9x0K5K199RUT9HXiHTQd9Vruga0fV3EG62i1RiNRexeSeEfn-hH3z1PWN-K0CM4wmec1xbjaRTBvshHuXrnS9fkWkddF4BJ2YWl__oslsOuuN-YIMmRLG-GaGGQUMtNp0iNSWMDiPxZYwcwwHaetON75stqWO9hSJ3pzIlPWkh7d1MMkQ",
      "e": "AQAB",
      "use": "enc",
      "qi": "l8qfoPIpxYIAR6k4QlR5xW6BEoDLwXkxQCARjqhzdievnmoPONrkcGrj21tHx8eXfdPFMTwDPegsWVkaXh3zCzR7IEi6KDMVAmia4SKiZSxtik3eaCBUUuidDgPY2zOGMYpd0ciZTJM7e5ndv5xJZvQT76mG7ModURSwenjW4gk",
      "dp": "FsKn9JWITCQa59Pp0HKABNBS0HEXeotrJfQIH8iQYh_62s-ZKGLMlqbf1ntLA6fheeGDncpXOm4u_vKeRgUTHw1xKsvzQaDgFx061B7yP8ROxr7XRr1aw7CpGijliv_JU8FDjGM2om2qJq6fiCexC43pN_eedecWYDRMT8tw4QE",
      "alg": "RSA-OAEP",
      "dq": "ayi18keaGtaM8L00XjfSmEyjq8ckr5K9WpZdbXXTZ_iFCXvtVuu1ZD9j94H6J40r-If4DOhPNI2bSMgdLgCJwNA4fxCrU6qRK1gW-QYnhlpY5BPHHtg7fDNeMP2I2xtMaAb3QL0SP6Sob2BvNQa9M6TSuFa7_ASPsZqgXkYl860",
      "n": "jnnSdcxmlVSLZWiVj-QhaP3EZ8Unun6PqzPwGOB_Wlbz9pqgeVuy8jsW_L1325S6wQTac0IfV84QLFQH3YtlgYSsxXd2CRR4m2VkVM9kka1ltSgfgelW8nAQNkerURjcleFH5SACTWsAWbW1Vg9eGJrEK8WZlOhpaa21217LhZK6LNUsq-2S6Yre7SHQrlfxzu84FecQ23zrKF9lGVZAz2rzWYCCTq8w8iUdE6HXLkZlMVIUCMFxoRbgCfNdxRFce5e8yqi6DUAnsCU9OMR5x3cNCDFV3KDyBl9hiZbjHWupQU_RBdh9oG1yo_UVNh2nuwKWiyZ453RJgzkSOO0ahw"
    },
    {
      "kty": "EC",
      "d": "VzwiZI5tC13DEMecLR4xfuGO0036Gl5EIDIvUiKX2z0",
      "use": "enc",
      "crv": "P-256",
      "x": "TVlUVTmh5WBP29oU4j_gjwwuRbQ_aXjLLQ9xtaAbM60",
      "y": "gGC_rJnCBDQbe2d1ZmklcB0S7uTc31Qc9t-hFyycL6g",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "lJ46IYr1qJPgpiXmFYKHXZx4bXJyk3XbMIY_uf0T9p7urONYUaEk65mALoNQQZVp6UMmj3dsLo_njd6cLxbVOuxXPSSajLFH0dsoqBMSdaK4VyFiO9Tbc643yPFq8EeWTSYR1bi4GHQFgSpo-ZviNHWenOyvkoF6D6bsbAywkgAM6VT7Aha71Z2PkaAGD0HlLCmUFySCDIAQT8OWA8YBa-tNr5UArwfeQln-IkgM4DfdkoMkG-1WI2ZpuwtbFQMhL_JHnzBN5cCBkWJi-IuSpFM2xJiXx5lfkLBcFeSQ9oXWTYT6pMQ623wm3jDEz6Wd1miNREYwIASWEN-GEWrEqQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "lgrhcFvrxfl7jh7Hi-e_rqZL1lkQQzfPLKT2Dof_8cKTSliiujoVrE14RoGH8jDUTs6bXGOI2goePP7pSvBpUMlUpiie9ZsnHtn9R-TUIdVTOELyhUNikT7iDkXiXjB5IGtbD-LrQtjZetDY57PLDoiKuw1RMnJwSb5wZ50VqMZjxZkbCC90aTdCl_C0g5cgqnqR1CG8GkyvWD2rgYzJlbJu4TO_JnyjBH0byB9-QHHBdaNUH2KKrXa8O32vrEmUDut15slYouqDJNevncz-Gx5ilhl5YrAipQFArXMWt19rFVp6Owv1YGvqwX0JuuO0wm0OaDje6SBtSoW1f5syNw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "mqQJtZaDGQCyHFk6jls6VwfiY7MtklglYXMn_bIoqxT6T88HIleTvdOayLN3Wm-mHjjz3T0aGq1LGtvkj1HLtKJ1NLDw-K5bngy_XY2tJF0FzXh_DeKwFp8C0IN5Hl97L-36zQr6wWIE-siPeelkOOJGXswD-FNVyJLGFt-qp6jW4SrN9t7dfo4VxjciAED2QHStSAMTLDiRX-bFenI0fpDj8ab1zsinSWofsEd6Dmtm0lwb_GPKB6O95a2oRpdLNT39tl1J-6UxS42Bxf1e5bt2kjMQDPI5PQRxyFCkwtWXI0MFuzfBNpSWAXdJkoscE2qBjrS6ojXWIVS3q4wclw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "i_fEdxzarfNTsjDIqhLtLTQZIANGYI1r7BnptKKuqZI",
      "y": "nNriMSEm339lFkUKukoHDOtvs72jAHtKavTUzV7_JXQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "Q6nmQnQ15CAIW3qgZDQE6K14ghsqWX7eIVNH4kqIzkc",
      "y": "4QhgzjiR1N4CLNExV5yMblCM_Ed8QVkvhhyyoPa97k8"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "RW2dNR6rwGk0j8tZZ_cid1xq473x_NCjmJc34UKqWnQ",
      "y": "hD9gDrdk2ArrYo6O_TA3YW5VxNALKH1W9OPjOzl5T5o"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "1UdCm2fnwr29fsTzZ5-gkzMIcXQlpW85-qTnkLZdp-k",
      "y": "ET6BvB6CW7i-pSTFMfdIWdyffYnJCQ40EMeFdNJnWBc"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "tw5uD-dR09QOxaE70AO9NleJHdhYaSrhBXqOnbuCRF8",
      "y": "Vho0Gas8ZOK36fvQrS1cJ3Qr5uBrkA4LZbE50XAIBT0"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "el67UeEdGAKdkFVI_d3JTfnoky9HulwUZM3swRWJv-M",
      "y": "sqS5JXY0ATOhQ1xCRjxolODSj8BLVBSyNRGmkABq9cs"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "FBWL9cQE5qTm4H4drtdwYyu0O5VoUcQXOJcMHbzBJA4"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "eHsK8WE_RiYWVp0elgPuOem3r3wVjiM4ELyyYtcud2A"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "b_qgIZiBPCYHKkADqmlwQOSIbzzK0CHODswrqCzyXEU"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "alg": "RSA-OAEP",
      "n": "jnnSdcxmlVSLZWiVj-QhaP3EZ8Unun6PqzPwGOB_Wlbz9pqgeVuy8jsW_L1325S6wQTac0IfV84QLFQH3YtlgYSsxXd2CRR4m2VkVM9kka1ltSgfgelW8nAQNkerURjcleFH5SACTWsAWbW1Vg9eGJrEK8WZlOhpaa21217LhZK6LNUsq-2S6Yre7SHQrlfxzu84FecQ23zrKF9lGVZAz2rzWYCCTq8w8iUdE6HXLkZlMVIUCMFxoRbgCfNdxRFce5e8yqi6DUAnsCU9OMR5x3cNCDFV3KDyBl9hiZbjHWupQU_RBdh9oG1yo_UVNh2nuwKWiyZ453RJgzkSOO0ahw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "x": "TVlUVTmh5WBP29oU4j_gjwwuRbQ_aXjLLQ9xtaAbM60",
      "y": "gGC_rJnCBDQbe2d1ZmklcB0S7uTc31Qc9t-hFyycL6g",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:18 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-11-20 20:10:18 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/",
  "profile": "https://example.com/user",
  "updated_at": 1580000000
}
2022-11-20 20:10:18 SUCCESS
OIDCCGetStaticClientConfigurationForRPTests
Found a static client object
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
client_secret
client-77c1aa57-dd0d-49b2-b107-29103a4db242
scope
openid email
jwks
{
  "keys": [
    {
      "crv": "Ed25519",
      "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
      "kty": "OKP",
      "use": "sig",
      "alg": "EdDSA",
      "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
    }
  ]
}
id_token_signed_response_alg
EdDSA
redirect_uris
[
  "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
]
2022-11-20 20:10:18 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "client_secret": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "scope": "openid email",
  "jwks": {
    "keys": [
      {
        "crv": "Ed25519",
        "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
        "kty": "OKP",
        "use": "sig",
        "alg": "EdDSA",
        "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
      }
    ]
  },
  "id_token_signed_response_alg": "EdDSA",
  "redirect_uris": [
    "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
  ]
}
2022-11-20 20:10:18 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:18 SUCCESS
ExtractJWKsFromStaticClientConfiguration
Extracted client JWK
client_jwks
{
  "keys": [
    {
      "crv": "Ed25519",
      "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
      "kty": "OKP",
      "use": "sig",
      "alg": "EdDSA",
      "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28",
      "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
      "alg": "EdDSA"
    }
  ]
}
2022-11-20 20:10:18 SUCCESS
ValidateClientJWKsPublicPart
Valid client JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-11-20 20:10:18 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:18 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:18 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:18 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
]
2022-11-20 20:10:18 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:18 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:18 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:18 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:18 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:18 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:18 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:18 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-11-20 20:10:18 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:18 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2022-11-20 20:10:18 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:18 INFO
ValidateTokenEndpointAuthSigningAlg
Skipped evaluation due to missing required element: client token_endpoint_auth_signing_alg
path
token_endpoint_auth_signing_alg
mapped
object
client
2022-11-20 20:10:18 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:18 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2022-11-20 20:10:18 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2022-11-20 20:10:18 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2022-11-20 20:10:18 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:18
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2022-11-20 20:10:18
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2022-11-20 20:10:18
oidcc-client-test-kid-absent-multiple-jwks
Setup Done
2022-11-20 20:10:19 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/.well-known/openid-configuration
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json",
  "user-agent": "oauth4webapi/v2.0.0",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Discovery endpoint
2022-11-20 20:10:19 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance ff2KyPwyMi56GHs
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/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",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at"
  ],
  "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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"
  ]
}
outgoing_path
.well-known/openid-configuration
2022-11-20 20:10:19 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "*/*",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "user-agent": "undici",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "FeKwLhNEi5-hDwOIxt9jBKHe3SItNRTooNzxMf8og1M",
  "code_challenge_method": "S256",
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "response_type": "code",
  "scope": "openid email"
}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Authorization endpoint
2022-11-20 20:10:19 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:19 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:19 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "FeKwLhNEi5-hDwOIxt9jBKHe3SItNRTooNzxMf8og1M",
  "code_challenge_method": "S256",
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "response_type": "code",
  "scope": "openid email"
}
2022-11-20 20:10:19 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:19 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:19 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
FeKwLhNEi5-hDwOIxt9jBKHe3SItNRTooNzxMf8og1M
2022-11-20 20:10:19 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:19 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:19 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb
expected
[
  "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
]
2022-11-20 20:10:19 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:19 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:19 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
jmB45QcjOqjKCmfbRia8ph2ljYnv6DPr
2022-11-20 20:10:19 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
q_31dZF9TrzE_wVabllCCA
2022-11-20 20:10:19 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
}
2022-11-20 20:10:19 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "code": "jmB45QcjOqjKCmfbRia8ph2ljYnv6DPr"
}
2022-11-20 20:10:19
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=jmB45QcjOqjKCmfbRia8ph2ljYnv6DPr
2022-11-20 20:10:19 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance ff2KyPwyMi56GHs
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=jmB45QcjOqjKCmfbRia8ph2ljYnv6DPr]
outgoing_path
authorize
2022-11-20 20:10:19 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json",
  "authorization": "Basic Y2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MjpjbGllbnQtNzdjMWFhNTctZGQwZC00OWIyLWIxMDctMjkxMDNhNGRiMjQy",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "user-agent": "oauth4webapi/v2.0.0",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close",
  "content-length": "207"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token
incoming_body_form_params
{
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "code_verifier": "baoj90axMC6GOkLJ1OB3YrY4LZ8Nxcl1IhVsCCXBaPA",
  "code": "jmB45QcjOqjKCmfbRia8ph2ljYnv6DPr",
  "grant_type": "authorization_code"
}
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
redirect_uri=https%3A%2F%2Fclient-77c1aa57-dd0d-49b2-b107-29103a4db242.local%2Fcb&code_verifier=baoj90axMC6GOkLJ1OB3YrY4LZ8Nxcl1IhVsCCXBaPA&code=jmB45QcjOqjKCmfbRia8ph2ljYnv6DPr&grant_type=authorization_code
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Token endpoint
2022-11-20 20:10:19
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:19 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
client_secret
client-77c1aa57-dd0d-49b2-b107-29103a4db242
method
client_secret_basic
2022-11-20 20:10:19 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:19 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
jmB45QcjOqjKCmfbRia8ph2ljYnv6DPr
2022-11-20 20:10:19 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb
2022-11-20 20:10:19 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
TBQWilS26Th5v02Ao2jW3Eb3RAN7m220WeShBxVRgIn1fgibak
2022-11-20 20:10:19 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
E_86rI1WMW1XVvrBivM01A
2022-11-20 20:10:19 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/
sub
user-subject-1234531
aud
client-77c1aa57-dd0d-49b2-b107-29103a4db242
iat
1668975019
exp
1668975319
2022-11-20 20:10:19 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
E_86rI1WMW1XVvrBivM01A
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "sub": "user-subject-1234531",
  "aud": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "iat": 1668975019,
  "exp": 1668975319,
  "at_hash": "E_86rI1WMW1XVvrBivM01A"
}
2022-11-20 20:10:19 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiRV84NnJJMVdNVzFYVnZyQml2TTAxQSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMxOSwiaWF0IjoxNjY4OTc1MDE5fQ.NgIhWx7yKU9bJ5Zhvh5VehwBJTe2rNfoJkMLmCeeAPKU0pzHT_BhP0WznrmjUupu21kfIYlfAMWudKgAJdOmq3HpDbNQfTYi2PzdJF7a4W7wsJW4RJYSq-8BRU5z_y7M1lvQixDgh7iW-By9n1mEoRftiX7YyS6VQPhUaPyMNvsw9wOu3gfFoW5le5EVBLIA_tnXBtrj8YA6Kuax9pWS7gBgHhLbjxnYRAmHofn3ItT_mrH-s6M4PDfGDjlonV5ksl2uKvjTHdfUisZ0vRRPRNWfsGslzQkq0mY63KdckJMn6nRKZcDa9ZNUlllje53hBEJS9GtNLt9taYwtx2MMAA
key
{"p":"yesiQVGLYgU8QchyC82wud7eUM8gusIpTa82qDdEodCakfVdRXe6pBW65dliZenSpvC7HQLz05Dad2OJiqJtjs2Bm9BMllCyZDNafQc2HAm35cbXVgG_6jkfaJfbBQInqaTtQUKwX-PxoIKPvOIMEXb7R4elaOUJEaShc3x6UVU","kty":"RSA","q":"vGx25SaJPKzfdvsw-ONJ1d_HXugsDEyu1tLaNymVYn5ZR5E-2AapmuSidIOq2ok6JKu7lqWSJbOnQ3EXjhzfEZImWgn_KNtAPNOH0fekW7xqx_06zbn7yorDNs_zBnH1Lrgow1dccjC0wAjlVHMPXyxG1VqXGk30uE1DKKNidgU","d":"TJwPzTCrl527BQquQ1JI4zmAXrLLWzY6qhXaDc7mlo-w6xA6e8G8nXJAQDnSiiwyL1s9KmFeM9Zcf6ZMDn4PptMj2VHgFTxhkE0P9Sv3rQoXSlrcH4mHImehPAUuofPVB6njMa-Jvpk4KTAqctknTvF-tNfRXY0-1YivgLc94dQ5nDAdzJJwYNhSWVbdeLL-13hQphM3wf_ort08Blnt3Ru2FlTOEEmYFuylo0q_DFtSY-pfoS2cEw4BFqeZ0ENGvZhB9GP5KtB0uhBxu5nPBtAwH0Qv19oJbI91fqv_YI0ssd8RF88ZxL14ATfeugE2cZKUBgWEzZ5eZG3lYG5YMQ","e":"AQAB","use":"sig","qi":"SorLjT35zoa5A3-SV6BRnkw5cQ5fSqcIvgTmzocyEoZF0Ll1pyTviJ5AO9juAHRht5HFjBH6h4Qj675WvroKhDKQPDcHTXDx5jWUNc7JerMEnR60eoGt6xUw0fJ_wus78fnt_yBkV9QQb8akFdjbBzF4Va7W2n1fgTMtNP_RSME","dp":"jqMj17CbHetE3dOTfPMY3LSrp7oqDMQMGWyk17_zI7wQ9Pq3oNMrba5MEQK3l_bNcFCuXZgwVkwFiEEwcFa9vhs-a6uB7s2it1XvnlLxzmyvFAqbI46o2_TuUxyzA566FgUD9Q3_Oj3z-sdActXcYJoEeEtCdg8VkPkTdFmCruE","dq":"N9V8NdMBf7VKUpuEm3veeT3iekEaLFrcxFOezhHIbnM6SXbExIbU4000xontquxXCl7JK47Mi9d8jQOKE1aC01YXfz7PGXA-zMdxy8oyLezbR3_GWQfvkMklp6xfO12xZbK0gY31mvDL3svECQ4_U9hu9PHvLKBFEAf1Cqm_l3E","n":"lJ46IYr1qJPgpiXmFYKHXZx4bXJyk3XbMIY_uf0T9p7urONYUaEk65mALoNQQZVp6UMmj3dsLo_njd6cLxbVOuxXPSSajLFH0dsoqBMSdaK4VyFiO9Tbc643yPFq8EeWTSYR1bi4GHQFgSpo-ZviNHWenOyvkoF6D6bsbAywkgAM6VT7Aha71Z2PkaAGD0HlLCmUFySCDIAQT8OWA8YBa-tNr5UArwfeQln-IkgM4DfdkoMkG-1WI2ZpuwtbFQMhL_JHnzBN5cCBkWJi-IuSpFM2xJiXx5lfkLBcFeSQ9oXWTYT6pMQ623wm3jDEz6Wd1miNREYwIASWEN-GEWrEqQ"}
algorithm
RS256
2022-11-20 20:10:19 INFO
EncryptIdToken
Skipped evaluation due to missing required element: client id_token_encrypted_response_alg
path
id_token_encrypted_response_alg
mapped
object
client
2022-11-20 20:10:19 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
TBQWilS26Th5v02Ao2jW3Eb3RAN7m220WeShBxVRgIn1fgibak
token_type
Bearer
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiRV84NnJJMVdNVzFYVnZyQml2TTAxQSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMxOSwiaWF0IjoxNjY4OTc1MDE5fQ.NgIhWx7yKU9bJ5Zhvh5VehwBJTe2rNfoJkMLmCeeAPKU0pzHT_BhP0WznrmjUupu21kfIYlfAMWudKgAJdOmq3HpDbNQfTYi2PzdJF7a4W7wsJW4RJYSq-8BRU5z_y7M1lvQixDgh7iW-By9n1mEoRftiX7YyS6VQPhUaPyMNvsw9wOu3gfFoW5le5EVBLIA_tnXBtrj8YA6Kuax9pWS7gBgHhLbjxnYRAmHofn3ItT_mrH-s6M4PDfGDjlonV5ksl2uKvjTHdfUisZ0vRRPRNWfsGslzQkq0mY63KdckJMn6nRKZcDa9ZNUlllje53hBEJS9GtNLt9taYwtx2MMAA
scope
openid email
2022-11-20 20:10:19 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance ff2KyPwyMi56GHs
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "TBQWilS26Th5v02Ao2jW3Eb3RAN7m220WeShBxVRgIn1fgibak",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiRV84NnJJMVdNVzFYVnZyQml2TTAxQSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMxOSwiaWF0IjoxNjY4OTc1MDE5fQ.NgIhWx7yKU9bJ5Zhvh5VehwBJTe2rNfoJkMLmCeeAPKU0pzHT_BhP0WznrmjUupu21kfIYlfAMWudKgAJdOmq3HpDbNQfTYi2PzdJF7a4W7wsJW4RJYSq-8BRU5z_y7M1lvQixDgh7iW-By9n1mEoRftiX7YyS6VQPhUaPyMNvsw9wOu3gfFoW5le5EVBLIA_tnXBtrj8YA6Kuax9pWS7gBgHhLbjxnYRAmHofn3ItT_mrH-s6M4PDfGDjlonV5ksl2uKvjTHdfUisZ0vRRPRNWfsGslzQkq0mY63KdckJMn6nRKZcDa9ZNUlllje53hBEJS9GtNLt9taYwtx2MMAA",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:19 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json, application/jwt",
  "authorization": "Bearer TBQWilS26Th5v02Ao2jW3Eb3RAN7m220WeShBxVRgIn1fgibak",
  "user-agent": "oauth4webapi/v2.0.0",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Userinfo endpoint
2022-11-20 20:10:19 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
TBQWilS26Th5v02Ao2jW3Eb3RAN7m220WeShBxVRgIn1fgibak
2022-11-20 20:10:19 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
TBQWilS26Th5v02Ao2jW3Eb3RAN7m220WeShBxVRgIn1fgibak
2022-11-20 20:10:19 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2022-11-20 20:10:19
ClearAccessTokenFromRequest
Removed incoming access token from environment
2022-11-20 20:10:19 INFO
AddIssAndAudToUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-11-20 20:10:19 INFO
SignUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-11-20 20:10:19 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2022-11-20 20:10:19 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance ff2KyPwyMi56GHs
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531",
  "email": "user@example.com",
  "email_verified": false
}
outgoing_path
userinfo
2022-11-20 20:10:19 FINISHED
oidcc-client-test-kid-absent-multiple-jwks
Test has run to completion
testmodule_result
PASSED
2022-11-20 20:10:20
TEST-RUNNER
Alias has now been claimed by another test
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
new_test_id
6ca4dTFEzxuWgq1
Test Results