Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:29 INFO
TEST-RUNNER
Test instance QY6sCRoCCKeY0lR 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-missing-sub
2022-11-20 20:10:29 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:29
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:29
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "6qz38D2S-5pWhqt1TN_ZyH5r5puPOQM9mZyCLIxznE-2L13tlHotCGcTDQ30Lsmm-jg8IKAgYr4O-L3x9Kqf2JP_VODml15UH-avxZRtXSfz6FYFt4gvtIO1843sDlZHzfbebxiMpl9Zvr_O45zQeZDBfx0AdALIudrDl1BeuvM",
      "kty": "RSA",
      "q": "tSDsAoB3ZOHcNkiCm970iqO6HYHNsBwFFeADvspGMKjj8jNqTBTIWtchP9-VqAfxTSIvr8Kq9dVw58MDOWZr1Al3CbU5waFZ52wvfhlQtTALTUFEWU8M_G5emAtghqN7dOOtbGH3omVf0TuAwyuneHNuUQz-vAuEbcfCwsyIl7k",
      "d": "U-x1UXVdO7VAEiY556IjV0ikAhOfYiHeVcQh9iiGSI07SkxkbenW2ayyFcH70185x17aAH45J8WQYEAr_arINsJUXrJtQ3b-3lZa3RfgwAizTR1mgP-Pxhu9czhXWB2YOnfRakZqF5N3HZX4efcL_OVse-UJXF5MwvBmv_M8t3iemfoM4CZFh2TGCicAgsKLV_jCoAu4Lp50DYHdqofvPaQlGfAHcsl-EbWORIpn5KD1UHtg03hOg-VE7NMzg-ndZcwU9UMhwIcnTVoe4jSAnwc-RHFDhsKbVmKMnDrxLZap05Q86ujYiM7azozBtZIFNMAVKuhtyzJyiTkLXCT1sQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "75fdad1c-3e8b-42ef-8e43-64586f5e4774",
      "qi": "vJU-Zl9tih_CqDtTgANAOrT8kCSGv-oynZ5guDfD0p7Mobu_x0v_Zgt4gkFqjQEuCBs8FiVuDhmi_HKLatZDSHQHOet68D-dbblXuO3Cs9otFOBRL1aYFQzK_54tiulHdENUrotGySMlxdMfN8fGNIeNCGlmrAXV_IzQSbygAkk",
      "dp": "D3VXW7bioLo46uQOdQLl2KQjPWyP0aSaAS1jEcYqs2g4ywP362jk4IHRqnF53T8hRahApbGGkJqOZ-ozLveyUdTl49RwvBXVmshaWbx-O72u_mX0OHO7GLv4V1PI8eTTFAkn-891LFxpj_wYh7vDq85SQKpLZljsmfmEGsqLgus",
      "dq": "UpechteFmd7Tx3zw8ZqM79sQtvvFixR7zSnFC2646t9Yccy4H9EqOyH162ZMm75jbcS08fRWeJrHTSdDhR0K9jkKqsaUe5LTqA9Q6LMqdjReMvAb9o1xYnoBcFtfvIU3emmHXvCdNtP7CTGU2WpCh047c4H1dlHaJST9zk3tyyE",
      "n": "pgp5RZk_9cGJxI5i-6Y4Wa3XucMonD65_IqU8SxTQfEdM51ob1YDoOhPlu0xnlKIHY7SZ9rLEZ5MyXcyCh1V8WHbVFRki1vWhlfBpM_QFXcIrW2zRsi1wGxY7eQW-NfWs0_6svh_p_C4AOemCsUCbxj3IV_04dF_85zf2GJ2tlPKxznW5B53znvX7JiOBV2joK1T6me5avy_4rTDCes4rVrFw44YHaNT05rc1GFamhy51gCGPUo2tF_BuvmeXg-iMdl3tMEaqthyrHoyCZioWLEAT0QBrZMn_A5-d3v_i5g1wY-r1bGDgjPgEr1vHGVTf9eCSS9lAd5QPpoz6dJumw"
    },
    {
      "kty": "EC",
      "d": "jkrPsj-6Eis-Fhmxh9tZitDT5Xt_btjlvMgj0dLx4tg",
      "use": "sig",
      "crv": "P-256",
      "kid": "753378e9-bc83-4bc2-ba3d-83ef2813b4a2",
      "x": "nhPJJksPoPElU-J_FrogD7kAJXJjBRXkLQVkxxuVHmk",
      "y": "b2TjBo7ReXfI9_lJqzJxz9C-a5mE-mDnD47boDgGxe4"
    },
    {
      "kty": "EC",
      "d": "AgziWLJ8NSw1VZXqhVRRHM8GAJZStl7SL2b_CPifvso",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "90a5ec94-1d71-4352-9f97-32fbb40ad4bc",
      "x": "d1jw-hLidUIa7ikPlBYE-QrPiJrrTlFG0696XEkL0oo",
      "y": "q74TcvIg4kUIfejOmzqvKl9cpeg9QxCK_TgP8Q2yOvQ"
    },
    {
      "kty": "OKP",
      "d": "7kEqsDyKG15kUebFQee94YCAcxg0QsJXSkQa4CUXJx0",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "47d8550d-a957-4f22-9444-e4daf929631f",
      "x": "Wrs54lXYE4Glbh0AtN4rQZlZkQIpkPjlCsO0gac2juc"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "0tdhSvuQRqPSwN1uXJQvNxxZLhFkMKNxC146nHDTOr-geLFhbNxegzkMazcBe8qQ9pd_8kmTDVldXXFVWbs38TJb7HVNu3_yyRiqNL00tT65F9KysLHEl67U_ckKDRrXyEBAuZ8QZdaUNGZ8CWOZssiGFQhyNflEUdWpYjec99U",
      "kty": "RSA",
      "q": "m256ZM3drjkU7GheiPw4kli4CapiMYBSBDGunFj_JM3hGJ-TAFhASdqpZvpW7quFUocGpV61X2WUAaBloyt9_58W0F17TlFzjfjIl7HZ0LqD6KdtWx30nMLbl1L3pv2R7vdzEZPwF4ZNS3KPJhol1s_BcQJ2sHRei1lDNTjrEbM",
      "d": "JPXWBICpge-MfG_bjDGOlnckL6OE2QXUHRgTpnkGNRCT4uKMugKzJXpy2b7Bewc66z8mR4215XnqgyXCdUCjTqAriRKBztuyWnOZ_W9X3tSSjRDTPdr2OiOB_Bs-F_7XRrK3HW7UzU_69AhFVX-3aMQhUc1GPkxeOKhDpbpImW9UDXU1TFHbnHpu5HH00krZs7rjupOfHha2UFnwLwgRjjlqROz2LwZ3uYFFVMFL8udepnUn0RAAUyHQDOjDeQ0RxUuCQ3lVc_rdH8pBoB-TamO7Ycnzn0bFCzJ2oVoDK0XJKqPVjWJgP0eLItgjgdEnxb6OdxhlpZ1DIPHZ16hZEQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "f9891d31-ae5d-4bf7-a2b5-29749c58f662",
      "qi": "MW5LKaaFiCI3u4-mQwlmV4dQRt-0nBB78lF7umwAjdkRvCNL4BbpJoaupnAxDH1Q0G8JflzRmeYW1mn1P0_U8Etr8GcQh6WCf7tReeO-gcXIIK3bwrfqYpIe2jPyyOioa9IYeWqaHpJo1gweUTJVSK5wYoiGCWWxw770TVZaMG0",
      "dp": "fECNh8Dk75xP8XUNOuXhRVshezKolrlbP1XSuKsM8IxJp5bxUVQ1JqQSG4UZDLj94TS7JDATx0Qo746AvBbHCw-geKNQofTvQW-VrurqCv3h2pZC1DqPHszbnIxDriFplQu4mSuSYFGqmY7j_iyCQYhG7FJD7GbvykJeRhF8Idk",
      "alg": "RSA-OAEP",
      "dq": "kstBTsja73s7lpZvigJjT1v43DANsuCVFR7y4PhwZ4sFZyL2S6INfXLFANu3lItrS-j4TuBmfWVK5kpdE0C1K-FNQ5a2KN5mOxRWJmYy553vjJ_reN2OsyqZB461FAJxe_Y5t8U3QJB3maTlK0AQspLeB-Qiwj31OLgh8DcEU18",
      "n": "gANlQd6VPEYBg9xIWuCRkyPjaObQrp4JZtoMDGbiq3riomI3iBG2PbcAMSjt0FUm-HqKk2oPyoerwR6tz2QK6_FPN4ZGpBpRNFSXN3X3J3v5NBQ-btx5LsDf0oEZPDe7BZLsw3FFFQj1vrl6I4PQYjdIFTHejMsbliB5aUGl8hi4nPMFco97Iak-lqKs9g9AagIjimlaLjs0rHYKjwAHX4wE1Vdk89noKYF5ahGBVBC7jA5EZsWdrtFgkTa7OlQisRqFZNdkUbcY82e5SBTuESV8J51tUdNm2oHubUWZpksXaogY0cC8KStY-Fcrnwn_LQ0bdGUwiqDKYWbFZ71u7w"
    },
    {
      "kty": "EC",
      "d": "ATCvSwJt7ZgY1gi_vtyLfXLIar2YKVGNZzWc7Oab3iM",
      "use": "enc",
      "crv": "P-256",
      "kid": "f76ca939-f325-45cd-a406-acb26d0e7bc2",
      "x": "mWomymcIzLcwulGTNfv67IgxZWy0A_CFLtgo0NCZXXE",
      "y": "h9FATXt0CJTd6p9PktwHl1i2zskkRamI8AJREN-VWms",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "75fdad1c-3e8b-42ef-8e43-64586f5e4774",
      "n": "pgp5RZk_9cGJxI5i-6Y4Wa3XucMonD65_IqU8SxTQfEdM51ob1YDoOhPlu0xnlKIHY7SZ9rLEZ5MyXcyCh1V8WHbVFRki1vWhlfBpM_QFXcIrW2zRsi1wGxY7eQW-NfWs0_6svh_p_C4AOemCsUCbxj3IV_04dF_85zf2GJ2tlPKxznW5B53znvX7JiOBV2joK1T6me5avy_4rTDCes4rVrFw44YHaNT05rc1GFamhy51gCGPUo2tF_BuvmeXg-iMdl3tMEaqthyrHoyCZioWLEAT0QBrZMn_A5-d3v_i5g1wY-r1bGDgjPgEr1vHGVTf9eCSS9lAd5QPpoz6dJumw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "6ed85769-7cdd-4169-bae5-fc8337fd7e18",
      "n": "glnpsBOX2Ad75HyVwZyvxMJLuAuYqHzdT1Ova5HoSdnkQkLiKY1JVCVMphHOEIPVI0O-L8ZR3QIv_AW_BWjXIDd9CKbVt3haEnXSqvxCYvA-pOXM0EzWo4K7NYQcnizeIc4MWti8kG5UoKfS9Xzq14ggW0PEO0qLJ2qFPeBP5eKN-Ta611I-SjPNRVL7uZpS-nD4eY6zLEHo2v16AWcLDibFAkcNSRv4hGJrqHsoHjCbZVKHaR5Q6HRH8ccX9bPQ4-LCOg1Ypbqe9ObEXqJgnOGX-kGLUkLj29jj9QhTnZ3UH9ASmRt5wnNVj8ffBlQp6-Wb8netDO_GH8clxUwcTw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "753378e9-bc83-4bc2-ba3d-83ef2813b4a2",
      "x": "nhPJJksPoPElU-J_FrogD7kAJXJjBRXkLQVkxxuVHmk",
      "y": "b2TjBo7ReXfI9_lJqzJxz9C-a5mE-mDnD47boDgGxe4"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "fca18da7-66c8-4b0b-8438-09dea4a673d9",
      "x": "PDP7khRV-orObC4kkkGzO--nzpTFu3SMQYknnQyL5Rw",
      "y": "RjsW9-KOvh_Wg-k-oEzIh6SX5mI4MVrEGG_PyhEhxTE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "90a5ec94-1d71-4352-9f97-32fbb40ad4bc",
      "x": "d1jw-hLidUIa7ikPlBYE-QrPiJrrTlFG0696XEkL0oo",
      "y": "q74TcvIg4kUIfejOmzqvKl9cpeg9QxCK_TgP8Q2yOvQ"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "47d8550d-a957-4f22-9444-e4daf929631f",
      "x": "Wrs54lXYE4Glbh0AtN4rQZlZkQIpkPjlCsO0gac2juc"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "f9891d31-ae5d-4bf7-a2b5-29749c58f662",
      "alg": "RSA-OAEP",
      "n": "gANlQd6VPEYBg9xIWuCRkyPjaObQrp4JZtoMDGbiq3riomI3iBG2PbcAMSjt0FUm-HqKk2oPyoerwR6tz2QK6_FPN4ZGpBpRNFSXN3X3J3v5NBQ-btx5LsDf0oEZPDe7BZLsw3FFFQj1vrl6I4PQYjdIFTHejMsbliB5aUGl8hi4nPMFco97Iak-lqKs9g9AagIjimlaLjs0rHYKjwAHX4wE1Vdk89noKYF5ahGBVBC7jA5EZsWdrtFgkTa7OlQisRqFZNdkUbcY82e5SBTuESV8J51tUdNm2oHubUWZpksXaogY0cC8KStY-Fcrnwn_LQ0bdGUwiqDKYWbFZ71u7w"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "f76ca939-f325-45cd-a406-acb26d0e7bc2",
      "x": "mWomymcIzLcwulGTNfv67IgxZWy0A_CFLtgo0NCZXXE",
      "y": "h9FATXt0CJTd6p9PktwHl1i2zskkRamI8AJREN-VWms",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:29 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:29 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:29 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:29 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:29 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:29 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:29 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:29 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:29 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:29 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:29 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:29 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:29 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:29 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:29 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:29 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:29 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:29 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:29 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:29 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:29 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:29 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:29 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:29 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:29 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:29 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:29 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:29 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:29 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:29 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:29
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:29
oidcc-client-test-missing-sub
Setup Done
2022-11-20 20:10:30 INCOMING
oidcc-client-test-missing-sub
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:30 OUTGOING
oidcc-client-test-missing-sub
Response to HTTP request to test instance QY6sCRoCCKeY0lR
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:31 INCOMING
oidcc-client-test-missing-sub
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": "XLlKeH2yZLtI2_tsDIWD4uBstxCeACb0tbmYPMGg_dE",
  "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:31 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:31 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:31 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "XLlKeH2yZLtI2_tsDIWD4uBstxCeACb0tbmYPMGg_dE",
  "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:31 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:31 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:31 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
XLlKeH2yZLtI2_tsDIWD4uBstxCeACb0tbmYPMGg_dE
2022-11-20 20:10:31 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:31 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:31 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:31 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:31 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:31 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
AoN4ypTt1kCsmX4v8GcWWt8NjQdyxJrz
2022-11-20 20:10:31 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
KhFOrBG2vGVO0O0cWdjz9EpLzMppcLaD7qjOCvPIIak
2022-11-20 20:10:31 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:31 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": "AoN4ypTt1kCsmX4v8GcWWt8NjQdyxJrz"
}
2022-11-20 20:10:31
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=AoN4ypTt1kCsmX4v8GcWWt8NjQdyxJrz
2022-11-20 20:10:31 OUTGOING
oidcc-client-test-missing-sub
Response to HTTP request to test instance QY6sCRoCCKeY0lR
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=AoN4ypTt1kCsmX4v8GcWWt8NjQdyxJrz]
outgoing_path
authorize
2022-11-20 20:10:31 INCOMING
oidcc-client-test-missing-sub
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": "MwHIny29lFZGSmvxzZj4Kr8XS1ztFpnZU4jra5ScLKk",
  "code": "AoN4ypTt1kCsmX4v8GcWWt8NjQdyxJrz",
  "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=MwHIny29lFZGSmvxzZj4Kr8XS1ztFpnZU4jra5ScLKk&code=AoN4ypTt1kCsmX4v8GcWWt8NjQdyxJrz&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:31
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:31 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:31 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:31 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
AoN4ypTt1kCsmX4v8GcWWt8NjQdyxJrz
2022-11-20 20:10:31 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:31 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
IJKObEV6g1gNainBpb6FESR0CZzs6yTSggQ07n1rdk21blpOZZ
2022-11-20 20:10:31 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
bSVHkQhyUh8U1tayTl59EzGPM8kBrTYtIO-tEgCtnxs
2022-11-20 20:10:31 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
1668975031
exp
1668975331
2022-11-20 20:10:31
RemoveSubFromIdToken
Removed sub value from ID token claims
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "aud": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "iat": 1668975031,
  "exp": 1668975331
}
2022-11-20 20:10:31 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
bSVHkQhyUh8U1tayTl59EzGPM8kBrTYtIO-tEgCtnxs
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "aud": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "iat": 1668975031,
  "exp": 1668975331,
  "at_hash": "bSVHkQhyUh8U1tayTl59EzGPM8kBrTYtIO-tEgCtnxs"
}
2022-11-20 20:10:31 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiI0N2Q4NTUwZC1hOTU3LTRmMjItOTQ0NC1lNGRhZjkyOTYzMWYiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiYlNWSGtRaHlVaDhVMXRheVRsNTlFekdQTThrQnJUWXRJTy10RWdDdG54cyIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImF1ZCI6ImNsaWVudC03N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDIiLCJleHAiOjE2Njg5NzUzMzEsImlhdCI6MTY2ODk3NTAzMX0.-l3dYERJq50U5MGDBKO_cT1X4UK6xzoC4P1KBavWGacqUgNJQGZAGkBRzs4M-IFYh_Hmc140a_qXWYOl69D0CQ
key
{"kty":"OKP","d":"7kEqsDyKG15kUebFQee94YCAcxg0QsJXSkQa4CUXJx0","use":"sig","crv":"Ed25519","kid":"47d8550d-a957-4f22-9444-e4daf929631f","x":"Wrs54lXYE4Glbh0AtN4rQZlZkQIpkPjlCsO0gac2juc"}
algorithm
EdDSA
2022-11-20 20:10:31 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:31 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
IJKObEV6g1gNainBpb6FESR0CZzs6yTSggQ07n1rdk21blpOZZ
token_type
Bearer
id_token
eyJraWQiOiI0N2Q4NTUwZC1hOTU3LTRmMjItOTQ0NC1lNGRhZjkyOTYzMWYiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiYlNWSGtRaHlVaDhVMXRheVRsNTlFekdQTThrQnJUWXRJTy10RWdDdG54cyIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImF1ZCI6ImNsaWVudC03N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDIiLCJleHAiOjE2Njg5NzUzMzEsImlhdCI6MTY2ODk3NTAzMX0.-l3dYERJq50U5MGDBKO_cT1X4UK6xzoC4P1KBavWGacqUgNJQGZAGkBRzs4M-IFYh_Hmc140a_qXWYOl69D0CQ
scope
openid email
2022-11-20 20:10:31 OUTGOING
oidcc-client-test-missing-sub
Response to HTTP request to test instance QY6sCRoCCKeY0lR
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "IJKObEV6g1gNainBpb6FESR0CZzs6yTSggQ07n1rdk21blpOZZ",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiI0N2Q4NTUwZC1hOTU3LTRmMjItOTQ0NC1lNGRhZjkyOTYzMWYiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiYlNWSGtRaHlVaDhVMXRheVRsNTlFekdQTThrQnJUWXRJTy10RWdDdG54cyIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImF1ZCI6ImNsaWVudC03N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDIiLCJleHAiOjE2Njg5NzUzMzEsImlhdCI6MTY2ODk3NTAzMX0.-l3dYERJq50U5MGDBKO_cT1X4UK6xzoC4P1KBavWGacqUgNJQGZAGkBRzs4M-IFYh_Hmc140a_qXWYOl69D0CQ",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:33 FINISHED
oidcc-client-test-missing-sub
Test has run to completion
testmodule_result
PASSED
2022-11-20 20:10:34
TEST-RUNNER
Alias has now been claimed by another test
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
new_test_id
BsGKxCw6og2GWRE
Test Results