Test Summary

Test Results

Expand All Collapse All
All times are UTC
2025-04-28 07:48:40 INFO
TEST-RUNNER
Test instance R5DH5cHEZ31zqQv 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
2025-04-28 07:48:40 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:48:40
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:48:40
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "yLTp_jVYQMNBDYOsMIVNi31u-_P15jTXUkmdfSi5UeyFvN1_vktlThGxfYqJOOX1erxpHDQmieumgrsKnz3JlS5zk5W4aCqPXns-tg5hS4j9-HQvbQkxFuY1WoPj8zBZ46WnHKKGO4JUmpXVOrS4jL4Kq5cLEj3eRpvsbUe2aFE",
      "kty": "RSA",
      "q": "08ZMRtUZm8L7BpksrYLfJeRunVZ7M3HJgEukzxpy6aqi98JS41d5L4Peud8drSwQBOJa5XDi1Zemvf21zu01zFsDSaiGGhgTQuca-lckfSpQDSnBS4TUPAq0gk7CBsFoNHgWUjUCK1Ce9LPED3Jk2B6XBRmsdaebTQ4JgmvD-z0",
      "d": "GU0nb41dsXRgSOXVERPNZtYe1_FlydlRNyhkFZPC4zX8QcFqpHobKxYUbxh65eOfOGHiIkw93mUW3Z0VMRSp83MkDEaXC4ZLruXhhqtb9l65eK1m35zIGDpVvWOni-K2y07nNfLboLdViht6vtFYUmzIkSDiac552VpaOObMnCw42aUfhwyZ4c0w23vn8BggdoQUZib1lEcAhxvnGylzbAlVkIuJnrj17BbNNqKHmaH0fSBhqcjQYqasV1p_noi0HmH3vacAIQgGwgAvdV1yOIIZePEHR3ZbEoJ6qQhbVGkRcO6dkifysld0SybvtKgUbVby-yGJcZLUY91qWC7oQQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "02dae534-fb27-4398-8993-af3c9ef3b662",
      "qi": "cPSz-5tnODSX02eSUPege0n4VHtkjFfED0duI0R1dANyKmI5dYe0wZWWoXSZ48UtXUg4lgd52K3sdDsJ_ElqCJ820TlxA6aZEUVv4inqI9MqdC0BrcFAHU7lvXnHkqe07tLDupjiFQvVAl4jzRVrUoVwfQ2_0L75VSwRBqqS8kk",
      "dp": "rWIULgWZSsEiJnGUQ4o0tgbS5JcY2xjU1gJAKcoPZeVElyZl31c0mZ-RS9lst5l4WeH_j1zB2i2Xd6HrCCuRQ-2P7HPPjTUPC1i-kPmVNXKPq517Bt-E57pRZvM-7Wvci1skJQmFmkz5l11Oidtq_jKB9z-RUd3ecfLq6HCl9DE",
      "dq": "KoPj6lB73KZvSOrValwcunm6r0GeaDyOzH_jLWTM7xY_s2fCxjtYa-6Yd05QoeR3rtNWljtsfp78baYSquE6bLVU2qPHkFOHAmZtJxb5j1tASPQ6BxQ6m3c2t_Zhw4NujSISsRxNPC7qSowQb11y22SAwxhdZB1q8zQ_OnyyEq0",
      "n": "pgiUlr6XDXWSyI7hFXo00i5WO2yZ_FZPHdpMsa-tVPIRRS0MRo_leXUA-oMj0bg0MIbLEmODSNlM5HFfBuRD-4Q6vJM4bAB-C0R6O9nSkiCnHSrff0_XHXa1A_Uny_iVcV5RfAqZ8VzGB1t0t1Tz0XpsrttBdad0I-ROHHqrJytyB3ODGn6Zc8fSnHgp4YVsksMknSTirGkdy0eIWTtR9IjyzsKQQ3N860YrZuCAuGvusQNkagPq5KicGuxW61u6nW9UyYduFnKJcX-JHWNSenVRPH7JVN_wTPOH3IsSFcHvxPKVcJpKOYOioWyojMVlna-Q6DNhUjFd5ysHP3FGTQ"
    },
    {
      "kty": "EC",
      "d": "gXDqYuXRoe5QCFnbNysKASvTToJOaaz_tUhcrqTL2Io",
      "use": "sig",
      "crv": "P-256",
      "kid": "ef99bc7e-4e96-4067-9534-7202f81a90ec",
      "x": "Qk7JIkttVQN16uTXZl_nZ_TuqsQGUPLIaIYl8yOf8zw",
      "y": "t4MOMpeUsn_b44NQMmzfr-KicYY3PxgC9RQWVn22zNo"
    },
    {
      "kty": "EC",
      "d": "AW9aDRv2NdJ0HvOZPHBb-DwWVhpLENsxfu4mnFdlprg",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "a20d18cd-11bd-4fe7-ac72-15b594543b39",
      "x": "-IW63-oIcb_xkDd9SC6wJbgBftX4BIyWn1XQ5SVahYM",
      "y": "qC_r0WZjiAZMkQusMLWliKB4-bOsJmHlJNFkLaD4cNA"
    },
    {
      "kty": "OKP",
      "d": "4bcOisWVnXS30IxYJzOK4bDF_W9uN5V1RGVDVtXl7ZQ",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "5a040e27-beb1-4cb3-9367-685cc8fd5f07",
      "x": "DRvSvmoZ3iuMDgxIdhQyQY89IPMKPvRVZpB6gNDs9Eg"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "6z0E1_ucwKeyAanqDG8_Z_8JvRWWBWcQ6wxQtI57gsFvS8Xik0cvuCgIWal7VGlrlMotEGcYqvpe4Nx5dF0NBhEFNXPkPaF2RcsVQK7Y_Kvm6n8bud4EEAVx1A2_uCwsQ122T8pmdKHhYmHrdIDeJQxYKZghMNmjbKtaOLGVfYs",
      "kty": "RSA",
      "q": "7swCsWQnovCgR1nJrOKi5kkcJZgDQsknJmRB38GjQnaXq7UWSrWm-99WgJvEHIRSyjENbxCEmvedWgQVVpH7DOaP6T3jtRegYeYWzWk4W0IhWFYvO9ey84veAdsRsvEhD2_3CxBp_wHB-jkiBRCgcOHDIlQ5Op_uvUk-dnyzoMc",
      "d": "AkR459svDvkhEaV1Ciwe4KjH-9T8p3cYq5Vi8xpERnqIp91J8l5NmXaojytehSKZzR5nLFkxQnvAKSvmCid6nrulOvugWMz8QcD25N0U0PsY3Fx-z-J2TpA5rcnJ_gBH_GWgrwCLAi6UPwXCWCEg2V9tRvqf9vy-nRaTZj1BOw2bi-k82NHg83kif0nHiYirwGyh8qNlStkDHKpcsBbXKhP9_vELRztNASoCJVkBT2GBVupJ-eNPqsj5XO4ArgTg5fjNfZHn0De1FjHipkrJA_Aofchy9gqsfmKEA48k3lmHi7JdMeRsa0hp0zwnBM6gpJN1S0Q5rKlZ_ymWXzq85Q",
      "e": "AQAB",
      "use": "enc",
      "kid": "5c81bdee-b7bb-4021-9607-c56fffe62674",
      "qi": "o2LTGAw4JlldddJK_v1VNmM6Q5qyQLdiukwuZgSZwNt0CG_ZSB6dqcFytJCVMLGNX2XUV8clGWuKFZc1oJSd31WcR3jztVw7TXrvoIO1XVpMVQPIQnbdBYJ8stnbr-jfBIrf3gROLMYtuVdcme9qqjedXZFdN2udKKMq1eHxCPA",
      "dp": "Os_xoxIcGaqTfYj-pAc4QgboZ2a7MDSZbTqR_uJUjNdRvQ8HW60DiDYyCECwPeVxaSy24Y_1AeJA0FUu5GHTPL4KoFeOK75vdHmWoapVQ66yt9P5mZmhSGQkFlEtqp0Yn-sRBpfiz6wdTlyO4nzJjVetvxBy0-TF0AhzMRNs_Ys",
      "alg": "RSA-OAEP",
      "dq": "VSc2xp8aa0Y3QXpJKnde85Oaj-VXNFeauFwECZB5cVfs2fQnUNjaBPMtW4swMaMWCrfXPIW9Y61s1Q6jtU01IvKM2vWQ36DfNkngU7tzt0crsN561XIjhCmaLzs5YoAN8_1PMQjXY3HzBBGfigLV06sN9I3oInmpnqIhvgrV2z0",
      "n": "224xmiNKhztyv2Pt4h0KwNOYZ1rdhQJG_N8P7326TpjPjfyRiDjGKNbOFDe-qwjL2pybxi0Lrg8HMeDfYnrafRjkpHdeCPzp5H0S4LMO2Z6qEea9ESgEFXQ54iVMZ9ju_mJFtXLg5hjb2p7c4vIMHi1wggAFUEgCCXAeYZtqbC8wKqzY_StqncWnDEp8Xi9nGUsdFCusaYpVh06AkyT_nMOqgiCkTDBMSt8-KLOoA0M-FcJVB0jZiI0xDe6I6lQQ2jyA0zzxDCeSG7g9XvZ-on6zNRN2gR3pC3THnXwbVHmC-xa88QPPuMkeuvckVOufwFzwIS10rCaYMa13ldx3DQ"
    },
    {
      "kty": "EC",
      "d": "dVkxzA332-_aqp83aj0SN73iDFoI_ezPaZuP6tI9MZQ",
      "use": "enc",
      "crv": "P-256",
      "kid": "beb0c8b3-b304-4b83-bca6-68f940643358",
      "x": "dZzO3Xs7g4znjkXVc_bYrXwqeU6XOZtsFoRBCPmM7L8",
      "y": "qC4IGLtfFUuaNfMnh1XHwY0sEd3xkEO9yWV5Mr1xH0g",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "02dae534-fb27-4398-8993-af3c9ef3b662",
      "n": "pgiUlr6XDXWSyI7hFXo00i5WO2yZ_FZPHdpMsa-tVPIRRS0MRo_leXUA-oMj0bg0MIbLEmODSNlM5HFfBuRD-4Q6vJM4bAB-C0R6O9nSkiCnHSrff0_XHXa1A_Uny_iVcV5RfAqZ8VzGB1t0t1Tz0XpsrttBdad0I-ROHHqrJytyB3ODGn6Zc8fSnHgp4YVsksMknSTirGkdy0eIWTtR9IjyzsKQQ3N860YrZuCAuGvusQNkagPq5KicGuxW61u6nW9UyYduFnKJcX-JHWNSenVRPH7JVN_wTPOH3IsSFcHvxPKVcJpKOYOioWyojMVlna-Q6DNhUjFd5ysHP3FGTQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "63328a66-0d85-4fb5-a3bc-3748eebf69a6",
      "n": "tdHatj7NyW6VG9sUUFXcZMfeogv1aZMEO8-p6_9Za-YoZEXFCdgLGg0_8jMP7F9MxwdWB4h7a8k_g8xjus7BlSr7ky7eSqoxVdyy2cxBqjOLiFQ8yJtT3d7iGGHuI-qzBtKim9jaUeC8H2U7qQg8N-bkbga51XKnXRejLC5vipE7XlHMkplh-XgxEg8FBWQPYU-mSSzRwSJjDxc8Vubl6mZ6zcd9RV2PPJuoe288L8OGyyZPTK5fVNn52AYYnSbAhKfx1836J5nBTwcGS5NCrkBxBkIn0vU-zNdU2YaXPZen2jaRSit1sJ1AiclnF_6oamVT7--eOTwmHy3Qd-2nUQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "ef99bc7e-4e96-4067-9534-7202f81a90ec",
      "x": "Qk7JIkttVQN16uTXZl_nZ_TuqsQGUPLIaIYl8yOf8zw",
      "y": "t4MOMpeUsn_b44NQMmzfr-KicYY3PxgC9RQWVn22zNo"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "98329bc1-092a-4b68-84ea-568d97cf9a7c",
      "x": "FgkPl8NKVSMEpDfYuu0A7re68Nwm-6J8Ag8U3faqgqA",
      "y": "GiyKS3vjJ6M5CMU4kYuTovnZUgSD6UM1iGNnlhCVcNE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "a20d18cd-11bd-4fe7-ac72-15b594543b39",
      "x": "-IW63-oIcb_xkDd9SC6wJbgBftX4BIyWn1XQ5SVahYM",
      "y": "qC_r0WZjiAZMkQusMLWliKB4-bOsJmHlJNFkLaD4cNA"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "5a040e27-beb1-4cb3-9367-685cc8fd5f07",
      "x": "DRvSvmoZ3iuMDgxIdhQyQY89IPMKPvRVZpB6gNDs9Eg"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "5c81bdee-b7bb-4021-9607-c56fffe62674",
      "alg": "RSA-OAEP",
      "n": "224xmiNKhztyv2Pt4h0KwNOYZ1rdhQJG_N8P7326TpjPjfyRiDjGKNbOFDe-qwjL2pybxi0Lrg8HMeDfYnrafRjkpHdeCPzp5H0S4LMO2Z6qEea9ESgEFXQ54iVMZ9ju_mJFtXLg5hjb2p7c4vIMHi1wggAFUEgCCXAeYZtqbC8wKqzY_StqncWnDEp8Xi9nGUsdFCusaYpVh06AkyT_nMOqgiCkTDBMSt8-KLOoA0M-FcJVB0jZiI0xDe6I6lQQ2jyA0zzxDCeSG7g9XvZ-on6zNRN2gR3pC3THnXwbVHmC-xa88QPPuMkeuvckVOufwFzwIS10rCaYMa13ldx3DQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "beb0c8b3-b304-4b83-bca6-68f940643358",
      "x": "dZzO3Xs7g4znjkXVc_bYrXwqeU6XOZtsFoRBCPmM7L8",
      "y": "qC4IGLtfFUuaNfMnh1XHwY0sEd3xkEO9yWV5Mr1xH0g",
      "alg": "ECDH-ES"
    }
  ]
}
2025-04-28 07:48:40 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2025-04-28 07:48:40 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2025-04-28 07:48:40 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:48:40 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:48:40 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:48:40 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2025-04-28 07:48:40 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2025-04-28 07:48:40 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://oidc.arconnet.com/api/Oidc/callback"
]
2025-04-28 07:48:40 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2025-04-28 07:48:40 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2025-04-28 07:48:40 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2025-04-28 07:48:40 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2025-04-28 07:48:40 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2025-04-28 07:48:40 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:48:40 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2025-04-28 07:48:40 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:48:40 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2025-04-28 07:48:40 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:48:40 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2025-04-28 07:48:40 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:48:40 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2025-04-28 07:48:40 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2025-04-28 07:48:40 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2025-04-28 07:48:40 SUCCESS
ValidateInitiateLoginUri
initiate_login_uri is valid
initiate_login_uri
https://oidc.arconnet.com/api/Oidc/initiate-login
2025-04-28 07:48:40 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2025-04-28 07:48:40 SUCCESS
OIDCCExtractServerSigningAlg
Using the default algorithm for the first key in server jwks
signing_algorithm
RS256
2025-04-28 07:48:40
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2025-04-28 07:48:40
oidcc-client-test
Setup Done
2025-04-28 07:48:47 INCOMING
oidcc-client-test
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": "9dc5932f-585b-4fdb-aeab-dd480b4fce7c",
  "nonce": "51364629-2328-4270-b569-c1ca4eaaec19"
}
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:48:47 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2025-04-28 07:48:47 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:48:47 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": "9dc5932f-585b-4fdb-aeab-dd480b4fce7c",
  "nonce": "51364629-2328-4270-b569-c1ca4eaaec19"
}
2025-04-28 07:48:47 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2025-04-28 07:48:47 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
51364629-2328-4270-b569-c1ca4eaaec19
2025-04-28 07:48:47 SUCCESS
CheckForInvalidCharsInNonce
Nonce contains only URL safe characters
2025-04-28 07:48:47 SUCCESS
CheckNonceMaximumLength
Nonce does not exceed 43 characters
2025-04-28 07:48:47 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:48:47 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2025-04-28 07:48:47 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
0oaka2gpoymlyinwZ5d7
2025-04-28 07:48:47 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:48:47 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:48:47 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2025-04-28 07:48:47 INFO
CheckForUnexpectedClaimsInRequestObject
Skipped evaluation due to missing required element: authorization_request_object claims
path
claims
mapped
object
authorization_request_object
2025-04-28 07:48:47 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:48:47 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:48:47 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:48:47 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:48:47 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
szKsu787JQoNc300sQfU3crOoMBMd2EJ
2025-04-28 07:48:47 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
ZJZOiXD45iVqYHjqupYzVg
2025-04-28 07:48:47 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "9dc5932f-585b-4fdb-aeab-dd480b4fce7c"
}
2025-04-28 07:48:47 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "9dc5932f-585b-4fdb-aeab-dd480b4fce7c",
  "code": "szKsu787JQoNc300sQfU3crOoMBMd2EJ"
}
2025-04-28 07:48:47
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://oidc.arconnet.com/api/Oidc/callback?state=9dc5932f-585b-4fdb-aeab-dd480b4fce7c&code=szKsu787JQoNc300sQfU3crOoMBMd2EJ
2025-04-28 07:48:47 OUTGOING
oidcc-client-test
Response to HTTP request to test instance R5DH5cHEZ31zqQv
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://oidc.arconnet.com/api/Oidc/callback?state=9dc5932f-585b-4fdb-aeab-dd480b4fce7c&code=szKsu787JQoNc300sQfU3crOoMBMd2EJ]
outgoing_path
authorize
2025-04-28 07:48:49 INCOMING
oidcc-client-test
Incoming HTTP request to /test/a/ArconCI/token
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic MG9ha2EyZ3BveW1seWlud1o1ZDc6X1NESFBLS3h0YlE1NXJQdkZKVjNESUhOSTlWS0FmYkNKcHR6Smh6VjVFaWJkdHZZSmxYTlA2dlNsUEMtWkRLSg\u003d\u003d",
  "traceparent": "00-9b050f4127e3fbb31ea8554b1ee27159-8a6faf0e3ad2a216-00",
  "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": "szKsu787JQoNc300sQfU3crOoMBMd2EJ",
  "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=szKsu787JQoNc300sQfU3crOoMBMd2EJ&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:48:49
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2025-04-28 07:48:49 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
0oaka2gpoymlyinwZ5d7
client_secret
_SDHPKKxtbQ55rPvFJV3DIHNI9VKAfbCJptzJhzV5EibdtvYJlXNP6vSlPC-ZDKJ
method
client_secret_basic
2025-04-28 07:48:49 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2025-04-28 07:48:49 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
szKsu787JQoNc300sQfU3crOoMBMd2EJ
2025-04-28 07:48:49 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:48:49 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
Zinfn9EW8OmRGmBI14xe5ZI0DGupFML2IBMZ6OBbN99C1mdEbd
2025-04-28 07:48:49 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
rdaUNT1VMrDPBrZD6yrk1Q
2025-04-28 07:48:49 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/ArconCI/
sub
user-subject-1234531
aud
0oaka2gpoymlyinwZ5d7
nonce
51364629-2328-4270-b569-c1ca4eaaec19
iat
1745826529
exp
1745826829
2025-04-28 07:48:49 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
rdaUNT1VMrDPBrZD6yrk1Q
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/ArconCI/",
  "sub": "user-subject-1234531",
  "aud": "0oaka2gpoymlyinwZ5d7",
  "nonce": "51364629-2328-4270-b569-c1ca4eaaec19",
  "iat": 1745826529,
  "exp": 1745826829,
  "at_hash": "rdaUNT1VMrDPBrZD6yrk1Q"
}
2025-04-28 07:48:49 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:48:49 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIwMmRhZTUzNC1mYjI3LTQzOTgtODk5My1hZjNjOWVmM2I2NjIiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicmRhVU5UMVZNckRQQnJaRDZ5cmsxUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2ODI5LCJub25jZSI6IjUxMzY0NjI5LTIzMjgtNDI3MC1iNTY5LWMxY2E0ZWFhZWMxOSIsImlhdCI6MTc0NTgyNjUyOX0.Ga52lm1mKPO0xlFnHiDahElYfQoamz2nXRGrYQ0a8XTVrM6QBaAkOJ-W3ooZyxziFssdspsWYbFCYucFD7dPjV_6vgCRnfTjGskRUX4mRcMosAhR9D2ztqkH7tYXo9LXRQX22ytnXWDRpO5HGqOTud12yuVYcJYn0yEee4DyuALWibMKP_S8RG1deXXaX8FvlJ7ByzJjUDOHsIYhtIPxcSp5FmFpyh5BzcVGYNcVDsKun8Xx2-o8j_Gj9siU27chS7xqY014Y7clICOyTddz5afux5-fbyEGyFEOXynw1em1sM-_gYWiLfZuX-316mtEOF0qaQjF1clsiKZl7fgCGw
key
{"p":"yLTp_jVYQMNBDYOsMIVNi31u-_P15jTXUkmdfSi5UeyFvN1_vktlThGxfYqJOOX1erxpHDQmieumgrsKnz3JlS5zk5W4aCqPXns-tg5hS4j9-HQvbQkxFuY1WoPj8zBZ46WnHKKGO4JUmpXVOrS4jL4Kq5cLEj3eRpvsbUe2aFE","kty":"RSA","q":"08ZMRtUZm8L7BpksrYLfJeRunVZ7M3HJgEukzxpy6aqi98JS41d5L4Peud8drSwQBOJa5XDi1Zemvf21zu01zFsDSaiGGhgTQuca-lckfSpQDSnBS4TUPAq0gk7CBsFoNHgWUjUCK1Ce9LPED3Jk2B6XBRmsdaebTQ4JgmvD-z0","d":"GU0nb41dsXRgSOXVERPNZtYe1_FlydlRNyhkFZPC4zX8QcFqpHobKxYUbxh65eOfOGHiIkw93mUW3Z0VMRSp83MkDEaXC4ZLruXhhqtb9l65eK1m35zIGDpVvWOni-K2y07nNfLboLdViht6vtFYUmzIkSDiac552VpaOObMnCw42aUfhwyZ4c0w23vn8BggdoQUZib1lEcAhxvnGylzbAlVkIuJnrj17BbNNqKHmaH0fSBhqcjQYqasV1p_noi0HmH3vacAIQgGwgAvdV1yOIIZePEHR3ZbEoJ6qQhbVGkRcO6dkifysld0SybvtKgUbVby-yGJcZLUY91qWC7oQQ","e":"AQAB","use":"sig","kid":"02dae534-fb27-4398-8993-af3c9ef3b662","qi":"cPSz-5tnODSX02eSUPege0n4VHtkjFfED0duI0R1dANyKmI5dYe0wZWWoXSZ48UtXUg4lgd52K3sdDsJ_ElqCJ820TlxA6aZEUVv4inqI9MqdC0BrcFAHU7lvXnHkqe07tLDupjiFQvVAl4jzRVrUoVwfQ2_0L75VSwRBqqS8kk","dp":"rWIULgWZSsEiJnGUQ4o0tgbS5JcY2xjU1gJAKcoPZeVElyZl31c0mZ-RS9lst5l4WeH_j1zB2i2Xd6HrCCuRQ-2P7HPPjTUPC1i-kPmVNXKPq517Bt-E57pRZvM-7Wvci1skJQmFmkz5l11Oidtq_jKB9z-RUd3ecfLq6HCl9DE","dq":"KoPj6lB73KZvSOrValwcunm6r0GeaDyOzH_jLWTM7xY_s2fCxjtYa-6Yd05QoeR3rtNWljtsfp78baYSquE6bLVU2qPHkFOHAmZtJxb5j1tASPQ6BxQ6m3c2t_Zhw4NujSISsRxNPC7qSowQb11y22SAwxhdZB1q8zQ_OnyyEq0","n":"pgiUlr6XDXWSyI7hFXo00i5WO2yZ_FZPHdpMsa-tVPIRRS0MRo_leXUA-oMj0bg0MIbLEmODSNlM5HFfBuRD-4Q6vJM4bAB-C0R6O9nSkiCnHSrff0_XHXa1A_Uny_iVcV5RfAqZ8VzGB1t0t1Tz0XpsrttBdad0I-ROHHqrJytyB3ODGn6Zc8fSnHgp4YVsksMknSTirGkdy0eIWTtR9IjyzsKQQ3N860YrZuCAuGvusQNkagPq5KicGuxW61u6nW9UyYduFnKJcX-JHWNSenVRPH7JVN_wTPOH3IsSFcHvxPKVcJpKOYOioWyojMVlna-Q6DNhUjFd5ysHP3FGTQ"}
algorithm
RS256
2025-04-28 07:48:49 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:48:49 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
Zinfn9EW8OmRGmBI14xe5ZI0DGupFML2IBMZ6OBbN99C1mdEbd
token_type
Bearer
id_token
eyJraWQiOiIwMmRhZTUzNC1mYjI3LTQzOTgtODk5My1hZjNjOWVmM2I2NjIiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicmRhVU5UMVZNckRQQnJaRDZ5cmsxUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2ODI5LCJub25jZSI6IjUxMzY0NjI5LTIzMjgtNDI3MC1iNTY5LWMxY2E0ZWFhZWMxOSIsImlhdCI6MTc0NTgyNjUyOX0.Ga52lm1mKPO0xlFnHiDahElYfQoamz2nXRGrYQ0a8XTVrM6QBaAkOJ-W3ooZyxziFssdspsWYbFCYucFD7dPjV_6vgCRnfTjGskRUX4mRcMosAhR9D2ztqkH7tYXo9LXRQX22ytnXWDRpO5HGqOTud12yuVYcJYn0yEee4DyuALWibMKP_S8RG1deXXaX8FvlJ7ByzJjUDOHsIYhtIPxcSp5FmFpyh5BzcVGYNcVDsKun8Xx2-o8j_Gj9siU27chS7xqY014Y7clICOyTddz5afux5-fbyEGyFEOXynw1em1sM-_gYWiLfZuX-316mtEOF0qaQjF1clsiKZl7fgCGw
scope
openid email
2025-04-28 07:48:49 OUTGOING
oidcc-client-test
Response to HTTP request to test instance R5DH5cHEZ31zqQv
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "Zinfn9EW8OmRGmBI14xe5ZI0DGupFML2IBMZ6OBbN99C1mdEbd",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIwMmRhZTUzNC1mYjI3LTQzOTgtODk5My1hZjNjOWVmM2I2NjIiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicmRhVU5UMVZNckRQQnJaRDZ5cmsxUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2ODI5LCJub25jZSI6IjUxMzY0NjI5LTIzMjgtNDI3MC1iNTY5LWMxY2E0ZWFhZWMxOSIsImlhdCI6MTc0NTgyNjUyOX0.Ga52lm1mKPO0xlFnHiDahElYfQoamz2nXRGrYQ0a8XTVrM6QBaAkOJ-W3ooZyxziFssdspsWYbFCYucFD7dPjV_6vgCRnfTjGskRUX4mRcMosAhR9D2ztqkH7tYXo9LXRQX22ytnXWDRpO5HGqOTud12yuVYcJYn0yEee4DyuALWibMKP_S8RG1deXXaX8FvlJ7ByzJjUDOHsIYhtIPxcSp5FmFpyh5BzcVGYNcVDsKun8Xx2-o8j_Gj9siU27chS7xqY014Y7clICOyTddz5afux5-fbyEGyFEOXynw1em1sM-_gYWiLfZuX-316mtEOF0qaQjF1clsiKZl7fgCGw",
  "scope": "openid email"
}
outgoing_path
token
2025-04-28 07:48:49 INCOMING
oidcc-client-test
Incoming HTTP request to /test/a/ArconCI/jwks
incoming_headers
{
  "host": "www.certification.openid.net",
  "traceparent": "00-9b050f4127e3fbb31ea8554b1ee27159-0aba45e4a7f3ec3d-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:48:49 OUTGOING
oidcc-client-test
Response to HTTP request to test instance R5DH5cHEZ31zqQv
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "02dae534-fb27-4398-8993-af3c9ef3b662",
      "n": "pgiUlr6XDXWSyI7hFXo00i5WO2yZ_FZPHdpMsa-tVPIRRS0MRo_leXUA-oMj0bg0MIbLEmODSNlM5HFfBuRD-4Q6vJM4bAB-C0R6O9nSkiCnHSrff0_XHXa1A_Uny_iVcV5RfAqZ8VzGB1t0t1Tz0XpsrttBdad0I-ROHHqrJytyB3ODGn6Zc8fSnHgp4YVsksMknSTirGkdy0eIWTtR9IjyzsKQQ3N860YrZuCAuGvusQNkagPq5KicGuxW61u6nW9UyYduFnKJcX-JHWNSenVRPH7JVN_wTPOH3IsSFcHvxPKVcJpKOYOioWyojMVlna-Q6DNhUjFd5ysHP3FGTQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "63328a66-0d85-4fb5-a3bc-3748eebf69a6",
      "n": "tdHatj7NyW6VG9sUUFXcZMfeogv1aZMEO8-p6_9Za-YoZEXFCdgLGg0_8jMP7F9MxwdWB4h7a8k_g8xjus7BlSr7ky7eSqoxVdyy2cxBqjOLiFQ8yJtT3d7iGGHuI-qzBtKim9jaUeC8H2U7qQg8N-bkbga51XKnXRejLC5vipE7XlHMkplh-XgxEg8FBWQPYU-mSSzRwSJjDxc8Vubl6mZ6zcd9RV2PPJuoe288L8OGyyZPTK5fVNn52AYYnSbAhKfx1836J5nBTwcGS5NCrkBxBkIn0vU-zNdU2YaXPZen2jaRSit1sJ1AiclnF_6oamVT7--eOTwmHy3Qd-2nUQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "ef99bc7e-4e96-4067-9534-7202f81a90ec",
      "x": "Qk7JIkttVQN16uTXZl_nZ_TuqsQGUPLIaIYl8yOf8zw",
      "y": "t4MOMpeUsn_b44NQMmzfr-KicYY3PxgC9RQWVn22zNo"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "98329bc1-092a-4b68-84ea-568d97cf9a7c",
      "x": "FgkPl8NKVSMEpDfYuu0A7re68Nwm-6J8Ag8U3faqgqA",
      "y": "GiyKS3vjJ6M5CMU4kYuTovnZUgSD6UM1iGNnlhCVcNE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "a20d18cd-11bd-4fe7-ac72-15b594543b39",
      "x": "-IW63-oIcb_xkDd9SC6wJbgBftX4BIyWn1XQ5SVahYM",
      "y": "qC_r0WZjiAZMkQusMLWliKB4-bOsJmHlJNFkLaD4cNA"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "5a040e27-beb1-4cb3-9367-685cc8fd5f07",
      "x": "DRvSvmoZ3iuMDgxIdhQyQY89IPMKPvRVZpB6gNDs9Eg"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "5c81bdee-b7bb-4021-9607-c56fffe62674",
      "alg": "RSA-OAEP",
      "n": "224xmiNKhztyv2Pt4h0KwNOYZ1rdhQJG_N8P7326TpjPjfyRiDjGKNbOFDe-qwjL2pybxi0Lrg8HMeDfYnrafRjkpHdeCPzp5H0S4LMO2Z6qEea9ESgEFXQ54iVMZ9ju_mJFtXLg5hjb2p7c4vIMHi1wggAFUEgCCXAeYZtqbC8wKqzY_StqncWnDEp8Xi9nGUsdFCusaYpVh06AkyT_nMOqgiCkTDBMSt8-KLOoA0M-FcJVB0jZiI0xDe6I6lQQ2jyA0zzxDCeSG7g9XvZ-on6zNRN2gR3pC3THnXwbVHmC-xa88QPPuMkeuvckVOufwFzwIS10rCaYMa13ldx3DQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "beb0c8b3-b304-4b83-bca6-68f940643358",
      "x": "dZzO3Xs7g4znjkXVc_bYrXwqeU6XOZtsFoRBCPmM7L8",
      "y": "qC4IGLtfFUuaNfMnh1XHwY0sEd3xkEO9yWV5Mr1xH0g",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2025-04-28 07:48:49 INCOMING
oidcc-client-test
Incoming HTTP request to /test/a/ArconCI/userinfo
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Bearer Zinfn9EW8OmRGmBI14xe5ZI0DGupFML2IBMZ6OBbN99C1mdEbd",
  "traceparent": "00-9b050f4127e3fbb31ea8554b1ee27159-4bcf6be929706155-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:48:49 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
Zinfn9EW8OmRGmBI14xe5ZI0DGupFML2IBMZ6OBbN99C1mdEbd
2025-04-28 07:48:49 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
Zinfn9EW8OmRGmBI14xe5ZI0DGupFML2IBMZ6OBbN99C1mdEbd
2025-04-28 07:48:49 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2025-04-28 07:48:49
ClearAccessTokenFromRequest
Removed incoming access token from environment
2025-04-28 07:48:49 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:48:49 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:48:49 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:48:49 OUTGOING
oidcc-client-test
Response to HTTP request to test instance R5DH5cHEZ31zqQv
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:48:49 FINISHED
oidcc-client-test
Test has run to completion
testmodule_result
PASSED
2025-04-28 07:48:57
TEST-RUNNER
Alias has now been claimed by another test
alias
ArconCI
new_test_id
O7ooaxASToJENMv
Test Results