Test Summary

Test Results

Expand All Collapse All
All times are UTC
2025-04-28 07:49:34 INFO
TEST-RUNNER
Test instance FZZ1U8xe9WpSFx8 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-invalid-aud
2025-04-28 07:49:34 SUCCESS
OIDCCGenerateServerConfiguration
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": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "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:49:34
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/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": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "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:49:34
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "1QMlBniP0esNcEP4gIZKs1s31wuIkoWH9WtUfcUGVsotT4N045A1-SiLEkTfawddbjgKwB7kTN7VbxBZffSPAc7Hw4kRMX1DhiVhb818w_WTE23aaNWlggjmc6xkviysbnDTomQLrVrcAjsrvMHAyJ-4Bc2gz-bTHTkWV_Dd268",
      "kty": "RSA",
      "q": "xOwh2FkGOAsuCHAEOI2t0NE7d6PoK6HCnOm2_1LYdLQIxv4PRezijID2BHzXY-a2o4ViYbNCirEBqHcY5F9MBbqJyPSIgpUcsdr-Sg-enDZLtuCvnRegbd7Bump-Pu7bgFP_nYMAJE7k-w5UdruSSFm0_h9iKX84CCBWM7hMwW0",
      "d": "BsTuuy0X47qE6ng8ysrnLGiPhJ_1vxapFxYqU9qMLZyfYhM5dWs3J-DAiYlnKyJdLDtP4QV1edYIyjvEdQMBRQzjT1LdU2OlrK-GS9zNisRh8M8qXkwBmW4DsZoyG5KaZtht3JTnkrfioF4dZVWKODwImD7wzXkdmj8B3pb-rr45W1BRIXrCigZWDZ1GUFJIhbvVDijX7DOKRAir_m-zVPeQMNHTYnGCYNMD-nFQb2kk88bHqLJxzdzT0PZHdydLOn1UmXKv0ofJy6DcJFfRKyGawcJabtGaOCL0bIHarXcqDFK8R6HgwQCyZTV_TJ6a-Bmn0JKTBnRc60DOswx6bQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "dc26412a-80b7-49f2-8b33-8e57d7530fdd",
      "qi": "aQmsmBfjZ9l2yOAP6HLtvR9e6RXKFIG4G8tZ62G_rBH6I-1mQ29-VKzYb_BC3C8317obMjJGMhwCS5WgTZggKkv3-s85gIq18QjNwzUZNAu_BGWiqmmyrTPUEiqBzLOw0kLpQPznPY27WK6HoIjGEvGn_3RZAz_EVNfncIipQv0",
      "dp": "lHjMpeYC2N5tT4MRAwSXrMw377wqRXatfXKCQefCs1vYmUOXhcZO2IxZ4zH-SCuqA9ksJR1jI_Ft8ywCNLjxtODcfH5dbZFSL35-m98ux6e0DCbVxZyk8C4j8xyGW8fnqFMcMGRrfzmFgEieA8NJDI3HRsQ9AqxxGj1gRYuuGCE",
      "dq": "T_TY4TF0dvkDHeXtsNDGDI2IKdHhiSXLEU9MQGtw_CHFlpa9uNSwQAB04-mUwzmAWvDju2u_zvSECdUhxEh1Y7YUEAZKD0tgNU8IBSZGboMVRxH__DcFqtbRrlFjJUZy1a5Fkb0JJ7TpAI8W-Ia8pKfX937iqpq_M319ws5ITBk",
      "n": "o9rjaILFmOHZ_S2NN20QDljHDMMw1z09Sw0id1Aiz226MSFJGjUZHMhM_iaMpl4bwpZA_SXqR-hr0JZnOucEfxfQXZ-GDTwYDDdPsmHOIV6qlxq6T74uj5aWBJ9jNeon8YR8tyAddvFUaWa1ZL1AUkjJ_Wc1UbuNJz_hhB-zY1MRQ1miPSD8LyQTw5JwhK-mKq_9ar0Z98Z6p2TX04cHUCeKsxAqdanU-cTdN74r_ZesRynaJe9K8c8GTPmub4lfWtoLEzWA8IlhN-QHswcAMi8N8iwOc-s3yYLiieNugX2UnLbw5EWUYcuFt4yisaZsJF1DrPEpDj3EQVWo0Ql4gw"
    },
    {
      "kty": "EC",
      "d": "eK-zh6xH9PbNDjGGRiv-ge8BoyHh-s-qiYHQ75eSoz4",
      "use": "sig",
      "crv": "P-256",
      "kid": "a9dd2f86-04bc-40da-a53f-d8a5fd9a02d6",
      "x": "mX-IOP3Qt80FTUdg88Y09HhLBG5qvZDEQRNg2JIAgWo",
      "y": "xrZVyiLTkyDG-05MLnHTgJsB6N_v0OOt3M1RwWHB8Ts"
    },
    {
      "kty": "EC",
      "d": "AzLR1SgE5IRWLUVPLmkzLBfBUS-GhalhYhE3fdMjhoU",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "62eac961-6375-47dd-8c60-c38ec72e9b6b",
      "x": "wAq5kSwbMdYmkQkw_yl1bVGMtOpRTngJUH9DnFIBshg",
      "y": "QuzGjTmSi2mZA5pzeM0evzzwPKzJ7IJyPPvNWzQDVcs"
    },
    {
      "kty": "OKP",
      "d": "szVWOlfLjrZTO8nksQrDWEzUEySWoLUm_EFPs6jB-qc",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "c39019ce-4144-4f96-9710-8ebd4a8b47d7",
      "x": "fXahmuX-Pj0lEiRbm6YqJf2phxmmn1vlENFPYNazVl4"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "9MFcbyLZcplDKttPMFlgkzajIK05OawvpYVEmBZbOLpcNBX3NEBouHHymoIPhPMwclfsP-M_KJanCGxiNW9Rtgugy9ylolPGyIR3lWJvGvGlh6lyT9K6PoEZlZsGyW0tVjsDQ9G_c5W4VVM8KPQqS7Gr5zTeuyT2ggl2xH92dxU",
      "kty": "RSA",
      "q": "4Dt6IsjvlUdorr8BIBDawTGrQMuG7VxUPE014lMWEk5GPBpbvAHR_ydjhhSI1EA3uvqcIc2QUcB4k1vyOmvqwjj1M0AdsECW9YAgcvbky5E0hpbkynw_W8lhTlHSN9tXBD_AQNfY6GPoF5tKdB5VP874CxcS7s6Ptf_xbuWyEic",
      "d": "SiY9K2Wh80QQSrEnsa6Lbom-stQ1dQh6u9sqcSD_mStM6mN4vk-jxGMXgwqa6zqoD6gDSUU0e5B3JJrjGIowEhZ3kUUews2FhgtGURGeUV9V2fXKzzPM3hbk_1JKTJfS0_JiFmh2_EEp9UdsYrlHMMPfnm5msR8w1EbjlVbpO8O37A8fC4QN7AZETka012wS0iCpdlaZqBE-S_0Fhc3qO-fwcwJWmAVPOYjmetKmzsjndTBV8kLYqIi2jT8NOocFBnuuQaJ4SvPCF5dHISl7MvieFOuUomWpjExvXxq_F-WbFkkBsnocRv2vngjRnJwrDKW5JM5q3PYhqahvhwktJQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "d8e653f7-5804-4aed-ad71-c0f0cc4460f7",
      "qi": "QCrQxZ7wyMsoq2RorL-xs9M1d561vVKq8hiqbrBjJZEYEbHDRGa96YgdhtsgFwEnr9-cjQrB5fZio32R737m4sPukhx25qX_mRq9WgKzDwqLLg_xYmMZkn7XUHreV3oG0Y8KPDwfoBjaCkIXK4CnTYkSkZZsxYEAEBoY5SA3Fn4",
      "dp": "I2Oh_d_IGS3X7GZxeMgzkpWf2KWzVId1DDXMyUDSR82Kb22NpNx7R9ASCA0uOUcAhkf4PPSauT-vPySMvrUt12ivA0sQF_yNDYk50Tu-XOL70DXL9Ya-rzLzhBI6VP2YRJOb0T6OtCO913iFhlZnlzJFbNTUL7MUgZDkv1y-wFE",
      "alg": "RSA-OAEP",
      "dq": "aGHHnWHEhc1UIeSwdWjjLIQeoG8eRGhyng-jQdRDtgnSEDCE-6QtSYXggo4UlBnA173J6MJ0qFncx1xKCoAqLHevTUhPibjHjUkz0dC0-T6DIRQlNU1ZgTThoz_biD0G6Od0a7sPMj8vz61un1dvf-Cs_xyip6BoreSTU3iByIk",
      "n": "1mIONvPyqTa1FJlfcmb6LdTzeeLgdCqTGrEIOxUTnQg6eavi0IrkDdVMIG_UbVF4bDHLFLZpwGp2YaJn3JjyOv46iEQrTJdoNS4FMAxe9_jO9d8FEK6Z9z6kOWL07759b8Jb_wMsHZ0gQ_VhUFhiMBylKZyjr39GGYJg6fF-eu1hlgmogo6s7inrcRG7POdNOheXIjrxdTRiW8HJZ1o-OvSgY8OvSNFyGfY6G-EU0_jOky5jprYoEHlpT354yPLoqyQF7_O-VmjVSuVNDD_dJHlQfUQVtMBmRBw2JM8uhZWU8K6uXrRWLr2TZoyHCCOwfL9GXggUAN-WXXHQVQWeMw"
    },
    {
      "kty": "EC",
      "d": "kjHuM8IvlEiH9vbc2nX6ZtakHI6JQUmyDJDg4tBZYEQ",
      "use": "enc",
      "crv": "P-256",
      "kid": "669199c0-60c4-4be1-baaa-04eb33291177",
      "x": "uGbxCnunQjJvHcYGWis_ZyjKopYsFY-HjE9xoRSBSN8",
      "y": "goAhfvhkSWduJKQNSWa9tfkbL-NUJsVB03eoZMum5zc",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "dc26412a-80b7-49f2-8b33-8e57d7530fdd",
      "n": "o9rjaILFmOHZ_S2NN20QDljHDMMw1z09Sw0id1Aiz226MSFJGjUZHMhM_iaMpl4bwpZA_SXqR-hr0JZnOucEfxfQXZ-GDTwYDDdPsmHOIV6qlxq6T74uj5aWBJ9jNeon8YR8tyAddvFUaWa1ZL1AUkjJ_Wc1UbuNJz_hhB-zY1MRQ1miPSD8LyQTw5JwhK-mKq_9ar0Z98Z6p2TX04cHUCeKsxAqdanU-cTdN74r_ZesRynaJe9K8c8GTPmub4lfWtoLEzWA8IlhN-QHswcAMi8N8iwOc-s3yYLiieNugX2UnLbw5EWUYcuFt4yisaZsJF1DrPEpDj3EQVWo0Ql4gw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "054afb49-fa5b-4081-a3ab-b5b822d6ac25",
      "n": "njzBCvd5gDAKqolZYtl2BE7WcOG4RzwWFE0iod5eem1PeSD-y0eyNa4LfrnCuIMX_bpJoDRez521H2F4UAKBGmRRNvzsEpv0TF7VQn0NJK_PMVVxZMlasGSsXPMjNaDIGAyQ6hzte4e7IF3zEG4pBGYsG24JXbEtKw5mFZaGvD0eh1X7oteIM2lJJsWgZNb2Qs4DVTpswgLCxF8ffgBX1rRnuS_zbWLpKu_hKAnzzr1xENlYZMQ0cnT-je1Dgt-w4apfZPy-dI6TBlzf6PNnLrE3i33JhqKYQqx-lbYKhwwSkR7C_TC-L9mbPh35Hgj3SzOmS4WKhuaM6NPG0VdV4Q"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "a9dd2f86-04bc-40da-a53f-d8a5fd9a02d6",
      "x": "mX-IOP3Qt80FTUdg88Y09HhLBG5qvZDEQRNg2JIAgWo",
      "y": "xrZVyiLTkyDG-05MLnHTgJsB6N_v0OOt3M1RwWHB8Ts"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e76431b5-0378-475a-a181-079c5e6df74b",
      "x": "9chDIrn_FJP00DSCZwG5Yrk7e8v4EZbnOhTU47jtWz0",
      "y": "9b0oX4KdRjOJWKeLbV7LOdMrGRHTv2EkGCaylsbiShE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "62eac961-6375-47dd-8c60-c38ec72e9b6b",
      "x": "wAq5kSwbMdYmkQkw_yl1bVGMtOpRTngJUH9DnFIBshg",
      "y": "QuzGjTmSi2mZA5pzeM0evzzwPKzJ7IJyPPvNWzQDVcs"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "c39019ce-4144-4f96-9710-8ebd4a8b47d7",
      "x": "fXahmuX-Pj0lEiRbm6YqJf2phxmmn1vlENFPYNazVl4"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "d8e653f7-5804-4aed-ad71-c0f0cc4460f7",
      "alg": "RSA-OAEP",
      "n": "1mIONvPyqTa1FJlfcmb6LdTzeeLgdCqTGrEIOxUTnQg6eavi0IrkDdVMIG_UbVF4bDHLFLZpwGp2YaJn3JjyOv46iEQrTJdoNS4FMAxe9_jO9d8FEK6Z9z6kOWL07759b8Jb_wMsHZ0gQ_VhUFhiMBylKZyjr39GGYJg6fF-eu1hlgmogo6s7inrcRG7POdNOheXIjrxdTRiW8HJZ1o-OvSgY8OvSNFyGfY6G-EU0_jOky5jprYoEHlpT354yPLoqyQF7_O-VmjVSuVNDD_dJHlQfUQVtMBmRBw2JM8uhZWU8K6uXrRWLr2TZoyHCCOwfL9GXggUAN-WXXHQVQWeMw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "669199c0-60c4-4be1-baaa-04eb33291177",
      "x": "uGbxCnunQjJvHcYGWis_ZyjKopYsFY-HjE9xoRSBSN8",
      "y": "goAhfvhkSWduJKQNSWa9tfkbL-NUJsVB03eoZMum5zc",
      "alg": "ECDH-ES"
    }
  ]
}
2025-04-28 07:49:34 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2025-04-28 07:49:34 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2025-04-28 07:49:34 SUCCESS
OIDCCLoadUserInfo
Added user information
user_info
{
  "sub": "user-subject-1234531",
  "name": "Demo T. User",
  "given_name": "Demo",
  "family_name": "User",
  "middle_name": "Theresa",
  "nickname": "Dee",
  "preferred_username": "d.tu",
  "gender": "female",
  "birthdate": "2000-02-03",
  "address": {
    "street_address": "100 Universal City Plaza",
    "locality": "Hollywood",
    "region": "CA",
    "postal_code": "91608",
    "country": "USA"
  },
  "zoneinfo": "America/Los_Angeles",
  "locale": "en-US",
  "phone_number": "+1 555 5550000",
  "phone_number_verified": false,
  "email": "user@example.com",
  "email_verified": false,
  "website": "https://openid.net/",
  "profile": "https://example.com/user",
  "updated_at": 1580000000,
  "txn": "2c6fb585-d51b-465a-9dca-b8cd22a11451"
}
2025-04-28 07:49:34 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:49:34 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:49:34 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2025-04-28 07:49:34 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2025-04-28 07:49:34 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://oidc.arconnet.com/api/Oidc/callback"
]
2025-04-28 07:49:34 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2025-04-28 07:49:34 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2025-04-28 07:49:34 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2025-04-28 07:49:34 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2025-04-28 07:49:34 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2025-04-28 07:49:34 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:49:34 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2025-04-28 07:49:34 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:49:34 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2025-04-28 07:49:34 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:49:34 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2025-04-28 07:49:34 INFO
ValidateTokenEndpointAuthSigningAlg
Skipped evaluation due to missing required element: client token_endpoint_auth_signing_alg
path
token_endpoint_auth_signing_alg
mapped
object
client
2025-04-28 07:49:34 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2025-04-28 07:49:34 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2025-04-28 07:49:34 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2025-04-28 07:49:34 SUCCESS
ValidateInitiateLoginUri
initiate_login_uri is valid
initiate_login_uri
https://oidc.arconnet.com/api/Oidc/initiate-login
2025-04-28 07:49:34 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2025-04-28 07:49:34 SUCCESS
OIDCCExtractServerSigningAlg
Using the default algorithm for the first key in server jwks
signing_algorithm
RS256
2025-04-28 07:49:34
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2025-04-28 07:49:34
oidcc-client-test-invalid-aud
Setup Done
2025-04-28 07:49:41 INCOMING
oidcc-client-test-invalid-aud
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": "99455136-6c94-4e02-a706-4808c07f0dce",
  "nonce": "0a70333d-8415-4d46-b21d-ed899cd97e48"
}
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:49:41 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2025-04-28 07:49:41 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:49:41 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": "99455136-6c94-4e02-a706-4808c07f0dce",
  "nonce": "0a70333d-8415-4d46-b21d-ed899cd97e48"
}
2025-04-28 07:49:41 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2025-04-28 07:49:41 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
0a70333d-8415-4d46-b21d-ed899cd97e48
2025-04-28 07:49:41 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:49:41 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2025-04-28 07:49:41 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
0oaka2gpoymlyinwZ5d7
2025-04-28 07:49:41 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:49:41 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:49:41 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2025-04-28 07:49:41 INFO
CheckForUnexpectedClaimsInRequestObject
Skipped evaluation due to missing required element: authorization_request_object claims
path
claims
mapped
object
authorization_request_object
2025-04-28 07:49:41 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:49:41 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:49:41 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:49:41 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:49:41 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
W2Z5KDrqHeXZ3PsrsP0pf2BLlc3VzSZP
2025-04-28 07:49:41 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
HRa7knl_oTY7uxkR32R3Hw
2025-04-28 07:49:41 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "99455136-6c94-4e02-a706-4808c07f0dce"
}
2025-04-28 07:49:41 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "99455136-6c94-4e02-a706-4808c07f0dce",
  "code": "W2Z5KDrqHeXZ3PsrsP0pf2BLlc3VzSZP"
}
2025-04-28 07:49:41
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://oidc.arconnet.com/api/Oidc/callback?state=99455136-6c94-4e02-a706-4808c07f0dce&code=W2Z5KDrqHeXZ3PsrsP0pf2BLlc3VzSZP
2025-04-28 07:49:41 OUTGOING
oidcc-client-test-invalid-aud
Response to HTTP request to test instance FZZ1U8xe9WpSFx8
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://oidc.arconnet.com/api/Oidc/callback?state=99455136-6c94-4e02-a706-4808c07f0dce&code=W2Z5KDrqHeXZ3PsrsP0pf2BLlc3VzSZP]
outgoing_path
authorize
2025-04-28 07:49:42 INCOMING
oidcc-client-test-invalid-aud
Incoming HTTP request to /test/a/ArconCI/token
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic MG9ha2EyZ3BveW1seWlud1o1ZDc6X1NESFBLS3h0YlE1NXJQdkZKVjNESUhOSTlWS0FmYkNKcHR6Smh6VjVFaWJkdHZZSmxYTlA2dlNsUEMtWkRLSg\u003d\u003d",
  "traceparent": "00-86414c0eb5ea6553d713c63ed0f0e31b-3068262ab6f54941-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": "W2Z5KDrqHeXZ3PsrsP0pf2BLlc3VzSZP",
  "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=W2Z5KDrqHeXZ3PsrsP0pf2BLlc3VzSZP&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:49:42
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2025-04-28 07:49:42 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
0oaka2gpoymlyinwZ5d7
client_secret
_SDHPKKxtbQ55rPvFJV3DIHNI9VKAfbCJptzJhzV5EibdtvYJlXNP6vSlPC-ZDKJ
method
client_secret_basic
2025-04-28 07:49:42 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2025-04-28 07:49:42 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
W2Z5KDrqHeXZ3PsrsP0pf2BLlc3VzSZP
2025-04-28 07:49:42 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:49:42 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
eeH3MzdWA0k64jEexjchkCDTvGjn4rAJ2bjTnimmp9ydHG2fIC
2025-04-28 07:49:42 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
CKQnnrESHAa9vB_Pv9UB8A
2025-04-28 07:49:42 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/ArconCI/
sub
user-subject-1234531
aud
0oaka2gpoymlyinwZ5d7
nonce
0a70333d-8415-4d46-b21d-ed899cd97e48
iat
1745826582
exp
1745826882
2025-04-28 07:49:42 SUCCESS
AddInvalidAudValueToIdToken
Added invalid aud to ID token claims
aud
0oaka2gpoymlyinwZ5d71
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/ArconCI/",
  "sub": "user-subject-1234531",
  "aud": "0oaka2gpoymlyinwZ5d71",
  "nonce": "0a70333d-8415-4d46-b21d-ed899cd97e48",
  "iat": 1745826582,
  "exp": 1745826882
}
2025-04-28 07:49:42 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
CKQnnrESHAa9vB_Pv9UB8A
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/ArconCI/",
  "sub": "user-subject-1234531",
  "aud": "0oaka2gpoymlyinwZ5d71",
  "nonce": "0a70333d-8415-4d46-b21d-ed899cd97e48",
  "iat": 1745826582,
  "exp": 1745826882,
  "at_hash": "CKQnnrESHAa9vB_Pv9UB8A"
}
2025-04-28 07:49:42 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:49:42 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiJkYzI2NDEyYS04MGI3LTQ5ZjItOGIzMy04ZTU3ZDc1MzBmZGQiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiQ0tRbm5yRVNIQWE5dkJfUHY5VUI4QSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDcxIiwiaXNzIjoiaHR0cHM6Ly93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0L3Rlc3QvYS9BcmNvbkNJLyIsImV4cCI6MTc0NTgyNjg4Miwibm9uY2UiOiIwYTcwMzMzZC04NDE1LTRkNDYtYjIxZC1lZDg5OWNkOTdlNDgiLCJpYXQiOjE3NDU4MjY1ODJ9.dW1U4iH3xmaPRrNb0umcnJ_QU5GmPn-NqGmHAXfMa1PB_rvJnAXydEDJ2IaI01P6O482Pxmv52ZKOigZevedGInZNsgZHkfy8boHOycvb-qs02JgbPt2dBy76KsEUFAM9OIdTooVXGEriTipYNRUyZQAabGd9e-MJ-7rAhOhlk7o7nItU93aVCkoGbzPBMIELcr7PWnmXzID1vfeOCWMuQpAk02UYiQA4zKWCgfi0hdF1i8cHy9AEBiwkUPSlUXRhKmsHVEy_6DWFowLpjeceCyzlI2PgOQ2_I36ZlND0_AJCKTJhMFKy9uxi4oaYGHsvxV9X4YNFXV5eZ4TlX9ifw
key
{"p":"1QMlBniP0esNcEP4gIZKs1s31wuIkoWH9WtUfcUGVsotT4N045A1-SiLEkTfawddbjgKwB7kTN7VbxBZffSPAc7Hw4kRMX1DhiVhb818w_WTE23aaNWlggjmc6xkviysbnDTomQLrVrcAjsrvMHAyJ-4Bc2gz-bTHTkWV_Dd268","kty":"RSA","q":"xOwh2FkGOAsuCHAEOI2t0NE7d6PoK6HCnOm2_1LYdLQIxv4PRezijID2BHzXY-a2o4ViYbNCirEBqHcY5F9MBbqJyPSIgpUcsdr-Sg-enDZLtuCvnRegbd7Bump-Pu7bgFP_nYMAJE7k-w5UdruSSFm0_h9iKX84CCBWM7hMwW0","d":"BsTuuy0X47qE6ng8ysrnLGiPhJ_1vxapFxYqU9qMLZyfYhM5dWs3J-DAiYlnKyJdLDtP4QV1edYIyjvEdQMBRQzjT1LdU2OlrK-GS9zNisRh8M8qXkwBmW4DsZoyG5KaZtht3JTnkrfioF4dZVWKODwImD7wzXkdmj8B3pb-rr45W1BRIXrCigZWDZ1GUFJIhbvVDijX7DOKRAir_m-zVPeQMNHTYnGCYNMD-nFQb2kk88bHqLJxzdzT0PZHdydLOn1UmXKv0ofJy6DcJFfRKyGawcJabtGaOCL0bIHarXcqDFK8R6HgwQCyZTV_TJ6a-Bmn0JKTBnRc60DOswx6bQ","e":"AQAB","use":"sig","kid":"dc26412a-80b7-49f2-8b33-8e57d7530fdd","qi":"aQmsmBfjZ9l2yOAP6HLtvR9e6RXKFIG4G8tZ62G_rBH6I-1mQ29-VKzYb_BC3C8317obMjJGMhwCS5WgTZggKkv3-s85gIq18QjNwzUZNAu_BGWiqmmyrTPUEiqBzLOw0kLpQPznPY27WK6HoIjGEvGn_3RZAz_EVNfncIipQv0","dp":"lHjMpeYC2N5tT4MRAwSXrMw377wqRXatfXKCQefCs1vYmUOXhcZO2IxZ4zH-SCuqA9ksJR1jI_Ft8ywCNLjxtODcfH5dbZFSL35-m98ux6e0DCbVxZyk8C4j8xyGW8fnqFMcMGRrfzmFgEieA8NJDI3HRsQ9AqxxGj1gRYuuGCE","dq":"T_TY4TF0dvkDHeXtsNDGDI2IKdHhiSXLEU9MQGtw_CHFlpa9uNSwQAB04-mUwzmAWvDju2u_zvSECdUhxEh1Y7YUEAZKD0tgNU8IBSZGboMVRxH__DcFqtbRrlFjJUZy1a5Fkb0JJ7TpAI8W-Ia8pKfX937iqpq_M319ws5ITBk","n":"o9rjaILFmOHZ_S2NN20QDljHDMMw1z09Sw0id1Aiz226MSFJGjUZHMhM_iaMpl4bwpZA_SXqR-hr0JZnOucEfxfQXZ-GDTwYDDdPsmHOIV6qlxq6T74uj5aWBJ9jNeon8YR8tyAddvFUaWa1ZL1AUkjJ_Wc1UbuNJz_hhB-zY1MRQ1miPSD8LyQTw5JwhK-mKq_9ar0Z98Z6p2TX04cHUCeKsxAqdanU-cTdN74r_ZesRynaJe9K8c8GTPmub4lfWtoLEzWA8IlhN-QHswcAMi8N8iwOc-s3yYLiieNugX2UnLbw5EWUYcuFt4yisaZsJF1DrPEpDj3EQVWo0Ql4gw"}
algorithm
RS256
2025-04-28 07:49:42 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:49:42 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
eeH3MzdWA0k64jEexjchkCDTvGjn4rAJ2bjTnimmp9ydHG2fIC
token_type
Bearer
id_token
eyJraWQiOiJkYzI2NDEyYS04MGI3LTQ5ZjItOGIzMy04ZTU3ZDc1MzBmZGQiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiQ0tRbm5yRVNIQWE5dkJfUHY5VUI4QSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDcxIiwiaXNzIjoiaHR0cHM6Ly93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0L3Rlc3QvYS9BcmNvbkNJLyIsImV4cCI6MTc0NTgyNjg4Miwibm9uY2UiOiIwYTcwMzMzZC04NDE1LTRkNDYtYjIxZC1lZDg5OWNkOTdlNDgiLCJpYXQiOjE3NDU4MjY1ODJ9.dW1U4iH3xmaPRrNb0umcnJ_QU5GmPn-NqGmHAXfMa1PB_rvJnAXydEDJ2IaI01P6O482Pxmv52ZKOigZevedGInZNsgZHkfy8boHOycvb-qs02JgbPt2dBy76KsEUFAM9OIdTooVXGEriTipYNRUyZQAabGd9e-MJ-7rAhOhlk7o7nItU93aVCkoGbzPBMIELcr7PWnmXzID1vfeOCWMuQpAk02UYiQA4zKWCgfi0hdF1i8cHy9AEBiwkUPSlUXRhKmsHVEy_6DWFowLpjeceCyzlI2PgOQ2_I36ZlND0_AJCKTJhMFKy9uxi4oaYGHsvxV9X4YNFXV5eZ4TlX9ifw
scope
openid email
2025-04-28 07:49:42 OUTGOING
oidcc-client-test-invalid-aud
Response to HTTP request to test instance FZZ1U8xe9WpSFx8
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "eeH3MzdWA0k64jEexjchkCDTvGjn4rAJ2bjTnimmp9ydHG2fIC",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiJkYzI2NDEyYS04MGI3LTQ5ZjItOGIzMy04ZTU3ZDc1MzBmZGQiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiQ0tRbm5yRVNIQWE5dkJfUHY5VUI4QSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDcxIiwiaXNzIjoiaHR0cHM6Ly93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0L3Rlc3QvYS9BcmNvbkNJLyIsImV4cCI6MTc0NTgyNjg4Miwibm9uY2UiOiIwYTcwMzMzZC04NDE1LTRkNDYtYjIxZC1lZDg5OWNkOTdlNDgiLCJpYXQiOjE3NDU4MjY1ODJ9.dW1U4iH3xmaPRrNb0umcnJ_QU5GmPn-NqGmHAXfMa1PB_rvJnAXydEDJ2IaI01P6O482Pxmv52ZKOigZevedGInZNsgZHkfy8boHOycvb-qs02JgbPt2dBy76KsEUFAM9OIdTooVXGEriTipYNRUyZQAabGd9e-MJ-7rAhOhlk7o7nItU93aVCkoGbzPBMIELcr7PWnmXzID1vfeOCWMuQpAk02UYiQA4zKWCgfi0hdF1i8cHy9AEBiwkUPSlUXRhKmsHVEy_6DWFowLpjeceCyzlI2PgOQ2_I36ZlND0_AJCKTJhMFKy9uxi4oaYGHsvxV9X4YNFXV5eZ4TlX9ifw",
  "scope": "openid email"
}
outgoing_path
token
2025-04-28 07:49:42 INCOMING
oidcc-client-test-invalid-aud
Incoming HTTP request to /test/a/ArconCI/jwks
incoming_headers
{
  "host": "www.certification.openid.net",
  "traceparent": "00-86414c0eb5ea6553d713c63ed0f0e31b-8e8985816b0de8cb-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:49:42 OUTGOING
oidcc-client-test-invalid-aud
Response to HTTP request to test instance FZZ1U8xe9WpSFx8
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "dc26412a-80b7-49f2-8b33-8e57d7530fdd",
      "n": "o9rjaILFmOHZ_S2NN20QDljHDMMw1z09Sw0id1Aiz226MSFJGjUZHMhM_iaMpl4bwpZA_SXqR-hr0JZnOucEfxfQXZ-GDTwYDDdPsmHOIV6qlxq6T74uj5aWBJ9jNeon8YR8tyAddvFUaWa1ZL1AUkjJ_Wc1UbuNJz_hhB-zY1MRQ1miPSD8LyQTw5JwhK-mKq_9ar0Z98Z6p2TX04cHUCeKsxAqdanU-cTdN74r_ZesRynaJe9K8c8GTPmub4lfWtoLEzWA8IlhN-QHswcAMi8N8iwOc-s3yYLiieNugX2UnLbw5EWUYcuFt4yisaZsJF1DrPEpDj3EQVWo0Ql4gw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "054afb49-fa5b-4081-a3ab-b5b822d6ac25",
      "n": "njzBCvd5gDAKqolZYtl2BE7WcOG4RzwWFE0iod5eem1PeSD-y0eyNa4LfrnCuIMX_bpJoDRez521H2F4UAKBGmRRNvzsEpv0TF7VQn0NJK_PMVVxZMlasGSsXPMjNaDIGAyQ6hzte4e7IF3zEG4pBGYsG24JXbEtKw5mFZaGvD0eh1X7oteIM2lJJsWgZNb2Qs4DVTpswgLCxF8ffgBX1rRnuS_zbWLpKu_hKAnzzr1xENlYZMQ0cnT-je1Dgt-w4apfZPy-dI6TBlzf6PNnLrE3i33JhqKYQqx-lbYKhwwSkR7C_TC-L9mbPh35Hgj3SzOmS4WKhuaM6NPG0VdV4Q"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "a9dd2f86-04bc-40da-a53f-d8a5fd9a02d6",
      "x": "mX-IOP3Qt80FTUdg88Y09HhLBG5qvZDEQRNg2JIAgWo",
      "y": "xrZVyiLTkyDG-05MLnHTgJsB6N_v0OOt3M1RwWHB8Ts"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e76431b5-0378-475a-a181-079c5e6df74b",
      "x": "9chDIrn_FJP00DSCZwG5Yrk7e8v4EZbnOhTU47jtWz0",
      "y": "9b0oX4KdRjOJWKeLbV7LOdMrGRHTv2EkGCaylsbiShE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "62eac961-6375-47dd-8c60-c38ec72e9b6b",
      "x": "wAq5kSwbMdYmkQkw_yl1bVGMtOpRTngJUH9DnFIBshg",
      "y": "QuzGjTmSi2mZA5pzeM0evzzwPKzJ7IJyPPvNWzQDVcs"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "c39019ce-4144-4f96-9710-8ebd4a8b47d7",
      "x": "fXahmuX-Pj0lEiRbm6YqJf2phxmmn1vlENFPYNazVl4"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "d8e653f7-5804-4aed-ad71-c0f0cc4460f7",
      "alg": "RSA-OAEP",
      "n": "1mIONvPyqTa1FJlfcmb6LdTzeeLgdCqTGrEIOxUTnQg6eavi0IrkDdVMIG_UbVF4bDHLFLZpwGp2YaJn3JjyOv46iEQrTJdoNS4FMAxe9_jO9d8FEK6Z9z6kOWL07759b8Jb_wMsHZ0gQ_VhUFhiMBylKZyjr39GGYJg6fF-eu1hlgmogo6s7inrcRG7POdNOheXIjrxdTRiW8HJZ1o-OvSgY8OvSNFyGfY6G-EU0_jOky5jprYoEHlpT354yPLoqyQF7_O-VmjVSuVNDD_dJHlQfUQVtMBmRBw2JM8uhZWU8K6uXrRWLr2TZoyHCCOwfL9GXggUAN-WXXHQVQWeMw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "669199c0-60c4-4be1-baaa-04eb33291177",
      "x": "uGbxCnunQjJvHcYGWis_ZyjKopYsFY-HjE9xoRSBSN8",
      "y": "goAhfvhkSWduJKQNSWa9tfkbL-NUJsVB03eoZMum5zc",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2025-04-28 07:49:47 FINISHED
oidcc-client-test-invalid-aud
Test has run to completion
testmodule_result
PASSED
2025-04-28 07:49:49
TEST-RUNNER
Alias has now been claimed by another test
alias
ArconCI
new_test_id
LlJE87FwQz6xFyp
Test Results