Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:42 INFO
TEST-RUNNER
Test instance pVEYzCEWsNqVxME 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-scope-userinfo-claims
2022-11-20 20:10:42 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:42
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:43
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "6C-ZPSIvwOhrhbeQN7OnBV9TPlhC-bGoi5CwEUG0wF8_JHM-XjkrlHzuHfw9Z-A8y0siQ9psZqRywS0WynkEqX4G_GGrCNSVm1lcoMrbEmNpneXLI-I0lWa2_ZwDpPugdmoFyO3NxTfutFZheV1oPThKSkM_ve7NZTyvaDuk2wM",
      "kty": "RSA",
      "q": "qW71V4VNzzmtb6-3B6L9tI9LIN2sZv57laNjSVfwW5Yf9zZtTGvmmReDISksHIbJEv2FDUzb5bluSVC5WMw6WL1dQAt636EJXZzRQA3uHAQ07qSaqkYJrIuUxV4pq7Q3zmf5bScUGkGsQOB6Jz8Bl9wXhuTHS4_cHFx3cD0sGpk",
      "d": "QxLLhC2ssSGE7P5_oMx1_eY6WVhhfQ4_MGwjr90uahMd-bYKgayuOa7Scfh7pIjAxT4RzqeALG_SjwXQIOrn_O1PxjPs_rUZBTYUwtu7BoryZ783EY8jlWIIcWth85jOvAvvMNSaXwimldK31jLBMy44V7kLpk6Lv43a9-DBWwPl9__h7_6DyCv0H6poBvZbR7NASPfN1V5wKLbL1K1kqwpgVtnqBpT4VeQPDmPZ9p7r6DMUCB7EsdALePBRg0XIyETQnVpIrn0cc9nqXvD4vKBeiBY2EKyA12tYTnv3Fwdl3WktuNuJDQx1y5AmGKvMUs8QV1QBbrWNtyIhLNv8cQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "6a77ba7b-3bdb-4b5a-bfde-5a59285cdd3c",
      "qi": "acXfM8lNrandn3_AeINIyOkIE3_vuhhoG7unpN43XM94UMpPy75dckS8SLx9ovjeg89xu8EiITWP9ax1wjzVCYAI-mae8FslFm0kxLP5FWVrwDzBeDPx-ba4r2rakSufwfs3AZrX92D_c_YlPSHXxeWTnCZ_hipyI88_aRc6k74",
      "dp": "q43X1KK40_km0PMTfQShqMeJMyx1uBZ7aTury-RXkDgP6He6IlZti9ZO_hrMqD63zKGkHKx7oc9p9q_BAjMurakvsjTb8bdZHyKE3U1lVo3bkM4kLUxK_ASbuoEW9ETzh-rIgXCrtEeieN7GQK0yguFfisVriIO0gVO4avR-108",
      "dq": "Bl7FmqTIaCIjAy_4EbFvGHrKuFGdScIHo3ihIwDLaKYcTY8eTOFBqj_YDkceAXSP2sbtWbKqEdkG7Hq8fTowd2WnO-EynXXQhFSBCYd8jFEcLFzD8-LuOi6FSWZg6rO75WbDWfc-Kj6N22KVNSSJSsxblhbD53NhMy_GzdF-9wE",
      "n": "mawPIiKSGT1Lp5Lt448wm52X_DrXZCInRr1aqtFQIs8uVsGmoL5NCliVSNSL-qJEDUVJj_I-O_GQfzqslqELjWL6hwuHWUWdmB_OZHin6aTZWneJX2BjIRCeHVW4swOuY2q3PRQRCVyB5aV_8OqdQn-Y9IModG8-GfMwYzGQeDDnCpEjwWKoq3zUG6IQZIuiVTPPbiN9H0Km9G93hSuoqolMoJ_6OmJYxxvi0X32AuwCTnrEvyvYox5v3v5dq9GeojevOQ-o8WP30NYYRQq5cwWc13ovRFvN8UuW0af7YV8C5Y1LYbT9jzkO3RyrUB48anGdPCYm_V5qOCovv0kyyw"
    },
    {
      "kty": "EC",
      "d": "gtxdt_MAHFh-GUhOZWhCcK8G6ggbuvzQfbum0m35L_8",
      "use": "sig",
      "crv": "P-256",
      "kid": "63dc30bf-581c-483e-965b-15ad5a3ee999",
      "x": "tQbhM9jKHRoBbxnxap-_5MXanxzxWyVDZGQiODzaaXM",
      "y": "B7dOJ-Kcjz1EnDbnwhxo07meffNh9iG_O6LdKVYBtSM"
    },
    {
      "kty": "EC",
      "d": "BoiGLJD3kam9dwmJpYzYV35RMEsaMZVRgr3SjQYHJnE",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "82d8b78e-826c-491e-87f2-813ebaeca037",
      "x": "0qF9V7AxXnZwcmtVHz9sgzPAqUs0cVnpVpyHKBjARRE",
      "y": "iF5Ja4j5B_c_zWOl-ijbA3XIpj3j8oPuAFgKwAMFeW4"
    },
    {
      "kty": "OKP",
      "d": "AKGa7IdLPHgC_qCYudD-pSU3P4h8_9nd2Fo2Nt_u1Qk",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "0823c46f-e8c7-49ab-8e23-edd56053a436",
      "x": "lVC3zrijaQbEAJHYVAalFJttWFe4UWdARK1pykOLm3E"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "9Y1ysK6PAwmqYBTjTyjYHaPzUW-9ivN3ObyO_QvRtb8e6QtF6y-XvvNjFm6GYjjEGzdxeZZ6Tuk5FZ55C-oJK6428L_M5yNSBq7VKkBumqcNzqxOeGoDiT6vIXNhH-JRRjjsOOIcCDTN5iEd8IcCxOaRHcpWtXY3x4rU1okAOAM",
      "kty": "RSA",
      "q": "8tCeFBRm1S4LFB3EpAz4qrK1_GKaR8cHoYGEtmn6veK5KuAT6AhQavQVKsxUg0fbiItsKT-MmUsIIdkKIrrF166aZ96LxMcyZdQ7ezZnkakveZYyxDWqCYllQe40rpEowQTLceBFEMxfpV5QAFkxZxx-Jiyy0QgW5R4FErs3oXE",
      "d": "bsPQ3n5VCmrarlh8iQ3jGNs-H-cDRMZjLHABvZnm2zvXV-s_pn9K210SpjsIFzAaTmfjSzZkh91yBj_nsYDdCW1wv0DwG6pcYerpX7YnEtbK_N41kvrr1XZ8-ClWeoCBf9xy1KJIRAfCvwrcsidwtLM26mhvGE8CaRm7a8Rp_HwTyC8zx_Ro9WA8atmRL9sCh6uLMcpEaLk5VlFK8I2yJuv1df4ZNSL02g3TS8le1OMWIX2pnbGFOlggd4kvbasGGUYwkIm7ZrTYIAd3-hGwI6UIipk2Dtb1sR29ROTls-_bqUA9S8HdDHJADaK29skGBz8JSPMnJbKI257j6u0IAQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "e35a952c-62d8-414a-8748-16b33a2841b1",
      "qi": "KBuqRWYOmoRV9B5J5ZxtIBiRTvammP-GIEKgH0Ueoqw6dYIxIKgxxnZAOSDGThu1ROWfm4MZbe6hCU4-Qej2E0szxtq-pIwza3TuurHJodriakpAAHkbmwa4VOKy55VCXQc0H7F_nlnTdERsGobc3SBivPMm9rJCDK2tNuGh3Ts",
      "dp": "Iprwkt3G4dK25BuNfVZwPp0gaVWqDK8LGmPsctT7lPV-UbF5BRAL_qkmSb8ByU3etUc3Ar-mNQDBPr66qGcvK6y9qWgeZGSh5rc062NxMvJgC8RUuruWC_19iOVNxsSKV68l-05CTRXD_q6kHYWpaj5kLSKa3a_vZHu4SxO7qCk",
      "alg": "RSA-OAEP",
      "dq": "ei8D_LKvdEJxDLRWCP8F-k9nSBMN82RxsJGOCISXyglWh_6txaq5XLhqFlkvhcgY7kLKMI9r3o9lDjM66HL3ryqLRA02Y9SgxaDgNYYQ47kwzIwKC7W9VIMw0tZc6CLfURFqlmj2GBffYUVuGF7Jf0tVJzyC1rCtZKmQf_Z5beE",
      "n": "6OfQ-MP4tmfcdit0-UB-eneD5xKv7rt3N-DW2M1PSVpN9giasSQml7hci2oKIyfU4g4TV_9XPxin-ydG2GHkv_RjMUuPN2mYBMp5hDOSNZm9ZtfwG7unS_peekT7kDi9PkZUgon2U7Z2VL6E-CYiZkZFoaMqlcy0PTVkcpgYtroGXZB4_ipJlE1BTJglwG3YZLUGC9Er_C88F8pheKEbOgJdRBYjime4VeHCwSK8v7gseOjELYK5x67Gk7cEg-irnIZBrQSpr4Nc6dRkS0kdgdN128BSgUvWIiDcCyF1SqbWj2zQLiJaTg0OY1Q4k3TNhoSgBboE24-2w3YH1fecUw"
    },
    {
      "kty": "EC",
      "d": "0H-Xd1PzpM4fpUePsZe3GzBG4vK-dPlRz6e2mZWbMq8",
      "use": "enc",
      "crv": "P-256",
      "kid": "4216d8fc-6820-4cc9-8e3a-9a3d43ec11e0",
      "x": "WmRleOV1MWGNN2cGko6Okiv5TKoh-TR0xx5bxhUVUz8",
      "y": "3mgxotJ7xsyUvss0vjQUjfsFG8IOmiEJynbrlQfNcP4",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "6a77ba7b-3bdb-4b5a-bfde-5a59285cdd3c",
      "n": "mawPIiKSGT1Lp5Lt448wm52X_DrXZCInRr1aqtFQIs8uVsGmoL5NCliVSNSL-qJEDUVJj_I-O_GQfzqslqELjWL6hwuHWUWdmB_OZHin6aTZWneJX2BjIRCeHVW4swOuY2q3PRQRCVyB5aV_8OqdQn-Y9IModG8-GfMwYzGQeDDnCpEjwWKoq3zUG6IQZIuiVTPPbiN9H0Km9G93hSuoqolMoJ_6OmJYxxvi0X32AuwCTnrEvyvYox5v3v5dq9GeojevOQ-o8WP30NYYRQq5cwWc13ovRFvN8UuW0af7YV8C5Y1LYbT9jzkO3RyrUB48anGdPCYm_V5qOCovv0kyyw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "18682def-7870-4609-b983-9e9a26a551c6",
      "n": "sY3aIDPDW34dLv5X_7d6r97XgtbpZkdA4NzzECvXRc80y-t77edF4_UmKLu-RG2qPbRsWHy8mmeKNjSLmtMwOjzZvM_HF8fBiWUlk1aRxK4-0gpT9RcTCrQ0SYa_BRhZ3bQZdBrWC0rzHuRGLEf5lPeM5TOYwxmfnSNS64dwxBY5nfPlx6UtuIy4bFvLvjbDsNNGk16AiOYg3DepgtRx7DjcGzguy2atQIOGFBiz3syak1aOAEhmczDJb0ia3nYmueA7PQ5ZMwf9QcgukIj06pi6kd8UbEeH6U6z7HfcCRvnFkRCWXRHaxlS2MavmxVSi04gy-JU3B-datXIS0c-JQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "63dc30bf-581c-483e-965b-15ad5a3ee999",
      "x": "tQbhM9jKHRoBbxnxap-_5MXanxzxWyVDZGQiODzaaXM",
      "y": "B7dOJ-Kcjz1EnDbnwhxo07meffNh9iG_O6LdKVYBtSM"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "ee0b9471-35c8-4540-8dc3-d20c79f6a0cf",
      "x": "Gk0bDrFNp4s5pwzkQajZwVYlDF0dpiGiUtJQzMrnZ-M",
      "y": "1Du78h8SWibC3ag8yY-uV_43nc_08lyApigEKzfOL6c"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "82d8b78e-826c-491e-87f2-813ebaeca037",
      "x": "0qF9V7AxXnZwcmtVHz9sgzPAqUs0cVnpVpyHKBjARRE",
      "y": "iF5Ja4j5B_c_zWOl-ijbA3XIpj3j8oPuAFgKwAMFeW4"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "0823c46f-e8c7-49ab-8e23-edd56053a436",
      "x": "lVC3zrijaQbEAJHYVAalFJttWFe4UWdARK1pykOLm3E"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "e35a952c-62d8-414a-8748-16b33a2841b1",
      "alg": "RSA-OAEP",
      "n": "6OfQ-MP4tmfcdit0-UB-eneD5xKv7rt3N-DW2M1PSVpN9giasSQml7hci2oKIyfU4g4TV_9XPxin-ydG2GHkv_RjMUuPN2mYBMp5hDOSNZm9ZtfwG7unS_peekT7kDi9PkZUgon2U7Z2VL6E-CYiZkZFoaMqlcy0PTVkcpgYtroGXZB4_ipJlE1BTJglwG3YZLUGC9Er_C88F8pheKEbOgJdRBYjime4VeHCwSK8v7gseOjELYK5x67Gk7cEg-irnIZBrQSpr4Nc6dRkS0kdgdN128BSgUvWIiDcCyF1SqbWj2zQLiJaTg0OY1Q4k3TNhoSgBboE24-2w3YH1fecUw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "4216d8fc-6820-4cc9-8e3a-9a3d43ec11e0",
      "x": "WmRleOV1MWGNN2cGko6Okiv5TKoh-TR0xx5bxhUVUz8",
      "y": "3mgxotJ7xsyUvss0vjQUjfsFG8IOmiEJynbrlQfNcP4",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:43 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:43 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:43 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:43 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:43 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:43 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:43 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:43 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:43 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:43 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:43 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:43 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:43 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:43 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:43 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:43 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:43 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:43 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:43 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:43 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:43 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:43 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:43 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:43 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:43 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:43 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:43 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:43 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:43 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:43 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:43
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:43
oidcc-client-test-scope-userinfo-claims
Setup Done
2022-11-20 20:10:43 INCOMING
oidcc-client-test-scope-userinfo-claims
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:43 OUTGOING
oidcc-client-test-scope-userinfo-claims
Response to HTTP request to test instance pVEYzCEWsNqVxME
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:44 INCOMING
oidcc-client-test-scope-userinfo-claims
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": "3MBCtyB4JkYG0e4zSFlche5mdGpnUBKq8hAoxZID4Ak",
  "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:44 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:44 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:44 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "3MBCtyB4JkYG0e4zSFlche5mdGpnUBKq8hAoxZID4Ak",
  "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:44 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:44 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:44 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
3MBCtyB4JkYG0e4zSFlche5mdGpnUBKq8hAoxZID4Ak
2022-11-20 20:10:44 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:44 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:44 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:44 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:44 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:44 SUCCESS
EnsureScopeContainsAtLeastOneOfProfileEmailPhoneAddress
Found at least one of profile, email, phone and address scopes in request
actual
[
  "openid",
  "email"
]
2022-11-20 20:10:44 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
7cq18eXgcqughx0E7hDzt8zc26n71ufg
2022-11-20 20:10:44 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
Ohke1KD4EB1mPTbUmUg6UEJFEMavovJSgq0P0XfF0ZE
2022-11-20 20:10:44 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:44 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": "7cq18eXgcqughx0E7hDzt8zc26n71ufg"
}
2022-11-20 20:10:44
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=7cq18eXgcqughx0E7hDzt8zc26n71ufg
2022-11-20 20:10:44 OUTGOING
oidcc-client-test-scope-userinfo-claims
Response to HTTP request to test instance pVEYzCEWsNqVxME
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=7cq18eXgcqughx0E7hDzt8zc26n71ufg]
outgoing_path
authorize
2022-11-20 20:10:44 INCOMING
oidcc-client-test-scope-userinfo-claims
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": "FYfv4ekNgahDHdWA9VH-9v2oJcbXbYoP7a5WB_S3MG4",
  "code": "7cq18eXgcqughx0E7hDzt8zc26n71ufg",
  "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=FYfv4ekNgahDHdWA9VH-9v2oJcbXbYoP7a5WB_S3MG4&code=7cq18eXgcqughx0E7hDzt8zc26n71ufg&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:44
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:44 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:44 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:44 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
7cq18eXgcqughx0E7hDzt8zc26n71ufg
2022-11-20 20:10:44 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:44 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
sHV9ifmt1wdi7KfkyADCVsedbk5riIwkiClbzI5AbkWkTQjc4y
2022-11-20 20:10:44 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
qZETmAdv6ANWzhuzvRWmuzzrp3BS63Z_IGDHdsAAfJ4
2022-11-20 20:10:44 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
1668975044
exp
1668975344
2022-11-20 20:10:44 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
qZETmAdv6ANWzhuzvRWmuzzrp3BS63Z_IGDHdsAAfJ4
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": 1668975044,
  "exp": 1668975344,
  "at_hash": "qZETmAdv6ANWzhuzvRWmuzzrp3BS63Z_IGDHdsAAfJ4"
}
2022-11-20 20:10:44 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIwODIzYzQ2Zi1lOGM3LTQ5YWItOGUyMy1lZGQ1NjA1M2E0MzYiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoicVpFVG1BZHY2QU5Xemh1enZSV211enpycDNCUzYzWl9JR0RIZHNBQWZKNCIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTM0NCwiaWF0IjoxNjY4OTc1MDQ0fQ.2_ZPfd_tHfPTyHYQ7B-jNqldjQeXzWfm6dDmM6upe1uHwrVGf97cAJpq4ngFXZHg4ZO4sjrTGAuipEFU9YdbDA
key
{"kty":"OKP","d":"AKGa7IdLPHgC_qCYudD-pSU3P4h8_9nd2Fo2Nt_u1Qk","use":"sig","crv":"Ed25519","kid":"0823c46f-e8c7-49ab-8e23-edd56053a436","x":"lVC3zrijaQbEAJHYVAalFJttWFe4UWdARK1pykOLm3E"}
algorithm
EdDSA
2022-11-20 20:10:44 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:44 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
sHV9ifmt1wdi7KfkyADCVsedbk5riIwkiClbzI5AbkWkTQjc4y
token_type
Bearer
id_token
eyJraWQiOiIwODIzYzQ2Zi1lOGM3LTQ5YWItOGUyMy1lZGQ1NjA1M2E0MzYiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoicVpFVG1BZHY2QU5Xemh1enZSV211enpycDNCUzYzWl9JR0RIZHNBQWZKNCIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTM0NCwiaWF0IjoxNjY4OTc1MDQ0fQ.2_ZPfd_tHfPTyHYQ7B-jNqldjQeXzWfm6dDmM6upe1uHwrVGf97cAJpq4ngFXZHg4ZO4sjrTGAuipEFU9YdbDA
scope
openid email
2022-11-20 20:10:44 OUTGOING
oidcc-client-test-scope-userinfo-claims
Response to HTTP request to test instance pVEYzCEWsNqVxME
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "sHV9ifmt1wdi7KfkyADCVsedbk5riIwkiClbzI5AbkWkTQjc4y",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIwODIzYzQ2Zi1lOGM3LTQ5YWItOGUyMy1lZGQ1NjA1M2E0MzYiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoicVpFVG1BZHY2QU5Xemh1enZSV211enpycDNCUzYzWl9JR0RIZHNBQWZKNCIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTM0NCwiaWF0IjoxNjY4OTc1MDQ0fQ.2_ZPfd_tHfPTyHYQ7B-jNqldjQeXzWfm6dDmM6upe1uHwrVGf97cAJpq4ngFXZHg4ZO4sjrTGAuipEFU9YdbDA",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:44 INCOMING
oidcc-client-test-scope-userinfo-claims
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 sHV9ifmt1wdi7KfkyADCVsedbk5riIwkiClbzI5AbkWkTQjc4y",
  "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:44 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
sHV9ifmt1wdi7KfkyADCVsedbk5riIwkiClbzI5AbkWkTQjc4y
2022-11-20 20:10:44 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
sHV9ifmt1wdi7KfkyADCVsedbk5riIwkiClbzI5AbkWkTQjc4y
2022-11-20 20:10:44 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2022-11-20 20:10:44
ClearAccessTokenFromRequest
Removed incoming access token from environment
2022-11-20 20:10:44 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:44 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:44 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:44 OUTGOING
oidcc-client-test-scope-userinfo-claims
Response to HTTP request to test instance pVEYzCEWsNqVxME
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:44 FINISHED
oidcc-client-test-scope-userinfo-claims
Test has run to completion
testmodule_result
PASSED
2022-11-20 20:10:46
TEST-RUNNER
Alias has now been claimed by another test
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
new_test_id
8RXAmkBbuIOfVU8
Test Results