Test Summary

Test Results

Expand All Collapse All
All times are UTC
2025-04-28 07:50:39 INFO
TEST-RUNNER
Test instance OUZQmNJVsMbwgox created
baseUrl
https://www.certification.openid.net/test/a/ArconCI
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "default",
  "client_registration": "static_client"
}
alias
ArconCI
description
Conformance testing of Arcon Converged Identity as a Relaying Party using the OpenID Connect Core: Basic Certification Profile
planId
BFj2iiVzbPPzd
config
{
  "alias": "ArconCI",
  "description": "Conformance testing of Arcon Converged Identity as a Relaying Party using the OpenID Connect Core: Basic Certification Profile",
  "client": {
    "client_id": "0oaka2gpoymlyinwZ5d7",
    "client_secret": "_SDHPKKxtbQ55rPvFJV3DIHNI9VKAfbCJptzJhzV5EibdtvYJlXNP6vSlPC-ZDKJ",
    "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
    "initiate_login_uri": "https://oidc.arconnet.com/api/Oidc/initiate-login"
  },
  "publish": "everything"
}
baseMtlsUrl
https://mtls-www.certification.openid.net/test-mtls/a/ArconCI
testName
oidcc-client-test-idtoken-sig-rs256
2025-04-28 07:50:39 SUCCESS
OIDCCGenerateServerConfigurationIdTokenSigningAlgRS256Only
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/ArconCI/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/ArconCI/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/ArconCI/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/ArconCI/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/ArconCI/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/ArconCI/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": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "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",
    "txn"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "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",
    "Ed25519",
    "Ed448"
  ],
  "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",
    "Ed25519",
    "Ed448"
  ],
  "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"
  ]
}
2025-04-28 07:50: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/ArconCI/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/ArconCI/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/ArconCI/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/ArconCI/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/ArconCI/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/ArconCI/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": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "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",
    "txn"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "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",
    "Ed25519",
    "Ed448"
  ],
  "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",
    "Ed25519",
    "Ed448"
  ],
  "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"
  ]
}
2025-04-28 07:50:39
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "9ye2SlqMPsje9RI5gpaC6WlAFk2m0gavgNOFTpKGZ2xt_uTATEdlYcl6FVdtK543UTwB2uUO8-57js0J9EFpeAUNizroO7ttG18p58kC6TwOhOKEoYvMklpigrpDy6fjKjRwX8H3iq5AlP3fTrq0kd-BIYLJkOIEuQMtLGWMp_0",
      "kty": "RSA",
      "q": "6vyLhXHmduzzI6rz3jvfSrPlerXgutoAWIarJxyR7bx9eY9aLCwM47WCoEKAMx2uiZ9YllQqoaH8gqA8_YJWum22bIqX6Fr1HAClzjaFvvvcrRCkQ5BavQ2KioU3bSiV07jRK-hNkShTFwd9DozidPIdR4DgtNGhHXcdQXiA1Os",
      "d": "EtjaFQxbI8W8zr1qODGSlf0w0Xc5OfZEkje6QZ0VUsqCwOs_THsWq0yRJnMkVTJm8bK594xOJ_jwD_y0clzMOAHfCToByp2JNjLpr28kyb-M_iCs6QTHAek-VIWlVuTm8L-lzJgsuCt__fLarMdSGl1P4fe5TDZL8vQMTdSwSJAcWak_6YSoSmYpqjyRAwKUlEZegUmV9gbAzpvEf39tqCEwyn-2wFoejSnchoRwOj17xtgTYuUi8-ySB7q0U1BKUqOSbCD0ZMs7D8tLAfDPGt8fmi5HEeKIAnVuVJowx5LQ-1L4LZ6joyyCddNQUHQ5_kdLYXquaA75gCd2PYVdjQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "3cbc1c93-bad5-4b96-add9-4b7ae3537bff",
      "qi": "5LBVK5EQ2ICDmeOX5QYXC6GVgvPe6bqnlZ0Zc4VoKWuwu2pfYKY_GlAR_ICogncJklvmtrMAzv_HPwriMLImUnMfT_IQ_Uq5GeR9lufNgDCQRwjWwtV_n6j6-Acctm96Ro2bG-gq9KX7SaIDmE95HYlJH4MGJDcvEGhUJ4MixJo",
      "dp": "egHAmzPXx6ahaZl1imGCfnbWjCwJDeT-_jlstTzf3G5KXmnOA9m60msDOUXPPpj79b4JrGUm3IP9uqC9KTahOf5EkVajDdmYIsr3hNRV-40KHc80agr5EcZMmvwYO5DFMzBvyNWXvX4Ho4Uvl03Tla8fr8tAdaUdb7eBtUjsBoE",
      "dq": "gqhZi6GBW670omhzoKX5yjes6UYn5r1AY_i9QcoI-f9MZULoCJeVsydBsopHbiSa37rSLwQtkCHZnWgrgWnvf0lxnXiSbofkseVKTBbU1xSD51bRfx_M1EGrPspDv1ZJuKeS5q8MMiIR0URArM55PD1DOnbWerP0ucV5ZuXx_HE",
      "n": "4t4eas2IbzJEn-DS6bnuEJZoXjravtSCFHe8KpGqLsbrfvo0CcxhET5wqRjvELP_uPwC1YfBkhJi7ShXCXxrJjU6hVm9Bp8ngf4RFaUG4iKAHTsVEvU1zLaK7tAmlOxojk9ZL0b9yGK_3MZcADAYh5P1tz3eAGdzkC-8wXyVrSE30yD-yLydu5QUkq6fyPvkdI3qti-ceFYUhTdOXUDfAGGmwOkihm-0T9JyhYrZ70Do6F7xih-xTxbCGEawOD-Cix3rfDbWhChT9qsApz7Kex72e-NXPCfGgci-EWcdiB0MChOzhMlXQzkqNvTJOfrG5T1YVcnROJ1UeUEpSbu5Pw"
    },
    {
      "kty": "EC",
      "d": "FZpPbWnhEPRDj8wBAiG1U2SdVTFXxYPNfoZnSG6cfP4",
      "use": "sig",
      "crv": "P-256",
      "kid": "e003923b-fd6e-449e-b980-7aae55472489",
      "x": "virWb_6ctqc0Uzihnbqm0PgXAvwq3s-JnAc_pVpZqkI",
      "y": "P4XF2J4gDyR_qihwOADIVgi8ukXU8jvdi6ptt81ES74"
    },
    {
      "kty": "EC",
      "d": "va_j093_T2VnJ7wvcU7pqGU4BQYlOnTv-639j6e0w3c",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "4eb0442f-7ff7-4ed6-8b28-d4830b324c26",
      "x": "34M9uCPAXo73ZlMKI41BCCn_okj2UAcMoPPCBaybOzM",
      "y": "BWF-Yl047WD3uLtY3-oa1OQS1oH_koqn78H-VsvxjC8"
    },
    {
      "kty": "OKP",
      "d": "YFHsoh6QABX7Wzcnos5kJOOf7z-aS2Ev0iAJaiY3KOk",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "bdb8a59f-846b-405e-ae92-e80a58df1dec",
      "x": "q5LwKAAjY9P8cO69Z74P8T41RuJ1iMDzXrPJ3d8ijtc"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "unBHUBR-lXRAwnBw6QSFZ7vzumjum9cI3If8IwQS7xwLeP-GZKhN1W9LDk1lZCORyQToooeG_DlsJMC2RAp8VM9X1N57F9cuC5Ax9ovAgECIbZ6jAiQY5WshmyIpDZykbwrE0g9dZGkNhxdQZWsNtk4RXgUylXaA_HOz5-feoSk",
      "kty": "RSA",
      "q": "txDMU3Py7wDWscWwgefSbkaVhFnWbGwbvQJmayRGV1UQ3BJxUFy9U7TXOO-uYc6Zy52tnkOCRbTUdlGjak4euX5I-jnfg6qiEvtYaOV3dTIIDb_KiaoPaGEmfMH2ZwO1JvJBMYxv2ZKTEODpbyViPzklrZL7mtTpR9nxev-m3m0",
      "d": "DdvT84ENyX1aC5d4YByLGSfixQ0BaMthTFjncW9cPWyjI5EXq3T1W8VCzAZF9kHHVIbSW5_N5GKAZJMniSEpxiQ-2nOh8I_MK4C1WakCW_sLMuWzMoeLJSFTDeoghlUiGEI10sK4_djSVJMne787anz4ayIORfyoICMbKDfX6T8pp69jDfqDiodMapBVGg9KNPGRU1wYc_P2WMvT6C7yVithoVM8OZC1gw_9wO5tOglY5HzCDfX_NlUwmwufNyKPLo3zFGdqFDo0IRYOaFBMrdRVtnaOCB1c-JLAqi5xBAcvY2UIjjGYO01-8RuI1w8RsXQDEzE583lnuvKVsuVu8Q",
      "e": "AQAB",
      "use": "enc",
      "kid": "8fdfeb46-8875-42f9-9425-1e980489f8eb",
      "qi": "Q-Ie44UvYzOrwopuLLczoMAGcVBV4akC5wORchvwhT1YPYv6kM4Hs9-JaIf22urLkZ1dYpwlIAoAxXzJ6xFokjvFXUwxNO0OgCRPH83VwOKWFH1mUgroH5dG9ZuBWBE3K20SwTpusqGAgHlD_dAgu2oiSziM6iOyFboIBTfdPDc",
      "dp": "idxujyOoesFNBbp5c4T5VLyhvEzNbAU1M0WGxynDCnaVcTKZ4SKm81VpjbjjaYn3ykpL76sBwM6BTigGXwfV6iysCOc-5GEkVj6ZA3NRtESD3XM5nGKu2i4-2mUHMF6NJOM0qRPdfltEOomd1HC14gGWTAzR272WIZc5CBnoAQk",
      "alg": "RSA-OAEP",
      "dq": "dRCr6O3ruwTJRjNJ9Th-q4A9mr4sTXcwocSIJBm1VaGTP3gXuDEl7QJm4wT6eZc5aCjz3pIDG3pQpzz7iD5ejXYBSup5UWRrckICvkmHA42z8r7j0PbMFY6SoxMR87w-OqKOKBZLbFG78_4vqKC6W_26Z23nsZJXf1gSgPo9Bl0",
      "n": "hVJ-zPNUEEbHiXX5jvZef1BIVdHVfeWpTB8ujZYhb7Io2tzka2vl8sIcker-T2R8nrwvqmdIoGXKV21MueMPs0Q4_pJOSECpYBBEB63uMAowvIZh5jY2ec7RPkE23MH-XH2p8gEBWvzxrcwuoWygElpCQP16j-vJirCz5eIhX2ZuNd2vklkJPaOnw2VAjMwJgCHNl41Q3WDsd1IakXLncvXOrifKPmdmFYQkqfdZ9tn6M8GeojDaOlNHmd11QYsKb93cBDZAB2AwGtnjOS3GXf2vY1K3Gfxg4pyAnlNlT-v8j3sRUHao3qArsUvsEp9yxsRgjBKmPZmMLzg_ISIsdQ"
    },
    {
      "kty": "EC",
      "d": "zmzhtTUcEapiBrMe5jtXqFIqRzaxpXE6oIumhDGoAWA",
      "use": "enc",
      "crv": "P-256",
      "kid": "82aee63d-2247-463f-ac04-6faf76a7cd63",
      "x": "petCe2jDQydeywFXs6TTL3UlbG60_jHqKKuo-AWGE9o",
      "y": "jLL5Tv7oo9poBi4fzRbWCiK6kbIFK6SQLdzQoZTPzPA",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "3cbc1c93-bad5-4b96-add9-4b7ae3537bff",
      "n": "4t4eas2IbzJEn-DS6bnuEJZoXjravtSCFHe8KpGqLsbrfvo0CcxhET5wqRjvELP_uPwC1YfBkhJi7ShXCXxrJjU6hVm9Bp8ngf4RFaUG4iKAHTsVEvU1zLaK7tAmlOxojk9ZL0b9yGK_3MZcADAYh5P1tz3eAGdzkC-8wXyVrSE30yD-yLydu5QUkq6fyPvkdI3qti-ceFYUhTdOXUDfAGGmwOkihm-0T9JyhYrZ70Do6F7xih-xTxbCGEawOD-Cix3rfDbWhChT9qsApz7Kex72e-NXPCfGgci-EWcdiB0MChOzhMlXQzkqNvTJOfrG5T1YVcnROJ1UeUEpSbu5Pw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "0fd79591-9783-4f7d-a485-b5761bdaba11",
      "n": "nmoawNxd0hiW28iuf4HiijHxHGyDlOBCbVgoIfP_MZzLorCECUBvUORdCO1OG5VBFmal_X0P46nhE0lKEfbf1IJaLkiSJ54GXkAMI4kBFDLe5bfrqpHTWNAC-ApRBQ2RgDjRXAfvrnNm0jTz_VLIt4zOqhcT1BXcJ1dH5acIBQZlQj7zRpysmdous3ehgAYS1T8Gikzw3rb6zURXrJ3Yp_057x7_RItUYOCTfSIa7ZNo7z8bsR5Oym_hjK12CmubWr-EscKoUgg0yu16R_0cLlowtkROI1hmbTiBz4NjFmIXBn0D-z7wu5xRJSLfq2HZs7NcK8qMurfLarV24UYB0w"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e003923b-fd6e-449e-b980-7aae55472489",
      "x": "virWb_6ctqc0Uzihnbqm0PgXAvwq3s-JnAc_pVpZqkI",
      "y": "P4XF2J4gDyR_qihwOADIVgi8ukXU8jvdi6ptt81ES74"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "0661197c-7d07-4695-b865-b43cd0463de7",
      "x": "7Dhajh1vxs1J9oo3Urt7DbYBwmWVUdVE3GrGDnXXxQo",
      "y": "SddI-iCSvG2yunCugj1Xhc3h9vlodGCouxl5zQ132o0"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "4eb0442f-7ff7-4ed6-8b28-d4830b324c26",
      "x": "34M9uCPAXo73ZlMKI41BCCn_okj2UAcMoPPCBaybOzM",
      "y": "BWF-Yl047WD3uLtY3-oa1OQS1oH_koqn78H-VsvxjC8"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "bdb8a59f-846b-405e-ae92-e80a58df1dec",
      "x": "q5LwKAAjY9P8cO69Z74P8T41RuJ1iMDzXrPJ3d8ijtc"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "8fdfeb46-8875-42f9-9425-1e980489f8eb",
      "alg": "RSA-OAEP",
      "n": "hVJ-zPNUEEbHiXX5jvZef1BIVdHVfeWpTB8ujZYhb7Io2tzka2vl8sIcker-T2R8nrwvqmdIoGXKV21MueMPs0Q4_pJOSECpYBBEB63uMAowvIZh5jY2ec7RPkE23MH-XH2p8gEBWvzxrcwuoWygElpCQP16j-vJirCz5eIhX2ZuNd2vklkJPaOnw2VAjMwJgCHNl41Q3WDsd1IakXLncvXOrifKPmdmFYQkqfdZ9tn6M8GeojDaOlNHmd11QYsKb93cBDZAB2AwGtnjOS3GXf2vY1K3Gfxg4pyAnlNlT-v8j3sRUHao3qArsUvsEp9yxsRgjBKmPZmMLzg_ISIsdQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "82aee63d-2247-463f-ac04-6faf76a7cd63",
      "x": "petCe2jDQydeywFXs6TTL3UlbG60_jHqKKuo-AWGE9o",
      "y": "jLL5Tv7oo9poBi4fzRbWCiK6kbIFK6SQLdzQoZTPzPA",
      "alg": "ECDH-ES"
    }
  ]
}
2025-04-28 07:50:39 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2025-04-28 07:50:39 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2025-04-28 07:50: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,
  "txn": "2c6fb585-d51b-465a-9dca-b8cd22a11451"
}
2025-04-28 07:50:39 SUCCESS
OIDCCGetStaticClientConfigurationForRPTests
Found a static client object
client_id
0oaka2gpoymlyinwZ5d7
client_secret
_SDHPKKxtbQ55rPvFJV3DIHNI9VKAfbCJptzJhzV5EibdtvYJlXNP6vSlPC-ZDKJ
initiate_login_uri
https://oidc.arconnet.com/api/Oidc/initiate-login
redirect_uris
[
  "https://oidc.arconnet.com/api/Oidc/callback"
]
2025-04-28 07:50:39 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "client_id": "0oaka2gpoymlyinwZ5d7",
  "client_secret": "_SDHPKKxtbQ55rPvFJV3DIHNI9VKAfbCJptzJhzV5EibdtvYJlXNP6vSlPC-ZDKJ",
  "initiate_login_uri": "https://oidc.arconnet.com/api/Oidc/initiate-login",
  "redirect_uris": [
    "https://oidc.arconnet.com/api/Oidc/callback"
  ]
}
2025-04-28 07:50:39 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2025-04-28 07:50:39 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2025-04-28 07:50:39 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://oidc.arconnet.com/api/Oidc/callback"
]
2025-04-28 07:50:39 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2025-04-28 07:50:39 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2025-04-28 07:50:39 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2025-04-28 07:50:39 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2025-04-28 07:50:39 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2025-04-28 07:50:39 INFO
ValidateIdTokenSignedResponseAlg
Skipped evaluation due to missing required element: client id_token_signed_response_alg
path
id_token_signed_response_alg
mapped
object
client
2025-04-28 07:50:39 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2025-04-28 07:50:39 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2025-04-28 07:50:39 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2025-04-28 07:50:39 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2025-04-28 07:50:39 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2025-04-28 07:50: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
2025-04-28 07:50:39 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2025-04-28 07:50:39 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2025-04-28 07:50:39 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2025-04-28 07:50:39 SUCCESS
ValidateInitiateLoginUri
initiate_login_uri is valid
initiate_login_uri
https://oidc.arconnet.com/api/Oidc/initiate-login
2025-04-28 07:50:39 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2025-04-28 07:50:39
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2025-04-28 07:50:39
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2025-04-28 07:50:39
oidcc-client-test-idtoken-sig-rs256
Setup Done
2025-04-28 07:50:46 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to /test/a/ArconCI/authorize
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.7",
  "sec-fetch-site": "none",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "sec-ch-ua": "\"Google Chrome\";v\u003d\"135\", \"Not-A.Brand\";v\u003d\"8\", \"Chromium\";v\u003d\"135\"",
  "sec-ch-ua-mobile": "?0",
  "sec-ch-ua-platform": "\"Windows\"",
  "accept-encoding": "gzip, deflate, br, zstd",
  "accept-language": "en-US,en;q\u003d0.9",
  "cookie": "_gid\u003dGA1.2.1265047192.1745825002; _ga\u003dGA1.2.1650576532.1738752960; JSESSIONID\u003dAD623538DCDCDE27055B97879A488FDA; _ga_NF8HNLNJJE\u003dGS1.1.1745825002.5.1.1745825607.0.0.0",
  "connection": "close"
}
incoming_path
/test/a/ArconCI/authorize
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{
  "response_type": "code",
  "client_id": "0oaka2gpoymlyinwZ5d7",
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "scope": "openid email",
  "state": "8a3fbafb-214a-4fc4-9be6-c8fe8b9881de",
  "nonce": "99519c55-3ed7-4763-8c05-c4f66a938d77"
}
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_body_json_parse_error
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_body_json
Authorization endpoint
2025-04-28 07:50:46 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2025-04-28 07:50:46 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:50:46 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "response_type": "code",
  "client_id": "0oaka2gpoymlyinwZ5d7",
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "scope": "openid email",
  "state": "8a3fbafb-214a-4fc4-9be6-c8fe8b9881de",
  "nonce": "99519c55-3ed7-4763-8c05-c4f66a938d77"
}
2025-04-28 07:50:46 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2025-04-28 07:50:46 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
99519c55-3ed7-4763-8c05-c4f66a938d77
2025-04-28 07:50:46 INFO
EnsureAuthorizationRequestContainsPkceCodeChallenge
Skipped evaluation due to missing required element: effective_authorization_endpoint_request code_challenge
path
code_challenge
mapped
object
effective_authorization_endpoint_request
2025-04-28 07:50:46 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2025-04-28 07:50:46 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
0oaka2gpoymlyinwZ5d7
2025-04-28 07:50:46 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://oidc.arconnet.com/api/Oidc/callback
expected
[
  "https://oidc.arconnet.com/api/Oidc/callback"
]
2025-04-28 07:50:46 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:50:46 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2025-04-28 07:50:46 INFO
CheckForUnexpectedClaimsInRequestObject
Skipped evaluation due to missing required element: authorization_request_object claims
path
claims
mapped
object
authorization_request_object
2025-04-28 07:50:46 INFO
CheckForUnexpectedClaimsInClaimsParameter
Skipped evaluation due to missing required element: authorization_request_object claims.claims
path
claims.claims
mapped
object
authorization_request_object
2025-04-28 07:50:46 INFO
CheckForUnexpectedOpenIdClaims
Skipped evaluation due to missing required element: authorization_request_object claims.claims
path
claims.claims
mapped
object
authorization_request_object
2025-04-28 07:50:46 INFO
CheckRequestObjectClaimsParameterValues
Skipped evaluation due to missing required element: authorization_request_object claims.claims
path
claims.claims
mapped
object
authorization_request_object
2025-04-28 07:50:46 INFO
CheckRequestObjectClaimsParameterMemberValues
Skipped evaluation due to missing required element: authorization_request_object claims.claims
path
claims.claims
mapped
object
authorization_request_object
2025-04-28 07:50:46 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
ykM6CCmoHaHUDQpXvjtJiaYHUSo3GrGd
2025-04-28 07:50:46 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
8Xyr9HJmctgga4cS-RCmSw
2025-04-28 07:50:46 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "8a3fbafb-214a-4fc4-9be6-c8fe8b9881de"
}
2025-04-28 07:50:46 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "8a3fbafb-214a-4fc4-9be6-c8fe8b9881de",
  "code": "ykM6CCmoHaHUDQpXvjtJiaYHUSo3GrGd"
}
2025-04-28 07:50:46
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://oidc.arconnet.com/api/Oidc/callback?state=8a3fbafb-214a-4fc4-9be6-c8fe8b9881de&code=ykM6CCmoHaHUDQpXvjtJiaYHUSo3GrGd
2025-04-28 07:50:46 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance OUZQmNJVsMbwgox
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://oidc.arconnet.com/api/Oidc/callback?state=8a3fbafb-214a-4fc4-9be6-c8fe8b9881de&code=ykM6CCmoHaHUDQpXvjtJiaYHUSo3GrGd]
outgoing_path
authorize
2025-04-28 07:50:47 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to /test/a/ArconCI/token
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic MG9ha2EyZ3BveW1seWlud1o1ZDc6X1NESFBLS3h0YlE1NXJQdkZKVjNESUhOSTlWS0FmYkNKcHR6Smh6VjVFaWJkdHZZSmxYTlA2dlNsUEMtWkRLSg\u003d\u003d",
  "traceparent": "00-40c91bc030c708c03ab4fc4a57fa11b1-6b088a8e439a36bc-00",
  "cookie": "JSESSIONID\u003dB0A6189B5F2ACF761BF49D54B23A0592",
  "content-type": "application/x-www-form-urlencoded",
  "content-length": "136",
  "connection": "close"
}
incoming_path
/test/a/ArconCI/token
incoming_body_form_params
{
  "grant_type": "authorization_code",
  "code": "ykM6CCmoHaHUDQpXvjtJiaYHUSo3GrGd",
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback"
}
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
grant_type=authorization_code&code=ykM6CCmoHaHUDQpXvjtJiaYHUSo3GrGd&redirect_uri=https%3A%2F%2Foidc.arconnet.com%2Fapi%2FOidc%2Fcallback
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_body_json_parse_error
incoming_tls_cipher
ECDHE-RSA-AES256-GCM-SHA384
incoming_body_json
Token endpoint
2025-04-28 07:50:47
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2025-04-28 07:50:47 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
0oaka2gpoymlyinwZ5d7
client_secret
_SDHPKKxtbQ55rPvFJV3DIHNI9VKAfbCJptzJhzV5EibdtvYJlXNP6vSlPC-ZDKJ
method
client_secret_basic
2025-04-28 07:50:47 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2025-04-28 07:50:47 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
ykM6CCmoHaHUDQpXvjtJiaYHUSo3GrGd
2025-04-28 07:50:47 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://oidc.arconnet.com/api/Oidc/callback
2025-04-28 07:50:47 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
gzQHndmg8j0vqCnulnUt3uZG8EIllqB53le4JV6DwGkqJYXqpy
2025-04-28 07:50:47 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
6ewu6DxpPlHMK7V6Jif78Q
2025-04-28 07:50:47 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/ArconCI/
sub
user-subject-1234531
aud
0oaka2gpoymlyinwZ5d7
nonce
99519c55-3ed7-4763-8c05-c4f66a938d77
iat
1745826647
exp
1745826947
2025-04-28 07:50:47 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
6ewu6DxpPlHMK7V6Jif78Q
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/ArconCI/",
  "sub": "user-subject-1234531",
  "aud": "0oaka2gpoymlyinwZ5d7",
  "nonce": "99519c55-3ed7-4763-8c05-c4f66a938d77",
  "iat": 1745826647,
  "exp": 1745826947,
  "at_hash": "6ewu6DxpPlHMK7V6Jif78Q"
}
2025-04-28 07:50:47 INFO
AddAuthTimeToIdTokenClaims
Skipped evaluation due to missing required element: effective_authorization_endpoint_request max_age
path
max_age
mapped
object
effective_authorization_endpoint_request
2025-04-28 07:50:47 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIzY2JjMWM5My1iYWQ1LTRiOTYtYWRkOS00YjdhZTM1MzdiZmYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiNmV3dTZEeHBQbEhNSzdWNkppZjc4USIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2OTQ3LCJub25jZSI6Ijk5NTE5YzU1LTNlZDctNDc2My04YzA1LWM0ZjY2YTkzOGQ3NyIsImlhdCI6MTc0NTgyNjY0N30.NlJdBgOlBYoWxIouLUHagfI8nHDOlVBFgacpmNx45vJmGBWSLEL_GCw61N18qWadrmAR_QrY4vy9z0CU_h9UObUoZsytrGEzbVZVRB4umlYX5xwF1aBpHmW_yU5EPkX7x3nV3NxJpd9M2r-pJUwH1437iCNe60332ccoVD_ECWsnSknTB68MANIxuREDgI__Tz67JdkyyTytOIq1JqbGdia5wL-JkO5uvt4BRHOkYy_72Ts1kWg5CjMdrFu6JbXCN1tRNRdAxgctcPL3ztu75DT-iimk5Z1Ke-tq7gP9bgdV3qHqT8ZlT0qOGAiAV99m6s2PiPtAz7aoXw8f0o0aCQ
key
{"p":"9ye2SlqMPsje9RI5gpaC6WlAFk2m0gavgNOFTpKGZ2xt_uTATEdlYcl6FVdtK543UTwB2uUO8-57js0J9EFpeAUNizroO7ttG18p58kC6TwOhOKEoYvMklpigrpDy6fjKjRwX8H3iq5AlP3fTrq0kd-BIYLJkOIEuQMtLGWMp_0","kty":"RSA","q":"6vyLhXHmduzzI6rz3jvfSrPlerXgutoAWIarJxyR7bx9eY9aLCwM47WCoEKAMx2uiZ9YllQqoaH8gqA8_YJWum22bIqX6Fr1HAClzjaFvvvcrRCkQ5BavQ2KioU3bSiV07jRK-hNkShTFwd9DozidPIdR4DgtNGhHXcdQXiA1Os","d":"EtjaFQxbI8W8zr1qODGSlf0w0Xc5OfZEkje6QZ0VUsqCwOs_THsWq0yRJnMkVTJm8bK594xOJ_jwD_y0clzMOAHfCToByp2JNjLpr28kyb-M_iCs6QTHAek-VIWlVuTm8L-lzJgsuCt__fLarMdSGl1P4fe5TDZL8vQMTdSwSJAcWak_6YSoSmYpqjyRAwKUlEZegUmV9gbAzpvEf39tqCEwyn-2wFoejSnchoRwOj17xtgTYuUi8-ySB7q0U1BKUqOSbCD0ZMs7D8tLAfDPGt8fmi5HEeKIAnVuVJowx5LQ-1L4LZ6joyyCddNQUHQ5_kdLYXquaA75gCd2PYVdjQ","e":"AQAB","use":"sig","kid":"3cbc1c93-bad5-4b96-add9-4b7ae3537bff","qi":"5LBVK5EQ2ICDmeOX5QYXC6GVgvPe6bqnlZ0Zc4VoKWuwu2pfYKY_GlAR_ICogncJklvmtrMAzv_HPwriMLImUnMfT_IQ_Uq5GeR9lufNgDCQRwjWwtV_n6j6-Acctm96Ro2bG-gq9KX7SaIDmE95HYlJH4MGJDcvEGhUJ4MixJo","dp":"egHAmzPXx6ahaZl1imGCfnbWjCwJDeT-_jlstTzf3G5KXmnOA9m60msDOUXPPpj79b4JrGUm3IP9uqC9KTahOf5EkVajDdmYIsr3hNRV-40KHc80agr5EcZMmvwYO5DFMzBvyNWXvX4Ho4Uvl03Tla8fr8tAdaUdb7eBtUjsBoE","dq":"gqhZi6GBW670omhzoKX5yjes6UYn5r1AY_i9QcoI-f9MZULoCJeVsydBsopHbiSa37rSLwQtkCHZnWgrgWnvf0lxnXiSbofkseVKTBbU1xSD51bRfx_M1EGrPspDv1ZJuKeS5q8MMiIR0URArM55PD1DOnbWerP0ucV5ZuXx_HE","n":"4t4eas2IbzJEn-DS6bnuEJZoXjravtSCFHe8KpGqLsbrfvo0CcxhET5wqRjvELP_uPwC1YfBkhJi7ShXCXxrJjU6hVm9Bp8ngf4RFaUG4iKAHTsVEvU1zLaK7tAmlOxojk9ZL0b9yGK_3MZcADAYh5P1tz3eAGdzkC-8wXyVrSE30yD-yLydu5QUkq6fyPvkdI3qti-ceFYUhTdOXUDfAGGmwOkihm-0T9JyhYrZ70Do6F7xih-xTxbCGEawOD-Cix3rfDbWhChT9qsApz7Kex72e-NXPCfGgci-EWcdiB0MChOzhMlXQzkqNvTJOfrG5T1YVcnROJ1UeUEpSbu5Pw"}
algorithm
RS256
2025-04-28 07:50:47 INFO
EncryptIdToken
Skipped evaluation due to missing required element: client id_token_encrypted_response_alg
path
id_token_encrypted_response_alg
mapped
object
client
2025-04-28 07:50:47 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
gzQHndmg8j0vqCnulnUt3uZG8EIllqB53le4JV6DwGkqJYXqpy
token_type
Bearer
id_token
eyJraWQiOiIzY2JjMWM5My1iYWQ1LTRiOTYtYWRkOS00YjdhZTM1MzdiZmYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiNmV3dTZEeHBQbEhNSzdWNkppZjc4USIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2OTQ3LCJub25jZSI6Ijk5NTE5YzU1LTNlZDctNDc2My04YzA1LWM0ZjY2YTkzOGQ3NyIsImlhdCI6MTc0NTgyNjY0N30.NlJdBgOlBYoWxIouLUHagfI8nHDOlVBFgacpmNx45vJmGBWSLEL_GCw61N18qWadrmAR_QrY4vy9z0CU_h9UObUoZsytrGEzbVZVRB4umlYX5xwF1aBpHmW_yU5EPkX7x3nV3NxJpd9M2r-pJUwH1437iCNe60332ccoVD_ECWsnSknTB68MANIxuREDgI__Tz67JdkyyTytOIq1JqbGdia5wL-JkO5uvt4BRHOkYy_72Ts1kWg5CjMdrFu6JbXCN1tRNRdAxgctcPL3ztu75DT-iimk5Z1Ke-tq7gP9bgdV3qHqT8ZlT0qOGAiAV99m6s2PiPtAz7aoXw8f0o0aCQ
scope
openid email
2025-04-28 07:50:47 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance OUZQmNJVsMbwgox
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "gzQHndmg8j0vqCnulnUt3uZG8EIllqB53le4JV6DwGkqJYXqpy",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIzY2JjMWM5My1iYWQ1LTRiOTYtYWRkOS00YjdhZTM1MzdiZmYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiNmV3dTZEeHBQbEhNSzdWNkppZjc4USIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2OTQ3LCJub25jZSI6Ijk5NTE5YzU1LTNlZDctNDc2My04YzA1LWM0ZjY2YTkzOGQ3NyIsImlhdCI6MTc0NTgyNjY0N30.NlJdBgOlBYoWxIouLUHagfI8nHDOlVBFgacpmNx45vJmGBWSLEL_GCw61N18qWadrmAR_QrY4vy9z0CU_h9UObUoZsytrGEzbVZVRB4umlYX5xwF1aBpHmW_yU5EPkX7x3nV3NxJpd9M2r-pJUwH1437iCNe60332ccoVD_ECWsnSknTB68MANIxuREDgI__Tz67JdkyyTytOIq1JqbGdia5wL-JkO5uvt4BRHOkYy_72Ts1kWg5CjMdrFu6JbXCN1tRNRdAxgctcPL3ztu75DT-iimk5Z1Ke-tq7gP9bgdV3qHqT8ZlT0qOGAiAV99m6s2PiPtAz7aoXw8f0o0aCQ",
  "scope": "openid email"
}
outgoing_path
token
2025-04-28 07:50:47 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to /test/a/ArconCI/jwks
incoming_headers
{
  "host": "www.certification.openid.net",
  "traceparent": "00-40c91bc030c708c03ab4fc4a57fa11b1-ec1de5de94e28baf-00",
  "cookie": "JSESSIONID\u003dB0A6189B5F2ACF761BF49D54B23A0592",
  "connection": "close"
}
incoming_path
/test/a/ArconCI/jwks
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_body_json_parse_error
incoming_tls_cipher
ECDHE-RSA-AES256-GCM-SHA384
incoming_body_json
Jwks endpoint
2025-04-28 07:50:47 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance OUZQmNJVsMbwgox
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "3cbc1c93-bad5-4b96-add9-4b7ae3537bff",
      "n": "4t4eas2IbzJEn-DS6bnuEJZoXjravtSCFHe8KpGqLsbrfvo0CcxhET5wqRjvELP_uPwC1YfBkhJi7ShXCXxrJjU6hVm9Bp8ngf4RFaUG4iKAHTsVEvU1zLaK7tAmlOxojk9ZL0b9yGK_3MZcADAYh5P1tz3eAGdzkC-8wXyVrSE30yD-yLydu5QUkq6fyPvkdI3qti-ceFYUhTdOXUDfAGGmwOkihm-0T9JyhYrZ70Do6F7xih-xTxbCGEawOD-Cix3rfDbWhChT9qsApz7Kex72e-NXPCfGgci-EWcdiB0MChOzhMlXQzkqNvTJOfrG5T1YVcnROJ1UeUEpSbu5Pw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "0fd79591-9783-4f7d-a485-b5761bdaba11",
      "n": "nmoawNxd0hiW28iuf4HiijHxHGyDlOBCbVgoIfP_MZzLorCECUBvUORdCO1OG5VBFmal_X0P46nhE0lKEfbf1IJaLkiSJ54GXkAMI4kBFDLe5bfrqpHTWNAC-ApRBQ2RgDjRXAfvrnNm0jTz_VLIt4zOqhcT1BXcJ1dH5acIBQZlQj7zRpysmdous3ehgAYS1T8Gikzw3rb6zURXrJ3Yp_057x7_RItUYOCTfSIa7ZNo7z8bsR5Oym_hjK12CmubWr-EscKoUgg0yu16R_0cLlowtkROI1hmbTiBz4NjFmIXBn0D-z7wu5xRJSLfq2HZs7NcK8qMurfLarV24UYB0w"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e003923b-fd6e-449e-b980-7aae55472489",
      "x": "virWb_6ctqc0Uzihnbqm0PgXAvwq3s-JnAc_pVpZqkI",
      "y": "P4XF2J4gDyR_qihwOADIVgi8ukXU8jvdi6ptt81ES74"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "0661197c-7d07-4695-b865-b43cd0463de7",
      "x": "7Dhajh1vxs1J9oo3Urt7DbYBwmWVUdVE3GrGDnXXxQo",
      "y": "SddI-iCSvG2yunCugj1Xhc3h9vlodGCouxl5zQ132o0"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "4eb0442f-7ff7-4ed6-8b28-d4830b324c26",
      "x": "34M9uCPAXo73ZlMKI41BCCn_okj2UAcMoPPCBaybOzM",
      "y": "BWF-Yl047WD3uLtY3-oa1OQS1oH_koqn78H-VsvxjC8"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "bdb8a59f-846b-405e-ae92-e80a58df1dec",
      "x": "q5LwKAAjY9P8cO69Z74P8T41RuJ1iMDzXrPJ3d8ijtc"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "8fdfeb46-8875-42f9-9425-1e980489f8eb",
      "alg": "RSA-OAEP",
      "n": "hVJ-zPNUEEbHiXX5jvZef1BIVdHVfeWpTB8ujZYhb7Io2tzka2vl8sIcker-T2R8nrwvqmdIoGXKV21MueMPs0Q4_pJOSECpYBBEB63uMAowvIZh5jY2ec7RPkE23MH-XH2p8gEBWvzxrcwuoWygElpCQP16j-vJirCz5eIhX2ZuNd2vklkJPaOnw2VAjMwJgCHNl41Q3WDsd1IakXLncvXOrifKPmdmFYQkqfdZ9tn6M8GeojDaOlNHmd11QYsKb93cBDZAB2AwGtnjOS3GXf2vY1K3Gfxg4pyAnlNlT-v8j3sRUHao3qArsUvsEp9yxsRgjBKmPZmMLzg_ISIsdQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "82aee63d-2247-463f-ac04-6faf76a7cd63",
      "x": "petCe2jDQydeywFXs6TTL3UlbG60_jHqKKuo-AWGE9o",
      "y": "jLL5Tv7oo9poBi4fzRbWCiK6kbIFK6SQLdzQoZTPzPA",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2025-04-28 07:50:47 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to /test/a/ArconCI/userinfo
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Bearer gzQHndmg8j0vqCnulnUt3uZG8EIllqB53le4JV6DwGkqJYXqpy",
  "traceparent": "00-40c91bc030c708c03ab4fc4a57fa11b1-5b898ab71a1cde97-00",
  "cookie": "JSESSIONID\u003dB0A6189B5F2ACF761BF49D54B23A0592",
  "connection": "close"
}
incoming_path
/test/a/ArconCI/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_body_json_parse_error
incoming_tls_cipher
ECDHE-RSA-AES256-GCM-SHA384
incoming_body_json
Userinfo endpoint
2025-04-28 07:50:47 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
gzQHndmg8j0vqCnulnUt3uZG8EIllqB53le4JV6DwGkqJYXqpy
2025-04-28 07:50:47 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
gzQHndmg8j0vqCnulnUt3uZG8EIllqB53le4JV6DwGkqJYXqpy
2025-04-28 07:50:47 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2025-04-28 07:50:47
ClearAccessTokenFromRequest
Removed incoming access token from environment
2025-04-28 07:50:47 INFO
AddIssAndAudToUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2025-04-28 07:50:47 INFO
SignUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2025-04-28 07:50:47 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2025-04-28 07:50:47 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance OUZQmNJVsMbwgox
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531",
  "email": "user@example.com",
  "email_verified": false
}
outgoing_path
userinfo
2025-04-28 07:50:47 FINISHED
oidcc-client-test-idtoken-sig-rs256
Test has run to completion
testmodule_result
PASSED
2025-04-28 07:51:12
TEST-RUNNER
Alias has now been claimed by another test
alias
ArconCI
new_test_id
XzAC0lizZom7Atp
Test Results