Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-04-29 10:55:09 INFO
TEST-RUNNER
Test instance yPD2PpuQtNyUE7U created
baseUrl
https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "default",
  "client_registration": "static_client"
}
alias
c652cf14-abb3-4246-acf5-6314dbc95d5d
description
oauth4webapi/0.6.0 (https://github.com/panva/oauth4webapi)
planId
VOKklrPVi0mdm
config
{
  "description": "oauth4webapi/0.6.0 (https://github.com/panva/oauth4webapi)",
  "alias": "c652cf14-abb3-4246-acf5-6314dbc95d5d",
  "client": {
    "client_id": "client-c652cf14-abb3-4246-acf5-6314dbc95d5d",
    "client_secret": "client-c652cf14-abb3-4246-acf5-6314dbc95d5d",
    "scope": "All your base are belong to us",
    "redirect_uri": "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb",
    "jwks": {
      "keys": [
        {
          "kty": "RSA",
          "n": "4YtjGzaveYRd8ANMOb0qGEFHvhQ4zx_Jv_GFf6I2-Y3-GIYDwtBpVcSM4V9bV4GTd2oitqxQCG818jXDtLJAss5ReHsWRsMNYl6--6Yd914JUidE939nVp5iaGsGQvWILlXyFXBPxJA5zYLirkMVdwr_B6QFvpl9ccs0yziaDxtaEd5fqE5Vfhz0tU_AHK0_HT-OcwsDscozms95GY9L2RHr3ibHH2uHCq66zit-Vq_PpUYKgJKQkGJzvNRYn0D5vMVhQYeyPT13bI99sNxrXKgy3HaJTlrtQ5Nki5T2gzdpZkdl5B-2yo7zJuJsPXhh7ADX3-pUqdRrhW_bfikmGw",
          "e": "AQAB",
          "use": "sig",
          "alg": "RS256",
          "kid": "f056b9ad-0084-40a9-9401-3e25718e05fc"
        }
      ]
    },
    "id_token_signed_response_alg": "RS256"
  },
  "waitTimeoutSeconds": 2
}
testName
oidcc-client-test-userinfo-invalid-sub
2022-04-29 10:55:09 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/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",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "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-04-29 10:55:09
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/c652cf14-abb3-4246-acf5-6314dbc95d5d/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/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",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "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-04-29 10:55:09
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "8lblwdacXf_issFMjJxyAkGZ-RJ8HsWin1YQNB7U5819edpugIQpCFYF4wu2QyxCqUes6tir3jPUmjAdr4JEBHTxCc43KzjkQLV-rvLFUX9sjHVdm_XeIcgz-ohgd9Mmd8_eIxSLeutwIDgUL9KELfE7boTq29wBcsrgd424qaE",
      "kty": "RSA",
      "q": "7oLUcx16GvdAzePsYFQZXGK5sVzZkuOiCMiIYp39VGG9XnUPJBxfG0LgNPqEDWCAMS7tUpRbkHwrY15tYeeAwJZeaRrpX7ebjEWhZECMoPKe7hfBlNx9V0tBnagqNn5oZwsTE0cIUpaI80MvjoP9cAT7ljJdkPzEWRJSj4Nk0Fc",
      "d": "Aog8g00eORg-80JjpDXvJROh1G71lAZiMh1swvW8C14JKAlIxQFXn-7nlJyki_D3Gmosx9z5zFu6UGyYn-Z4R5kPa4Tvesq-Dx3wnjLIKZDTTFfBEzZXaBN3RxfdOaLxAQ5u4aink0ndoSErR-vzYBcEyIE-e7lYbQbzqlL1SVQD0zntzAdzelPjChxyzIDzlpESOCfL_DJD79L_Sdi6HqIoLxRbua3IsvDWAzbqAu58_i119ba7YWkgp4OtLWHdTqznHzgjpEXj8cieHZQ3k0SuorGYRWCJkZlM02cjiNA6znLKfbxdFy5S13_S49yB1n3rWYIz5L0XIDDpcPfMQQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "53caf135-ca89-4f93-9293-30a59b80a54c",
      "qi": "8AK6xIAC-ET6Ho6DYEV9Ts0TlBqnD1DSJ2UPzrKsfbqTzrtQP5llEh0MZlfOwPHhrUTIFIT2YC3Xa2FMtmUVTt3_i63CVnRIQAXtNTwsafS1Qwjdibey-Il4PSyMTFhK6FaXEArr_BaKqPKBlX7TlFCZBewyowlhRVhc--vH76g",
      "dp": "3gnug5buOFYu0Ne5GpBxCU4wFHzySoOMh-8j841YR3cJA2-2lXwB2Ihw5mGhwpQ4E7__WEHj3zigEBIL8PYq-eZnvzM5axm6UOu6QfNgBVb6DwuuFCrHNy6nKWJw-Pj3IwnLH1tAnQRA_NRE8rgwsaN4b7_LLFy82v-1gPTSAGE",
      "dq": "ZlAG9G6Tn5eq2-dG0behvWi4QWYUCxfMvTnQj4U4U4ct5aQPX60v-xC__tnr5ZUcyHxZ34-2i49ISXMLNvFI4NRgIXQi4iVv-0cvSUMLUEtjc70LFGFU_ypQNmIZ4ZBuFq3AfAd_gXYDv151uwvRnsj0Z2SpkHVtgMwEUH3LtDc",
      "n": "4cii19EphY_c_2vwL-rgqCag7-efg_38sM3NSEVQJPKZRtu1kJVKocuV8tenCe5AkVZyQWU8uG7-T7q0l4sIuye2XMV8P3fDWNDjI6pxqqmTCnecuReNNOWnB7ZFfGafhTPf_Q1RIkl2a43mmxLpX-tn-b14gB1PMZcOBy7ifouCi59lWjnTy2FHhgudgr5A3l_IHojxZckOjPvks8VWFY1UCgUQQ7aYLoFrSRNiQmYt8FElGxJDMyMw-vrDw0vNPjw4yYXZc0v618tnNYaYDoVZl__U3GQpXOei4il7zGzz_UidShyfuMzZmiWTvFkcC7mTUcWazUXsWpml2Xh1tw"
    },
    {
      "kty": "EC",
      "d": "UwNtYTV-R2JsasgDqpNJp4S5b2ceSdAdDGjB0WitL90",
      "use": "sig",
      "crv": "P-256",
      "kid": "54ba4edc-27de-4fcb-b67d-2bce11ee3d20",
      "x": "rb_imoYXkvP0eaL4QIv5lpMwvcKthL2xPyDkzDilnmY",
      "y": "aiYJqBvAVX2ykcWMwsgjoQkVQ7M6FSQlwBCvKYl_rps"
    },
    {
      "kty": "EC",
      "d": "dphVGW-h0gT15uFaUlJhSLQgPUuW-Pzl7vep0dvMzwA",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "d4d7d3eb-55dd-4f46-9e2b-34820d9259df",
      "x": "TdK1e-_lRaN5iGjZMoS0YoucpjQTrbljzIakDftX7DU",
      "y": "sPZvEYyFYjT6d7P9czGA2eyhCucBq97rtjDXXYA2Qto"
    },
    {
      "kty": "OKP",
      "d": "WouafyBKZ48FNTneUSEnybjqDHOlkeJ7ESF-u4URUnE",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "15dea73d-ca16-4106-bc0d-11d6dae54d2f",
      "x": "CtEPqbh5NvUcywJA-PpNVYMwe98qR1--jWv7cSRyC5w"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "9dhjCNDJvFJejne32WojnxyOw5c1h8NRzB_80yT-iexWLuzqDq10qtQAmhhqiijWTu7TAREJ1X9Mw5w8AaNg9doiyyb0meiTc-CT_xZ2EI9Ynj07ktNgt-9zGxoTFDuyGqz87hs-v77sgAcFVyBUFSZoZm-LUNJRLZIACN4mWk8",
      "kty": "RSA",
      "q": "sK8-DSWzJPs8i4st7TzJDfg_-ILo9K7dSHIYmrrBKlA35HBcYb2Px3hOduATzporILNb_o4ccRGzQ90uQha4DTLoeq06BSFh4NXBOu17bDysgZBf3sZU-A336-grboz6XD_Ix4dtxbYMBf9a_SGbfq5_fZ2j7RfJ3KAkmFIV7Y8",
      "d": "pOjd1wK2pry4vDULyJVYg56ffqp6VqQ5_um1xfbU5ugfYIRbnNg6nZYI3ORX_kTipwSp54eBTObQ-RvhdTgqQ3hU2m9By8bR4z3jNk6uMsv_aDGLCj4moy30Rtys-GALCD0VFhH2wjetPQXyj-RY8FGJ-vwY1_70Nk7Id1wKkZdE4aqqE7ItVFvCHIbBp8Wi-ILpUCX-9olcbe5sfupba5D51hbwC0PybqbSUhuYcpS1dnbX5b5QoKxroFuJuuq13G8dyspS355O7rVLfouoyHZz2E4xrzQeT06rKuLE2O_uuefFpNLBpZlbCoBx5sbiIUBELiVk8vwPdPJd3LenQQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "42da46c4-75fa-4720-93cc-006c9b22e638",
      "qi": "a0s0LkBZvcPyMxCl4AcC22L52CSNuxfj-1xdIWGjBj2oQmF1PPqF7uwhE5ZGpkyPiTMtYkCihvSS4PP73dmyVr-qvqMOyk50o6E9YtKRZ4929h1uQvAV_1ENJLjXucgJoQ0CQf8DztINAKfjkQjSo7uHeMCuihtwJbMBtOxbtGo",
      "dp": "mPT7kPWOPlwlNpCn015lMU6sSGbgyEour0jLnXbr41YmvOVsLpue9dYXVciRKMqFo_CVWZmHO80LLr0a3I4Q-oWwliLzlnqMm1ED43bPGDiHk1RXp19aUrZpMFiFvFXz1wMADwjmfphEPtefa_jSN6KA3BLUZAGmviqTWPEWfaM",
      "alg": "RSA-OAEP",
      "dq": "p52IU3apbfL-LC_cYQzie-M_5OVkVQQzH1BGcTuslxTFAW1q5rqr1QMYBQRtJfnx4jLlmid9afLtyvrgsIfXEYZzMDZ4LXfO4DpI9ztmdHdW_A9YNAKZhz3RLjbyRQ1vUeac9lVPWVpsK6Bl1HB2kIbAog3T_tAri6dNMEfnT5c",
      "n": "qa0OmMq-5YULvU5ro0atFP4E4FZl_jGVAiMQt9XscSpnDVOEaOXLGZifbMspGgf6QqZcphtNDj5_ETihmqEEzix38NcmoKttz1HjA92t0tWRN_MWbPhqXdcRQNLfe1Nq-Sbk4DJ3j4YCp8klUhTe1k7QySwAFKxjPpTMQkCy89wvuq-aCiZ1KurdylgrBuXGN57VpMJEvlriYJy0mW0c8xqKW5s35wOqYgRY5mpTasRg0umKw9Qeb4ymfRv7JuudipaZdzqjENgAdcmIKXZOxVRE93puT3XSeK3yeCwN2_wKi6IEpzWElxjOtKA7-qgKknzoi-eeNqIXUXeYT4KVIQ"
    },
    {
      "kty": "EC",
      "d": "XAk6LBX7T6_qW1y9Ff_ZThsBdiA2vfulJIZREdk-TYA",
      "use": "enc",
      "crv": "P-256",
      "kid": "5093c1e7-dd5d-4ccd-a117-0fa83a26a69d",
      "x": "aCvcN9Fg-KsZasof0AgpZGSK0x1Yr5-dg71akpIS0C0",
      "y": "0BYIfFZZE_IClSaluszDqlWPxXTJ_nawnUKDoUlZbqg",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "53caf135-ca89-4f93-9293-30a59b80a54c",
      "n": "4cii19EphY_c_2vwL-rgqCag7-efg_38sM3NSEVQJPKZRtu1kJVKocuV8tenCe5AkVZyQWU8uG7-T7q0l4sIuye2XMV8P3fDWNDjI6pxqqmTCnecuReNNOWnB7ZFfGafhTPf_Q1RIkl2a43mmxLpX-tn-b14gB1PMZcOBy7ifouCi59lWjnTy2FHhgudgr5A3l_IHojxZckOjPvks8VWFY1UCgUQQ7aYLoFrSRNiQmYt8FElGxJDMyMw-vrDw0vNPjw4yYXZc0v618tnNYaYDoVZl__U3GQpXOei4il7zGzz_UidShyfuMzZmiWTvFkcC7mTUcWazUXsWpml2Xh1tw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "da4f7c7e-4773-4caf-bdf6-2529228c336a",
      "n": "kIdHfXM_EpRxEtmfVAfqJf3_ywJr-DwAXcIiNWsf9JNbGr27UJGPIjR1ysuuCKq6xvHQ0r80ONee7HV0FQg78C7jvnvvWtoP-7st8dXvNxexoaqr4NotVzPWewE40I6MKxTO07q2WEm6HBA2UWbAH8O9CSebzaFeiQWw3Ea8bIDrx5Ydb-yZlQsIqLZz85hK0BQUmzuOzncp3OJlK1eF7qPkrgVhRx1Fpv802H7pQdOjiEdTtpV8k0a3J6ahuOQwBtoVcXz8B7l2w4TPuXjurpeDkEcB4eRh48arTNpL7JqRZOeYq4P9YGvr02MpDQfYNARbLkk-oLEr5JiRAGHtcQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "54ba4edc-27de-4fcb-b67d-2bce11ee3d20",
      "x": "rb_imoYXkvP0eaL4QIv5lpMwvcKthL2xPyDkzDilnmY",
      "y": "aiYJqBvAVX2ykcWMwsgjoQkVQ7M6FSQlwBCvKYl_rps"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "350cb73c-27ee-4aa4-93ac-35e567c0cf8e",
      "x": "Qhhe-86acySqXRUEPAIvrCBxWVGbSn2NW3ei8PEwD8Q",
      "y": "mXhFjGeDOyoE6JTQcjGVCiT0c2OEknjbxm5Wvejjjvg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "d4d7d3eb-55dd-4f46-9e2b-34820d9259df",
      "x": "TdK1e-_lRaN5iGjZMoS0YoucpjQTrbljzIakDftX7DU",
      "y": "sPZvEYyFYjT6d7P9czGA2eyhCucBq97rtjDXXYA2Qto"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "15dea73d-ca16-4106-bc0d-11d6dae54d2f",
      "x": "CtEPqbh5NvUcywJA-PpNVYMwe98qR1--jWv7cSRyC5w"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "42da46c4-75fa-4720-93cc-006c9b22e638",
      "alg": "RSA-OAEP",
      "n": "qa0OmMq-5YULvU5ro0atFP4E4FZl_jGVAiMQt9XscSpnDVOEaOXLGZifbMspGgf6QqZcphtNDj5_ETihmqEEzix38NcmoKttz1HjA92t0tWRN_MWbPhqXdcRQNLfe1Nq-Sbk4DJ3j4YCp8klUhTe1k7QySwAFKxjPpTMQkCy89wvuq-aCiZ1KurdylgrBuXGN57VpMJEvlriYJy0mW0c8xqKW5s35wOqYgRY5mpTasRg0umKw9Qeb4ymfRv7JuudipaZdzqjENgAdcmIKXZOxVRE93puT3XSeK3yeCwN2_wKi6IEpzWElxjOtKA7-qgKknzoi-eeNqIXUXeYT4KVIQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "5093c1e7-dd5d-4ccd-a117-0fa83a26a69d",
      "x": "aCvcN9Fg-KsZasof0AgpZGSK0x1Yr5-dg71akpIS0C0",
      "y": "0BYIfFZZE_IClSaluszDqlWPxXTJ_nawnUKDoUlZbqg",
      "alg": "ECDH-ES"
    }
  ]
}
2022-04-29 10:55:09 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-04-29 10:55:09 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-04-29 10:55:09 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/",
  "updated_at": 1580000000
}
2022-04-29 10:55:09 SUCCESS
OIDCCGetStaticClientConfigurationForRPTests
Found a static client object
client_id
client-c652cf14-abb3-4246-acf5-6314dbc95d5d
client_secret
client-c652cf14-abb3-4246-acf5-6314dbc95d5d
scope
All your base are belong to us
jwks
{
  "keys": [
    {
      "kty": "RSA",
      "n": "4YtjGzaveYRd8ANMOb0qGEFHvhQ4zx_Jv_GFf6I2-Y3-GIYDwtBpVcSM4V9bV4GTd2oitqxQCG818jXDtLJAss5ReHsWRsMNYl6--6Yd914JUidE939nVp5iaGsGQvWILlXyFXBPxJA5zYLirkMVdwr_B6QFvpl9ccs0yziaDxtaEd5fqE5Vfhz0tU_AHK0_HT-OcwsDscozms95GY9L2RHr3ibHH2uHCq66zit-Vq_PpUYKgJKQkGJzvNRYn0D5vMVhQYeyPT13bI99sNxrXKgy3HaJTlrtQ5Nki5T2gzdpZkdl5B-2yo7zJuJsPXhh7ADX3-pUqdRrhW_bfikmGw",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "kid": "f056b9ad-0084-40a9-9401-3e25718e05fc"
    }
  ]
}
id_token_signed_response_alg
RS256
redirect_uris
[
  "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb"
]
2022-04-29 10:55:09 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "client_id": "client-c652cf14-abb3-4246-acf5-6314dbc95d5d",
  "client_secret": "client-c652cf14-abb3-4246-acf5-6314dbc95d5d",
  "scope": "All your base are belong to us",
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "n": "4YtjGzaveYRd8ANMOb0qGEFHvhQ4zx_Jv_GFf6I2-Y3-GIYDwtBpVcSM4V9bV4GTd2oitqxQCG818jXDtLJAss5ReHsWRsMNYl6--6Yd914JUidE939nVp5iaGsGQvWILlXyFXBPxJA5zYLirkMVdwr_B6QFvpl9ccs0yziaDxtaEd5fqE5Vfhz0tU_AHK0_HT-OcwsDscozms95GY9L2RHr3ibHH2uHCq66zit-Vq_PpUYKgJKQkGJzvNRYn0D5vMVhQYeyPT13bI99sNxrXKgy3HaJTlrtQ5Nki5T2gzdpZkdl5B-2yo7zJuJsPXhh7ADX3-pUqdRrhW_bfikmGw",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "kid": "f056b9ad-0084-40a9-9401-3e25718e05fc"
      }
    ]
  },
  "id_token_signed_response_alg": "RS256",
  "redirect_uris": [
    "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb"
  ]
}
2022-04-29 10:55:09 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-04-29 10:55:09 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-04-29 10:55:09 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb"
]
2022-04-29 10:55:09 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-04-29 10:55:09 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-04-29 10:55:09 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-04-29 10:55:09 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-04-29 10:55:09 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-04-29 10:55:09 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
RS256
2022-04-29 10:55:09 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-04-29 10:55:09 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-04-29 10:55:09 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-04-29 10:55:09 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2022-04-29 10:55:09 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-04-29 10:55:09 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-04-29 10:55:09 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-04-29 10:55:09 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2022-04-29 10:55:09 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2022-04-29 10:55:09 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2022-04-29 10:55:09 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-04-29 10:55:09 SUCCESS
OIDCCExtractServerSigningAlg
Selected signing algorithm based on client id_token_signed_response_alg.
selected_algorithm
RS256
id_token_signed_response_alg
RS256
2022-04-29 10:55:09
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2022-04-29 10:55:09
oidcc-client-test-userinfo-invalid-sub
Setup Done
2022-04-29 10:55:11 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to /test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/.well-known/openid-configuration
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json",
  "accept-encoding": "br, gzip, deflate",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "user-agent": "oauth4webapi/v0.6.0 (https://github.com/panva/oauth4webapi)",
  "connection": "close"
}
incoming_path
/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_tls_cert
incoming_body_json
incoming_query_string_params
{}
incoming_body
Discovery endpoint
2022-04-29 10:55:11 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance yPD2PpuQtNyUE7U
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/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",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "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-04-29 10:55:12 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to /test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/authorize
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "*/*",
  "accept-encoding": "br, gzip, deflate",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "user-agent": "undici",
  "connection": "close"
}
incoming_path
/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/authorize
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_tls_cert
incoming_body_json
incoming_query_string_params
{
  "client_id": "client-c652cf14-abb3-4246-acf5-6314dbc95d5d",
  "code_challenge": "KUqXjAIWKqMXm3_fSRN255Bj6kKfiz2ajmhuNUtbqtk",
  "code_challenge_method": "S256",
  "redirect_uri": "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb",
  "response_type": "code",
  "scope": "openid email"
}
incoming_body
Authorization endpoint
2022-04-29 10:55:12 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-04-29 10:55:12 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-04-29 10:55:12 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-c652cf14-abb3-4246-acf5-6314dbc95d5d",
  "code_challenge": "KUqXjAIWKqMXm3_fSRN255Bj6kKfiz2ajmhuNUtbqtk",
  "code_challenge_method": "S256",
  "redirect_uri": "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb",
  "response_type": "code",
  "scope": "openid email"
}
2022-04-29 10:55:12 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-04-29 10:55:12 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-04-29 10:55:12 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-04-29 10:55:12 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-c652cf14-abb3-4246-acf5-6314dbc95d5d
2022-04-29 10:55:12 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb
expected
[
  "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb"
]
2022-04-29 10:55:12 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-04-29 10:55:12 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-04-29 10:55:12 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
xOpBBrrld5Oksbn8Gv0OwD39tbjHT9Kl
2022-04-29 10:55:12 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
YV1jbCuOcFFqEUd3DHudng
2022-04-29 10:55:12 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb"
}
2022-04-29 10:55:12 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb",
  "code": "xOpBBrrld5Oksbn8Gv0OwD39tbjHT9Kl"
}
2022-04-29 10:55:12
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb?code=xOpBBrrld5Oksbn8Gv0OwD39tbjHT9Kl
2022-04-29 10:55:12 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance yPD2PpuQtNyUE7U
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb?code=xOpBBrrld5Oksbn8Gv0OwD39tbjHT9Kl]
outgoing_path
authorize
2022-04-29 10:55:12 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to /test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/token
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json",
  "accept-encoding": "br, gzip, deflate",
  "accept-language": "*",
  "authorization": "Basic Y2xpZW50LWM2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZDpjbGllbnQtYzY1MmNmMTQtYWJiMy00MjQ2LWFjZjUtNjMxNGRiYzk1ZDVk",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "sec-fetch-mode": "cors",
  "user-agent": "oauth4webapi/v0.6.0 (https://github.com/panva/oauth4webapi)",
  "connection": "close",
  "content-length": "207"
}
incoming_path
/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/token
incoming_body_form_params
{
  "redirect_uri": "https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb",
  "code_verifier": "sQZ3X5W1Snf4dDEIj1IxHYZtt_TvOqIy_s2zh91Cmow",
  "code": "xOpBBrrld5Oksbn8Gv0OwD39tbjHT9Kl",
  "grant_type": "authorization_code"
}
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_tls_cert
incoming_body_json
incoming_query_string_params
{}
incoming_body
redirect_uri=https%3A%2F%2Fclient-c652cf14-abb3-4246-acf5-6314dbc95d5d.local%2Fcb&code_verifier=sQZ3X5W1Snf4dDEIj1IxHYZtt_TvOqIy_s2zh91Cmow&code=xOpBBrrld5Oksbn8Gv0OwD39tbjHT9Kl&grant_type=authorization_code
Token endpoint
2022-04-29 10:55:12
CheckClientIdMatchesOnTokenRequestIfPresent
Condition ran but did not log anything
2022-04-29 10:55:12 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client-c652cf14-abb3-4246-acf5-6314dbc95d5d
client_secret
client-c652cf14-abb3-4246-acf5-6314dbc95d5d
method
client_secret_basic
2022-04-29 10:55:12 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-04-29 10:55:12 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
xOpBBrrld5Oksbn8Gv0OwD39tbjHT9Kl
2022-04-29 10:55:12 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb
2022-04-29 10:55:12 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
gdN53qzdxYH4er1pAXejCduxkclT9HxpkTq8RTOJa93rj1zasX
2022-04-29 10:55:12 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
NJS4yyqdAwUEhgyQQfB5ww
2022-04-29 10:55:12 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/
sub
user-subject-1234531
aud
client-c652cf14-abb3-4246-acf5-6314dbc95d5d
iat
1651229712
exp
1651230012
2022-04-29 10:55:12 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
NJS4yyqdAwUEhgyQQfB5ww
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/",
  "sub": "user-subject-1234531",
  "aud": "client-c652cf14-abb3-4246-acf5-6314dbc95d5d",
  "iat": 1651229712,
  "exp": 1651230012,
  "at_hash": "NJS4yyqdAwUEhgyQQfB5ww"
}
2022-04-29 10:55:12 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiI1M2NhZjEzNS1jYTg5LTRmOTMtOTI5My0zMGE1OWI4MGE1NGMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiTkpTNHl5cWRBd1VFaGd5UVFmQjV3dyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LWM2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZCIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9jNjUyY2YxNC1hYmIzLTQyNDYtYWNmNS02MzE0ZGJjOTVkNWRcLyIsImV4cCI6MTY1MTIzMDAxMiwiaWF0IjoxNjUxMjI5NzEyfQ.SRv3HIBxjGTD7ZTaEJ2XCRaD7ls6sbitKJk59A_KLaCi3SABZCGEBlEtEzTMfSElfqvnWuk4LLSa5aoVj5InZLyZ4Tcz11s3Lpz1FkvRaFvDe4pobpz1Bbk0d73zEBKPhxKoyJdmxDGSAuUoWy0xI7LwdBqi0t3B0bX51KvioMkNGTwLUlfdbc5YFYjyha2xUdrJbWsebCuuOSpHN5mr_9WnuHemcyfkBNPazllnGYtPK2bLGV6gprpLThWKpP73PKjb9GU91tIHEgChdZFXQcWX44f9MZhZYXO6eK7FXavftEvEoORWOLoYUk844zbIsjmuEtPKjGi9_kFnzU_ufw
key
{"p":"8lblwdacXf_issFMjJxyAkGZ-RJ8HsWin1YQNB7U5819edpugIQpCFYF4wu2QyxCqUes6tir3jPUmjAdr4JEBHTxCc43KzjkQLV-rvLFUX9sjHVdm_XeIcgz-ohgd9Mmd8_eIxSLeutwIDgUL9KELfE7boTq29wBcsrgd424qaE","kty":"RSA","q":"7oLUcx16GvdAzePsYFQZXGK5sVzZkuOiCMiIYp39VGG9XnUPJBxfG0LgNPqEDWCAMS7tUpRbkHwrY15tYeeAwJZeaRrpX7ebjEWhZECMoPKe7hfBlNx9V0tBnagqNn5oZwsTE0cIUpaI80MvjoP9cAT7ljJdkPzEWRJSj4Nk0Fc","d":"Aog8g00eORg-80JjpDXvJROh1G71lAZiMh1swvW8C14JKAlIxQFXn-7nlJyki_D3Gmosx9z5zFu6UGyYn-Z4R5kPa4Tvesq-Dx3wnjLIKZDTTFfBEzZXaBN3RxfdOaLxAQ5u4aink0ndoSErR-vzYBcEyIE-e7lYbQbzqlL1SVQD0zntzAdzelPjChxyzIDzlpESOCfL_DJD79L_Sdi6HqIoLxRbua3IsvDWAzbqAu58_i119ba7YWkgp4OtLWHdTqznHzgjpEXj8cieHZQ3k0SuorGYRWCJkZlM02cjiNA6znLKfbxdFy5S13_S49yB1n3rWYIz5L0XIDDpcPfMQQ","e":"AQAB","use":"sig","kid":"53caf135-ca89-4f93-9293-30a59b80a54c","qi":"8AK6xIAC-ET6Ho6DYEV9Ts0TlBqnD1DSJ2UPzrKsfbqTzrtQP5llEh0MZlfOwPHhrUTIFIT2YC3Xa2FMtmUVTt3_i63CVnRIQAXtNTwsafS1Qwjdibey-Il4PSyMTFhK6FaXEArr_BaKqPKBlX7TlFCZBewyowlhRVhc--vH76g","dp":"3gnug5buOFYu0Ne5GpBxCU4wFHzySoOMh-8j841YR3cJA2-2lXwB2Ihw5mGhwpQ4E7__WEHj3zigEBIL8PYq-eZnvzM5axm6UOu6QfNgBVb6DwuuFCrHNy6nKWJw-Pj3IwnLH1tAnQRA_NRE8rgwsaN4b7_LLFy82v-1gPTSAGE","dq":"ZlAG9G6Tn5eq2-dG0behvWi4QWYUCxfMvTnQj4U4U4ct5aQPX60v-xC__tnr5ZUcyHxZ34-2i49ISXMLNvFI4NRgIXQi4iVv-0cvSUMLUEtjc70LFGFU_ypQNmIZ4ZBuFq3AfAd_gXYDv151uwvRnsj0Z2SpkHVtgMwEUH3LtDc","n":"4cii19EphY_c_2vwL-rgqCag7-efg_38sM3NSEVQJPKZRtu1kJVKocuV8tenCe5AkVZyQWU8uG7-T7q0l4sIuye2XMV8P3fDWNDjI6pxqqmTCnecuReNNOWnB7ZFfGafhTPf_Q1RIkl2a43mmxLpX-tn-b14gB1PMZcOBy7ifouCi59lWjnTy2FHhgudgr5A3l_IHojxZckOjPvks8VWFY1UCgUQQ7aYLoFrSRNiQmYt8FElGxJDMyMw-vrDw0vNPjw4yYXZc0v618tnNYaYDoVZl__U3GQpXOei4il7zGzz_UidShyfuMzZmiWTvFkcC7mTUcWazUXsWpml2Xh1tw"}
algorithm
RS256
2022-04-29 10:55:12 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-04-29 10:55:12 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
gdN53qzdxYH4er1pAXejCduxkclT9HxpkTq8RTOJa93rj1zasX
token_type
Bearer
id_token
eyJraWQiOiI1M2NhZjEzNS1jYTg5LTRmOTMtOTI5My0zMGE1OWI4MGE1NGMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiTkpTNHl5cWRBd1VFaGd5UVFmQjV3dyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LWM2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZCIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9jNjUyY2YxNC1hYmIzLTQyNDYtYWNmNS02MzE0ZGJjOTVkNWRcLyIsImV4cCI6MTY1MTIzMDAxMiwiaWF0IjoxNjUxMjI5NzEyfQ.SRv3HIBxjGTD7ZTaEJ2XCRaD7ls6sbitKJk59A_KLaCi3SABZCGEBlEtEzTMfSElfqvnWuk4LLSa5aoVj5InZLyZ4Tcz11s3Lpz1FkvRaFvDe4pobpz1Bbk0d73zEBKPhxKoyJdmxDGSAuUoWy0xI7LwdBqi0t3B0bX51KvioMkNGTwLUlfdbc5YFYjyha2xUdrJbWsebCuuOSpHN5mr_9WnuHemcyfkBNPazllnGYtPK2bLGV6gprpLThWKpP73PKjb9GU91tIHEgChdZFXQcWX44f9MZhZYXO6eK7FXavftEvEoORWOLoYUk844zbIsjmuEtPKjGi9_kFnzU_ufw
scope
openid email
2022-04-29 10:55:12 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance yPD2PpuQtNyUE7U
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "gdN53qzdxYH4er1pAXejCduxkclT9HxpkTq8RTOJa93rj1zasX",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiI1M2NhZjEzNS1jYTg5LTRmOTMtOTI5My0zMGE1OWI4MGE1NGMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiTkpTNHl5cWRBd1VFaGd5UVFmQjV3dyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LWM2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZCIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9jNjUyY2YxNC1hYmIzLTQyNDYtYWNmNS02MzE0ZGJjOTVkNWRcLyIsImV4cCI6MTY1MTIzMDAxMiwiaWF0IjoxNjUxMjI5NzEyfQ.SRv3HIBxjGTD7ZTaEJ2XCRaD7ls6sbitKJk59A_KLaCi3SABZCGEBlEtEzTMfSElfqvnWuk4LLSa5aoVj5InZLyZ4Tcz11s3Lpz1FkvRaFvDe4pobpz1Bbk0d73zEBKPhxKoyJdmxDGSAuUoWy0xI7LwdBqi0t3B0bX51KvioMkNGTwLUlfdbc5YFYjyha2xUdrJbWsebCuuOSpHN5mr_9WnuHemcyfkBNPazllnGYtPK2bLGV6gprpLThWKpP73PKjb9GU91tIHEgChdZFXQcWX44f9MZhZYXO6eK7FXavftEvEoORWOLoYUk844zbIsjmuEtPKjGi9_kFnzU_ufw",
  "scope": "openid email"
}
outgoing_path
token
2022-04-29 10:55:12 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to /test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/jwks
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json, application/jwk-set+json",
  "accept-encoding": "br, gzip, deflate",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "user-agent": "oauth4webapi/v0.6.0 (https://github.com/panva/oauth4webapi)",
  "connection": "close"
}
incoming_path
/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/jwks
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_tls_cert
incoming_body_json
incoming_query_string_params
{}
incoming_body
Jwks endpoint
2022-04-29 10:55:12 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance yPD2PpuQtNyUE7U
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "53caf135-ca89-4f93-9293-30a59b80a54c",
      "n": "4cii19EphY_c_2vwL-rgqCag7-efg_38sM3NSEVQJPKZRtu1kJVKocuV8tenCe5AkVZyQWU8uG7-T7q0l4sIuye2XMV8P3fDWNDjI6pxqqmTCnecuReNNOWnB7ZFfGafhTPf_Q1RIkl2a43mmxLpX-tn-b14gB1PMZcOBy7ifouCi59lWjnTy2FHhgudgr5A3l_IHojxZckOjPvks8VWFY1UCgUQQ7aYLoFrSRNiQmYt8FElGxJDMyMw-vrDw0vNPjw4yYXZc0v618tnNYaYDoVZl__U3GQpXOei4il7zGzz_UidShyfuMzZmiWTvFkcC7mTUcWazUXsWpml2Xh1tw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "da4f7c7e-4773-4caf-bdf6-2529228c336a",
      "n": "kIdHfXM_EpRxEtmfVAfqJf3_ywJr-DwAXcIiNWsf9JNbGr27UJGPIjR1ysuuCKq6xvHQ0r80ONee7HV0FQg78C7jvnvvWtoP-7st8dXvNxexoaqr4NotVzPWewE40I6MKxTO07q2WEm6HBA2UWbAH8O9CSebzaFeiQWw3Ea8bIDrx5Ydb-yZlQsIqLZz85hK0BQUmzuOzncp3OJlK1eF7qPkrgVhRx1Fpv802H7pQdOjiEdTtpV8k0a3J6ahuOQwBtoVcXz8B7l2w4TPuXjurpeDkEcB4eRh48arTNpL7JqRZOeYq4P9YGvr02MpDQfYNARbLkk-oLEr5JiRAGHtcQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "54ba4edc-27de-4fcb-b67d-2bce11ee3d20",
      "x": "rb_imoYXkvP0eaL4QIv5lpMwvcKthL2xPyDkzDilnmY",
      "y": "aiYJqBvAVX2ykcWMwsgjoQkVQ7M6FSQlwBCvKYl_rps"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "350cb73c-27ee-4aa4-93ac-35e567c0cf8e",
      "x": "Qhhe-86acySqXRUEPAIvrCBxWVGbSn2NW3ei8PEwD8Q",
      "y": "mXhFjGeDOyoE6JTQcjGVCiT0c2OEknjbxm5Wvejjjvg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "d4d7d3eb-55dd-4f46-9e2b-34820d9259df",
      "x": "TdK1e-_lRaN5iGjZMoS0YoucpjQTrbljzIakDftX7DU",
      "y": "sPZvEYyFYjT6d7P9czGA2eyhCucBq97rtjDXXYA2Qto"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "15dea73d-ca16-4106-bc0d-11d6dae54d2f",
      "x": "CtEPqbh5NvUcywJA-PpNVYMwe98qR1--jWv7cSRyC5w"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "42da46c4-75fa-4720-93cc-006c9b22e638",
      "alg": "RSA-OAEP",
      "n": "qa0OmMq-5YULvU5ro0atFP4E4FZl_jGVAiMQt9XscSpnDVOEaOXLGZifbMspGgf6QqZcphtNDj5_ETihmqEEzix38NcmoKttz1HjA92t0tWRN_MWbPhqXdcRQNLfe1Nq-Sbk4DJ3j4YCp8klUhTe1k7QySwAFKxjPpTMQkCy89wvuq-aCiZ1KurdylgrBuXGN57VpMJEvlriYJy0mW0c8xqKW5s35wOqYgRY5mpTasRg0umKw9Qeb4ymfRv7JuudipaZdzqjENgAdcmIKXZOxVRE93puT3XSeK3yeCwN2_wKi6IEpzWElxjOtKA7-qgKknzoi-eeNqIXUXeYT4KVIQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "5093c1e7-dd5d-4ccd-a117-0fa83a26a69d",
      "x": "aCvcN9Fg-KsZasof0AgpZGSK0x1Yr5-dg71akpIS0C0",
      "y": "0BYIfFZZE_IClSaluszDqlWPxXTJ_nawnUKDoUlZbqg",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2022-04-29 10:55:12 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to /test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/userinfo
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json, application/jwt",
  "accept-encoding": "br, gzip, deflate",
  "accept-language": "*",
  "authorization": "Bearer gdN53qzdxYH4er1pAXejCduxkclT9HxpkTq8RTOJa93rj1zasX",
  "sec-fetch-mode": "cors",
  "user-agent": "oauth4webapi/v0.6.0 (https://github.com/panva/oauth4webapi)",
  "connection": "close"
}
incoming_path
/test/a/c652cf14-abb3-4246-acf5-6314dbc95d5d/userinfo
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_tls_cert
incoming_body_json
incoming_query_string_params
{}
incoming_body
Userinfo endpoint
2022-04-29 10:55:12 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
gdN53qzdxYH4er1pAXejCduxkclT9HxpkTq8RTOJa93rj1zasX
2022-04-29 10:55:12 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
gdN53qzdxYH4er1pAXejCduxkclT9HxpkTq8RTOJa93rj1zasX
2022-04-29 10:55:12 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2022-04-29 10:55:12
ChangeSubInUserInfoResponseToBeInvalid
Added invalid sub to userinfo endpoint output
sub
user-subject-1234531invalid
email
user@example.com
email_verified
false
2022-04-29 10:55:12
ClearAccessTokenFromRequest
Condition ran but did not log anything
2022-04-29 10:55:12 INFO
AddIssAndAudToUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-04-29 10:55:12 INFO
SignUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-04-29 10:55:12 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2022-04-29 10:55:12 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance yPD2PpuQtNyUE7U
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531invalid",
  "email": "user@example.com",
  "email_verified": false
}
outgoing_path
userinfo
2022-04-29 10:55:12 FINISHED
oidcc-client-test-userinfo-invalid-sub
Test has run to completion
testmodule_result
PASSED
2022-04-29 10:55:14
TEST-RUNNER
Alias has now been claimed by another test
alias
c652cf14-abb3-4246-acf5-6314dbc95d5d
new_test_id
2BNIoIyc5Tblr5V
Test Results