Test Summary

Test Results

Expand All Collapse All
All times are UTC
2025-04-28 07:51:48 INFO
TEST-RUNNER
Test instance RuCfRJGcaqBfjpf 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-userinfo-invalid-sub
2025-04-28 07:51:48 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:51:48
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:51:48
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "x2spuXtpTDuJytFiKXsWu9bqeej8NyJiqi8zOg9Lc-BiE2WermZckQfXNWcHS2tnpF4QsckVe5ocW3bEp3hvhpv4jAsblfHaL5K0SAm6EA13w7gj15Dquorl2kfVHriKwU2Wo-_8m2ODrCSJLJk7rtMsd-M-OxvIa09_rcqw-oU",
      "kty": "RSA",
      "q": "6hgXoUDmV0Cqt_InKwv1qyHHc8DmvTYhe5mLWp3vzWpgw4hoVZ0cLgqX_dmS3pvtR9wzsQhshEr8ATWvyx5USj-mKAv9ILdBjnot_LyhDG4ohyVs0EQRdmfVP6LeNqpwM0z3zwFrFgb5vgM0b1tPX3BY6YhzY7J71Em2FvSUiJc",
      "d": "QNxS5Q3u54wPsmwYLoOkqxzjcFQ1d43s7jqtZZpeysk6KSUGIEC9ZUayWbm9NCt6hyGz79cNabDmwT7N27Z-5n5y_YUi-Mu4i8Uol4aPla4J13wv6mJPkSCNYPlL9Y6W2c684WXpUr1bpitepOerOZ6i6ZHUB4_6_YzXGLyOsqft6APaezBpLhgck3Vpr3QP78MUR80xC75h91mVHig1PCYp1FexAsSXjRPl2sGhsahHZNNlDH1T8pVUH8FMs1i4oXwfJc6-RTQ3QhR7N47yZyx2CG1oFG3KnIw3Pf6vKLnein-PJImZ3YlfHDrd7q0BNmPdoZY6DWcmYTeWCV5_fQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "5c696eaf-2551-4871-9663-82d5f2a0e8bc",
      "qi": "qtTKx4NwUD6iFSV2vUTV8yWhWx6Ho7Hq-CRRDRg-gUgyi8z3mgUz3t9Tcdb55KfNZ4gSsvnSsNmBIkBc-0s5-0rVWVUtycTSp5_fzYR5wyH2ZpOnWl2PxZWIN0SiIQfZddeQ_-vVb14pvIVWaRM41xNy20NYygaahMP4xJizgZs",
      "dp": "mNhLH642c8aCg2Bew3pjX0-HYi8v-TYyt0v8EHkelM8bfNB7giJUuphu27B_B9BnnLS4SPvdqmHhcD0k11NY76xmITh2SUQYvjPMWBaUdK9N50Ygup2JO7cwG1DJSYWaXDSSzE4pqBPrHSrXtMYx13pl7_HNhdJyl8VUECl14l0",
      "dq": "bM0dznjXlh4cOrp1sfAxEoT0qrwxgieykDvhJRDa7-JNbxPrSj9nZY7O7dE-DfDy679Q1ytPJH2levp05jcGfivvEhXgZGBIO-xVi24wfBKHC6k9Vd8NLrc7ygPsvAOjenR_iNrj5qz_Tm025brOvVD-QiyFVQUTwKsx0qGCl6k",
      "n": "tlq4l7Hk8fhLDrglD3_Z2zGhB04FR6KzZUHAbWFBylovXsXQXMPUjgAjf8BKp-Raw24rHzpKaZM5-JUKTSz2V0_n-H1VgECAh6BqRWMWf-e_AJOuhL55bHpNlXgmVlCf56MTjiU_nERx98N5pacwRntpnMMge-xINrB6zEwwKMHjPUkDs8sQ21HHuL8P4zEN1SxhTftdvbG3BqbJm6AII6Q3LXomtK_JfCdapEEaipzDYtPVdF3bR4PUko11gwSh5RbfNJlVBeFRGXM5xACE1NU2WuSaedCvje3Xkf8mkvprmBpf22ZCQBtXB-iYYCKGsXFFvVVxZr7On5W2LF5scw"
    },
    {
      "kty": "EC",
      "d": "Lqv4DEwcpG--xbJRci5b4kX8Q2AhEH_mfW1vUtBv9mg",
      "use": "sig",
      "crv": "P-256",
      "kid": "cad2843d-e40c-4503-a2a0-d8e47cd621e3",
      "x": "esRctGd0wLaqHin-pMbmxY18UgpwoC7V4SBdA5koHMQ",
      "y": "kT-_WU3oxcQoWLYgSaOSC8WoFJp4iNhg0upXEsszD6U"
    },
    {
      "kty": "EC",
      "d": "g_eP-VKPCu2uVgoNTNMhNnLwFr_3lez98MrW-2GZwhQ",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "e242a376-bf3b-450b-a219-13e0b63c34f9",
      "x": "qjmUHessSD0yHzPgNlTof0kir63ZkEFpewcdnQckmSo",
      "y": "KMVjR3rdDeJu_mO21MA3ApHE4E9-5J5NSacEOCqCUyo"
    },
    {
      "kty": "OKP",
      "d": "80_MUpKXp_GilKEwRss8IER2tHWz57c0LVHzAxnJQNs",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "38f8d6e9-589d-4a89-ae6f-a2a76a267920",
      "x": "1Nk2bhXHXW7hNSHT9GDLnC08KS2pgUuETrSJiOnkOB8"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "-1MmPmfKQl2fzdGW44Zx6r9BUbjsPkD4rrrH1naQOtZNq8Aam8sATklsKRMHJuHn2EP3GUg9JkS7eUZ5GpX4Zv3kHQ6_Eya6-fEO2mbCAWmXF2lOwH6uuM8FAV2jgFuqjGj6jRec1Tl-KsVAsgdY-eIcOlHsnAWkqWEGmyRE3rk",
      "kty": "RSA",
      "q": "xX2xb_ZlMQ7aZLt5_7hiiKBZ4c0KQg7pZiZR058qZ9mqDRdWttbQ2vvJqSiJyJcNR6p7tz7AJlbjQsLa7dGABFH6Lhk2xgDKrN7rfs4M4m9TZQnNmyTzpuUPFl9eQYv_PTTxk04bhf2q7kwz6T-ZRTWnCyWoiFuwqYYPOEMdy08",
      "d": "DjIjrApyBUzn2_vdY_jfgbSR-f9hnzMHpQALai4jcGvJDOcsP554XDFLW09sipmEoMxyGK962bPqgVA9Dkq_wl8Tzu2-UOg1aXeiHmYiirk8PN764WP_44Mf8yYVX6ccMFYX3bId8QLqOU0qbk6ubbqA4f4Bkoa0QP73AOkPom5eSkmq0XD1Q_IpkIr-KEODShVZyDFVi88L2EQ2ym2pbKMKzsSjyn4gZEvqp-dNQzV_c8Sl5r6pbYvyrGGSte26YG6aFRHRhgwPKTQt_Zj9m-74yAHOwnp3giMVtNYDb37CJ1QyKMsmwbEUJTSFSeWXzoNkOM_IcFiNTJ4PFwuF6Q",
      "e": "AQAB",
      "use": "enc",
      "kid": "783bc2e4-0121-4030-8b7b-521b7a56df41",
      "qi": "bJaFYtqECUNMOlJg2aFGMhFZSzKC-CY51YV404JySxt_F8BRbxFKDNR2jNqyqMDd2l2TMTTgAX41oLJtfYjQ7Y15Bp8iUk2QSszbwkEBGH-IkShgga8lAbafFf5FiNNbRdn7cUDh1Ir4ZPQHWmoLMPHNLqvER2R6VKarhSgPsLQ",
      "dp": "k9lUlD3GtMgTLKdx1qPO_ERLDuJ0yCK8qT3kNfxF2Pcddj5q6N_BbEyxPnCdMniPRaCmCs9-ebbRewTEVamIGj6eJaH5MjEEqejvzffJhb8yTWl8FK3x53KSBT2q4-YJLNTNIJeVgbJy0IJ-Dr1X0Jj99ikfwqFnPuV_V2E8yrE",
      "alg": "RSA-OAEP",
      "dq": "V3Pih_7nLoMySJsQWiHvWCsRwkDGwxvRVQ-w-nIoGBa2C9gC6TJVCDOpSEQQR4hENDEVWb7q3c9qEZ0xz1APTVpz28gEjke5eDW6uMtLv1Wm6z4dEw-Y6ZXTSYfvuDzjSNpSA3X6ECqVb7LE5gvotlIc533ElKVtpJQd1z85SVc",
      "n": "weJiOhq7TF3Z5vbRLTpqyMKaldNutJ_hsuSFLHGCLVwG-OPCXqC-EW1RGPuXOMtUOtlXombH296dLm1wyJXqj0oWCKwRG1EHbM9LyRAindnMoS6WhSe75juQMWdkvMczUeFw9RbJq3xl6Pk8qFND6OVUuDYuLRhzAbEzt1c6ypO0NPOWvVmOF_eSDvnuYfF51X2Vt18G0KX23CRPjrltYUZNuze8Dwv5MqkwJVEjP86Pr-15qvNipw6YM-oqJe03-Jz-cqv2plbmxDSrnsKhbCqSKXdBAZGssWp8Fd9-mrdYrfkCjCYSwf7BiTVcGzg50Rx8MDoqwy09MsEyc9JuFw"
    },
    {
      "kty": "EC",
      "d": "84d3GHErmUiKb-9HC8XosC4UbC3A7p4F5gKrEy8J1U8",
      "use": "enc",
      "crv": "P-256",
      "kid": "210e7cd8-57ce-4ed7-807f-9a452a534011",
      "x": "CcDx8K1na5mG3BzyVSTOoqXkqGKukhU0iOoEqVckHd4",
      "y": "tX1yfC9NIPlKAhosCzpzxg2R6VNDbgIwMJ6aT06xbOc",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "5c696eaf-2551-4871-9663-82d5f2a0e8bc",
      "n": "tlq4l7Hk8fhLDrglD3_Z2zGhB04FR6KzZUHAbWFBylovXsXQXMPUjgAjf8BKp-Raw24rHzpKaZM5-JUKTSz2V0_n-H1VgECAh6BqRWMWf-e_AJOuhL55bHpNlXgmVlCf56MTjiU_nERx98N5pacwRntpnMMge-xINrB6zEwwKMHjPUkDs8sQ21HHuL8P4zEN1SxhTftdvbG3BqbJm6AII6Q3LXomtK_JfCdapEEaipzDYtPVdF3bR4PUko11gwSh5RbfNJlVBeFRGXM5xACE1NU2WuSaedCvje3Xkf8mkvprmBpf22ZCQBtXB-iYYCKGsXFFvVVxZr7On5W2LF5scw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "265e6f57-abca-47f4-9e82-8b5abf73ffc5",
      "n": "p0DrKwol7ohnUkQYL5ypWG1V8hzbzzn4cftLC4gHc2m46v4UhzI_gsn6W2FlvG4W_AknrH8vDIKIjkuJC7sC1KrV9Z935uiMLJHoYlji-bsFk19ZucGX70VjmqQPukHASFNhCe5Awy9EN_H45GxLVPYbK-suWLrqhGe8jNorlPJniq0p8ns7HcJZ6JC373h8sg3rL5t0LaxIG0owVZ21gwjVm-Uk9LF2b8ZhIVXJRahJWLnDC9gT_xMRqzvwK9-wkXBLBiQgcbvZfFRTPW_mVxgH9eekZhoe7y4WuG6UCegQFl8p-okpBIHweFnQukuAiMWifcWbuvFoGglOmIBCXw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "cad2843d-e40c-4503-a2a0-d8e47cd621e3",
      "x": "esRctGd0wLaqHin-pMbmxY18UgpwoC7V4SBdA5koHMQ",
      "y": "kT-_WU3oxcQoWLYgSaOSC8WoFJp4iNhg0upXEsszD6U"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "6bbaac3a-75ba-4155-8d41-4f2b3af1169a",
      "x": "rtjXmQQ-LTTWYAhyL2OszRSzz2ISKmIZ2Ho1LLR6nQk",
      "y": "ws9v6S2SBrmqMBm5NBkCggZMgW_f-yQfBqYQBMm5GYk"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "e242a376-bf3b-450b-a219-13e0b63c34f9",
      "x": "qjmUHessSD0yHzPgNlTof0kir63ZkEFpewcdnQckmSo",
      "y": "KMVjR3rdDeJu_mO21MA3ApHE4E9-5J5NSacEOCqCUyo"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "38f8d6e9-589d-4a89-ae6f-a2a76a267920",
      "x": "1Nk2bhXHXW7hNSHT9GDLnC08KS2pgUuETrSJiOnkOB8"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "783bc2e4-0121-4030-8b7b-521b7a56df41",
      "alg": "RSA-OAEP",
      "n": "weJiOhq7TF3Z5vbRLTpqyMKaldNutJ_hsuSFLHGCLVwG-OPCXqC-EW1RGPuXOMtUOtlXombH296dLm1wyJXqj0oWCKwRG1EHbM9LyRAindnMoS6WhSe75juQMWdkvMczUeFw9RbJq3xl6Pk8qFND6OVUuDYuLRhzAbEzt1c6ypO0NPOWvVmOF_eSDvnuYfF51X2Vt18G0KX23CRPjrltYUZNuze8Dwv5MqkwJVEjP86Pr-15qvNipw6YM-oqJe03-Jz-cqv2plbmxDSrnsKhbCqSKXdBAZGssWp8Fd9-mrdYrfkCjCYSwf7BiTVcGzg50Rx8MDoqwy09MsEyc9JuFw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "210e7cd8-57ce-4ed7-807f-9a452a534011",
      "x": "CcDx8K1na5mG3BzyVSTOoqXkqGKukhU0iOoEqVckHd4",
      "y": "tX1yfC9NIPlKAhosCzpzxg2R6VNDbgIwMJ6aT06xbOc",
      "alg": "ECDH-ES"
    }
  ]
}
2025-04-28 07:51:48 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2025-04-28 07:51:48 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2025-04-28 07:51:48 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:51:48 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:51:48 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:51:48 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2025-04-28 07:51:48 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2025-04-28 07:51:48 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://oidc.arconnet.com/api/Oidc/callback"
]
2025-04-28 07:51:48 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2025-04-28 07:51:48 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2025-04-28 07:51:48 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2025-04-28 07:51:48 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2025-04-28 07:51:48 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2025-04-28 07:51:48 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:51:48 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2025-04-28 07:51:48 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:51:48 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2025-04-28 07:51:48 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:51:48 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2025-04-28 07:51:48 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:51:48 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2025-04-28 07:51:48 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2025-04-28 07:51:48 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2025-04-28 07:51:48 SUCCESS
ValidateInitiateLoginUri
initiate_login_uri is valid
initiate_login_uri
https://oidc.arconnet.com/api/Oidc/initiate-login
2025-04-28 07:51:48 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2025-04-28 07:51:48 SUCCESS
OIDCCExtractServerSigningAlg
Using the default algorithm for the first key in server jwks
signing_algorithm
RS256
2025-04-28 07:51:48
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2025-04-28 07:51:48
oidcc-client-test-userinfo-invalid-sub
Setup Done
2025-04-28 07:51:55 INCOMING
oidcc-client-test-userinfo-invalid-sub
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": "c61ecfd9-66e2-4f14-b04e-e271c05b8ceb",
  "nonce": "b9025fb0-ae32-474a-bf1b-7b00e5885fd9"
}
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:51:55 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2025-04-28 07:51:55 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:51:55 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": "c61ecfd9-66e2-4f14-b04e-e271c05b8ceb",
  "nonce": "b9025fb0-ae32-474a-bf1b-7b00e5885fd9"
}
2025-04-28 07:51:55 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2025-04-28 07:51:55 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
b9025fb0-ae32-474a-bf1b-7b00e5885fd9
2025-04-28 07:51:55 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:51:55 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2025-04-28 07:51:55 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
0oaka2gpoymlyinwZ5d7
2025-04-28 07:51:55 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:51:55 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:51:55 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2025-04-28 07:51:55 INFO
CheckForUnexpectedClaimsInRequestObject
Skipped evaluation due to missing required element: authorization_request_object claims
path
claims
mapped
object
authorization_request_object
2025-04-28 07:51:55 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:51:55 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:51:55 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:51:55 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:51:55 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
c2ZweosfjdTrxWl3Gx8xHKspAtekDAF6
2025-04-28 07:51:55 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
oXGnvI8s0qhoUWFtdCI2pQ
2025-04-28 07:51:55 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "c61ecfd9-66e2-4f14-b04e-e271c05b8ceb"
}
2025-04-28 07:51:55 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "c61ecfd9-66e2-4f14-b04e-e271c05b8ceb",
  "code": "c2ZweosfjdTrxWl3Gx8xHKspAtekDAF6"
}
2025-04-28 07:51:55
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://oidc.arconnet.com/api/Oidc/callback?state=c61ecfd9-66e2-4f14-b04e-e271c05b8ceb&code=c2ZweosfjdTrxWl3Gx8xHKspAtekDAF6
2025-04-28 07:51:55 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance RuCfRJGcaqBfjpf
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://oidc.arconnet.com/api/Oidc/callback?state=c61ecfd9-66e2-4f14-b04e-e271c05b8ceb&code=c2ZweosfjdTrxWl3Gx8xHKspAtekDAF6]
outgoing_path
authorize
2025-04-28 07:51:56 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to /test/a/ArconCI/token
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic MG9ha2EyZ3BveW1seWlud1o1ZDc6X1NESFBLS3h0YlE1NXJQdkZKVjNESUhOSTlWS0FmYkNKcHR6Smh6VjVFaWJkdHZZSmxYTlA2dlNsUEMtWkRLSg\u003d\u003d",
  "traceparent": "00-208e36541d6556975a81a274693b873e-c6234cf6eaf154cc-00",
  "cookie": "JSESSIONID\u003d63C028490CD78A9D63484D337447BAAE",
  "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": "c2ZweosfjdTrxWl3Gx8xHKspAtekDAF6",
  "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=c2ZweosfjdTrxWl3Gx8xHKspAtekDAF6&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:51:56
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2025-04-28 07:51:56 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
0oaka2gpoymlyinwZ5d7
client_secret
_SDHPKKxtbQ55rPvFJV3DIHNI9VKAfbCJptzJhzV5EibdtvYJlXNP6vSlPC-ZDKJ
method
client_secret_basic
2025-04-28 07:51:56 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2025-04-28 07:51:56 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
c2ZweosfjdTrxWl3Gx8xHKspAtekDAF6
2025-04-28 07:51:56 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:51:56 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
eHm7Ar6sVwJcFitV0fNdSmgTmBqyBOfwLscQT5WdB3hmGZDRnV
2025-04-28 07:51:56 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
cnHs9oVIldOM-3rIfMUOOw
2025-04-28 07:51:56 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/ArconCI/
sub
user-subject-1234531
aud
0oaka2gpoymlyinwZ5d7
nonce
b9025fb0-ae32-474a-bf1b-7b00e5885fd9
iat
1745826716
exp
1745827016
2025-04-28 07:51:56 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
cnHs9oVIldOM-3rIfMUOOw
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/ArconCI/",
  "sub": "user-subject-1234531",
  "aud": "0oaka2gpoymlyinwZ5d7",
  "nonce": "b9025fb0-ae32-474a-bf1b-7b00e5885fd9",
  "iat": 1745826716,
  "exp": 1745827016,
  "at_hash": "cnHs9oVIldOM-3rIfMUOOw"
}
2025-04-28 07:51:56 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:51:56 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiI1YzY5NmVhZi0yNTUxLTQ4NzEtOTY2My04MmQ1ZjJhMGU4YmMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiY25IczlvVklsZE9NLTNySWZNVU9PdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI3MDE2LCJub25jZSI6ImI5MDI1ZmIwLWFlMzItNDc0YS1iZjFiLTdiMDBlNTg4NWZkOSIsImlhdCI6MTc0NTgyNjcxNn0.f0HWvbh8Gsirj7tmSGcvO2Mi8I7PpwC7BS3N2XY5LTygw7j1j_54rQ7kLtiegVg2mmXviFEFui2SVNiiIemAEqbFtg3z-BgldXnCVlwEFsS7Sqz0qyyBwhigwIZcEO0vkGp8-wHFpj74Xn9saHx32w62QrecopxgAwpuenYlFFkyeXCjMuEk4DX6SAPFz861M8BIxzeYZLMhDOxI5_YxRgESvwDvbiXu2P0wC9fecxVum02nciOZaKUQ5dBYUG6UWcn9ZUDsmTgJHNIKlCvsKXDJ8M_uLidvcdWdHxODQDd3eqlkrxHSHoPIlC2_kVaZK0AlwCMlbZ0M_lb_xh4brA
key
{"p":"x2spuXtpTDuJytFiKXsWu9bqeej8NyJiqi8zOg9Lc-BiE2WermZckQfXNWcHS2tnpF4QsckVe5ocW3bEp3hvhpv4jAsblfHaL5K0SAm6EA13w7gj15Dquorl2kfVHriKwU2Wo-_8m2ODrCSJLJk7rtMsd-M-OxvIa09_rcqw-oU","kty":"RSA","q":"6hgXoUDmV0Cqt_InKwv1qyHHc8DmvTYhe5mLWp3vzWpgw4hoVZ0cLgqX_dmS3pvtR9wzsQhshEr8ATWvyx5USj-mKAv9ILdBjnot_LyhDG4ohyVs0EQRdmfVP6LeNqpwM0z3zwFrFgb5vgM0b1tPX3BY6YhzY7J71Em2FvSUiJc","d":"QNxS5Q3u54wPsmwYLoOkqxzjcFQ1d43s7jqtZZpeysk6KSUGIEC9ZUayWbm9NCt6hyGz79cNabDmwT7N27Z-5n5y_YUi-Mu4i8Uol4aPla4J13wv6mJPkSCNYPlL9Y6W2c684WXpUr1bpitepOerOZ6i6ZHUB4_6_YzXGLyOsqft6APaezBpLhgck3Vpr3QP78MUR80xC75h91mVHig1PCYp1FexAsSXjRPl2sGhsahHZNNlDH1T8pVUH8FMs1i4oXwfJc6-RTQ3QhR7N47yZyx2CG1oFG3KnIw3Pf6vKLnein-PJImZ3YlfHDrd7q0BNmPdoZY6DWcmYTeWCV5_fQ","e":"AQAB","use":"sig","kid":"5c696eaf-2551-4871-9663-82d5f2a0e8bc","qi":"qtTKx4NwUD6iFSV2vUTV8yWhWx6Ho7Hq-CRRDRg-gUgyi8z3mgUz3t9Tcdb55KfNZ4gSsvnSsNmBIkBc-0s5-0rVWVUtycTSp5_fzYR5wyH2ZpOnWl2PxZWIN0SiIQfZddeQ_-vVb14pvIVWaRM41xNy20NYygaahMP4xJizgZs","dp":"mNhLH642c8aCg2Bew3pjX0-HYi8v-TYyt0v8EHkelM8bfNB7giJUuphu27B_B9BnnLS4SPvdqmHhcD0k11NY76xmITh2SUQYvjPMWBaUdK9N50Ygup2JO7cwG1DJSYWaXDSSzE4pqBPrHSrXtMYx13pl7_HNhdJyl8VUECl14l0","dq":"bM0dznjXlh4cOrp1sfAxEoT0qrwxgieykDvhJRDa7-JNbxPrSj9nZY7O7dE-DfDy679Q1ytPJH2levp05jcGfivvEhXgZGBIO-xVi24wfBKHC6k9Vd8NLrc7ygPsvAOjenR_iNrj5qz_Tm025brOvVD-QiyFVQUTwKsx0qGCl6k","n":"tlq4l7Hk8fhLDrglD3_Z2zGhB04FR6KzZUHAbWFBylovXsXQXMPUjgAjf8BKp-Raw24rHzpKaZM5-JUKTSz2V0_n-H1VgECAh6BqRWMWf-e_AJOuhL55bHpNlXgmVlCf56MTjiU_nERx98N5pacwRntpnMMge-xINrB6zEwwKMHjPUkDs8sQ21HHuL8P4zEN1SxhTftdvbG3BqbJm6AII6Q3LXomtK_JfCdapEEaipzDYtPVdF3bR4PUko11gwSh5RbfNJlVBeFRGXM5xACE1NU2WuSaedCvje3Xkf8mkvprmBpf22ZCQBtXB-iYYCKGsXFFvVVxZr7On5W2LF5scw"}
algorithm
RS256
2025-04-28 07:51:56 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:51:56 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
eHm7Ar6sVwJcFitV0fNdSmgTmBqyBOfwLscQT5WdB3hmGZDRnV
token_type
Bearer
id_token
eyJraWQiOiI1YzY5NmVhZi0yNTUxLTQ4NzEtOTY2My04MmQ1ZjJhMGU4YmMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiY25IczlvVklsZE9NLTNySWZNVU9PdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI3MDE2LCJub25jZSI6ImI5MDI1ZmIwLWFlMzItNDc0YS1iZjFiLTdiMDBlNTg4NWZkOSIsImlhdCI6MTc0NTgyNjcxNn0.f0HWvbh8Gsirj7tmSGcvO2Mi8I7PpwC7BS3N2XY5LTygw7j1j_54rQ7kLtiegVg2mmXviFEFui2SVNiiIemAEqbFtg3z-BgldXnCVlwEFsS7Sqz0qyyBwhigwIZcEO0vkGp8-wHFpj74Xn9saHx32w62QrecopxgAwpuenYlFFkyeXCjMuEk4DX6SAPFz861M8BIxzeYZLMhDOxI5_YxRgESvwDvbiXu2P0wC9fecxVum02nciOZaKUQ5dBYUG6UWcn9ZUDsmTgJHNIKlCvsKXDJ8M_uLidvcdWdHxODQDd3eqlkrxHSHoPIlC2_kVaZK0AlwCMlbZ0M_lb_xh4brA
scope
openid email
2025-04-28 07:51:56 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance RuCfRJGcaqBfjpf
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "eHm7Ar6sVwJcFitV0fNdSmgTmBqyBOfwLscQT5WdB3hmGZDRnV",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiI1YzY5NmVhZi0yNTUxLTQ4NzEtOTY2My04MmQ1ZjJhMGU4YmMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiY25IczlvVklsZE9NLTNySWZNVU9PdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI3MDE2LCJub25jZSI6ImI5MDI1ZmIwLWFlMzItNDc0YS1iZjFiLTdiMDBlNTg4NWZkOSIsImlhdCI6MTc0NTgyNjcxNn0.f0HWvbh8Gsirj7tmSGcvO2Mi8I7PpwC7BS3N2XY5LTygw7j1j_54rQ7kLtiegVg2mmXviFEFui2SVNiiIemAEqbFtg3z-BgldXnCVlwEFsS7Sqz0qyyBwhigwIZcEO0vkGp8-wHFpj74Xn9saHx32w62QrecopxgAwpuenYlFFkyeXCjMuEk4DX6SAPFz861M8BIxzeYZLMhDOxI5_YxRgESvwDvbiXu2P0wC9fecxVum02nciOZaKUQ5dBYUG6UWcn9ZUDsmTgJHNIKlCvsKXDJ8M_uLidvcdWdHxODQDd3eqlkrxHSHoPIlC2_kVaZK0AlwCMlbZ0M_lb_xh4brA",
  "scope": "openid email"
}
outgoing_path
token
2025-04-28 07:51:56 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to /test/a/ArconCI/jwks
incoming_headers
{
  "host": "www.certification.openid.net",
  "traceparent": "00-208e36541d6556975a81a274693b873e-577d5b010593a404-00",
  "cookie": "JSESSIONID\u003d63C028490CD78A9D63484D337447BAAE",
  "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:51:56 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance RuCfRJGcaqBfjpf
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "5c696eaf-2551-4871-9663-82d5f2a0e8bc",
      "n": "tlq4l7Hk8fhLDrglD3_Z2zGhB04FR6KzZUHAbWFBylovXsXQXMPUjgAjf8BKp-Raw24rHzpKaZM5-JUKTSz2V0_n-H1VgECAh6BqRWMWf-e_AJOuhL55bHpNlXgmVlCf56MTjiU_nERx98N5pacwRntpnMMge-xINrB6zEwwKMHjPUkDs8sQ21HHuL8P4zEN1SxhTftdvbG3BqbJm6AII6Q3LXomtK_JfCdapEEaipzDYtPVdF3bR4PUko11gwSh5RbfNJlVBeFRGXM5xACE1NU2WuSaedCvje3Xkf8mkvprmBpf22ZCQBtXB-iYYCKGsXFFvVVxZr7On5W2LF5scw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "265e6f57-abca-47f4-9e82-8b5abf73ffc5",
      "n": "p0DrKwol7ohnUkQYL5ypWG1V8hzbzzn4cftLC4gHc2m46v4UhzI_gsn6W2FlvG4W_AknrH8vDIKIjkuJC7sC1KrV9Z935uiMLJHoYlji-bsFk19ZucGX70VjmqQPukHASFNhCe5Awy9EN_H45GxLVPYbK-suWLrqhGe8jNorlPJniq0p8ns7HcJZ6JC373h8sg3rL5t0LaxIG0owVZ21gwjVm-Uk9LF2b8ZhIVXJRahJWLnDC9gT_xMRqzvwK9-wkXBLBiQgcbvZfFRTPW_mVxgH9eekZhoe7y4WuG6UCegQFl8p-okpBIHweFnQukuAiMWifcWbuvFoGglOmIBCXw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "cad2843d-e40c-4503-a2a0-d8e47cd621e3",
      "x": "esRctGd0wLaqHin-pMbmxY18UgpwoC7V4SBdA5koHMQ",
      "y": "kT-_WU3oxcQoWLYgSaOSC8WoFJp4iNhg0upXEsszD6U"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "6bbaac3a-75ba-4155-8d41-4f2b3af1169a",
      "x": "rtjXmQQ-LTTWYAhyL2OszRSzz2ISKmIZ2Ho1LLR6nQk",
      "y": "ws9v6S2SBrmqMBm5NBkCggZMgW_f-yQfBqYQBMm5GYk"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "e242a376-bf3b-450b-a219-13e0b63c34f9",
      "x": "qjmUHessSD0yHzPgNlTof0kir63ZkEFpewcdnQckmSo",
      "y": "KMVjR3rdDeJu_mO21MA3ApHE4E9-5J5NSacEOCqCUyo"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "38f8d6e9-589d-4a89-ae6f-a2a76a267920",
      "x": "1Nk2bhXHXW7hNSHT9GDLnC08KS2pgUuETrSJiOnkOB8"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "783bc2e4-0121-4030-8b7b-521b7a56df41",
      "alg": "RSA-OAEP",
      "n": "weJiOhq7TF3Z5vbRLTpqyMKaldNutJ_hsuSFLHGCLVwG-OPCXqC-EW1RGPuXOMtUOtlXombH296dLm1wyJXqj0oWCKwRG1EHbM9LyRAindnMoS6WhSe75juQMWdkvMczUeFw9RbJq3xl6Pk8qFND6OVUuDYuLRhzAbEzt1c6ypO0NPOWvVmOF_eSDvnuYfF51X2Vt18G0KX23CRPjrltYUZNuze8Dwv5MqkwJVEjP86Pr-15qvNipw6YM-oqJe03-Jz-cqv2plbmxDSrnsKhbCqSKXdBAZGssWp8Fd9-mrdYrfkCjCYSwf7BiTVcGzg50Rx8MDoqwy09MsEyc9JuFw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "210e7cd8-57ce-4ed7-807f-9a452a534011",
      "x": "CcDx8K1na5mG3BzyVSTOoqXkqGKukhU0iOoEqVckHd4",
      "y": "tX1yfC9NIPlKAhosCzpzxg2R6VNDbgIwMJ6aT06xbOc",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2025-04-28 07:51:57 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to /test/a/ArconCI/userinfo
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Bearer eHm7Ar6sVwJcFitV0fNdSmgTmBqyBOfwLscQT5WdB3hmGZDRnV",
  "traceparent": "00-208e36541d6556975a81a274693b873e-602101e8ac8a87f1-00",
  "cookie": "JSESSIONID\u003d63C028490CD78A9D63484D337447BAAE",
  "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:51:57 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
eHm7Ar6sVwJcFitV0fNdSmgTmBqyBOfwLscQT5WdB3hmGZDRnV
2025-04-28 07:51:57 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
eHm7Ar6sVwJcFitV0fNdSmgTmBqyBOfwLscQT5WdB3hmGZDRnV
2025-04-28 07:51:57 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2025-04-28 07:51:57
ChangeSubInUserInfoResponseToBeInvalid
Added invalid sub to userinfo endpoint output
sub
user-subject-1234531invalid
email
user@example.com
email_verified
false
2025-04-28 07:51:57
ClearAccessTokenFromRequest
Removed incoming access token from environment
2025-04-28 07:51:57 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:51:57 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:51:57 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:51:57 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance RuCfRJGcaqBfjpf
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531invalid",
  "email": "user@example.com",
  "email_verified": false
}
outgoing_path
userinfo
2025-04-28 07:51:57 FINISHED
oidcc-client-test-userinfo-invalid-sub
Test has run to completion
testmodule_result
PASSED
2025-04-28 07:52:24
TEST-RUNNER
Alias has now been claimed by another test
alias
ArconCI
new_test_id
yGrRRCmurzFZWgl
Test Results