Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:46 INFO
TEST-RUNNER
Test instance 8RXAmkBbuIOfVU8 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-userinfo-invalid-sub
2022-11-20 20:10:46 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:46
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:46
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "0V2hwxTgX6D8lrZfcYTySS3Cajs3avucm3_BLNHCWw9EW_0Pva7ScmTw2g27WUBatyJt18GDQjZ9SMLWd4GsOn6CM5FMdFYyrlCd2xEhJGogjKXMxPc4JZHP9kCXEo4sbGKCY0NEUzsiFs5sA0PBHpvJm8EYVPwKgQ80vOZePv8",
      "kty": "RSA",
      "q": "pm2-h-E7flBDrGg_3KjjF29YZ_L_1LnuWAeq1OGqyNhnJH6KpqHQ8KlrDUrae7rbHWE0Rfa3ybZhIQkmlXR6nK5jUiCHbeMcKye9uAyGjV7Zm5sCz3RLVz_2BhbLzttugi65Xmm7wS_qdHbNClKeeKe5YV8cJA6cVbzAGnymI9k",
      "d": "LEfem4lOjO2t87ubqKCDKCBlcsg8Th-Ao_DjoHMiP6Wxh2WYKjqk485vXAOj8_nTFABfXnP5JoA0dNyyZYoEkJI2K-8wM1T3XTqONLIKrshT5taJr7-KE8NzHnsLK5bKSbM34T4DAsn4eNH64n5CwG_9HgSkfgOL2hFWYzmWM6YbzwesONkGb_u79AVJ0rI8SPh1pVlGHCYKWuv4z606IE1gMCLSDzuRwWxvx2tb_tp7cYYo6PxeQ87KewszfEcpBbaEm80SWKco_kjCI6z3FO31EfnDf2DEzV9S7IUNWWGYOKgxHqTbfUbvq1QZ--0RNE_jgbHp4aKYLPhkX-Xm0Q",
      "e": "AQAB",
      "use": "sig",
      "kid": "65b04a41-e8b3-4017-b7b0-b2aa77ba9ce1",
      "qi": "W26AbPhH7_w4Tb3D4CK4_F2r6voD40hQH9D2uk_DnUjRYaYlaUo3_QLJZZI2Of0ZouoRZQTcJPl_Wr-etq4mP3PsSxOV0wkLBefVQYKM791XhW54ymQmC1grphcLm-PSXXlKT-xV2qEPsCUT1j9KhL0_se_rGPZxxvePCP9Kosg",
      "dp": "e8twXahXb1QCZp8ZWkcw9-ItxaCUCRcTp8Jnl7fDwxII6pd8mjznxKo428Yo1AJAYW7jIiMTGLCdbct_ApTTIJczJ4ive06Ikxep7yF2xlBWRLO4m3JOabCJFeNlMJyOWdv5mvXoTYp2gqO1rEyAwTd-gzEu0PliwKMcHOHeMkM",
      "dq": "aSlhQjTkxdzr1g4NhF3HGPDHeO-IDh_qZf96R4fMxZpQGjRHYiFPiDJVLZIF2jbo63iXcjoCSdgPKbPBiKCQNV7P7X4WdS4Th4VWEO0BPGUZtYROU03VqW0GBTT0VWI8QtBJW0oOVHT1fd_vkb1A21aIAen6OyJsUJSzAkmPJYk",
      "n": "iBx3lP48a_gcKUZLGB--ZtiZoYaNA4osTIbPCi3TrgQSjUNdnbJmi3DFbGw0xyT7ZjVgE9Pbk54bXVgDlLYAoaWSmDE65nmppf64cQ9yCjGrPrewQNop_e3bKXAayHeo4i5LMWhCYkz0o5BhQwxrCctnfOfDnOtPeCTLc86AIQEpSF_Koy4MhHVLzDWkdfKpf5CLYqMc26qn2UoGF1k6-gXGpUFZyRlzeDDD40d0o-Ck-pG7WTkavnNc4yuJLdkAzUqyVAmg5x1UIFsZd3rxEog8QYRsB8Nd3gKNYiHWW_0Yi-5qyqUqMDhYPnv1okXcj3HXNwLd928vQjUkhdpDJw"
    },
    {
      "kty": "EC",
      "d": "GPZY4GaKrcR-4VU3XhTX5bsWrPQjrr-EAMcn7Pl5-LI",
      "use": "sig",
      "crv": "P-256",
      "kid": "c3942da3-e001-4727-9626-7101854bc266",
      "x": "538B7sQLMQDIZvKi3CMYW7vH2IkvSXxEJpUwfDdQWHU",
      "y": "KWXfl17HIFxndGVNOqgozQmhGuGg-ZsgEEaodjhsHec"
    },
    {
      "kty": "EC",
      "d": "1pYwgonqu2W9Y0pFEmVG74DWElWO9GdeCVJZAvd-Rt4",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "5682c033-1a44-4856-8468-bf8d0ef71982",
      "x": "MCwGloRhNSqx2QjGKW_mEueyP9S0fIzkxXvoaYF9gfc",
      "y": "rIIPgusy85NOn7lzaAFYmWkjSI9hchpzRS0nfSfjQ0Y"
    },
    {
      "kty": "OKP",
      "d": "veqkTRTiGWz5yXPsKy5kk1KTbQcH9vQSzFGEvHWmzZU",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "b2f030f6-1de9-4af9-b34a-e80daa0c2c8d",
      "x": "_oE6I2LfsNRv5BSPHhaLpYQ7ZEllDQYXXtmVoIGzySs"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "66p-G0nF25o7TN_HBdWCxYDGMHgEUWLDSCcnH2gwv4JPg5NMOQNx8z14lSD-vSnaqL1neXpjlRkY3vaUGyYxcKGAwxLmFxXEnAbo7zuaDvF6LhDUGReNcEyxqywakgH2mkwtlepCCAsbzAqUTDerzmHxp1pOfFOwhMUNKr-R_AM",
      "kty": "RSA",
      "q": "oE_-0MQTAJ2Wgg76aUujrRuqvOQ5gZWHY4X_iuO58qd8nZXQdz0vh6DWUdxCA3FqTUolSxmlfJCOIOovb2-UcLKEZstvm0uLIGQW83-iyFifT26AsJ0eltDUSPPRRWFinewqo51bFIgqpcI2iZ55RnyEoWInsIiNxwIqKJQtomU",
      "d": "YEzLf6cySuxtJZfpw83oNvLJknQQBpc7t_S_C8mi0tJXEwDsah7U181013hPemyOHa_7tQt5lckUKXJfHQt609yyYZtlH9Hc0aVnj-aGvIh5T7OUgNvm5C04bX7ptpbx2AugF5gBnCBGm4PBanON0ehihO9064rV1wYRPqtCVW52WfPqBsbbvcjKxB-YausfC5vPfYkkC9BAssiLLbDYoOEZmRDAzhedzLHYYJg-2nkOIcarnvhA2XWAwH_Xxq-vFhoG72yMOg8WCCggmAkvHwItpbN9Ycc7xd3hDt_7H2DP7ebUaqhZFQX0N3fPUfpfwYFeAdWrRMlYfIRUC9OmKQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "5b30b50a-6512-4900-aa34-a9e267942f7c",
      "qi": "Od7ojFxOBo5GI5liWwy-w8nVtaxSmXehtpb5E90GJIvIfJiCH6GbdhdKg8THTGtuf3xvkmEIYs2P72e_h5Jy9CL32Cjypg-p-L9U-2gvf6ILfL2f_-K8vRWriIQBwifZqKXG0-eqlirw9z8tKRRwK2SM5bTpkmL6w2L7jYiWa4A",
      "dp": "Gv6dkVyi-GOzVTvw3T82yo7UpOqqe_QXMGWjuppBsz4nA4hU29cEL3ukG1j7NQndTSTc_HJDg-mrCqcuEeoPEbq-OBorFwvcSI8WEYk_PWT1vN8anIExJ2LxmwzjQkRNTiFZu2lpBOjY10eC8zQRTwOzHZtfkCg5-QtlVbc57qc",
      "alg": "RSA-OAEP",
      "dq": "TNfLdtplmWfwWws-8PX20OVwI_bpsbmxGf2DDlo2KaAq1YaYVG-ZttNbqAWCBxB4OfAOjD8Q2fKYjiJy9mFvr82CNZvSNYgyeiY_8hv-NTZ1tqdrPD00CmqzNvzYFP-nO7eWgLLOk7rpZmb_qVuzGhxZntnj2HS8MOZSuvy8Gxk",
      "n": "k5QzAVCs_XK87LmLZicQ6oiShpd0LZxFjgmVfBSDLCSrvYFXJb0OWkw1ToQV1IEjOvJdpHEtzthjk-FgwGNexo89RUbpNLDDsrIMhNu7wGv6bAIoAJ__bQDiMvBLH7Z99KWgihD-_Tc6JIq96FYbcAJTQIZv8q9qf-yzu_OspvpeN2e5jXjnjDv1gFF7vVDFGvh8QMlcKVOTPavhyLkpeogcdNh7HKyW9qhwOcJcws09l_KpU7BgVnCzLskcM98RmwwSZK-elNYrMbHP5lfNxDzlhNhmrXZYySO_3qFFbbprYGEAnadMb-1GhbHAeHDjo0Jc5JdYbLZKhS_q_plTLw"
    },
    {
      "kty": "EC",
      "d": "4uQW-GLgF1cav9ScTHLOEqsBF_gUbQIh7z5WTbPVoCI",
      "use": "enc",
      "crv": "P-256",
      "kid": "8f107dea-a0de-4f07-aab2-95248f80d238",
      "x": "E0d_sCOX0K41aJtqabAdK_Ge_TwDjN9pqLeT9_bRCFA",
      "y": "wBs68512ujZyQjx08GYJ0As1hGXHwlmbe7cC-xIGdu0",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "65b04a41-e8b3-4017-b7b0-b2aa77ba9ce1",
      "n": "iBx3lP48a_gcKUZLGB--ZtiZoYaNA4osTIbPCi3TrgQSjUNdnbJmi3DFbGw0xyT7ZjVgE9Pbk54bXVgDlLYAoaWSmDE65nmppf64cQ9yCjGrPrewQNop_e3bKXAayHeo4i5LMWhCYkz0o5BhQwxrCctnfOfDnOtPeCTLc86AIQEpSF_Koy4MhHVLzDWkdfKpf5CLYqMc26qn2UoGF1k6-gXGpUFZyRlzeDDD40d0o-Ck-pG7WTkavnNc4yuJLdkAzUqyVAmg5x1UIFsZd3rxEog8QYRsB8Nd3gKNYiHWW_0Yi-5qyqUqMDhYPnv1okXcj3HXNwLd928vQjUkhdpDJw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "51b2f357-2d6e-4387-b93c-147d34ea7fb9",
      "n": "tmBWnU82dKcBJeBLIqPEjC6lEm-gDCMJvkUi2QkBtML9vIU9hQEGXc0eYH4F3UW3tQULXc7OPL0ldBgszJVq2u4yiWknlecrenol5xHQcZN3eXOSFuOIcZUiK-By2xQeLJhuip3XaIXUxISBiVMNBSv0c888p7X6kEw3cthG-HcCYftWTdNpYow541S_HJlJ9fCx2BsuLtQ73mJ3jtkAp1Ds3zpKdzTPHJXmtfAmHYYH6P5EM2xkU-hfV5WPp-V-NZIhKv3YLFZ2n9Vz0fg3_Va7KZwz2A-gX2K5VAPbjSKnpA-paW_kuco3m8xs8qH9h3_HAkqUoWiT2WbtePU9tQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "c3942da3-e001-4727-9626-7101854bc266",
      "x": "538B7sQLMQDIZvKi3CMYW7vH2IkvSXxEJpUwfDdQWHU",
      "y": "KWXfl17HIFxndGVNOqgozQmhGuGg-ZsgEEaodjhsHec"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "43614257-87f8-4d8b-b03a-b4b26d314f0e",
      "x": "eroq1jtBjAMnH_DpAaYdNo0ZRMdC3P-lMagnCTwwmPw",
      "y": "uREg_TF_XM6jVPGaji3NIXnxrzyvscx6sAm1QVqd_Wk"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "5682c033-1a44-4856-8468-bf8d0ef71982",
      "x": "MCwGloRhNSqx2QjGKW_mEueyP9S0fIzkxXvoaYF9gfc",
      "y": "rIIPgusy85NOn7lzaAFYmWkjSI9hchpzRS0nfSfjQ0Y"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "b2f030f6-1de9-4af9-b34a-e80daa0c2c8d",
      "x": "_oE6I2LfsNRv5BSPHhaLpYQ7ZEllDQYXXtmVoIGzySs"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "5b30b50a-6512-4900-aa34-a9e267942f7c",
      "alg": "RSA-OAEP",
      "n": "k5QzAVCs_XK87LmLZicQ6oiShpd0LZxFjgmVfBSDLCSrvYFXJb0OWkw1ToQV1IEjOvJdpHEtzthjk-FgwGNexo89RUbpNLDDsrIMhNu7wGv6bAIoAJ__bQDiMvBLH7Z99KWgihD-_Tc6JIq96FYbcAJTQIZv8q9qf-yzu_OspvpeN2e5jXjnjDv1gFF7vVDFGvh8QMlcKVOTPavhyLkpeogcdNh7HKyW9qhwOcJcws09l_KpU7BgVnCzLskcM98RmwwSZK-elNYrMbHP5lfNxDzlhNhmrXZYySO_3qFFbbprYGEAnadMb-1GhbHAeHDjo0Jc5JdYbLZKhS_q_plTLw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "8f107dea-a0de-4f07-aab2-95248f80d238",
      "x": "E0d_sCOX0K41aJtqabAdK_Ge_TwDjN9pqLeT9_bRCFA",
      "y": "wBs68512ujZyQjx08GYJ0As1hGXHwlmbe7cC-xIGdu0",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:46 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:46 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:46 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:46 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:46 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:46 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:46 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:46 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:46 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:46 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:46 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:46 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:46 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:46 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:46 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:46 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:46 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:46 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:46 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:46 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:46 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:46 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:46 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:46 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:46 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:46 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:46 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:46 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:46 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:46 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:46
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:46
oidcc-client-test-userinfo-invalid-sub
Setup Done
2022-11-20 20:10:47 INCOMING
oidcc-client-test-userinfo-invalid-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:47 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance 8RXAmkBbuIOfVU8
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:47 INCOMING
oidcc-client-test-userinfo-invalid-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": "a19_hwEs0Z0k5JbZtK_wMkpJspURh3QJvCYVT-IrDwA",
  "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:47 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:47 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:47 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "a19_hwEs0Z0k5JbZtK_wMkpJspURh3QJvCYVT-IrDwA",
  "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:47 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:47 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:47 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
a19_hwEs0Z0k5JbZtK_wMkpJspURh3QJvCYVT-IrDwA
2022-11-20 20:10:47 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:47 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:47 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:47 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:47 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:47 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
I3JRoJ5jo5BduWoCZi1X3Izom009NuOd
2022-11-20 20:10:47 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
Ztp4PeVQBFAsSq4VS5uLfqkMERyq5IjB_KLRyKyoNa4
2022-11-20 20:10:47 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:47 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": "I3JRoJ5jo5BduWoCZi1X3Izom009NuOd"
}
2022-11-20 20:10:47
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=I3JRoJ5jo5BduWoCZi1X3Izom009NuOd
2022-11-20 20:10:47 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance 8RXAmkBbuIOfVU8
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=I3JRoJ5jo5BduWoCZi1X3Izom009NuOd]
outgoing_path
authorize
2022-11-20 20:10:47 INCOMING
oidcc-client-test-userinfo-invalid-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": "KTXGxFbOFrRbxzaELO-vNpP_bE69YPBrrLVB6HYgVFs",
  "code": "I3JRoJ5jo5BduWoCZi1X3Izom009NuOd",
  "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=KTXGxFbOFrRbxzaELO-vNpP_bE69YPBrrLVB6HYgVFs&code=I3JRoJ5jo5BduWoCZi1X3Izom009NuOd&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:47
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:47 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:47 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:47 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
I3JRoJ5jo5BduWoCZi1X3Izom009NuOd
2022-11-20 20:10:47 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:47 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
Pqb6KyU8SneHvbL4GhoBfU3JYqdYtnTmJmO2XyIOW7abCbluYQ
2022-11-20 20:10:47 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
30HASydhqSvpzXPqvsIRbHl-gWX36Vf1RZJX5HFbcGw
2022-11-20 20:10:47 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
1668975047
exp
1668975347
2022-11-20 20:10:47 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
30HASydhqSvpzXPqvsIRbHl-gWX36Vf1RZJX5HFbcGw
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": 1668975047,
  "exp": 1668975347,
  "at_hash": "30HASydhqSvpzXPqvsIRbHl-gWX36Vf1RZJX5HFbcGw"
}
2022-11-20 20:10:47 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiJiMmYwMzBmNi0xZGU5LTRhZjktYjM0YS1lODBkYWEwYzJjOGQiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiMzBIQVN5ZGhxU3ZwelhQcXZzSVJiSGwtZ1dYMzZWZjFSWkpYNUhGYmNHdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTM0NywiaWF0IjoxNjY4OTc1MDQ3fQ.BXjxZI_u1hAK6cTLg3IoBNe-LIhIQzh7TWwWRLdTO7Km500EzHwYSn7Sflp1qJH55e5zgmFTLcGAsJE2pQgMDg
key
{"kty":"OKP","d":"veqkTRTiGWz5yXPsKy5kk1KTbQcH9vQSzFGEvHWmzZU","use":"sig","crv":"Ed25519","kid":"b2f030f6-1de9-4af9-b34a-e80daa0c2c8d","x":"_oE6I2LfsNRv5BSPHhaLpYQ7ZEllDQYXXtmVoIGzySs"}
algorithm
EdDSA
2022-11-20 20:10:47 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:47 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
Pqb6KyU8SneHvbL4GhoBfU3JYqdYtnTmJmO2XyIOW7abCbluYQ
token_type
Bearer
id_token
eyJraWQiOiJiMmYwMzBmNi0xZGU5LTRhZjktYjM0YS1lODBkYWEwYzJjOGQiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiMzBIQVN5ZGhxU3ZwelhQcXZzSVJiSGwtZ1dYMzZWZjFSWkpYNUhGYmNHdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTM0NywiaWF0IjoxNjY4OTc1MDQ3fQ.BXjxZI_u1hAK6cTLg3IoBNe-LIhIQzh7TWwWRLdTO7Km500EzHwYSn7Sflp1qJH55e5zgmFTLcGAsJE2pQgMDg
scope
openid email
2022-11-20 20:10:47 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance 8RXAmkBbuIOfVU8
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "Pqb6KyU8SneHvbL4GhoBfU3JYqdYtnTmJmO2XyIOW7abCbluYQ",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiJiMmYwMzBmNi0xZGU5LTRhZjktYjM0YS1lODBkYWEwYzJjOGQiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiMzBIQVN5ZGhxU3ZwelhQcXZzSVJiSGwtZ1dYMzZWZjFSWkpYNUhGYmNHdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTM0NywiaWF0IjoxNjY4OTc1MDQ3fQ.BXjxZI_u1hAK6cTLg3IoBNe-LIhIQzh7TWwWRLdTO7Km500EzHwYSn7Sflp1qJH55e5zgmFTLcGAsJE2pQgMDg",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:48 INCOMING
oidcc-client-test-userinfo-invalid-sub
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 Pqb6KyU8SneHvbL4GhoBfU3JYqdYtnTmJmO2XyIOW7abCbluYQ",
  "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:48 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
Pqb6KyU8SneHvbL4GhoBfU3JYqdYtnTmJmO2XyIOW7abCbluYQ
2022-11-20 20:10:48 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
Pqb6KyU8SneHvbL4GhoBfU3JYqdYtnTmJmO2XyIOW7abCbluYQ
2022-11-20 20:10:48 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2022-11-20 20:10:48
ChangeSubInUserInfoResponseToBeInvalid
Added invalid sub to userinfo endpoint output
sub
user-subject-1234531invalid
email
user@example.com
email_verified
false
2022-11-20 20:10:48
ClearAccessTokenFromRequest
Removed incoming access token from environment
2022-11-20 20:10:48 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:48 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:48 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:48 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance 8RXAmkBbuIOfVU8
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531invalid",
  "email": "user@example.com",
  "email_verified": false
}
outgoing_path
userinfo
2022-11-20 20:10:48 FINISHED
oidcc-client-test-userinfo-invalid-sub
Test has run to completion
testmodule_result
PASSED
Test Results