Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:04 INFO
TEST-RUNNER
Test instance iPfw0uN9457erI2 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-invalid-aud
2022-11-20 20:10:04 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:04
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:04
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "06DqyLm6i5nXC5RUMRWgTANBBE946oM00TaGfutJXIxkOd3KBW3NlQCUJLYSu5kV_mBhQXYZO0YebJes1XiMpBTyPAYf4kJetYlQsHRyPYEDPbyg6iTcYLG7RTWDc4GU9c_JyGFoWD6ORV-6Y-182yUeXoN1fNhL0WAh3fFnaAE",
      "kty": "RSA",
      "q": "ucli8YlZN6bKLlVY-KJdvuk4sYMyfgUYDLPDFWi1ot-_ETfRA6FsBqwTLU9CmU7Ndxhf19zfFgelKqpEL8NBCnr4QsDYprmkd-UQcwSR-PZWSkwk07D_mZXQWLgJFk_RLbU9w43yDlOU1Ib-hm_otlJlcnzQtvDGVX9kXgc0sXc",
      "d": "RrUo8m0lVHB6g34WPlCjSmbOgnOzH8J_M4OrO3dU7Kq3O39XDtj32t2vXfnIqpW8J8lXIa0TLtCWRiiun4fWCuqRxqetLcEPrl2OOek8BdUQOSLBBBlH4Sx1lSXfq-f5CFxnLanvj5eZGChF5bUSVi4u_HQ83UhKoVtWf1_-hEFjeIk75ttNk_lxKzmimGODyUSS2Oc8WM4t1-iM9y-yYItGtoaniiuxlmJcT_PgbPYwDdHwaWPt7jRSwRE6XPxHdKJBB8xRm3MhD6-JrNPYn38RvrfPDMvBsHcLIxlM6UT7trUuvZqliGP71-uFwXx8NoC1S_D7QpPIEucp4BlAAQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "b7ac538c-3ffe-4582-8869-3797dd122d1f",
      "qi": "XYejkytK5K1p0jab-eQXSGHzmdpfh9nArGUsUw3wgz4eMBeFJW6rcHVo4Ngv6ZM6_Ca2mixM_jPasFnmqnq-MlmJ2VuG8Dpv_NTfAfTogcxH0LFEgyTZhtYcq5VD4SVhBPzAD6KvcBDytf9IwiCzoNDXqo8qg31pRmRd9NBm-gI",
      "dp": "VUWmtOCZePyw-Lp4vhpvr5E0Fm-LUjsyAgbNZMCbm8356JMkftGCn8JO7wfqPmrtwMTHC2BxxD95rNnky1M6oDbMcEErgbiqfs1olOEm0v9z9eFWmWHm5pNW2Qk6AUW6Zt2l-ba-G6iBHRT4fqFHyOmI9h5ULczdp-zrWImX2AE",
      "dq": "gE9zxDkFowfQLrvHHMCWWhmcjAx-PMar22nzW7_bYkeBIBUah5VelCUXgX1yE4t3H793wg_LCt3w1kyNlycUrnZLK18gwdUIn71V5PnNDtKiueFotcNSY_Ix2HQR4pTxdM3tgDdyay6SZU1uT87OO80gPzewtggIElhPKxly7PU",
      "n": "mZXEzqu6XwKJWZHIGzWaWGTxCy9BkKkkVN8I6yZAld7XStKlRC7kcLlBs9nowU0zMUqwpJIdFaamBIn3uIMNBZrm_14TqaUXG4A5wlzWwanqMi_N1Cut0jgxKC3KUvF7cCVUJtXbxDFaTxbBoys0U8PnhMMF88IG7_9jSzq65yDOw4AqDpnkcDzPp_6qVG8YGT5i459nlR3ZqBfd1lOWHM2Xdj2nSfds7KlhLVlFkpaysoBCyqQTaucQomUwHfWzDMHZyNCikoDKA7cMkTGZ5rM99g0p5sjbdwgrMv3Kw7zcUEMnxXwG0ktSEa7zo3_ROquop0Wvuduz4KNK3S4Jdw"
    },
    {
      "kty": "EC",
      "d": "c36YjH73EEL9CpDBN8JkDTTpa5DIBOB9pt_qSP4Hy9w",
      "use": "sig",
      "crv": "P-256",
      "kid": "436f0ea5-438e-49a1-8692-dd736d2a2b63",
      "x": "meb2FXHzXD1yJ-sy0H64rAt6ZgeytE-ZB5Z7Q_DYKTk",
      "y": "6pLMa1sqSf107uOjluTeZ0Xm6DM1NV03OTBnKYyhaz8"
    },
    {
      "kty": "EC",
      "d": "1E7xx02qnqxdm5KyFFRetc9YNp84BsMe1_LGhLlxb7w",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "a76031cf-aedf-4362-beb7-a13252aadb7b",
      "x": "25bimdqAMSaAZnw5Y2Jb29zRoxPT6pHP8YcAS-j4YcI",
      "y": "jRFtNw51r1_rwqvHGd8_ucrtwOKwyOsDACThYqzHD1o"
    },
    {
      "kty": "OKP",
      "d": "CBZlsH6J3WFBK3MvB4cPlZcdCWQNL4Djiy5_r38m4Gk",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "106bf492-6ff4-4d57-8d5a-db268b5d5cc6",
      "x": "DxTEEdAa--7ZWPcLrVe1YgRtZmDJKxQySvcQ7m8D12I"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "20zOo8HZ_9rs2z2kWHCt6rWf95CfElW2qAKKpkZzdTqrfCCO4vZ6uKgDIA4OS0UrNBiRrPXjlmTp-ffNtV-ZLuu1KPNwNmoSyzxKaeSF3BRjzBrlOtv9M12sn91VKpkRlrJZM6k-OYItH6Vy_Di40Mn1ZmDGvBRTv4G_zx4rvOk",
      "kty": "RSA",
      "q": "ugPl1xaoQE54nAScCFYfLQOHb56wAqcekO0FzeIAy7a1aHl-F_s31U-7tndPhiWOlPEGx4Rjdf9s2u_AzFT4sHSasnz0heZqtX1zTW4Sce1SzfQIbzvWAbujnQdFlafF_19aVm8Jo8jDjWgZaYTtHK9A4Vx9XlBb-0bKjeqy8k0",
      "d": "Pnm2B7YyIh_YDs2-DEU48Bal2wxb-dHxrGyryBIxIpTRp_TyB2-tRFMlqdes-Dqx1EZyLxgyQvgI_AEPLTRz3zgZnu897C-NcE0naazC-KrRrN6V-TRxwvo_yvQqTaHiaBIWrT-h3KohYzEJX86_Om20gtkYa5LaPk1dUp7g1H86-wx2hi1S0fxTfwB7KXh3K18r7AFvOjAcht1ocpB3NMqERunLeAVivLB3Ng-gNCzI5bO5Tm-4xk6mT9S0VjudlSzNAnJ2uPQSkLQtBabdlK6o4erjkXDmvALnGL90xHFK7Jdp5UP9-HFttc8O9wzhnEumRzaaojOSKTlHMSzvIQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "1feffef9-20e3-43f6-8984-667a954b9ae2",
      "qi": "DDPT74iAZWkGeXIUfAM1HFA0gE2DW2bPSI66yKTAX1YJUgrYQ-ngDnlz4DIIZw6iNDmtJrmCA7h4miqTrvDK9O6colrqvM0AsM8RFq41vsX1VW0UXWuMI9Fa4MJYClYsLfxECRJuH3wmo26PbLpH0xjur5bCCPLNbz7HyvkRnMo",
      "dp": "lPMRMza6e8ZVs_-lPZCi_9UG5t5qvMhM_MZlJ9SYHRqRWQjAJDXnWr57CO2jFcrQMl0xrLmCMCcwqGCAbt2UrMLZ1AusvrjDNRkpLc1Sgg2zTvFBmv3Kd3X7hsWNUBaRVLqkTat5IRRi06jLdbaNCPrzW-sFcL-ZtmxJPEMwz-k",
      "alg": "RSA-OAEP",
      "dq": "rLhz0S07m0KB4TSygVceaZiuSGmLu1rcGevMCOjCnmWPumudNr1QkaQQg5PzZnc3FntbNSVriSRcOkqGtfRsWsRa5EL8ddyG1vCegJYlUF3yFkRzFH317_QALw2Sgiyfv8kVQ86kn80KLyIq_nysAoeEcf2Ed2-ciQyphe8Yq70",
      "n": "n1kk7VyGbKL6Hkkd_7GfeKh5aAvJWDjIwjkCr_yVsTZARO4i2r7Min1-gqsiEAmBXBIycrzutLFDAHLirnLsnl88KDgpAIrwzg-t0DL6L5TSN38lh1T7-qjw1pprZkCe3rfsyOCtZkU5QDIt8B7Bl-VJ3IcXY8_02liHGTfqwKv8VfMxX_HWJfDNuKHHOdSfAnSPRx04J0JD0LAt287D-B7mB9-2SX1_wFK6aRmIuYNjTMW_O1nwvq2dpPbFe7NL84Jw-gHvFxTL7JwWkUVvP7IYGzhxGQ4e3EvV1PpfDZAikQ1XT2KWbhf7Tg6FtArR4K5AMik7NacszFc8v74UFQ"
    },
    {
      "kty": "EC",
      "d": "bbwfXW-jeXAQK9-EZCJDFWWeLDmIiNkEYBn4SLqrD7s",
      "use": "enc",
      "crv": "P-256",
      "kid": "440e9389-6905-4587-854f-b56b4d2afed5",
      "x": "kcnlhcVqeT-CpGKDu_tAJ8ti9H30gjt0UNIcDhBUKNQ",
      "y": "Mq4d4E4et-86l5KxGcolUUo1TOgnZZ49oPDJpvgtfGs",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "b7ac538c-3ffe-4582-8869-3797dd122d1f",
      "n": "mZXEzqu6XwKJWZHIGzWaWGTxCy9BkKkkVN8I6yZAld7XStKlRC7kcLlBs9nowU0zMUqwpJIdFaamBIn3uIMNBZrm_14TqaUXG4A5wlzWwanqMi_N1Cut0jgxKC3KUvF7cCVUJtXbxDFaTxbBoys0U8PnhMMF88IG7_9jSzq65yDOw4AqDpnkcDzPp_6qVG8YGT5i459nlR3ZqBfd1lOWHM2Xdj2nSfds7KlhLVlFkpaysoBCyqQTaucQomUwHfWzDMHZyNCikoDKA7cMkTGZ5rM99g0p5sjbdwgrMv3Kw7zcUEMnxXwG0ktSEa7zo3_ROquop0Wvuduz4KNK3S4Jdw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "4c2fdd2f-1462-44fc-8f52-9e9e3743f032",
      "n": "pJqDr5x24IVCyoYlfiyP_LfqdOFGHav3bFJaeBlz6UD0tZJBDN9qBFvKx6WBJ79C6Syir7vCKT5UvwPGTdWt0oOKq9SlYt-3zqX3okhmHS8p-x48BDwEei8s_8320qDiM8EPhRNqIZAWSEgXib6P9Ge0Sbx-iT2aRJYL5NCAzmJx-A80v52U6ty-EkPFzpnxDLZaJeSd1Z7TYjthLpv2WxroZt4YFDbH0IDGvn6Wlk4dql1ALOdbtXxkJn9IyPrIUfMbWWJU25ZnXsfu436GI4tXFyX1ktPoZL2mToqYoPok_0FcUF-fXIaTQpTMZZNnQvy-Lm3SA0o83RwjtXyuGQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "436f0ea5-438e-49a1-8692-dd736d2a2b63",
      "x": "meb2FXHzXD1yJ-sy0H64rAt6ZgeytE-ZB5Z7Q_DYKTk",
      "y": "6pLMa1sqSf107uOjluTeZ0Xm6DM1NV03OTBnKYyhaz8"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "563c17c5-5c95-45c3-b8e2-2bd5123b4a9c",
      "x": "U4IXAIURY914PjFBqWVtxKpHUzMdu3QncqxoRAJrm2I",
      "y": "WirHpUeHmzZsksJ2SkT-xaGETvkfg2a5SsEX74Vt7TY"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "a76031cf-aedf-4362-beb7-a13252aadb7b",
      "x": "25bimdqAMSaAZnw5Y2Jb29zRoxPT6pHP8YcAS-j4YcI",
      "y": "jRFtNw51r1_rwqvHGd8_ucrtwOKwyOsDACThYqzHD1o"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "106bf492-6ff4-4d57-8d5a-db268b5d5cc6",
      "x": "DxTEEdAa--7ZWPcLrVe1YgRtZmDJKxQySvcQ7m8D12I"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "1feffef9-20e3-43f6-8984-667a954b9ae2",
      "alg": "RSA-OAEP",
      "n": "n1kk7VyGbKL6Hkkd_7GfeKh5aAvJWDjIwjkCr_yVsTZARO4i2r7Min1-gqsiEAmBXBIycrzutLFDAHLirnLsnl88KDgpAIrwzg-t0DL6L5TSN38lh1T7-qjw1pprZkCe3rfsyOCtZkU5QDIt8B7Bl-VJ3IcXY8_02liHGTfqwKv8VfMxX_HWJfDNuKHHOdSfAnSPRx04J0JD0LAt287D-B7mB9-2SX1_wFK6aRmIuYNjTMW_O1nwvq2dpPbFe7NL84Jw-gHvFxTL7JwWkUVvP7IYGzhxGQ4e3EvV1PpfDZAikQ1XT2KWbhf7Tg6FtArR4K5AMik7NacszFc8v74UFQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "440e9389-6905-4587-854f-b56b4d2afed5",
      "x": "kcnlhcVqeT-CpGKDu_tAJ8ti9H30gjt0UNIcDhBUKNQ",
      "y": "Mq4d4E4et-86l5KxGcolUUo1TOgnZZ49oPDJpvgtfGs",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:04 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:04 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:04 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:04 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:04 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:04 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:04 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:04 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:04 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:04 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:04 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:04 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:04 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:04 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:04 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:04 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:04 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:04 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:04 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:04 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:04 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:04 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:04 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:04 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:04 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:04 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:04 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:04 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:04 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:04 SUCCESS
OIDCCExtractServerSigningAlg
Selected signing algorithm based on client id_token_signed_response_alg.
selected_algorithm
EdDSA
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:04
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:04
oidcc-client-test-invalid-aud
Setup Done
2022-11-20 20:10:05 INCOMING
oidcc-client-test-invalid-aud
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:05 OUTGOING
oidcc-client-test-invalid-aud
Response to HTTP request to test instance iPfw0uN9457erI2
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:05 INCOMING
oidcc-client-test-invalid-aud
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": "aFHMJtf12sddwlNY2JC8VonAUIsAiWSxp7OC4iy6trM",
  "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:05 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:05 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:05 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "aFHMJtf12sddwlNY2JC8VonAUIsAiWSxp7OC4iy6trM",
  "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:05 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:05 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:05 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
aFHMJtf12sddwlNY2JC8VonAUIsAiWSxp7OC4iy6trM
2022-11-20 20:10:05 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:05 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:05 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:05 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:05 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:05 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
lyHAcwvTV3wO66JYit9mk6kiJTuO1uDi
2022-11-20 20:10:05 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
FXy5-OAOrrSVQ42kmjc0j11M_7K__aZPN5ULUpqvp1Q
2022-11-20 20:10:05 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:05 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": "lyHAcwvTV3wO66JYit9mk6kiJTuO1uDi"
}
2022-11-20 20:10:05
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=lyHAcwvTV3wO66JYit9mk6kiJTuO1uDi
2022-11-20 20:10:05 OUTGOING
oidcc-client-test-invalid-aud
Response to HTTP request to test instance iPfw0uN9457erI2
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=lyHAcwvTV3wO66JYit9mk6kiJTuO1uDi]
outgoing_path
authorize
2022-11-20 20:10:06 INCOMING
oidcc-client-test-invalid-aud
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": "VxiMQLMjLw4rwbhwY1rPBAlFE3fNQyNp-G9CaSiIQZU",
  "code": "lyHAcwvTV3wO66JYit9mk6kiJTuO1uDi",
  "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=VxiMQLMjLw4rwbhwY1rPBAlFE3fNQyNp-G9CaSiIQZU&code=lyHAcwvTV3wO66JYit9mk6kiJTuO1uDi&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:06
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:06 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:06 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:06 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
lyHAcwvTV3wO66JYit9mk6kiJTuO1uDi
2022-11-20 20:10:06 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:06 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
T4UBygCLlrA91Qh0jNFyRMJ9JRL70kgGukPzxMCGdquzyME1L5
2022-11-20 20:10:06 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
PZfTaV1_a_NjTbYgNm5bq8hyHGV1BJ2d8OnSCAlFOsI
2022-11-20 20:10:06 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
1668975006
exp
1668975306
2022-11-20 20:10:06 SUCCESS
AddInvalidAudValueToIdToken
Added invalid aud to ID token claims
aud
client-77c1aa57-dd0d-49b2-b107-29103a4db2421
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-29103a4db2421",
  "iat": 1668975006,
  "exp": 1668975306
}
2022-11-20 20:10:06 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
PZfTaV1_a_NjTbYgNm5bq8hyHGV1BJ2d8OnSCAlFOsI
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-29103a4db2421",
  "iat": 1668975006,
  "exp": 1668975306,
  "at_hash": "PZfTaV1_a_NjTbYgNm5bq8hyHGV1BJ2d8OnSCAlFOsI"
}
2022-11-20 20:10:06 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIxMDZiZjQ5Mi02ZmY0LTRkNTctOGQ1YS1kYjI2OGI1ZDVjYzYiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiUFpmVGFWMV9hX05qVGJZZ05tNWJxOGh5SEdWMUJKMmQ4T25TQ0FsRk9zSSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MjEiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvNzdjMWFhNTctZGQwZC00OWIyLWIxMDctMjkxMDNhNGRiMjQyXC8iLCJleHAiOjE2Njg5NzUzMDYsImlhdCI6MTY2ODk3NTAwNn0._csA3rS2Dm9X2tQY2agDRRIoR-dzLq8egDWf3wzcy7X79S5OszoUWc-7HaZANSw3Qqeu4Jf_Z-EfVN-pGytEAA
key
{"kty":"OKP","d":"CBZlsH6J3WFBK3MvB4cPlZcdCWQNL4Djiy5_r38m4Gk","use":"sig","crv":"Ed25519","kid":"106bf492-6ff4-4d57-8d5a-db268b5d5cc6","x":"DxTEEdAa--7ZWPcLrVe1YgRtZmDJKxQySvcQ7m8D12I"}
algorithm
EdDSA
2022-11-20 20:10:06 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:06 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
T4UBygCLlrA91Qh0jNFyRMJ9JRL70kgGukPzxMCGdquzyME1L5
token_type
Bearer
id_token
eyJraWQiOiIxMDZiZjQ5Mi02ZmY0LTRkNTctOGQ1YS1kYjI2OGI1ZDVjYzYiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiUFpmVGFWMV9hX05qVGJZZ05tNWJxOGh5SEdWMUJKMmQ4T25TQ0FsRk9zSSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MjEiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvNzdjMWFhNTctZGQwZC00OWIyLWIxMDctMjkxMDNhNGRiMjQyXC8iLCJleHAiOjE2Njg5NzUzMDYsImlhdCI6MTY2ODk3NTAwNn0._csA3rS2Dm9X2tQY2agDRRIoR-dzLq8egDWf3wzcy7X79S5OszoUWc-7HaZANSw3Qqeu4Jf_Z-EfVN-pGytEAA
scope
openid email
2022-11-20 20:10:06 OUTGOING
oidcc-client-test-invalid-aud
Response to HTTP request to test instance iPfw0uN9457erI2
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "T4UBygCLlrA91Qh0jNFyRMJ9JRL70kgGukPzxMCGdquzyME1L5",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIxMDZiZjQ5Mi02ZmY0LTRkNTctOGQ1YS1kYjI2OGI1ZDVjYzYiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiUFpmVGFWMV9hX05qVGJZZ05tNWJxOGh5SEdWMUJKMmQ4T25TQ0FsRk9zSSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MjEiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvNzdjMWFhNTctZGQwZC00OWIyLWIxMDctMjkxMDNhNGRiMjQyXC8iLCJleHAiOjE2Njg5NzUzMDYsImlhdCI6MTY2ODk3NTAwNn0._csA3rS2Dm9X2tQY2agDRRIoR-dzLq8egDWf3wzcy7X79S5OszoUWc-7HaZANSw3Qqeu4Jf_Z-EfVN-pGytEAA",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:08 FINISHED
oidcc-client-test-invalid-aud
Test has run to completion
testmodule_result
PASSED
2022-11-20 20:10:09
TEST-RUNNER
Alias has now been claimed by another test
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
new_test_id
opnOsI3kFvpvKa3
Test Results