Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:20 INFO
TEST-RUNNER
Test instance 6ca4dTFEzxuWgq1 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-single-jwks
2022-11-20 20:10:20 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: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/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:21
OIDCCGenerateServerJWKsSingleSigningKeyWithNoKeyId
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "5fwNj4LnJVW2TRoeHmVVxQi8k6ZbzvBeEANzamKSSGVsLlDRrmQlQFYucNaxGGs438NL-XUMzQ13CySC5-dORXaoT1ZGHeX7E-iQx2oO3klzabE6zTCj4WTWbfxz3SsMbWRGBvlF-j70isab2yvrEjbC5-TXJtJ4bauf1-vcNm0",
      "kty": "RSA",
      "q": "2CdytKKUNqivBPU70BLpcrkUFZ42GB0uCSUu18cTvGaD9sQaH7wc9hD6cUAG_5tqbsrgTGTQf9IXpF1Nwmcm8rtg8SjV4_8RiyD9jb5Fr-iGlHexv2NfElCrepf2BEfUp8hnxzyONZA1aAe54JsGLUsFeEXcP00pnMizjpPOcIM",
      "d": "Oh0lq4w1cFNUyRzcJjWmiF5eOywxTvRcK2ebbbzeEnnuHZHjkwx1uUzZ0s1iIi7C0kerEaCYxXyls4o-P-T0IEZFZDpkI8Opd7SklbfzaHHy0dvh0MKig93wCMzNOhkIxJw8E6ZFkKCKhbxWv0SBN2YQleDmt0WgMoH3ctTX7xqQPJp8STRji0W_GWhR8UDPsMiRXGYRID8GHWelY7GkxY1YzpBaSk6BH9DDkqUAeuA4aMZF6RHTqXhgohg82CmYH-M88gCUrnGKrFryB86p56vqSs_WaHsssJbAkZ0y8IPqITfHxbL2zuyXrUh8kj8D5EzgHHtodNkeU0PLDgw-eQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "fhqAD6qc7_I0jmDy4Yb1WvpY96LQhJhWhnfonY269RO-90tiveBwH_iJ9NzFkrMe108Q_1VqOCOP67xfzl_dt8u3nwEx5KY73h8KEAHfG6mrnktLlb8b2fThxAp1bBAL2etoU3ThohA9HiCcM77wf7ph5xSEKJlKm87wnrjalDQ",
      "dp": "RzLl-9TZvFwxqOL6CgzzJaGTx94LtCAD7s8yru-_O7xyZlBM6cFFKwrDK9m7T8T6AYQThDHxeZW-keuGv0aDm8ulRZJ--IiXV017bNDvs29n1IOyoY16Xq_6Fmi-cez-1urhJw2K1XMh_8iGva52AtiDNIlK9lDYSZOFU7JIJW0",
      "dq": "MMfGRSmjlSpARTgqxWxfLrrB45cO0iZTq1Cu35dXxt7DzT64Po0vZAC05DX03l5uiI5UTCk8PHxnRXqg_8xTp9fNqt7yVj_L78AEOKbGB0rMhFj2ziBY5kM6T7JXnOOxBCRf90CdP01KIC4OLrgNjs8tbtUlPUvmpjFNBFIq9o0",
      "n": "wjAb46yiEVFYVR_Mqkf7RnTauprjVqbTlDwu5wIZVurFbTX8v8TNuz8fsz2Ux9IED1SBwmnjO7U5a7Ith3ZSYLLXh88i0C-UYunukQVhGmxM9JaR9lIktdqxyRyf59stTQKbPueljrSBgtz8e9U_AOQonmzkbBRoRAGKJU7cTPH0HPvzbOALJ56c9SWvySS_GAfZbm9iptoDhe4yEsSOBVTtrCMeu_XE7ZmE0gfsy1K5WfVh-IIp7CCkBukSoLiMZAuWDyoWRSUstWNXr78m6iVaXBDP4aE0G3eB9xnc0wxzppa3I7wLzw027PwFdJNFeeIEKfarydiQTOiYbDWJxw"
    },
    {
      "kty": "EC",
      "d": "kSBnFhfbN0gHXYnvsFIsMitfaei4VN-eKrk_bfdeyno",
      "use": "sig",
      "crv": "P-256",
      "x": "pnCdPRR14euC9b1bf8ihEMbHOtPv11tRGbmWWn95OVs",
      "y": "j-bRcoGtgqJm6EAPt-ZdtW941mvWWHCV2m-duCs6bWM"
    },
    {
      "kty": "EC",
      "d": "E0vPeHlgtccMls5J7Xrnlm03VOPX0NJTRTWvYeV5Stg",
      "use": "sig",
      "crv": "secp256k1",
      "x": "TmA3WRxucu_BzTK9oGAO_veh-HmXSRs9dO7k5isKtME",
      "y": "lVcNJr49pzBFJg_4WiSpNH3NjcF6NIKbpNtWWYUYdD8"
    },
    {
      "kty": "OKP",
      "d": "DRgN1-hG18wS5a6Cx1O2McHWuEVP7OEYEYtz57Agtdk",
      "use": "sig",
      "crv": "Ed25519",
      "x": "PJhwsmnYNOqkZkeM4sZ2A55P5u5vy2CW8V5wzdsTAbA"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "3IItes5Tj869z713cqz2NY8cleezlWRRiHKGGqRrshU-0P6S5rHzrAG-ZC38z2kJndM64Ltz74-tYLEMEauczpV-fxpnlTTmsmPylkK4ZkC-vF0RvbGuGOy0b1uJpEVrKnTl7Lcvyvn3fRm7RH86ZqcXaUWOUb__gYoEDurPRCU",
      "kty": "RSA",
      "q": "nnCOLvOIzwEVLQMfwQEU1hOk-NwrV8ZtAAx12YBCKWiojYtQqJUoT4hIHjDLZUoeVTCncKTrjCjRg5DZQ0imKhD36K_fTMlunimZbv_Qhu6LhQ6tBNYZWunWutKOENQiaeTC-P2bwP7ff4_am2dfgzasPHzoTLpWukEGdrErAlE",
      "d": "WOsOsQay4r_geVdV54qynvtAIBBvmnuqBrJMNnWSj8qkOxhouKvPmstLgEYlFKVT5W0ITS2nj5XZd9V9z2GE5LexTuXMn1-FdRW-GSin6gnmAUp4XrCVsHUOlTgx7jw8dwrKydzubgWbr-i3vrl7NeKYv2ddsP0lbg3KAm54J_UgzEFplnkHND0hYVyIyy6FhKN2Tbd4OPWwuyh96S18FrkmEuJAiCKcknPQAYfOrcEaO2SakaoLjbPX2Zm_ttEf1Z8a5K4r7XopdCEXuaX3Bm9x5k4xd2Bffjh1mSAWHaWrfBaYx0-nPquR8czpibHEcGD9Ua6E_6yF5KjwQdvXAQ",
      "e": "AQAB",
      "use": "enc",
      "qi": "NqbC3hfDg_0IDugCvNV6ZeNqQtUFKmWMyWDmmY-K0yi7BqQRSImj-GeXrk9sbERZeCJ5hbz0kEozNwOnUOCiv-53KFUAtZ1F9hn6EOKBNF0c7tx-CN8H1wkj02YhvmQz6HZkC91o13SsG4jvf-xAJ_7oGy_sl0Caa8O6CZR-rDA",
      "dp": "QAvDX-brmFpJATybpAAepuHBQL0CiQKRN9tjnfthmGDZVOSMEFthVfVPslM1GZz9gQyoDjwD6XHGvs3NnphEvC_phMtLiKfL1cZ34DLS0kg93gH-NCWWVoDxy2I_8SmEfdlkKsPuKrs9qeU-Yh-9-7DOePIN6yqj8KEAmsCSoM0",
      "alg": "RSA-OAEP",
      "dq": "FoKJQNRqyHYv6wA5n7Mmoa-SzaSCJ-tSCyK6D5ewTq_G2q1DXWArpPkIvflSvGZGXvYVo-RabsRR1-5ZX7zPlsRoZE-wWvl3VNM2MFX562Gywsmt_TTpz0fPsSU-99cbuI2-wZ9OZKIRYM8wUMnkAQFggQuB-Xyz26xnXa-YG7E",
      "n": "iHlLfld1inXc_qHF6SAftprFDMkOkvoOQk9lOr2mY-OhWzqDYDdNbVkUhn8uRs6gNht4ChubW6ozi7uLGLh9UMW82BDbH7Q_h65jCTmubpCC6KtIvfw8uhAoWaJ3zQ2EhCHfXYyamdcM3PEbBgbSgPVFrXUI_r76MRXAWuRRMO9tSYKx1pioRiZU-GgRUCDfYqLU0ktPNHfYt-xM4kudHidtkzg1xSAu_EAggsC5luF-A3gqIfo3u3c6GFJoEhNJ1-GtPRTir9TEx6UUgSLXoMKemTz4zzTTAuJ6vhw2Gv2aTuFzR3FwxGjeYd_mm3CVJ0BcOaATIspWFWyJ8VPZtQ"
    },
    {
      "kty": "EC",
      "d": "pvky-_e-REfdAOfg0MdSY2hpMJ8M2SkhzyrpyuAo4DY",
      "use": "enc",
      "crv": "P-256",
      "x": "6YB8fGcK_a0d9QnLQCDCUn_XmjPR5Y4eiWfFfI9Obl0",
      "y": "-Z-HbcMpOUkVqzktzEK1Hnr-g2T_g1bhVFmGA-qateM",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "wjAb46yiEVFYVR_Mqkf7RnTauprjVqbTlDwu5wIZVurFbTX8v8TNuz8fsz2Ux9IED1SBwmnjO7U5a7Ith3ZSYLLXh88i0C-UYunukQVhGmxM9JaR9lIktdqxyRyf59stTQKbPueljrSBgtz8e9U_AOQonmzkbBRoRAGKJU7cTPH0HPvzbOALJ56c9SWvySS_GAfZbm9iptoDhe4yEsSOBVTtrCMeu_XE7ZmE0gfsy1K5WfVh-IIp7CCkBukSoLiMZAuWDyoWRSUstWNXr78m6iVaXBDP4aE0G3eB9xnc0wxzppa3I7wLzw027PwFdJNFeeIEKfarydiQTOiYbDWJxw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "pnCdPRR14euC9b1bf8ihEMbHOtPv11tRGbmWWn95OVs",
      "y": "j-bRcoGtgqJm6EAPt-ZdtW941mvWWHCV2m-duCs6bWM"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "TmA3WRxucu_BzTK9oGAO_veh-HmXSRs9dO7k5isKtME",
      "y": "lVcNJr49pzBFJg_4WiSpNH3NjcF6NIKbpNtWWYUYdD8"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "PJhwsmnYNOqkZkeM4sZ2A55P5u5vy2CW8V5wzdsTAbA"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "alg": "RSA-OAEP",
      "n": "iHlLfld1inXc_qHF6SAftprFDMkOkvoOQk9lOr2mY-OhWzqDYDdNbVkUhn8uRs6gNht4ChubW6ozi7uLGLh9UMW82BDbH7Q_h65jCTmubpCC6KtIvfw8uhAoWaJ3zQ2EhCHfXYyamdcM3PEbBgbSgPVFrXUI_r76MRXAWuRRMO9tSYKx1pioRiZU-GgRUCDfYqLU0ktPNHfYt-xM4kudHidtkzg1xSAu_EAggsC5luF-A3gqIfo3u3c6GFJoEhNJ1-GtPRTir9TEx6UUgSLXoMKemTz4zzTTAuJ6vhw2Gv2aTuFzR3FwxGjeYd_mm3CVJ0BcOaATIspWFWyJ8VPZtQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "x": "6YB8fGcK_a0d9QnLQCDCUn_XmjPR5Y4eiWfFfI9Obl0",
      "y": "-Z-HbcMpOUkVqzktzEK1Hnr-g2T_g1bhVFmGA-qateM",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:21 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: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/",
  "profile": "https://example.com/user",
  "updated_at": 1580000000
}
2022-11-20 20:10:21 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:21 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:21 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:21 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:21 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:21 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:21 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:21 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:21 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:21 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:21 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:21 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:21 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:21 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:21 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:21 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:21 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:21 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:21 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:21 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:21 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:21 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:21 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:21 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:21 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:21 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:21
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2022-11-20 20:10:21
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2022-11-20 20:10:21
oidcc-client-test-kid-absent-single-jwks
Setup Done
2022-11-20 20:10:22 INCOMING
oidcc-client-test-kid-absent-single-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:22 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance 6ca4dTFEzxuWgq1
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:22 INCOMING
oidcc-client-test-kid-absent-single-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": "kkHcnyntBgactS47CUj4v5szhvZagARQt21-JXp129k",
  "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:22 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:22 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:22 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "kkHcnyntBgactS47CUj4v5szhvZagARQt21-JXp129k",
  "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:22 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:22 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:22 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
kkHcnyntBgactS47CUj4v5szhvZagARQt21-JXp129k
2022-11-20 20:10:22 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:22 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:22 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:22 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:22 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:22 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
g1fOEvhX2w5P8zUSU0QRvR1cWpfIowt5
2022-11-20 20:10:22 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
RdTbkGDLSowWoLPlpB8AYQ
2022-11-20 20:10:22 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:22 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": "g1fOEvhX2w5P8zUSU0QRvR1cWpfIowt5"
}
2022-11-20 20:10:22
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=g1fOEvhX2w5P8zUSU0QRvR1cWpfIowt5
2022-11-20 20:10:22 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance 6ca4dTFEzxuWgq1
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=g1fOEvhX2w5P8zUSU0QRvR1cWpfIowt5]
outgoing_path
authorize
2022-11-20 20:10:23 INCOMING
oidcc-client-test-kid-absent-single-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": "brtEW1Gt5Ezt3sqh4dY1emRCK8cg6d3n80a3tI1dr4w",
  "code": "g1fOEvhX2w5P8zUSU0QRvR1cWpfIowt5",
  "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=brtEW1Gt5Ezt3sqh4dY1emRCK8cg6d3n80a3tI1dr4w&code=g1fOEvhX2w5P8zUSU0QRvR1cWpfIowt5&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:23
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:23 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:23 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:23 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
g1fOEvhX2w5P8zUSU0QRvR1cWpfIowt5
2022-11-20 20:10:23 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:23 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
EoeWTE2GBDCMGc4wmsqoV1siadp8jsRr9xySPgffjizcHFvu3F
2022-11-20 20:10:23 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
r9W_ZXUMnk9mAhVu0IwCyQ
2022-11-20 20:10:23 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
1668975023
exp
1668975323
2022-11-20 20:10:23 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
r9W_ZXUMnk9mAhVu0IwCyQ
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": 1668975023,
  "exp": 1668975323,
  "at_hash": "r9W_ZXUMnk9mAhVu0IwCyQ"
}
2022-11-20 20:10:23 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicjlXX1pYVU1uazltQWhWdTBJd0N5USIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMyMywiaWF0IjoxNjY4OTc1MDIzfQ.ZRZvW3DgmgH92070CDVrFyXzYap8qjpCqCjNP9FZM0DGt6fZmc59tRAJ2LkdcphAYue8cqc1k4yy7lqtTgjEqDRNvPTBOkpqworrtiY2r9k7OuewPyZu0m9-RqHFGV5-IrwFLSHizLvph7xe3lbWPWRWsJBPg2MnoL-yoWJbU0czsj-JK0c9elpC9UJmv8RtAQhZcwJjt14cEoHnpambikDkOqVSpkJW06m2cZwRzmUW8htBG8AZA3D-Ynu-b--8X7HBDcJNOnxi35sOcjevUyhnL--zKGWv2vrFp0pmfQ_0Oyw92v0aLh5ZKqAbGfd-dhdo1efD0cURa2EUn2zhTw
key
{"p":"5fwNj4LnJVW2TRoeHmVVxQi8k6ZbzvBeEANzamKSSGVsLlDRrmQlQFYucNaxGGs438NL-XUMzQ13CySC5-dORXaoT1ZGHeX7E-iQx2oO3klzabE6zTCj4WTWbfxz3SsMbWRGBvlF-j70isab2yvrEjbC5-TXJtJ4bauf1-vcNm0","kty":"RSA","q":"2CdytKKUNqivBPU70BLpcrkUFZ42GB0uCSUu18cTvGaD9sQaH7wc9hD6cUAG_5tqbsrgTGTQf9IXpF1Nwmcm8rtg8SjV4_8RiyD9jb5Fr-iGlHexv2NfElCrepf2BEfUp8hnxzyONZA1aAe54JsGLUsFeEXcP00pnMizjpPOcIM","d":"Oh0lq4w1cFNUyRzcJjWmiF5eOywxTvRcK2ebbbzeEnnuHZHjkwx1uUzZ0s1iIi7C0kerEaCYxXyls4o-P-T0IEZFZDpkI8Opd7SklbfzaHHy0dvh0MKig93wCMzNOhkIxJw8E6ZFkKCKhbxWv0SBN2YQleDmt0WgMoH3ctTX7xqQPJp8STRji0W_GWhR8UDPsMiRXGYRID8GHWelY7GkxY1YzpBaSk6BH9DDkqUAeuA4aMZF6RHTqXhgohg82CmYH-M88gCUrnGKrFryB86p56vqSs_WaHsssJbAkZ0y8IPqITfHxbL2zuyXrUh8kj8D5EzgHHtodNkeU0PLDgw-eQ","e":"AQAB","use":"sig","qi":"fhqAD6qc7_I0jmDy4Yb1WvpY96LQhJhWhnfonY269RO-90tiveBwH_iJ9NzFkrMe108Q_1VqOCOP67xfzl_dt8u3nwEx5KY73h8KEAHfG6mrnktLlb8b2fThxAp1bBAL2etoU3ThohA9HiCcM77wf7ph5xSEKJlKm87wnrjalDQ","dp":"RzLl-9TZvFwxqOL6CgzzJaGTx94LtCAD7s8yru-_O7xyZlBM6cFFKwrDK9m7T8T6AYQThDHxeZW-keuGv0aDm8ulRZJ--IiXV017bNDvs29n1IOyoY16Xq_6Fmi-cez-1urhJw2K1XMh_8iGva52AtiDNIlK9lDYSZOFU7JIJW0","dq":"MMfGRSmjlSpARTgqxWxfLrrB45cO0iZTq1Cu35dXxt7DzT64Po0vZAC05DX03l5uiI5UTCk8PHxnRXqg_8xTp9fNqt7yVj_L78AEOKbGB0rMhFj2ziBY5kM6T7JXnOOxBCRf90CdP01KIC4OLrgNjs8tbtUlPUvmpjFNBFIq9o0","n":"wjAb46yiEVFYVR_Mqkf7RnTauprjVqbTlDwu5wIZVurFbTX8v8TNuz8fsz2Ux9IED1SBwmnjO7U5a7Ith3ZSYLLXh88i0C-UYunukQVhGmxM9JaR9lIktdqxyRyf59stTQKbPueljrSBgtz8e9U_AOQonmzkbBRoRAGKJU7cTPH0HPvzbOALJ56c9SWvySS_GAfZbm9iptoDhe4yEsSOBVTtrCMeu_XE7ZmE0gfsy1K5WfVh-IIp7CCkBukSoLiMZAuWDyoWRSUstWNXr78m6iVaXBDP4aE0G3eB9xnc0wxzppa3I7wLzw027PwFdJNFeeIEKfarydiQTOiYbDWJxw"}
algorithm
RS256
2022-11-20 20:10:23 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:23 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
EoeWTE2GBDCMGc4wmsqoV1siadp8jsRr9xySPgffjizcHFvu3F
token_type
Bearer
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicjlXX1pYVU1uazltQWhWdTBJd0N5USIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMyMywiaWF0IjoxNjY4OTc1MDIzfQ.ZRZvW3DgmgH92070CDVrFyXzYap8qjpCqCjNP9FZM0DGt6fZmc59tRAJ2LkdcphAYue8cqc1k4yy7lqtTgjEqDRNvPTBOkpqworrtiY2r9k7OuewPyZu0m9-RqHFGV5-IrwFLSHizLvph7xe3lbWPWRWsJBPg2MnoL-yoWJbU0czsj-JK0c9elpC9UJmv8RtAQhZcwJjt14cEoHnpambikDkOqVSpkJW06m2cZwRzmUW8htBG8AZA3D-Ynu-b--8X7HBDcJNOnxi35sOcjevUyhnL--zKGWv2vrFp0pmfQ_0Oyw92v0aLh5ZKqAbGfd-dhdo1efD0cURa2EUn2zhTw
scope
openid email
2022-11-20 20:10:23 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance 6ca4dTFEzxuWgq1
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "EoeWTE2GBDCMGc4wmsqoV1siadp8jsRr9xySPgffjizcHFvu3F",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicjlXX1pYVU1uazltQWhWdTBJd0N5USIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMyMywiaWF0IjoxNjY4OTc1MDIzfQ.ZRZvW3DgmgH92070CDVrFyXzYap8qjpCqCjNP9FZM0DGt6fZmc59tRAJ2LkdcphAYue8cqc1k4yy7lqtTgjEqDRNvPTBOkpqworrtiY2r9k7OuewPyZu0m9-RqHFGV5-IrwFLSHizLvph7xe3lbWPWRWsJBPg2MnoL-yoWJbU0czsj-JK0c9elpC9UJmv8RtAQhZcwJjt14cEoHnpambikDkOqVSpkJW06m2cZwRzmUW8htBG8AZA3D-Ynu-b--8X7HBDcJNOnxi35sOcjevUyhnL--zKGWv2vrFp0pmfQ_0Oyw92v0aLh5ZKqAbGfd-dhdo1efD0cURa2EUn2zhTw",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:23 INCOMING
oidcc-client-test-kid-absent-single-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 EoeWTE2GBDCMGc4wmsqoV1siadp8jsRr9xySPgffjizcHFvu3F",
  "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:23 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
EoeWTE2GBDCMGc4wmsqoV1siadp8jsRr9xySPgffjizcHFvu3F
2022-11-20 20:10:23 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
EoeWTE2GBDCMGc4wmsqoV1siadp8jsRr9xySPgffjizcHFvu3F
2022-11-20 20:10:23 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2022-11-20 20:10:23
ClearAccessTokenFromRequest
Removed incoming access token from environment
2022-11-20 20:10:23 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:23 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:23 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:23 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance 6ca4dTFEzxuWgq1
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:23 FINISHED
oidcc-client-test-kid-absent-single-jwks
Test has run to completion
testmodule_result
PASSED
2022-11-20 20:10:24
TEST-RUNNER
Alias has now been claimed by another test
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
new_test_id
Sx6MJWrMw6nmaFo
Test Results