Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-04-29 10:53:55 INFO
TEST-RUNNER
Test instance o3ugPrrfpKaSMav 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-idtoken-sig-none
2022-04-29 10:53:55 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:55
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:55
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "2Vt4cZrX7Iy2KuHZOY1TXmVpMBE4RHzGj_bSbjyt6XzwocqHSuIVFKLpiVfJIqpx52VieAvatUsvCVVHTFwDMT0wvaPUTL7ejkIZ58_85tfNyCJMiCOOt94jT2uQQDhREQnnVDhNVPKek3gWXfQZE1IjS42Y5eeM_DSlaTqY7LE",
      "kty": "RSA",
      "q": "y1dk3mk6pjeknu6hcqPqzA30ZqUKE2zfIRseDRIOic2rRvehOwI1S2R9DKXSI3cVPANSnZrUTJHUEXmy9fpvtjbcTIvaX7kKgSNxcrrV4B3OnNsDZEbcQoH80u3_uNffh1dt0wiUX6fb5YppbLDQg5I-bwteqX9jTQsHHWEEmFk",
      "d": "RTZYBS3kX8wkpiRd5p1noINbL6rQV9m-KNEU4TpfBpc0LKMcPMu34elukopum5CymxmnKUq5NUqCufDyf-9NWspPKSfOsROrRynupsW9av-kP-SrDBpiRnqMR0JHfeiE_b74WFbJNgHvIq9B_CkyHmYjTb4T7pwhZENpfgaCz-4xmk9gBBbHKaSox7POnWdWKV5cTFCerYzW7sqyqqsPiCR-q1snOEiCzBfzJdiv3ugVMoeGzs_Pp4SIw9C_0s5BLaqrE9i3os-Qar1YY4_36DN64RGYE1L9yD20k48FDvvPmncXXDSd8p02izMWfeqS3D4mG8uMBF7GHijY3V2sgQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "2fdd27e7-f02f-4644-823e-182dc045c815",
      "qi": "Tts5MuP0LqYy_1q_u9elJsxQKwVzbw6qfQQKYCWIPGk0paf53fjwE2uzbp5VCmJUxWRE0oizXPAgScCRGdfulihzFsk8sUo09-JYagQyjddrPySFLJgfuS54zZQRhFvBly-QjMm3dnBoAAUNBqbUtHhLT8E4z-lWxzuVrp3keD4",
      "dp": "Q8fPfnXQAdc7c5HsYJMevWAYdkHYbxsN_JT2uCO6BAbPL1Tt7b8k3cOT2h2C_olybbtjApaHxGNGrr1mN3y2DiPL0EeHi8s1sd0RIQXuErqXVGLFxOp5tgLSthCP8kbdmNeiyNOp4eSq6MfZCcF2FF1X3lawqHkVsQxlzLPWPnE",
      "dq": "IwnrMrwVRCEgd9aM8XE3e3QIIkvcIZ7IEC9ZDU2IPcy37-Gp4b4uqtAlEDHetQfHG_FCoi_U12DllyFOaj5-U3q-mV4cAhSjr78IxIlXY2gfez3uJrBjMf6uLzadsx9XwD2bihrXXmhRZwtjwTvyokloAsCFzlVKKjN1RWW7Yfk",
      "n": "rKW8PJYb-zYIsbzTjGRsIul6ouDKYtemnYzxFc8ll2Rv74ugyEFKVQmfNFMRVZLK7F5hpHwVPeFikDmmHKUcvElo3iZKtHWhkh7n2hStpHoGSjzPjSdM9J4SbvfkBHt2mEu_4PeWMIkWaDlW3Fbb_he7rM0Q1ZXttHQ93jBba8r50OoPiSHpnjSsrw3Ezq7yUr-PUC6NuEe8i3OFdtbRs5bmJ8Ztd9vBCOYYn9cFO6aSrg-0ooxr0jLDva1x5J89Ct_YaPRix-ZJDc73q6xfHHagzXR-WTN_ZBYWJLU1y_FTDjH3c_poWbFy8YCY6WIR4wmFdD03kf6fw39_73dhiQ"
    },
    {
      "kty": "EC",
      "d": "LNwd2YChDLtZ_dhLWIeRHQN4l9L1Lg95TOxdVH7-Ilk",
      "use": "sig",
      "crv": "P-256",
      "kid": "65d63138-c1ca-4648-b886-beeaa618825e",
      "x": "zP4N1cVtvFMRSZg-DVVKOQsGv6f9koYaQAkentV0rbk",
      "y": "l_mfJEOQO7lLAI7nG4zlS23LpiIQZG1rOwM7CGXQMfI"
    },
    {
      "kty": "EC",
      "d": "1znqf_w2nhGoPhnmA34IkDiTDQM5JU9vv9oiZ_OpbK8",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "f0c225a1-8221-4b91-a0d7-79c9ab055832",
      "x": "iStM0hhroaHIirBxkQYha1HWDgUUmFqv-ErTYl0uujI",
      "y": "CgfVdc4T-LcXPg1w4CGJ9P0ZuK7_pPjoeqQmSfW03g4"
    },
    {
      "kty": "OKP",
      "d": "pZ55QXbE9BEGhDs_VDBoPYFLVDBPJxSBE8IWMxOnj0Y",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "7267e601-c154-4e54-a451-fcb536fab296",
      "x": "dpqS8NjC1lo8MmKmqOuhI4YtFI3WJ-fwHIbphcbDiwY"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "9uftxiYagtpjYS7Ww5di6sJy9dl1JEu_JUYcrqAiLaMQvjswt4KDZH1a_liDK0CzfVQAB0ZFbENc3tXe7Rvs0jdY_h4nLyWEDY0p-8HtSoiF7K-9Pt27OYGbz_AnsCFGLsDLQZ9A6sQCV6BcwJFlzTDSpHifVO49O_NPCGWZz5U",
      "kty": "RSA",
      "q": "sLTwqLhjoGM1l1by6r5boSOa7VCzVK-jCeN5TF3HAmQ0wEmeta8Jx-iG1G35G2JiQvNwiIOammj9EYq5ddfS26rqT8W9GdgWHxgXvs-Rc3VBhzFq0c9QIcYQOFuOhBb_S-v9oEndXQvS5V9K4gPPcKY_-y63dj7ZoPHrx_IBwrU",
      "d": "CXyVfj5pBoDaxbhQ1yEAN7WKvjoZRAzgZCkjIc9cdjgU-93LEhQr8_9qgG1nw9faQYWYpWBXd068h16Hl8wbW65_sYIeDnoQCW1WekSuK_AkjDIuG_Q_Vr61nS6fMFL4Vit6n1Zi4IlMB249MZVqtHnpeq6ObdapLdZAQ5_MF1hHARhLhwHj35GskaoXT_7b5vtdIt7nIx7YUSmJagqs9UEt949x4y8CAWbSxVE30BQtnA4DNn1Miknta9H9BmgPcM6JH31H5GneOZ9ksBKt1g8K_IriC7du_F57eXWsXz-1vekpz7tERlGqyk-fmcSA4hFDs1l2uwBCojHhT47kAQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "2fe3fb22-83d2-466b-9d2a-25d7b292bbb3",
      "qi": "kKNKPxOmarvB0AFl0q6tUfhFHID5AUHLYauQxJyBeqUdCiG06MJzzK0laYKWuKZmlzPF_3GWsidEhFc96Cl7Hm4anNrGxL-mAq5ID0jeWxGFnOD7ai3fWpLqn21yYaJJbd0LF-IR91imZ7JTT2SR2q-9X6Sk87kOIVl4BsRpVDM",
      "dp": "i96bPjL7tcENp1Ina6no6WC6SzejOqqGYBE10l74va2woHNbh7mxwU2aLJfrxqbih078rSJL1abbh4jUvrGhGP0tttdSD01LX3nmnK4hRKXOaGSt6l0l4M_heoxrj0VqQrYI7uXOmq_rO8SmhphXeUP9MBr899n2am3NCc60sXk",
      "alg": "RSA-OAEP",
      "dq": "RC--Ac0NHJHL1zdFC1IjN33uxY5zdMVFi4ZMgyxYo9KZDG4cIQ2HH63ZgVViX6_KLP2VOghWeyjyJne6cv-yLPO58Mhj3PomJx974jRkcwIXJBzslEOEL1QnZCfoSY46O0i4GMcH9WSfn8Tyt14zCMwOOlXfk3BTOCjCC-iVx1U",
      "n": "qm32p5J5m6QE892nQl_0QqZY91t5Ih2BMhJ6CAjcdjauT-oH2cV51iGUMxTJEfAlteJl0ph67DmIScIsO8S2cPjwR_yZ3cNDnQI9KlOuFBec76FI2f1sj5UT7BYzkz09ReG9ZAAnyLbGybP5QC7lvzOBcfeoKwYbQ1QTx90sSmsVLsjc2vFtcsI-XvT6RVXWae683Yd9nXzPuW9spX8DHHlekhox3obM_PU0ME8piPqkOaimj4ZqA0LmrOeajw2QMLemdA94RHZuA2fJIJvJ1SOYn1Kh-y7qJK_zhQ4xMmHmTCV-muDOqPOhxOB4k0AYIDS2bv_sDQS7Yi2WDqOuWQ"
    },
    {
      "kty": "EC",
      "d": "_RU5Hku_yPiCCwxMdjalwmbEIhr68lzFtMdlS_fraWc",
      "use": "enc",
      "crv": "P-256",
      "kid": "6dd0dec9-1b13-4eb2-a04b-d87adb2b4f60",
      "x": "ceORNRUhMUVU1CEt09zuDRFxFG2YyluaO00EFZXjmSs",
      "y": "SOLqSGrEWs0SQkBLWYO7IzY5NmyeKpJGeI271S780m4",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "2fdd27e7-f02f-4644-823e-182dc045c815",
      "n": "rKW8PJYb-zYIsbzTjGRsIul6ouDKYtemnYzxFc8ll2Rv74ugyEFKVQmfNFMRVZLK7F5hpHwVPeFikDmmHKUcvElo3iZKtHWhkh7n2hStpHoGSjzPjSdM9J4SbvfkBHt2mEu_4PeWMIkWaDlW3Fbb_he7rM0Q1ZXttHQ93jBba8r50OoPiSHpnjSsrw3Ezq7yUr-PUC6NuEe8i3OFdtbRs5bmJ8Ztd9vBCOYYn9cFO6aSrg-0ooxr0jLDva1x5J89Ct_YaPRix-ZJDc73q6xfHHagzXR-WTN_ZBYWJLU1y_FTDjH3c_poWbFy8YCY6WIR4wmFdD03kf6fw39_73dhiQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "2c9ee2e1-f37d-4f3e-ac03-d706835490a5",
      "n": "iA-2RmHyrCum4QmGmI7DeMwnEydJ4dqErSyuL7YOJKr15Q9UMacoODVnYUp6eZdbNj_mtT8sPfxmvHv_10qc1HMRnoeVyiw12MYCkSYi-S_pwWfwH636jA1xnA1diMVjbUvs74MYiZjXGflcSEADHwS67YIcyEIRJTrh04Rt4ZISzD_6xT-y19gM8jIs2BRcn2cFxbi5T2e1LUSDVVv5VLhNQj9JWqLJNAoLHZQZn9IWPI5R1YXYKhHXWphVBLL6lk8ul1geE3QtgF4qNz4RPLGachnFehR7pyVNYTUzf1YyA8G2DJpZCvY9K50pW8YCnZwdY8KnfAC6ovP0TIahJQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "65d63138-c1ca-4648-b886-beeaa618825e",
      "x": "zP4N1cVtvFMRSZg-DVVKOQsGv6f9koYaQAkentV0rbk",
      "y": "l_mfJEOQO7lLAI7nG4zlS23LpiIQZG1rOwM7CGXQMfI"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "8e8281a5-dcfa-4186-90d5-a07c8b8f4b2e",
      "x": "bxJ6y8MeZplHer3l-J90w24k6QLEgIzU3YW2Mx3REaU",
      "y": "Gitv-axqs4QoshXL2RxEHEcZSEVCWTw3vQbBPpOuaus"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "f0c225a1-8221-4b91-a0d7-79c9ab055832",
      "x": "iStM0hhroaHIirBxkQYha1HWDgUUmFqv-ErTYl0uujI",
      "y": "CgfVdc4T-LcXPg1w4CGJ9P0ZuK7_pPjoeqQmSfW03g4"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "7267e601-c154-4e54-a451-fcb536fab296",
      "x": "dpqS8NjC1lo8MmKmqOuhI4YtFI3WJ-fwHIbphcbDiwY"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "2fe3fb22-83d2-466b-9d2a-25d7b292bbb3",
      "alg": "RSA-OAEP",
      "n": "qm32p5J5m6QE892nQl_0QqZY91t5Ih2BMhJ6CAjcdjauT-oH2cV51iGUMxTJEfAlteJl0ph67DmIScIsO8S2cPjwR_yZ3cNDnQI9KlOuFBec76FI2f1sj5UT7BYzkz09ReG9ZAAnyLbGybP5QC7lvzOBcfeoKwYbQ1QTx90sSmsVLsjc2vFtcsI-XvT6RVXWae683Yd9nXzPuW9spX8DHHlekhox3obM_PU0ME8piPqkOaimj4ZqA0LmrOeajw2QMLemdA94RHZuA2fJIJvJ1SOYn1Kh-y7qJK_zhQ4xMmHmTCV-muDOqPOhxOB4k0AYIDS2bv_sDQS7Yi2WDqOuWQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "6dd0dec9-1b13-4eb2-a04b-d87adb2b4f60",
      "x": "ceORNRUhMUVU1CEt09zuDRFxFG2YyluaO00EFZXjmSs",
      "y": "SOLqSGrEWs0SQkBLWYO7IzY5NmyeKpJGeI271S780m4",
      "alg": "ECDH-ES"
    }
  ]
}
2022-04-29 10:53:55 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:55 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-04-29 10:53:55 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:55 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:55 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:55 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-04-29 10:53:55 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-04-29 10:53:55 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:55 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-04-29 10:53:55 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-04-29 10:53:55 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-04-29 10:53:55 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-04-29 10:53:55 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-04-29 10:53:55 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
RS256
2022-04-29 10:53:55 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-04-29 10:53:55 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:55 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-04-29 10:53:55 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:55 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-04-29 10:53:55 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:55 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-04-29 10:53:55 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:55 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:55 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:55 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-04-29 10:53:55
SetServerSigningAlgToNone
Successfully set signing algorithm to none
signing_algorithm
none
2022-04-29 10:53:55
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
none
2022-04-29 10:53:55
oidcc-client-test-idtoken-sig-none
Setup Done
2022-04-29 10:53:58 INCOMING
oidcc-client-test-idtoken-sig-none
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:58 OUTGOING
oidcc-client-test-idtoken-sig-none
Response to HTTP request to test instance o3ugPrrfpKaSMav
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:58 INCOMING
oidcc-client-test-idtoken-sig-none
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": "UE8oYM_D14hPc-ohZolEe0j5QgOSlev4jQZOu9XXy3s",
  "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:58 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-04-29 10:53:58 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-04-29 10:53:58 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-c652cf14-abb3-4246-acf5-6314dbc95d5d",
  "code_challenge": "UE8oYM_D14hPc-ohZolEe0j5QgOSlev4jQZOu9XXy3s",
  "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:58 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-04-29 10:53:58 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-04-29 10:53:58 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-04-29 10:53:58 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-c652cf14-abb3-4246-acf5-6314dbc95d5d
2022-04-29 10:53:58 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:58 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-04-29 10:53:58 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-04-29 10:53:58 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
TZ8OMLYrUPlORHBKkluQMlV8VfFFn783
2022-04-29 10:53:58 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:58 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": "TZ8OMLYrUPlORHBKkluQMlV8VfFFn783"
}
2022-04-29 10:53:58
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb?code=TZ8OMLYrUPlORHBKkluQMlV8VfFFn783
2022-04-29 10:53:58 OUTGOING
oidcc-client-test-idtoken-sig-none
Response to HTTP request to test instance o3ugPrrfpKaSMav
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-c652cf14-abb3-4246-acf5-6314dbc95d5d.local/cb?code=TZ8OMLYrUPlORHBKkluQMlV8VfFFn783]
outgoing_path
authorize
2022-04-29 10:53:58 INCOMING
oidcc-client-test-idtoken-sig-none
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": "mwg0SqhM-pu4csT9B-ecE3eAFbSUc199bRe7919chuc",
  "code": "TZ8OMLYrUPlORHBKkluQMlV8VfFFn783",
  "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=mwg0SqhM-pu4csT9B-ecE3eAFbSUc199bRe7919chuc&code=TZ8OMLYrUPlORHBKkluQMlV8VfFFn783&grant_type=authorization_code
Token endpoint
2022-04-29 10:53:58
CheckClientIdMatchesOnTokenRequestIfPresent
Condition ran but did not log anything
2022-04-29 10:53:58 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:58 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-04-29 10:53:58 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
TZ8OMLYrUPlORHBKkluQMlV8VfFFn783
2022-04-29 10:53:58 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:58 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
MH49rlpkf91dReTerqSoaJzmLH9dRTr8FofNvoWFE82tIvbUR4
2022-04-29 10:53:58 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
1651229638
exp
1651229938
2022-04-29 10:53:58 INFO
AddAtHashToIdTokenClaims
Skipped evaluation due to missing required string: at_hash
expected
at_hash
2022-04-29 10:53:58 SUCCESS
SignIdTokenWithAlgNone
Created id_token with alg none
id_token
eyJhbGciOiJub25lIn0.eyJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL2M2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZC8iLCJzdWIiOiJ1c2VyLXN1YmplY3QtMTIzNDUzMSIsImF1ZCI6ImNsaWVudC1jNjUyY2YxNC1hYmIzLTQyNDYtYWNmNS02MzE0ZGJjOTVkNWQiLCJpYXQiOjE2NTEyMjk2MzgsImV4cCI6MTY1MTIyOTkzOH0.
2022-04-29 10:53:58 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:58 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
MH49rlpkf91dReTerqSoaJzmLH9dRTr8FofNvoWFE82tIvbUR4
token_type
Bearer
id_token
eyJhbGciOiJub25lIn0.eyJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL2M2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZC8iLCJzdWIiOiJ1c2VyLXN1YmplY3QtMTIzNDUzMSIsImF1ZCI6ImNsaWVudC1jNjUyY2YxNC1hYmIzLTQyNDYtYWNmNS02MzE0ZGJjOTVkNWQiLCJpYXQiOjE2NTEyMjk2MzgsImV4cCI6MTY1MTIyOTkzOH0.
scope
openid email
2022-04-29 10:53:58 OUTGOING
oidcc-client-test-idtoken-sig-none
Response to HTTP request to test instance o3ugPrrfpKaSMav
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "MH49rlpkf91dReTerqSoaJzmLH9dRTr8FofNvoWFE82tIvbUR4",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJub25lIn0.eyJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL2M2NTJjZjE0LWFiYjMtNDI0Ni1hY2Y1LTYzMTRkYmM5NWQ1ZC8iLCJzdWIiOiJ1c2VyLXN1YmplY3QtMTIzNDUzMSIsImF1ZCI6ImNsaWVudC1jNjUyY2YxNC1hYmIzLTQyNDYtYWNmNS02MzE0ZGJjOTVkNWQiLCJpYXQiOjE2NTEyMjk2MzgsImV4cCI6MTY1MTIyOTkzOH0.",
  "scope": "openid email"
}
outgoing_path
token
2022-04-29 10:54:00 WARNING
ClientDidNotContinueAfterReceivingUnsignedIdToken
Client did not send a userinfo request after receiving an unsigned id_token.
2022-04-29 10:54:00 FINISHED
oidcc-client-test-idtoken-sig-none
Test has run to completion
testmodule_result
WARNING
2022-04-29 10:54:02
TEST-RUNNER
Alias has now been claimed by another test
alias
c652cf14-abb3-4246-acf5-6314dbc95d5d
new_test_id
ypZQ8PBqkt93Rx2
Test Results