Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:34 INFO
TEST-RUNNER
Test instance BsGKxCw6og2GWRE created
baseUrl
https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "default",
  "client_registration": "static_client"
}
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
description
oauth4webapi/2.0.0 (https://github.com/panva/oauth4webapi)
planId
XeujdsLfQfTiD
config
{
  "description": "oauth4webapi/2.0.0 (https://github.com/panva/oauth4webapi)",
  "alias": "77c1aa57-dd0d-49b2-b107-29103a4db242",
  "client": {
    "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
    "client_secret": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
    "scope": "openid email",
    "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
    "jwks": {
      "keys": [
        {
          "crv": "Ed25519",
          "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
          "kty": "OKP",
          "use": "sig",
          "alg": "EdDSA",
          "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
        }
      ]
    },
    "id_token_signed_response_alg": "EdDSA"
  },
  "waitTimeoutSeconds": 2
}
testName
oidcc-client-test-nonce-invalid
2022-11-20 20:10:34 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "client_secret_jwt",
    "private_key_jwt"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2022-11-20 20:10:34
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2022-11-20 20:10:34
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "xm6_8c-B_cwiEZ15e6pMyCiQSnwKEl63uxf1Xhck3f2SWXPaqL7IPUyXh5ZM_-fqwJ0D7PlN6xDyOTMSVsWP3ptUxOQ0CGUxVijFKaJgqhYYSi83stUGyUWVKdTLHo6-VyrzAT2v9C8X3aOyqPTr-RXx3pQmri1DIlc8omUienU",
      "kty": "RSA",
      "q": "qG_qLycIfCvyE5l-h2OO6aqi5n31J8BXH5MFAH56MIC4DVnjHqeJr2oSc5RjYxhGceEowb98jKUSPL1U_pKDDYD1UFc9xTI7yO9cfPDpnrWkL061g9Nlsml8PdTG0msVdovphyqNwRCYwhaHssLDOo2m2D7oylXxdwkYTNa93Fc",
      "d": "FdL54CMur3635PYKKe0sI551x5YCEiuKZ2qtn-1vL8kgNMmX_H7Jc1fwjZ9m1XkT3PABanQ4lgoLhEp2vNO4c481L3dcfw5_Pd6diiKiuwDq1blfe2Od_vdOHjgNit-iJ0O6JnCYrZHMWoM-UyEHnJHTFnco2RrjhAcNdw7dgQIxfIUYfMf4KciHf8efZbtBXDcWvLn9mxXj0bbL27RECRhP5hXsivk8RaOo2otY9868tNisiTLU3cUMAFixlS5w47YoATk8qpk8gqTiIiR00TTPeBDYtiGsVRdGd4QsfCx2vQo7hP27Lt-R3rbMQUbUKeEYiKRsGoqjZi0uypb6qQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "90e1328c-d3cd-40ad-a871-ab208caa8478",
      "qi": "F3ynt7Gp1Sxd3cVpknfHqoLV595xvpWJyaKFwKkV8LR24E-nTNYN9ig9wOjP5BIT7nKz9GiRu8GGIkRcMdcwWG1lOJ0r3MtvHZlyQx9tU-ooUYmZsaq3LNhdZ9AK7Ac8ekNk5oYPKLx1CgaAp9hs95oXG5WPxQDpCyhLhfhcXvk",
      "dp": "q55TgibPLZskiAmjbPJQL_jtOo5nA5ZJ35WMEFGCAED0F0uc_L7sXh_lGk5C0D1bijUClSzVWA2zAQeLv-JkWMoNGbCo0-35KqReSXD3m4M6hMarrI6TrPXyWViCSC56rtcljpg0msM0J-wRdBFIGYkCRFfr0E6zNnsupOFFXZU",
      "dq": "cjcxfbfiMRE7nb6_5d7E0f47aECRNNtgOLDg-2zIPouKQsNpFyhUXPZ4fJdqrY-QdThRAtBuDJECxN09_UIsS8PelRQTdtyRXbex56cVQ-G367xbqYB3vXt6HBNkntquOyy0tktMxFYUv8e3TKh06geT058VC98rVaR9Ld2P8RE",
      "n": "go9tgbIP__B4Gw8ZTp5wU6A4-Rn0RfSoCmacfQuX5jVreAnVMPmGlMuVGmG8rETryWiU3fGhIXRvGdJQyoVGrB-ElZHvL0AnLINo3wgJGu95jbvW47oFV3OI81yaZI7Z6EFHBS6NbdGirJbKwJYuokGoMEjkpFHlqXT-S_RsJUtb0WGv53qhpIedZ73IPoy2Oq92hDDefvMpFS2VNTrY3xchno55BRpEXX0mGWC2c-HBxxe06VXicrzsxrUZ_E6bTnBahzXWX8i0WE9glntnVJKLUaykQTz8dhA_4narpnKuyVJed13AAykC9LwHRCFF1g4IZawaSmQbBPmoNlUpww"
    },
    {
      "kty": "EC",
      "d": "8sk88Pqfjs56eFIAjiWuiWMoSFW9Bt7Mxh-4gcxoxbo",
      "use": "sig",
      "crv": "P-256",
      "kid": "30755705-4da7-4227-8aca-35050126bec1",
      "x": "Mz3GnXhf9i_FaRyZAcTJXoWl75mmJ9LNu9BL47SzQUI",
      "y": "Y-aNbCaz4KxS-ClpKOj89dlS37n61P41heG-I6GKoBQ"
    },
    {
      "kty": "EC",
      "d": "bykGbYyKBOWfqeMg4NzzFXHvoh2LID4-p6ztUx_3WiQ",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "546c1019-390b-4d95-b619-d355209d6c6f",
      "x": "GfCszF5Sn3MIF8FIQx01pKTgUnfPaBAJ-xJS87SmS9c",
      "y": "8e5KVXP4wAG7_V0HQewDLYE3n6t2cX2TDRLuhYamuUw"
    },
    {
      "kty": "OKP",
      "d": "xYaP0nvzKjJDR2-w_MqpKzm1Bb8JVLthRs2DK5-DEiQ",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "10181350-cd26-4feb-bf6a-b24b461e19aa",
      "x": "p2t194A2I-u6C2Es2i6C4P9KN-HTyIoM9YiIvNaU3NI"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "_DmCAdhVctnNb27ZSW5ciN0CpZ35ALSwCLoFEgwWT-bAd9UNh1cvDtMmc6EB5-kxb6mF2DkbMZaJ1c1D9kk__jlCPP4wQd8N2ByLQykrV7YUgdVyPN3lZ8g4aHO0soFF3_xEGj5G2BaT0X0QoQka98zhIFlYw5HHe2h9QolXqPk",
      "kty": "RSA",
      "q": "k19tJXmm2rSqVO9WwCX8O-i70GfBWYtJ4XsKhoiDhT_EwY2X4I738MNxiHX4KVdZUPgSFhbK2UVu3qovZ4u2ybpO8M-cldR-xCzJz7uIux481fH0ESyz6rvzhZkeoi9PNxpLcLtgPc-WBwoJNqxQfRQYUBDHImWdT7zZcLUNOzk",
      "d": "Py_fHUAexfJRLyq4tQdjiQJgO_WZvURRbZJz_rmGIyPhag9UrE-jeX3WfnePvAMxY0Jbn8YD4AJqZnEiSFNJry2bDf_Za1ObL0pCErXB_QBQp8apbJIDUo-YndJ1jpLBmNJ2RnQyki0Y0HsAceo4uyr1UF5RhuCefn0vFp-vcaVu6tJGEEb7YRJvLWlI9Ul2pgTuChMvV1docYi_Oxzm_vuc-XuIvc7cgsD6q66Qf3ANpvFwX_PUUV08bqCxkG3eSoBJ-RACUIJ0VbtBS7q89FpDzlL3SdbnHFnGgyGyMFkR1mz5hjxRXFOLeEg5w48T1oOdFYYXvHhlQyTsrxkKAQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "fa1bd961-f3fe-4111-9df5-dd25f9ccd3f7",
      "qi": "uyXm2_1phT3_ebWvtUiwmJ1yLD4mQzXpteHn_SYJZ8EQlxrg1904G2jZQu35G7mPqsEYYacWWjoH62bhmEux-iPETbwgqYeO5OCy75zZYyrJwKjQ2Bz1SjhhC3qrjQ_upZNBbPiboFElSyXZAb-B0KS_WgV91lPiwm3Q-5o6Npg",
      "dp": "CWvcf1UlW_Tmx5LMawHEUxhuUOFlu7EEIk9QgSwSaUmlRtSefL-08kjQ1uDcwVzki9c5OKppaaDF5UaVk02JJmXdI4obI1rBmaD3Urrm84_JlE_0xHFFcGr6MGyiA0jw4zz5DkHlQ40UWG7jgCBm8Xqlrh-oQSXg3as5gpK-w4E",
      "alg": "RSA-OAEP",
      "dq": "PCzS3GJ4BwWOJ3Ay8_KOs8esKMS05mNBn5gmDBjh2x7WsFGomkDGbMDhMt84nWjVR4KDoBFecqkvRCwpfxZFZMl2Qk4DmgpSWLgRD4l7oywNmy5YgkrGjCqCnSKQp5i5t74836MjARoqIGWwrWpe0zPJWagAJ8NmIJD0GFlVNcE",
      "n": "kTMKh7Zuf0F7dBQtYZbyuAdDjrzEEKRudaiM5nxGDk7jL53A6Y_5w0LasqTbn_ILsOZapHU5t4d0MfBshFKZQ1nIF8uAkSvvFDotf_Zrc4_QGqKWQQSqqOvsA4vXy8wnvh2Tyqr8rqMbDONbPexreZsvIwDzVh5aCnIC6BOWKkYSb6eRVWfn8mgdaPaTS_wZJMeeAt3WyjKkasjxTK9k8o3OE4RSXkkg7BiSbalkLIMdU_WiyABc6XxPwL36YtqeztwduxNju-wERJbXpEFBtnAmheYINtEyzkllunZQU-fn56iali1v4cFcjCkoBn_9FFAlKy0ojntJDytTahsCcQ"
    },
    {
      "kty": "EC",
      "d": "3ZrOb_8PKflaqurfjftNaXrffss6R9xyPZm_fmdkB_Q",
      "use": "enc",
      "crv": "P-256",
      "kid": "f6227a1a-930e-4ff3-9408-cd29b2312971",
      "x": "3dSGrzlMDsPLEuLB79OybhaHrw4oEc7H7GrOETFwOvw",
      "y": "Xq8Mh9NqVPDOqp0MoSa7D_DY1vj97Tywcd--Q8R56S8",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "90e1328c-d3cd-40ad-a871-ab208caa8478",
      "n": "go9tgbIP__B4Gw8ZTp5wU6A4-Rn0RfSoCmacfQuX5jVreAnVMPmGlMuVGmG8rETryWiU3fGhIXRvGdJQyoVGrB-ElZHvL0AnLINo3wgJGu95jbvW47oFV3OI81yaZI7Z6EFHBS6NbdGirJbKwJYuokGoMEjkpFHlqXT-S_RsJUtb0WGv53qhpIedZ73IPoy2Oq92hDDefvMpFS2VNTrY3xchno55BRpEXX0mGWC2c-HBxxe06VXicrzsxrUZ_E6bTnBahzXWX8i0WE9glntnVJKLUaykQTz8dhA_4narpnKuyVJed13AAykC9LwHRCFF1g4IZawaSmQbBPmoNlUpww"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "ee9138a1-8cea-4c45-8515-778006b22f00",
      "n": "ibTzLYXQsBU-0foHJmz05Vb3V6G8kyJ1jHTkos5ZPSK0zCG3JO1BlRAGQmrPdmOwGZG1MNY-fVnePR1EiKaelSzwHBXOhnpoT_WAJUg0xAXPGHkQQtLY1AaXLMH-MHnSjwufUfSr2tcO2SJ6lhOCJFCSPvnLf3PHuyTXJnOyDn2fCZASRTytqGNcb91sGCeJufuz_TN7IeuJ-LT7Ti40IjcSpkbdM_PBl0unGGXUFgfwzDK0FTPGAH4b1wumAnrwBIa9y_jflyPMDJmhaybikVof62--c7SWVCJzRzK_c-6U2lR34bP79ZWeOVKTf0ZJ6MVz6Dwb9k6uNiuJYClwuw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "30755705-4da7-4227-8aca-35050126bec1",
      "x": "Mz3GnXhf9i_FaRyZAcTJXoWl75mmJ9LNu9BL47SzQUI",
      "y": "Y-aNbCaz4KxS-ClpKOj89dlS37n61P41heG-I6GKoBQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "4504b0f7-8d9d-47db-b996-cf5d8ae97916",
      "x": "22AJ33AZFPwx-ZrEaDAPCBj1oSPeRnaYTXcCbuqrtOY",
      "y": "D3_HXJc3SICVSMknhWyigNkHZWR1biPkVEMnabE-cEE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "546c1019-390b-4d95-b619-d355209d6c6f",
      "x": "GfCszF5Sn3MIF8FIQx01pKTgUnfPaBAJ-xJS87SmS9c",
      "y": "8e5KVXP4wAG7_V0HQewDLYE3n6t2cX2TDRLuhYamuUw"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "10181350-cd26-4feb-bf6a-b24b461e19aa",
      "x": "p2t194A2I-u6C2Es2i6C4P9KN-HTyIoM9YiIvNaU3NI"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "fa1bd961-f3fe-4111-9df5-dd25f9ccd3f7",
      "alg": "RSA-OAEP",
      "n": "kTMKh7Zuf0F7dBQtYZbyuAdDjrzEEKRudaiM5nxGDk7jL53A6Y_5w0LasqTbn_ILsOZapHU5t4d0MfBshFKZQ1nIF8uAkSvvFDotf_Zrc4_QGqKWQQSqqOvsA4vXy8wnvh2Tyqr8rqMbDONbPexreZsvIwDzVh5aCnIC6BOWKkYSb6eRVWfn8mgdaPaTS_wZJMeeAt3WyjKkasjxTK9k8o3OE4RSXkkg7BiSbalkLIMdU_WiyABc6XxPwL36YtqeztwduxNju-wERJbXpEFBtnAmheYINtEyzkllunZQU-fn56iali1v4cFcjCkoBn_9FFAlKy0ojntJDytTahsCcQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "f6227a1a-930e-4ff3-9408-cd29b2312971",
      "x": "3dSGrzlMDsPLEuLB79OybhaHrw4oEc7H7GrOETFwOvw",
      "y": "Xq8Mh9NqVPDOqp0MoSa7D_DY1vj97Tywcd--Q8R56S8",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:34 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-11-20 20:10:34 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:34 SUCCESS
OIDCCLoadUserInfo
Added user information
user_info
{
  "sub": "user-subject-1234531",
  "name": "Demo T. User",
  "given_name": "Demo",
  "family_name": "User",
  "middle_name": "Theresa",
  "nickname": "Dee",
  "preferred_username": "d.tu",
  "gender": "female",
  "birthdate": "2000-02-03",
  "address": {
    "street_address": "100 Universal City Plaza",
    "locality": "Hollywood",
    "region": "CA",
    "postal_code": "91608",
    "country": "USA"
  },
  "zoneinfo": "America/Los_Angeles",
  "locale": "en-US",
  "phone_number": "+1 555 5550000",
  "phone_number_verified": false,
  "email": "user@example.com",
  "email_verified": false,
  "website": "https://openid.net/",
  "profile": "https://example.com/user",
  "updated_at": 1580000000
}
2022-11-20 20:10:34 SUCCESS
OIDCCGetStaticClientConfigurationForRPTests
Found a static client object
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
client_secret
client-77c1aa57-dd0d-49b2-b107-29103a4db242
scope
openid email
jwks
{
  "keys": [
    {
      "crv": "Ed25519",
      "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
      "kty": "OKP",
      "use": "sig",
      "alg": "EdDSA",
      "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
    }
  ]
}
id_token_signed_response_alg
EdDSA
redirect_uris
[
  "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
]
2022-11-20 20:10:34 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "client_secret": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "scope": "openid email",
  "jwks": {
    "keys": [
      {
        "crv": "Ed25519",
        "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
        "kty": "OKP",
        "use": "sig",
        "alg": "EdDSA",
        "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
      }
    ]
  },
  "id_token_signed_response_alg": "EdDSA",
  "redirect_uris": [
    "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
  ]
}
2022-11-20 20:10:34 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:34 SUCCESS
ExtractJWKsFromStaticClientConfiguration
Extracted client JWK
client_jwks
{
  "keys": [
    {
      "crv": "Ed25519",
      "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
      "kty": "OKP",
      "use": "sig",
      "alg": "EdDSA",
      "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28",
      "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
      "alg": "EdDSA"
    }
  ]
}
2022-11-20 20:10:34 SUCCESS
ValidateClientJWKsPublicPart
Valid client JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-11-20 20:10:34 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:34 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:34 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:34 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
]
2022-11-20 20:10:34 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:34 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:34 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:34 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:34 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:34 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:34 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:34 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-11-20 20:10:34 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:34 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2022-11-20 20:10:34 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:34 INFO
ValidateTokenEndpointAuthSigningAlg
Skipped evaluation due to missing required element: client token_endpoint_auth_signing_alg
path
token_endpoint_auth_signing_alg
mapped
object
client
2022-11-20 20:10:34 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:34 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2022-11-20 20:10:34 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2022-11-20 20:10:34 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2022-11-20 20:10:34 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:34 SUCCESS
OIDCCExtractServerSigningAlg
Selected signing algorithm based on client id_token_signed_response_alg.
selected_algorithm
EdDSA
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:34
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:34
oidcc-client-test-nonce-invalid
Setup Done
2022-11-20 20:10:35 INCOMING
oidcc-client-test-nonce-invalid
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/.well-known/openid-configuration
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json",
  "user-agent": "oauth4webapi/v2.0.0",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Discovery endpoint
2022-11-20 20:10:35 OUTGOING
oidcc-client-test-nonce-invalid
Response to HTTP request to test instance BsGKxCw6og2GWRE
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
outgoing_path
.well-known/openid-configuration
2022-11-20 20:10:35 INCOMING
oidcc-client-test-nonce-invalid
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "*/*",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "user-agent": "undici",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "eI1a4-y-2UxtcuDh6YVFpR_pt56HYOiecNQBOiDyw0k",
  "code_challenge_method": "S256",
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "response_type": "code",
  "scope": "openid email"
}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Authorization endpoint
2022-11-20 20:10:35 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:35 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:35 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "eI1a4-y-2UxtcuDh6YVFpR_pt56HYOiecNQBOiDyw0k",
  "code_challenge_method": "S256",
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "response_type": "code",
  "scope": "openid email"
}
2022-11-20 20:10:35 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:35 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:35 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
eI1a4-y-2UxtcuDh6YVFpR_pt56HYOiecNQBOiDyw0k
2022-11-20 20:10:35 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:35 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:35 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb
expected
[
  "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
]
2022-11-20 20:10:35 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:35 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:35 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
R95kPcWCLTqVpBWEusWnT73oC7Ki3QHR
2022-11-20 20:10:35 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
3rKj9-6ATYE7CDHLyId772PHjlNOjc_yfv8gD08YO-U
2022-11-20 20:10:35 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
}
2022-11-20 20:10:35 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "code": "R95kPcWCLTqVpBWEusWnT73oC7Ki3QHR"
}
2022-11-20 20:10:35
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=R95kPcWCLTqVpBWEusWnT73oC7Ki3QHR
2022-11-20 20:10:35 OUTGOING
oidcc-client-test-nonce-invalid
Response to HTTP request to test instance BsGKxCw6og2GWRE
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=R95kPcWCLTqVpBWEusWnT73oC7Ki3QHR]
outgoing_path
authorize
2022-11-20 20:10:36 INCOMING
oidcc-client-test-nonce-invalid
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json",
  "authorization": "Basic Y2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MjpjbGllbnQtNzdjMWFhNTctZGQwZC00OWIyLWIxMDctMjkxMDNhNGRiMjQy",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "user-agent": "oauth4webapi/v2.0.0",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close",
  "content-length": "207"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token
incoming_body_form_params
{
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "code_verifier": "etRggoRKPjmIGAA-z226A2bhITRkq9o5MMCpPv8haf0",
  "code": "R95kPcWCLTqVpBWEusWnT73oC7Ki3QHR",
  "grant_type": "authorization_code"
}
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
redirect_uri=https%3A%2F%2Fclient-77c1aa57-dd0d-49b2-b107-29103a4db242.local%2Fcb&code_verifier=etRggoRKPjmIGAA-z226A2bhITRkq9o5MMCpPv8haf0&code=R95kPcWCLTqVpBWEusWnT73oC7Ki3QHR&grant_type=authorization_code
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Token endpoint
2022-11-20 20:10:36
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:36 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
client_secret
client-77c1aa57-dd0d-49b2-b107-29103a4db242
method
client_secret_basic
2022-11-20 20:10:36 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:36 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
R95kPcWCLTqVpBWEusWnT73oC7Ki3QHR
2022-11-20 20:10:36 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb
2022-11-20 20:10:36 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
0ElOcUmCFlWWnPaHnflhsgBEU3ATRgg32uUWavzo8SwzTSsh8I
2022-11-20 20:10:36 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
QgPJeQHpRrBBSctAt_NLgE5CdbmYguw6YgTIzfgSj8I
2022-11-20 20:10:36 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/
sub
user-subject-1234531
aud
client-77c1aa57-dd0d-49b2-b107-29103a4db242
iat
1668975036
exp
1668975336
2022-11-20 20:10:36 SUCCESS
AddInvalidNonceValueToIdToken
Added invalid nonce to ID token claims
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "sub": "user-subject-1234531",
  "aud": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "iat": 1668975036,
  "exp": 1668975336,
  "nonce": "null1"
}
nonce
null1
2022-11-20 20:10:36 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
QgPJeQHpRrBBSctAt_NLgE5CdbmYguw6YgTIzfgSj8I
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "sub": "user-subject-1234531",
  "aud": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "iat": 1668975036,
  "exp": 1668975336,
  "nonce": "null1",
  "at_hash": "QgPJeQHpRrBBSctAt_NLgE5CdbmYguw6YgTIzfgSj8I"
}
2022-11-20 20:10:36 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIxMDE4MTM1MC1jZDI2LTRmZWItYmY2YS1iMjRiNDYxZTE5YWEiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiUWdQSmVRSHBSckJCU2N0QXRfTkxnRTVDZGJtWWd1dzZZZ1RJemZnU2o4SSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMzNiwiaWF0IjoxNjY4OTc1MDM2LCJub25jZSI6Im51bGwxIn0.m_8VDOTH5qwhjELkFPqR3SiiD557M0jXLfNff9_FozyuFPJbsA-15ak3CNF3iJOX6AnksKuy0r6QQwy-2_QFAQ
key
{"kty":"OKP","d":"xYaP0nvzKjJDR2-w_MqpKzm1Bb8JVLthRs2DK5-DEiQ","use":"sig","crv":"Ed25519","kid":"10181350-cd26-4feb-bf6a-b24b461e19aa","x":"p2t194A2I-u6C2Es2i6C4P9KN-HTyIoM9YiIvNaU3NI"}
algorithm
EdDSA
2022-11-20 20:10:36 INFO
EncryptIdToken
Skipped evaluation due to missing required element: client id_token_encrypted_response_alg
path
id_token_encrypted_response_alg
mapped
object
client
2022-11-20 20:10:36 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
0ElOcUmCFlWWnPaHnflhsgBEU3ATRgg32uUWavzo8SwzTSsh8I
token_type
Bearer
id_token
eyJraWQiOiIxMDE4MTM1MC1jZDI2LTRmZWItYmY2YS1iMjRiNDYxZTE5YWEiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiUWdQSmVRSHBSckJCU2N0QXRfTkxnRTVDZGJtWWd1dzZZZ1RJemZnU2o4SSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMzNiwiaWF0IjoxNjY4OTc1MDM2LCJub25jZSI6Im51bGwxIn0.m_8VDOTH5qwhjELkFPqR3SiiD557M0jXLfNff9_FozyuFPJbsA-15ak3CNF3iJOX6AnksKuy0r6QQwy-2_QFAQ
scope
openid email
2022-11-20 20:10:36 OUTGOING
oidcc-client-test-nonce-invalid
Response to HTTP request to test instance BsGKxCw6og2GWRE
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "0ElOcUmCFlWWnPaHnflhsgBEU3ATRgg32uUWavzo8SwzTSsh8I",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIxMDE4MTM1MC1jZDI2LTRmZWItYmY2YS1iMjRiNDYxZTE5YWEiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoiUWdQSmVRSHBSckJCU2N0QXRfTkxnRTVDZGJtWWd1dzZZZ1RJemZnU2o4SSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMzNiwiaWF0IjoxNjY4OTc1MDM2LCJub25jZSI6Im51bGwxIn0.m_8VDOTH5qwhjELkFPqR3SiiD557M0jXLfNff9_FozyuFPJbsA-15ak3CNF3iJOX6AnksKuy0r6QQwy-2_QFAQ",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:38 FINISHED
oidcc-client-test-nonce-invalid
Test has run to completion
testmodule_result
PASSED
2022-11-20 20:10:39
TEST-RUNNER
Alias has now been claimed by another test
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
new_test_id
FLq3kmTBVIClyfC
Test Results