Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-04-29 10:53:50 INFO
TEST-RUNNER
Test instance RXFnlWXkooGSYDd 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-client-secret-basic
2022-04-29 10:53:50 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:53:50
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:53:50
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "7EoqDyJbFm3VJBHUBpYaSecVgwEKF5To3l3iikpZaZ_i89BBZnXML4S-6TJ3aITsUt-t8i664jV5HS2C1LgC_rvUk-WGFCbXVe-AMlgYQpEJHQtOpev1E3dd3FLresQJb-oKJUCpPXetfbJwIEbirT4CxBs1ZWxRKaCsI94JwpM",
      "kty": "RSA",
      "q": "lYMHiP20BSFuzs9H6dLemuSJfhbF9HpmT88ZNnkkuhWxWde4taL4BF1T4XNxjOlk3u_W92P0r2DKsvG4nr42k1RNo77WJQ33GsMopjGreYtgkjW9yYRFSkbUQACd7C36Jx90KWql4UQOIQImcuih-gkUXnJ4V3pJ90j4hC_69CU",
      "d": "ZUO81NzF9Ui49Jcxs8X-4vzKbVe8_jpGrZXN-ulYNiQvzI2mkQG-7GXWy1J0aspkeJ1qi1obXiEL7C2XdPUExWcUFkhZ4Xu_Xzovk8cfIH9aV2SHo2T2N6B4KGDYwk9QUJAbgYjZHidCtjdR_4pXZKshL8TT35L6amdmPoLFGVVg01f3QhvFvU4BtQR7UBekf6MODR4utAyk6zK1cC9ZtBNgBdnei5BhmOo9iPxgVFm54QteIHqvOvsypjDHUqdXAjRfBFeYoo2sgmg2ZHjSAK-Y3ijPfK7vuPVxpAGf6m43BvBrBllz-YS63D6KZlUKxiK04PjCydaEKE1P7ym4WQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "0580c341-d5cd-4068-b18e-b270262665e7",
      "qi": "olZjNYKdwfEry6tdnkW7-EwztMr1LRerzBmEpi9RhnEZL4MGPnVE42CdpwugI9LVpC_4iVvAcRH3QmJj_S2ZqWGXr_w3TOz94Jf_EVjYNmWO_m78m7CHH2heysAVaQtcx0R0QKNKiV6XPmYjnxnmwlT1q2DEugfRWvQM616Bdr0",
      "dp": "ISJNP44Lw9tm9gXh-4J08UQMSjCNH71r4jK8H7RJUXxwMMxVP27pUQiGVOEUyX1KPlzLYZiX8DybXTISlI2xLdNc_dhDsvO3Yn-RNH4R-NOpuX7qam3qEe69JLYj-zUeNalV_t9QXCQ6GdQ50OzfwHdfn-xI0o4b24CCYw0xxS0",
      "dq": "J2hkAg2s93U6ebRU5iK4necC_oMOJkRk10BlCuCfd5TkLCQaAXY1HSFkTJZbJaMW_VQGOyrTga5nfwcLfHvycp7T4Aca9qVZrmomOrf41I6SI7eakJUWll9Y7o27EleECe_WdFwx4NBJURX6AGuk1fyyq7pMUfJfsJhBOMZUxSk",
      "n": "igAbYs11zxf7g6Dq9l5fuk5wrt6OTPsXaowYQan2CvUU60CdOFkhyZGPSrflMuOg5nwvzoo3aowAY8lyCu-8bdQMcT0CsrBHQxjbxnAtGLJzPdLM7wm78K7xHYtEcnM4NRtd_ZXLTiRR26cwLLIcJ5jYb-e-0woDUYOJEVJoMpx08GlDOE0cqXWxyszpehdvsjtxKKgbGsGQ5lN3qLR-mGMXKy2oJJQLTjxIiIZ1ieGWtiDuo9Cj9KitAFaiXKO8SNgbvcxHDuKhsYTWoBt8U0Wjd5a7MjF1DYjCnxdFe9gV6B55CR4l4IEXyajij06TP04WPTMyEuhY9GzdZWs7Pw"
    },
    {
      "kty": "EC",
      "d": "pDJqMVfa4BHBGO53v1TuLL8_ndt08v2xcQ53bkC581Q",
      "use": "sig",
      "crv": "P-256",
      "kid": "89a5e4d5-4f40-4c89-9de0-87dd2b84032f",
      "x": "EXlBTRtr_KZh3nr4KT1qjCpSsI9t30BtLrc5gFvOXkM",
      "y": "uWDgA1IPsBpWvxNqFKqLxtXAyYaZK5H_GC83h6IFaUI"
    },
    {
      "kty": "EC",
      "d": "Kky3AUeoBHf7kxbt-4ypAf0H0fqXgm49vRPLdxYCnfM",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "940a1c7d-0fd4-4093-95da-dd0408adc8fa",
      "x": "QZxGWDyQrmnBF-L2w9xNOgl9hj3amKa1uyCz-Ngz77k",
      "y": "OErFGeHzT7aM8QIfQbipDs2SMd4Uq8rK8Eu5wVNJDeU"
    },
    {
      "kty": "OKP",
      "d": "s-eoxobOotwpBH74FQhbKduGhU3fjlLnT4gc9QxyVnc",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "39f7288d-811c-4aab-8f65-b287737278e7",
      "x": "4MibvGjMo564xVI4JP8z3IchnxJfk1hhsCzQ8wudTZo"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "3Fhx5CzdLhKdg3FcSInsQdADaNfKqSPA9DWGv2FMdAxMwUjVC49MdblNMhT6vgQdUDtaHjY3CqL6rjWkMceze2SdqEjKoGarfJU_-wGjjwX5C3SSp4ELEcdORQ48b1FcXcXoMSmCS979kHt1HBI-3JyKyu8foTozQQ0alfLTjdk",
      "kty": "RSA",
      "q": "wgFR8tbrzVBoqJ9qbmxYYZ0NV8AA6-06_kQ0QJIqVf9nAkGY1DvCN6-OLfYLvn7axbXmBtiaBX7dAX6OaMj6gQ7lNVb-cqcBAQPdkbS5NpEcWeKO-wDh4n6aeHxRXnEeMwHIM8KwFCk_g69G007gn44fk118_J4JMA3dMzUGF80",
      "d": "U1k6FfGYlpWN8Ep9T2AmoR3DOxkENU7bJxgYQG16fxHiS0QOUW5p9asMyE6vvrS9PJPkHWW7frtSfCxcGR6LWbRhPIPU_QL80v1U8jOZBzlNAE3-7cDgjqqvhE1JAg-JAWyOwGx-f4tpqhw6438xtAbkB5ydzTT1xpAp6FhkwAf_bbbGc-83Dg24ODT6-RB3SuNtVImxG_1f-IH7bptZPIKj8YL6LkgEhEoN1bNVI7QdBjQ4aezm3fgTk8DoHWSLjAohfCUScGB6hnbgcEWAdQ0VrZPANoTksslAAmHqKBAXEwdlDb6arljJdpb3FSCOOg3qFvo-kKn9R4hMUU55AQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "ac7569a1-c3db-4620-b0fa-c2cf20acbc65",
      "qi": "WVwfmDJOiP2cEgFQgWFTRRtzy1yosYRmkW37YOajRrY-gWYyoaiksp0PgkwcEPk8Ufkcr60g4e2F-QXjgiVQsGo-b_IayZwEEfiQ4DiEc3zm7irk69Sl6oIh2URjFldBzmV4bbDWa80SXihasWlgtxMESpaxfkpssHS_6AjSiWU",
      "dp": "FtpBbaXNhrK9jV1bcdaEH0tAn0YKKcKgh3Nptz2THVINP9qa5ekFyAvg2rncS4rHs4OEVC_RQ5QlpZ3Amr0Ye0qzIznxcfNUA8bC7Ph9ix7Wdn6vmxnCGSTvlC_myrDIgJ0--KJSdiX5bFuxiKjHxj-iEWv9fs43dJ60TCr0D_k",
      "alg": "RSA-OAEP",
      "dq": "Qw-twiGktP38j307jxwImQVu3UxThTol0ErHPSLJW5zDgLYoHATkJ9eZcC3C9YBoIzuzXd51rzyhLKkQlQwT-5Soin2dywgLgsxRRNKRy1jx0ehMwFsXufFFeCyQ-_JiHAObrri3oOB5Qg3Oj7COWNkJ9Si10aTXTDMeqVrE1mk",
      "n": "pvwpMFyFiskA_B8o1Zheq_QDczroYlEka9WsLF7fWtB98WZP7fGQd14-IeXEoM9SlsQ3Or1kpPXN-RqsNk0KpSe3Qfb_EUeC9T-bsy97O4624zlnlNC3749LDtAVqCqoy8RGOK9KiK-fQLgaixEB1z9b1S6PMkuHAhzNivFjzISWkcjBf8qSD3srzIM_zjn_fAy_RyZYEak2MyAEBmylS1dcBXGIx4GFP-aZM4qL982022kUM7vYbzdsrokYJDfapeRDSNAjT680lw90WgA-kR3egXcDcN-06Yw6qI7HQ5eLu7gYdQWNRe8BoWCyzs6_jV3VGl9OGyrVSddytT0VxQ"
    },
    {
      "kty": "EC",
      "d": "JRnKkaoIeVCWxV9OJW7pNZDTR6VvYJJ4aBq0BGxZNHU",
      "use": "enc",
      "crv": "P-256",
      "kid": "1a6b3435-db7f-4bc0-b7c3-99d29b769e38",
      "x": "RsKZ1r-EotdOncpsOGwbWSlp32AAbM5soSQe3h8GmaM",
      "y": "1I_Gl7dt_UJp6qehtGuErnnAjyiCEPo5c6sUkN2-Ynk",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "0580c341-d5cd-4068-b18e-b270262665e7",
      "n": "igAbYs11zxf7g6Dq9l5fuk5wrt6OTPsXaowYQan2CvUU60CdOFkhyZGPSrflMuOg5nwvzoo3aowAY8lyCu-8bdQMcT0CsrBHQxjbxnAtGLJzPdLM7wm78K7xHYtEcnM4NRtd_ZXLTiRR26cwLLIcJ5jYb-e-0woDUYOJEVJoMpx08GlDOE0cqXWxyszpehdvsjtxKKgbGsGQ5lN3qLR-mGMXKy2oJJQLTjxIiIZ1ieGWtiDuo9Cj9KitAFaiXKO8SNgbvcxHDuKhsYTWoBt8U0Wjd5a7MjF1DYjCnxdFe9gV6B55CR4l4IEXyajij06TP04WPTMyEuhY9GzdZWs7Pw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "afe92cdc-b1bf-481d-99ee-50fb8fd1b30a",
      "n": "gnDdGj-SjKHcSqrziS_vBiq8Wm1TfulecQkUdf9Y4nN75ehnmEpWxYjJuXinNQsiaJKVTkLJSttQ2Vg-IpYzmqQg6PRC6BIFtPEvNBvXoANfiEgf0llH4-QGMePCF35Cs2Fu4Qsd89uyeXVEICIJt65S_BaV4n0uUrjmc_8f8-HwrT5tzNB-3x00ur9uS6hM-QQxVax4lksXO9O6PhHieg0GANHojQH2DYU5dw96qckGm_3Es-fuqcA_1LwzHOcoE-26voG0WhNVqLleMX5g8klx07seaeKQ-OlxUt_7ypt8oYAIZw2v1yxUroOzKbLyHDeQBc3ZCscFmbZYSsVxyQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "89a5e4d5-4f40-4c89-9de0-87dd2b84032f",
      "x": "EXlBTRtr_KZh3nr4KT1qjCpSsI9t30BtLrc5gFvOXkM",
      "y": "uWDgA1IPsBpWvxNqFKqLxtXAyYaZK5H_GC83h6IFaUI"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e16f6946-fd34-4e67-a24f-368d552dab8d",
      "x": "x63SwLl47NfxQygSudCQ1bTnmo4SgfBFhdwxgPZA0RE",
      "y": "_8W0y8kSVYEtIOC8bsDCVkr6q-4NW30FoMFEYuNV0ss"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "940a1c7d-0fd4-4093-95da-dd0408adc8fa",
      "x": "QZxGWDyQrmnBF-L2w9xNOgl9hj3amKa1uyCz-Ngz77k",
      "y": "OErFGeHzT7aM8QIfQbipDs2SMd4Uq8rK8Eu5wVNJDeU"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "39f7288d-811c-4aab-8f65-b287737278e7",
      "x": "4MibvGjMo564xVI4JP8z3IchnxJfk1hhsCzQ8wudTZo"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "ac7569a1-c3db-4620-b0fa-c2cf20acbc65",
      "alg": "RSA-OAEP",
      "n": "pvwpMFyFiskA_B8o1Zheq_QDczroYlEka9WsLF7fWtB98WZP7fGQd14-IeXEoM9SlsQ3Or1kpPXN-RqsNk0KpSe3Qfb_EUeC9T-bsy97O4624zlnlNC3749LDtAVqCqoy8RGOK9KiK-fQLgaixEB1z9b1S6PMkuHAhzNivFjzISWkcjBf8qSD3srzIM_zjn_fAy_RyZYEak2MyAEBmylS1dcBXGIx4GFP-aZM4qL982022kUM7vYbzdsrokYJDfapeRDSNAjT680lw90WgA-kR3egXcDcN-06Yw6qI7HQ5eLu7gYdQWNRe8BoWCyzs6_jV3VGl9OGyrVSddytT0VxQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "1a6b3435-db7f-4bc0-b7c3-99d29b769e38",
      "x": "RsKZ1r-EotdOncpsOGwbWSlp32AAbM5soSQe3h8GmaM",
      "y": "1I_Gl7dt_UJp6qehtGuErnnAjyiCEPo5c6sUkN2-Ynk",
      "alg": "ECDH-ES"
    }
  ]
}
2022-04-29 10:53:50 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-04-29 10:53:50 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-04-29 10:53:50 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:53:50 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:53:50 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:53:50 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-04-29 10:53:50 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-04-29 10:53:50 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:53:50 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-04-29 10:53:50 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-04-29 10:53:50 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-04-29 10:53:50 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-04-29 10:53:50 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-04-29 10:53:50 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
RS256
2022-04-29 10:53:50 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-04-29 10:53:50 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:53:50 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-04-29 10:53:50 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:53:50 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-04-29 10:53:50 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:53:50 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-04-29 10:53:50 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2022-04-29 10:53:50 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2022-04-29 10:53:50 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2022-04-29 10:53:50 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-04-29 10:53:50 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:53:50
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2022-04-29 10:53:50
oidcc-client-test-client-secret-basic
Setup Done
2022-04-29 10:53:52 INCOMING
oidcc-client-test-client-secret-basic
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:53:52 OUTGOING
oidcc-client-test-client-secret-basic
Response to HTTP request to test instance RXFnlWXkooGSYDd
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:53:52 INCOMING
oidcc-client-test-client-secret-basic
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": "4klUlVrB0cYxgpney97xUXfGfzdiEoUbmo2tPCiLD9U",
  "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:53:52 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-04-29 10:53:52 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-04-29 10:53:52 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-c652cf14-abb3-4246-acf5-6314dbc95d5d",
  "code_challenge": "4klUlVrB0cYxgpney97xUXfGfzdiEoUbmo2tPCiLD9U",
  "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:53:52 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-04-29 10:53:52 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-04-29 10:53:52 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-04-29 10:53:52 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-c652cf14-abb3-4246-acf5-6314dbc95d5d
2022-04-29 10:53:52 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:53:52 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-04-29 10:53:52 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-04-29 10:53:52 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
PJTrEDaPiwaALiwkRU8Sm37cA8WjiqSK
2022-04-29 10:53:52 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
x96V9VhJ1uSopZbNS2A25Q
2022-04-29 10:53:52 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:53:52 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": "PJTrEDaPiwaALiwkRU8Sm37cA8WjiqSK"
}
2022-04-29 10:53:52
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb?code=PJTrEDaPiwaALiwkRU8Sm37cA8WjiqSK
2022-04-29 10:53:52 OUTGOING
oidcc-client-test-client-secret-basic
Response to HTTP request to test instance RXFnlWXkooGSYDd
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb?code=PJTrEDaPiwaALiwkRU8Sm37cA8WjiqSK]
outgoing_path
authorize
2022-04-29 10:53:53 INCOMING
oidcc-client-test-client-secret-basic
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": "s9evcif5z3m5KYjVkqYD2fSQFCVw10pOHu9GTD7-VJE",
  "code": "PJTrEDaPiwaALiwkRU8Sm37cA8WjiqSK",
  "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=s9evcif5z3m5KYjVkqYD2fSQFCVw10pOHu9GTD7-VJE&code=PJTrEDaPiwaALiwkRU8Sm37cA8WjiqSK&grant_type=authorization_code
Token endpoint
2022-04-29 10:53:53
CheckClientIdMatchesOnTokenRequestIfPresent
Condition ran but did not log anything
2022-04-29 10:53:53 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:53:53 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-04-29 10:53:53 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
PJTrEDaPiwaALiwkRU8Sm37cA8WjiqSK
2022-04-29 10:53:53 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:53:53 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
GWtlfntv03pQLvyHsUMeTloKcZd3LpkCboCFcUqw7d4OWbbsJi
2022-04-29 10:53:53 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
b1gqinSfCLKI5euava2ZKg
2022-04-29 10:53:53 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
1651229633
exp
1651229933
2022-04-29 10:53:53 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
b1gqinSfCLKI5euava2ZKg
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": 1651229633,
  "exp": 1651229933,
  "at_hash": "b1gqinSfCLKI5euava2ZKg"
}
2022-04-29 10:53:53 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIwNTgwYzM0MS1kNWNkLTQwNjgtYjE4ZS1iMjcwMjYyNjY1ZTciLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiYjFncWluU2ZDTEtJNWV1YXZhMlpLZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LWM2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZCIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9jNjUyY2YxNC1hYmIzLTQyNDYtYWNmNS02MzE0ZGJjOTVkNWRcLyIsImV4cCI6MTY1MTIyOTkzMywiaWF0IjoxNjUxMjI5NjMzfQ.cRqhUnrt0vD1iDlrvUqeg8Ng-eHj5KN6p5AD50gCxvo1c8GJKvDqnJVTbVm5qy_y-_kkcVcyIxpBS87e_G0n2fpHRXvgaQKNd1DW2-3yj6znR7hsETJR4hK0UHxwRPU4w3ttSWlWWm0Jbm3wcBHKTGqvpMAx6NuZt6ADgcSHr9ev6eUJSAGmG-lJ8VAipeDRL7c6nihmOEhTWSJC6vSWETRndpyhdaUytLTJcPTmW0RnR28Tplq0P8oBznIctOX2iCB2_5X4KWQYl3SEmqFAIkysDpLf6GPi4PR1u2SE3Yf4ZceAv7UtT4HhBwSRzaGr7cKz0g1gGoKGVRevpn163A
key
{"p":"7EoqDyJbFm3VJBHUBpYaSecVgwEKF5To3l3iikpZaZ_i89BBZnXML4S-6TJ3aITsUt-t8i664jV5HS2C1LgC_rvUk-WGFCbXVe-AMlgYQpEJHQtOpev1E3dd3FLresQJb-oKJUCpPXetfbJwIEbirT4CxBs1ZWxRKaCsI94JwpM","kty":"RSA","q":"lYMHiP20BSFuzs9H6dLemuSJfhbF9HpmT88ZNnkkuhWxWde4taL4BF1T4XNxjOlk3u_W92P0r2DKsvG4nr42k1RNo77WJQ33GsMopjGreYtgkjW9yYRFSkbUQACd7C36Jx90KWql4UQOIQImcuih-gkUXnJ4V3pJ90j4hC_69CU","d":"ZUO81NzF9Ui49Jcxs8X-4vzKbVe8_jpGrZXN-ulYNiQvzI2mkQG-7GXWy1J0aspkeJ1qi1obXiEL7C2XdPUExWcUFkhZ4Xu_Xzovk8cfIH9aV2SHo2T2N6B4KGDYwk9QUJAbgYjZHidCtjdR_4pXZKshL8TT35L6amdmPoLFGVVg01f3QhvFvU4BtQR7UBekf6MODR4utAyk6zK1cC9ZtBNgBdnei5BhmOo9iPxgVFm54QteIHqvOvsypjDHUqdXAjRfBFeYoo2sgmg2ZHjSAK-Y3ijPfK7vuPVxpAGf6m43BvBrBllz-YS63D6KZlUKxiK04PjCydaEKE1P7ym4WQ","e":"AQAB","use":"sig","kid":"0580c341-d5cd-4068-b18e-b270262665e7","qi":"olZjNYKdwfEry6tdnkW7-EwztMr1LRerzBmEpi9RhnEZL4MGPnVE42CdpwugI9LVpC_4iVvAcRH3QmJj_S2ZqWGXr_w3TOz94Jf_EVjYNmWO_m78m7CHH2heysAVaQtcx0R0QKNKiV6XPmYjnxnmwlT1q2DEugfRWvQM616Bdr0","dp":"ISJNP44Lw9tm9gXh-4J08UQMSjCNH71r4jK8H7RJUXxwMMxVP27pUQiGVOEUyX1KPlzLYZiX8DybXTISlI2xLdNc_dhDsvO3Yn-RNH4R-NOpuX7qam3qEe69JLYj-zUeNalV_t9QXCQ6GdQ50OzfwHdfn-xI0o4b24CCYw0xxS0","dq":"J2hkAg2s93U6ebRU5iK4necC_oMOJkRk10BlCuCfd5TkLCQaAXY1HSFkTJZbJaMW_VQGOyrTga5nfwcLfHvycp7T4Aca9qVZrmomOrf41I6SI7eakJUWll9Y7o27EleECe_WdFwx4NBJURX6AGuk1fyyq7pMUfJfsJhBOMZUxSk","n":"igAbYs11zxf7g6Dq9l5fuk5wrt6OTPsXaowYQan2CvUU60CdOFkhyZGPSrflMuOg5nwvzoo3aowAY8lyCu-8bdQMcT0CsrBHQxjbxnAtGLJzPdLM7wm78K7xHYtEcnM4NRtd_ZXLTiRR26cwLLIcJ5jYb-e-0woDUYOJEVJoMpx08GlDOE0cqXWxyszpehdvsjtxKKgbGsGQ5lN3qLR-mGMXKy2oJJQLTjxIiIZ1ieGWtiDuo9Cj9KitAFaiXKO8SNgbvcxHDuKhsYTWoBt8U0Wjd5a7MjF1DYjCnxdFe9gV6B55CR4l4IEXyajij06TP04WPTMyEuhY9GzdZWs7Pw"}
algorithm
RS256
2022-04-29 10:53:53 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:53:53 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
GWtlfntv03pQLvyHsUMeTloKcZd3LpkCboCFcUqw7d4OWbbsJi
token_type
Bearer
id_token
eyJraWQiOiIwNTgwYzM0MS1kNWNkLTQwNjgtYjE4ZS1iMjcwMjYyNjY1ZTciLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiYjFncWluU2ZDTEtJNWV1YXZhMlpLZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LWM2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZCIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9jNjUyY2YxNC1hYmIzLTQyNDYtYWNmNS02MzE0ZGJjOTVkNWRcLyIsImV4cCI6MTY1MTIyOTkzMywiaWF0IjoxNjUxMjI5NjMzfQ.cRqhUnrt0vD1iDlrvUqeg8Ng-eHj5KN6p5AD50gCxvo1c8GJKvDqnJVTbVm5qy_y-_kkcVcyIxpBS87e_G0n2fpHRXvgaQKNd1DW2-3yj6znR7hsETJR4hK0UHxwRPU4w3ttSWlWWm0Jbm3wcBHKTGqvpMAx6NuZt6ADgcSHr9ev6eUJSAGmG-lJ8VAipeDRL7c6nihmOEhTWSJC6vSWETRndpyhdaUytLTJcPTmW0RnR28Tplq0P8oBznIctOX2iCB2_5X4KWQYl3SEmqFAIkysDpLf6GPi4PR1u2SE3Yf4ZceAv7UtT4HhBwSRzaGr7cKz0g1gGoKGVRevpn163A
scope
openid email
2022-04-29 10:53:53 OUTGOING
oidcc-client-test-client-secret-basic
Response to HTTP request to test instance RXFnlWXkooGSYDd
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "GWtlfntv03pQLvyHsUMeTloKcZd3LpkCboCFcUqw7d4OWbbsJi",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIwNTgwYzM0MS1kNWNkLTQwNjgtYjE4ZS1iMjcwMjYyNjY1ZTciLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiYjFncWluU2ZDTEtJNWV1YXZhMlpLZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LWM2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZCIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9jNjUyY2YxNC1hYmIzLTQyNDYtYWNmNS02MzE0ZGJjOTVkNWRcLyIsImV4cCI6MTY1MTIyOTkzMywiaWF0IjoxNjUxMjI5NjMzfQ.cRqhUnrt0vD1iDlrvUqeg8Ng-eHj5KN6p5AD50gCxvo1c8GJKvDqnJVTbVm5qy_y-_kkcVcyIxpBS87e_G0n2fpHRXvgaQKNd1DW2-3yj6znR7hsETJR4hK0UHxwRPU4w3ttSWlWWm0Jbm3wcBHKTGqvpMAx6NuZt6ADgcSHr9ev6eUJSAGmG-lJ8VAipeDRL7c6nihmOEhTWSJC6vSWETRndpyhdaUytLTJcPTmW0RnR28Tplq0P8oBznIctOX2iCB2_5X4KWQYl3SEmqFAIkysDpLf6GPi4PR1u2SE3Yf4ZceAv7UtT4HhBwSRzaGr7cKz0g1gGoKGVRevpn163A",
  "scope": "openid email"
}
outgoing_path
token
2022-04-29 10:53:53 INCOMING
oidcc-client-test-client-secret-basic
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:53:53 OUTGOING
oidcc-client-test-client-secret-basic
Response to HTTP request to test instance RXFnlWXkooGSYDd
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "0580c341-d5cd-4068-b18e-b270262665e7",
      "n": "igAbYs11zxf7g6Dq9l5fuk5wrt6OTPsXaowYQan2CvUU60CdOFkhyZGPSrflMuOg5nwvzoo3aowAY8lyCu-8bdQMcT0CsrBHQxjbxnAtGLJzPdLM7wm78K7xHYtEcnM4NRtd_ZXLTiRR26cwLLIcJ5jYb-e-0woDUYOJEVJoMpx08GlDOE0cqXWxyszpehdvsjtxKKgbGsGQ5lN3qLR-mGMXKy2oJJQLTjxIiIZ1ieGWtiDuo9Cj9KitAFaiXKO8SNgbvcxHDuKhsYTWoBt8U0Wjd5a7MjF1DYjCnxdFe9gV6B55CR4l4IEXyajij06TP04WPTMyEuhY9GzdZWs7Pw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "afe92cdc-b1bf-481d-99ee-50fb8fd1b30a",
      "n": "gnDdGj-SjKHcSqrziS_vBiq8Wm1TfulecQkUdf9Y4nN75ehnmEpWxYjJuXinNQsiaJKVTkLJSttQ2Vg-IpYzmqQg6PRC6BIFtPEvNBvXoANfiEgf0llH4-QGMePCF35Cs2Fu4Qsd89uyeXVEICIJt65S_BaV4n0uUrjmc_8f8-HwrT5tzNB-3x00ur9uS6hM-QQxVax4lksXO9O6PhHieg0GANHojQH2DYU5dw96qckGm_3Es-fuqcA_1LwzHOcoE-26voG0WhNVqLleMX5g8klx07seaeKQ-OlxUt_7ypt8oYAIZw2v1yxUroOzKbLyHDeQBc3ZCscFmbZYSsVxyQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "89a5e4d5-4f40-4c89-9de0-87dd2b84032f",
      "x": "EXlBTRtr_KZh3nr4KT1qjCpSsI9t30BtLrc5gFvOXkM",
      "y": "uWDgA1IPsBpWvxNqFKqLxtXAyYaZK5H_GC83h6IFaUI"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e16f6946-fd34-4e67-a24f-368d552dab8d",
      "x": "x63SwLl47NfxQygSudCQ1bTnmo4SgfBFhdwxgPZA0RE",
      "y": "_8W0y8kSVYEtIOC8bsDCVkr6q-4NW30FoMFEYuNV0ss"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "940a1c7d-0fd4-4093-95da-dd0408adc8fa",
      "x": "QZxGWDyQrmnBF-L2w9xNOgl9hj3amKa1uyCz-Ngz77k",
      "y": "OErFGeHzT7aM8QIfQbipDs2SMd4Uq8rK8Eu5wVNJDeU"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "39f7288d-811c-4aab-8f65-b287737278e7",
      "x": "4MibvGjMo564xVI4JP8z3IchnxJfk1hhsCzQ8wudTZo"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "ac7569a1-c3db-4620-b0fa-c2cf20acbc65",
      "alg": "RSA-OAEP",
      "n": "pvwpMFyFiskA_B8o1Zheq_QDczroYlEka9WsLF7fWtB98WZP7fGQd14-IeXEoM9SlsQ3Or1kpPXN-RqsNk0KpSe3Qfb_EUeC9T-bsy97O4624zlnlNC3749LDtAVqCqoy8RGOK9KiK-fQLgaixEB1z9b1S6PMkuHAhzNivFjzISWkcjBf8qSD3srzIM_zjn_fAy_RyZYEak2MyAEBmylS1dcBXGIx4GFP-aZM4qL982022kUM7vYbzdsrokYJDfapeRDSNAjT680lw90WgA-kR3egXcDcN-06Yw6qI7HQ5eLu7gYdQWNRe8BoWCyzs6_jV3VGl9OGyrVSddytT0VxQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "1a6b3435-db7f-4bc0-b7c3-99d29b769e38",
      "x": "RsKZ1r-EotdOncpsOGwbWSlp32AAbM5soSQe3h8GmaM",
      "y": "1I_Gl7dt_UJp6qehtGuErnnAjyiCEPo5c6sUkN2-Ynk",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2022-04-29 10:53:53 INCOMING
oidcc-client-test-client-secret-basic
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 GWtlfntv03pQLvyHsUMeTloKcZd3LpkCboCFcUqw7d4OWbbsJi",
  "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:53:53 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
GWtlfntv03pQLvyHsUMeTloKcZd3LpkCboCFcUqw7d4OWbbsJi
2022-04-29 10:53:53 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
GWtlfntv03pQLvyHsUMeTloKcZd3LpkCboCFcUqw7d4OWbbsJi
2022-04-29 10:53:53 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2022-04-29 10:53:53
ClearAccessTokenFromRequest
Condition ran but did not log anything
2022-04-29 10:53:53 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:53:53 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:53:53 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:53:53 OUTGOING
oidcc-client-test-client-secret-basic
Response to HTTP request to test instance RXFnlWXkooGSYDd
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531",
  "email": "user@example.com",
  "email_verified": false
}
outgoing_path
userinfo
2022-04-29 10:53:53 FINISHED
oidcc-client-test-client-secret-basic
Test has run to completion
testmodule_result
PASSED
2022-04-29 10:53:55
TEST-RUNNER
Alias has now been claimed by another test
alias
c652cf14-abb3-4246-acf5-6314dbc95d5d
new_test_id
o3ugPrrfpKaSMav
Test Results