Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:39 INFO
TEST-RUNNER
Test instance FLq3kmTBVIClyfC 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
2022-11-20 20:10:39 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:39
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:39
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "0mcghVSf50mIN9CNp9SV9WyR3gkUWPZXClADYgWRUt1qgmdvvtTfK9UidpatzWL_Sy-bH-GRBhHRgFBvO6sIn6ylgMDqDd4YkVXeu-cv4FJXwyWEpGK0fQTcfBkks900yilCuTF9EuFhnsW9HBhExU2l856O0V1w13mQjD2bHbk",
      "kty": "RSA",
      "q": "uw6JN6ArNlXBIPf4JkYDhnuw2EGIudKnA7r2_zQpwqkqv9t0FT7W5H7ruqfZ192ejTV5GR8TDR1dktMxWMIdxaW-jPJD5Q4MJhk_31v2GJQcv_zI9X3cdXHQ-EawGei6-9KUbQiu_dE6775gbIIv4Bz3VLR5pn2Vxi81aoEIuGU",
      "d": "U1meG5TK-AgDoW_55BUNfsg_YJOUlFfSw9SlX0pizNfwtGzO3f_CEakFyIHwBVdJwbf_UBV1GiUqf0_QxNP2cWEGoqRWgmvLasGaLsMgcRf9yeu9onN0zoP8Acgsvy4b0b27loErWBDr_5qa2IEBOz-CaZvYqNJVJCitVXMnY0TwadRsFyARVihXcKq6zfm92Mi_hEgZnvmrgRLsV_WecSb7M3ksVLAMRHYhZKh02Yb86JFNs70yCodbBHlw0sg4EGpMVQrGvgMVws4Xqql3IOwjRT_32IV5vd0hgm7MjAjZBlMQtTflkol6uCs78hTvNpgTYims2zvXNkTI2YUaoQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "d3f71a63-3d40-404f-b006-90bcfe6895e2",
      "qi": "iLcBjVijMQY7uTUz1OcNoWwN8l1Pj8xxL47W59L71JI6pH401FpsZYQFkuukR2GMTHamc-09T4hfgRPuxuPuSJ3aw88XiXWPiQTRmJ_Bw09zG9ihc8Q65iRrGAhKCkJznnSlqnY13osCPsFN-ew77_FiG-J2K8sUQtyRXTELnRs",
      "dp": "dVDnQzCiUFYhy-1PbusMCmJVGxa477m7YpamrDsqgqfOwZNnLWKIZWpb4v-1PTYb3xJWTnp5YIcC56bxvrVpA49CYP4wAzd5P2A_50nK2itPoBIFWZtnw-W4AsIKQvfufWJwP86mTKa6xcq_3TBy-AiJpcMdIwQU7TBtNqULHpE",
      "dq": "t8hyXOrLShk7JS886i3D7O--MttAgIJNgcbCQr93gEBBNjthdDZHYDyrUrrzt7mQu-Cb2GjFiQ8fDtDdHP2rzrMn4sdsmbIRkaUhMkziIAf1r1OoBjrgzatDy4t4HhyhCiY9mlr7w3k81KxRhIrsit8qylh_ZWriKtPbQYcBkFk",
      "n": "mb1HLBROve4kxS7Vr4NHYOXastWbZ1CnPUnaOyavJbzgDG6p0AxV3V3IfU6S9j8m_k4YT2eFvjwjKenhnTI8K9TMj7BK3XuvyKTxbU09IsRim06cO-yoECUUoEwwcQ1fV6UytAAKyZyOsO4DLZ0WkzP3kFbSZ46bminfJW7w6J0mIaMuVnGPqgi1RDRbMmMZfbe68jLT_oq4lwu9VUSYDKYqDHOsos4DRs7wVx6OsYn7-_W9h_ijXkkhw5hu4CnPUZ2EweSQjv8KQvzvD8VF1J4WGph0StlfmYx5D8dsjEy19gxbuenbcQ-hFKz4mYotP5wms1BHwv68oIYI8lex_Q"
    },
    {
      "kty": "EC",
      "d": "WQ3K0DdE8uS8Jn6O3G4hptE4NrszqjVV8R5NfWxi6Uo",
      "use": "sig",
      "crv": "P-256",
      "kid": "8f1889a8-f869-4b09-91f8-162fe0f733ea",
      "x": "DXunlH3sQTPbFGEZO4h4GgH12ZXEC_wqqTBFNy5JaUg",
      "y": "mb2wHZ8FXZ2-__MGBY3V123fu10fU6QfCpOIep9IGmc"
    },
    {
      "kty": "EC",
      "d": "KYvDlESk-j3dnpjRWKKwN-GboHQ5opxw58RnX-epVlE",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "b8422396-8f1a-410a-9838-e364681a1c3e",
      "x": "8zZVbBxT4ZsrxPKw1euuD-nlXV2jg1HxT-PT78tv1zU",
      "y": "mQNbq03YLtqJVPOmcn0OHgx6aOrQYLkIYRlDrDg4vdI"
    },
    {
      "kty": "OKP",
      "d": "B99bg-bQjZIdjE4d31AvVlnYcmoYlTj2TWcwYKdsDg8",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "df36d788-a24f-4ac7-a077-42ea9db9ef2e",
      "x": "QRVsKtYZNvEy-iwW5x_-eTyWLLtg5tqt958UQbBrM_w"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "9xX2DRL-uoilRPjey2YEAPMIrI53Ni3ARjYePTDHjqSmmlOPsZjO9MAD54Jlria66A-pVHLOflXrUybdG9sZNNAs65S5xIphyu2aTuciY--skWX3RuDhssw7bq8uBDdgFE0mxYRnkIV6K0xPWH3WwRFRo7-NJ2AipUR1cg5SAj8",
      "kty": "RSA",
      "q": "9XgUAXSihne29H-QpwexkvFoBvM-PJpgpW4rRv7lPlqejAoApVyBhk2FEocfButuJdts5y1troxMpKeyn35iR03HEImUgJ1JqvJgQsJgCPL6wX6kUQ_Lw20yM7tJrTZPsQMyQ9xeaU10UhapUVOdTFm-24qpRKsoH7MC9RFiiz0",
      "d": "DIPx26W4ufy63lgXmsn6LtzqLDEPjB9H1uMGS79Ngtd7gfsWpMJOsXwE1I0n-9oWEvwExcd_pdOG63usXtQl1c9dIUZZjYcdf4n5DQKQOfSvv5EXVQRYM12KVBxB1hB3IQLFH76qsE6S-RvkvMpW1fXPmbKd0mlAKj9A2dpxLvh9G0uxULqK1kOmKGp-ggkd0ybxJ5z8Hgc-yGdn1sRxz1_O20bfyHNGasBqv0G6JyVfk06AoLE_n70tbyx46AS6dTX6M6yrFadN8_tdl_tHu_lL06XZbHNGBU12RPrxm5CzcKxEV1bJbpfoNOLO_scenX19Mvtp3llZV5yGLmdPMQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "0994fafd-0209-4667-ae9b-23994756fef1",
      "qi": "BY5o9kaGAYXmSxaNQQooJIns2xVecIwDI8yQ2S_ONnlA9eTwLBudwaBE6T0xviqoGqFBIlUvY4cQzGVCKKKZqqCjW3A-2WZ0Vgq_Myzr8fC3MRgVPyME3C7S0TAaT2uv9GGKCl9QaDkcYMR3zl8ayO03hCQ_4bSugk00YTZQz4U",
      "dp": "UoGm097P6IHQjiN8YfcCxz5gWx6HeDP2zHstxckQGfWpHEdi6C7ajKfBpgDI60pLh0oThPuBMHaISg_kLXUQCa6qEVBsZ9C9rwGAUXCk7zINMdAWrjhRpV7FScR9XTMQhjbtB2-bFYs8rFCi_i2nFHkwBbnk7I0RhJZDkX5urAk",
      "alg": "RSA-OAEP",
      "dq": "kM8DzlAGSRl6nwZaSY8qXKt5WRBKWOohtbYmZb2dc4l2GtsTwnmuF5LHvERmM2jUFBU8S6zrFZvC4yfjImAmjjX-B22CY9VmTiiqTPfqO51L_LY_LWsKJAHZKdeFAWAW5zAhiRMJx0lgI8UmocmX9CDFjTJh5Rarlve9-OEGp2k",
      "n": "7OvqFPgwfKHbQSSsW89EiS0u9qBLgxfOw7llNvxlUPhV4p0bWT-zYHpUVxtmRHqYs_2doyTuM_8q9pQtJNz_s3sdekSI8DmbCd6ewpi3IMBig693NV1o1WNcQiaYf_LHK8S0nQuRTSURR6S9Wf9he4mBqhdU0Vh7TeVQF1CHkrEIfYjYSOnWIrT9lEmB2TLU1ibHN6Ahz-txmvvkLjeQyr2M7zeJCyH1gkh1gJskpUb7VZMMY5cm5KTnHwHo77aHWi1SwcpCXmsZPfzBh9rX51B_Lq1rcm4NHbv8N_p4-Loyjy4TQfKMVqdpxpPK6k69KIVh5PPJMrihP3vJ--C-Aw"
    },
    {
      "kty": "EC",
      "d": "Zo1AhAhAMiHxyjrgzdksN31_7SUxdYZsF1IzDbAB8VA",
      "use": "enc",
      "crv": "P-256",
      "kid": "b561651c-cddc-4943-81a1-5b7fa8fe664d",
      "x": "ve-sMLpwHMqMz6nkgXWeB6ggqEXleszot_4H3S0kq_A",
      "y": "6PXlB7rstie0EXDnB0wsbS8RhdyPvo_ABucCN3qzH3c",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "d3f71a63-3d40-404f-b006-90bcfe6895e2",
      "n": "mb1HLBROve4kxS7Vr4NHYOXastWbZ1CnPUnaOyavJbzgDG6p0AxV3V3IfU6S9j8m_k4YT2eFvjwjKenhnTI8K9TMj7BK3XuvyKTxbU09IsRim06cO-yoECUUoEwwcQ1fV6UytAAKyZyOsO4DLZ0WkzP3kFbSZ46bminfJW7w6J0mIaMuVnGPqgi1RDRbMmMZfbe68jLT_oq4lwu9VUSYDKYqDHOsos4DRs7wVx6OsYn7-_W9h_ijXkkhw5hu4CnPUZ2EweSQjv8KQvzvD8VF1J4WGph0StlfmYx5D8dsjEy19gxbuenbcQ-hFKz4mYotP5wms1BHwv68oIYI8lex_Q"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "f9efaf55-7906-49aa-8e3f-7e39352ba6e4",
      "n": "mbv08ggRVg7x8TfHi9eCgXwAloI94-fYQPsH7dIjyrpNcsJHiTp5EQP1548LET2NvQDgLYXPxKwJogXcEqvhsS8zouoAQv4IXcEMPO5Xk2wb8HCjUkGaa4E0yBdcG_TLqX96bk8XQRGuzgl_K6SacQyQRBmsQPzGRS-uge4T39YIo_58xptjzOG_GbgmFpnPNMOY5vndEIUJ7DUQUaDbYQOE1TmfBUyUYREqlYZuNhkKWx-ZmlODOpAiMTSUyCQEIklfQnN7K-NEcrenAfkPjNDbRIScJ4lhtv025t_GTwKeIJSB7JCudstsF1qN9WoqxYkjphqBApr57i2bc85lwQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "8f1889a8-f869-4b09-91f8-162fe0f733ea",
      "x": "DXunlH3sQTPbFGEZO4h4GgH12ZXEC_wqqTBFNy5JaUg",
      "y": "mb2wHZ8FXZ2-__MGBY3V123fu10fU6QfCpOIep9IGmc"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "83ea1bac-e7b3-462c-badb-6a7a816a9ff7",
      "x": "g5GDNY5VBCt9a6YYBhMDI9kWY-vr3evfNoXYE2BO7Eg",
      "y": "6DED4yDxt7oTeURfZkfxD1nucjzTMbd5KS5j1rt0RdU"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "b8422396-8f1a-410a-9838-e364681a1c3e",
      "x": "8zZVbBxT4ZsrxPKw1euuD-nlXV2jg1HxT-PT78tv1zU",
      "y": "mQNbq03YLtqJVPOmcn0OHgx6aOrQYLkIYRlDrDg4vdI"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "df36d788-a24f-4ac7-a077-42ea9db9ef2e",
      "x": "QRVsKtYZNvEy-iwW5x_-eTyWLLtg5tqt958UQbBrM_w"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "0994fafd-0209-4667-ae9b-23994756fef1",
      "alg": "RSA-OAEP",
      "n": "7OvqFPgwfKHbQSSsW89EiS0u9qBLgxfOw7llNvxlUPhV4p0bWT-zYHpUVxtmRHqYs_2doyTuM_8q9pQtJNz_s3sdekSI8DmbCd6ewpi3IMBig693NV1o1WNcQiaYf_LHK8S0nQuRTSURR6S9Wf9he4mBqhdU0Vh7TeVQF1CHkrEIfYjYSOnWIrT9lEmB2TLU1ibHN6Ahz-txmvvkLjeQyr2M7zeJCyH1gkh1gJskpUb7VZMMY5cm5KTnHwHo77aHWi1SwcpCXmsZPfzBh9rX51B_Lq1rcm4NHbv8N_p4-Loyjy4TQfKMVqdpxpPK6k69KIVh5PPJMrihP3vJ--C-Aw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "b561651c-cddc-4943-81a1-5b7fa8fe664d",
      "x": "ve-sMLpwHMqMz6nkgXWeB6ggqEXleszot_4H3S0kq_A",
      "y": "6PXlB7rstie0EXDnB0wsbS8RhdyPvo_ABucCN3qzH3c",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:39 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:39 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:39 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:39 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:39 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:39 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:39 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:39 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:39 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:39 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:39 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:39 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:39 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:39 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:39 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:39 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:39 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:39 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:39 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:39 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:39 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:39 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:39 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:39 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:39 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:39 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:39 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:39 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:39 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:39 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:39
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:39
oidcc-client-test
Setup Done
2022-11-20 20:10:40 INCOMING
oidcc-client-test
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:40 OUTGOING
oidcc-client-test
Response to HTTP request to test instance FLq3kmTBVIClyfC
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:40 INCOMING
oidcc-client-test
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": "wMoVS8QGiDqXxiWbInSPJHjCoAiCzdCk2OUxh6hxBS8",
  "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:40 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:40 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:40 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "wMoVS8QGiDqXxiWbInSPJHjCoAiCzdCk2OUxh6hxBS8",
  "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:40 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:40 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:40 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
wMoVS8QGiDqXxiWbInSPJHjCoAiCzdCk2OUxh6hxBS8
2022-11-20 20:10:40 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:40 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:40 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:40 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:40 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:40 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
PQ57RfggSP3a5iVz5bT7mUVshG0pOyjS
2022-11-20 20:10:40 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
v7u-G5UeKG4iUB6VJKB6P8TtKQxYdPN4A67flN_5vSE
2022-11-20 20:10:40 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:40 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": "PQ57RfggSP3a5iVz5bT7mUVshG0pOyjS"
}
2022-11-20 20:10:40
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=PQ57RfggSP3a5iVz5bT7mUVshG0pOyjS
2022-11-20 20:10:40 OUTGOING
oidcc-client-test
Response to HTTP request to test instance FLq3kmTBVIClyfC
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=PQ57RfggSP3a5iVz5bT7mUVshG0pOyjS]
outgoing_path
authorize
2022-11-20 20:10:41 INCOMING
oidcc-client-test
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": "WX34fJ_r4GqxwG_U9HY92vJV4c2mpAE_t9G4pYmAL10",
  "code": "PQ57RfggSP3a5iVz5bT7mUVshG0pOyjS",
  "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=WX34fJ_r4GqxwG_U9HY92vJV4c2mpAE_t9G4pYmAL10&code=PQ57RfggSP3a5iVz5bT7mUVshG0pOyjS&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:41
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:41 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:41 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:41 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
PQ57RfggSP3a5iVz5bT7mUVshG0pOyjS
2022-11-20 20:10:41 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:41 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
IJ41fPo4DfFtpU4UijAySBIaWzLoTDFd5J4geVBFyltNmAXKBg
2022-11-20 20:10:41 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
ppilWbLDuYAfIXoTnXbtlPgBsZ0VKrEuioRtTsuLEes
2022-11-20 20:10:41 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
1668975041
exp
1668975341
2022-11-20 20:10:41 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
ppilWbLDuYAfIXoTnXbtlPgBsZ0VKrEuioRtTsuLEes
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": 1668975041,
  "exp": 1668975341,
  "at_hash": "ppilWbLDuYAfIXoTnXbtlPgBsZ0VKrEuioRtTsuLEes"
}
2022-11-20 20:10:41 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiJkZjM2ZDc4OC1hMjRmLTRhYzctYTA3Ny00MmVhOWRiOWVmMmUiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoicHBpbFdiTER1WUFmSVhvVG5YYnRsUGdCc1owVktyRXVpb1J0VHN1TEVlcyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTM0MSwiaWF0IjoxNjY4OTc1MDQxfQ.EWdAW4ygWx6Ilg3fJ9jVh0aCpM8QdgNNpU3up4VRXrAMtUIk5_As-WNxCAK_cRVWw5sX8x9BIhRV-MEY3q39BQ
key
{"kty":"OKP","d":"B99bg-bQjZIdjE4d31AvVlnYcmoYlTj2TWcwYKdsDg8","use":"sig","crv":"Ed25519","kid":"df36d788-a24f-4ac7-a077-42ea9db9ef2e","x":"QRVsKtYZNvEy-iwW5x_-eTyWLLtg5tqt958UQbBrM_w"}
algorithm
EdDSA
2022-11-20 20:10:41 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:41 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
IJ41fPo4DfFtpU4UijAySBIaWzLoTDFd5J4geVBFyltNmAXKBg
token_type
Bearer
id_token
eyJraWQiOiJkZjM2ZDc4OC1hMjRmLTRhYzctYTA3Ny00MmVhOWRiOWVmMmUiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoicHBpbFdiTER1WUFmSVhvVG5YYnRsUGdCc1owVktyRXVpb1J0VHN1TEVlcyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTM0MSwiaWF0IjoxNjY4OTc1MDQxfQ.EWdAW4ygWx6Ilg3fJ9jVh0aCpM8QdgNNpU3up4VRXrAMtUIk5_As-WNxCAK_cRVWw5sX8x9BIhRV-MEY3q39BQ
scope
openid email
2022-11-20 20:10:41 OUTGOING
oidcc-client-test
Response to HTTP request to test instance FLq3kmTBVIClyfC
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "IJ41fPo4DfFtpU4UijAySBIaWzLoTDFd5J4geVBFyltNmAXKBg",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiJkZjM2ZDc4OC1hMjRmLTRhYzctYTA3Ny00MmVhOWRiOWVmMmUiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoicHBpbFdiTER1WUFmSVhvVG5YYnRsUGdCc1owVktyRXVpb1J0VHN1TEVlcyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTM0MSwiaWF0IjoxNjY4OTc1MDQxfQ.EWdAW4ygWx6Ilg3fJ9jVh0aCpM8QdgNNpU3up4VRXrAMtUIk5_As-WNxCAK_cRVWw5sX8x9BIhRV-MEY3q39BQ",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:41 INCOMING
oidcc-client-test
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json, application/jwt",
  "authorization": "Bearer IJ41fPo4DfFtpU4UijAySBIaWzLoTDFd5J4geVBFyltNmAXKBg",
  "user-agent": "oauth4webapi/v2.0.0",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Userinfo endpoint
2022-11-20 20:10:41 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
IJ41fPo4DfFtpU4UijAySBIaWzLoTDFd5J4geVBFyltNmAXKBg
2022-11-20 20:10:41 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
IJ41fPo4DfFtpU4UijAySBIaWzLoTDFd5J4geVBFyltNmAXKBg
2022-11-20 20:10:41 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2022-11-20 20:10:41
ClearAccessTokenFromRequest
Removed incoming access token from environment
2022-11-20 20:10:41 INFO
AddIssAndAudToUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-11-20 20:10:41 INFO
SignUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-11-20 20:10:41 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2022-11-20 20:10:41 OUTGOING
oidcc-client-test
Response to HTTP request to test instance FLq3kmTBVIClyfC
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531",
  "email": "user@example.com",
  "email_verified": false
}
outgoing_path
userinfo
2022-11-20 20:10:41 FINISHED
oidcc-client-test
Test has run to completion
testmodule_result
PASSED
2022-11-20 20:10:42
TEST-RUNNER
Alias has now been claimed by another test
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
new_test_id
pVEYzCEWsNqVxME
Test Results