Test Summary

Test Results

Expand All Collapse All
All times are UTC
2025-04-28 07:51:28 INFO
TEST-RUNNER
Test instance oyYcAEoyYG46McZ 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-sig-rs256
2025-04-28 07:51:28 SUCCESS
OIDCCGenerateServerConfigurationIdTokenSigningAlgRS256Only
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/ArconCI/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/ArconCI/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/ArconCI/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/ArconCI/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/ArconCI/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/ArconCI/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "client_secret_jwt",
    "private_key_jwt"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at",
    "txn"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2025-04-28 07:51:28
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/ArconCI/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/ArconCI/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/ArconCI/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/ArconCI/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/ArconCI/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/ArconCI/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at",
    "txn"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA",
    "Ed25519",
    "Ed448"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2025-04-28 07:51:29
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "4WVaTHkn7aWPcwv6SchJoZpKEu2WfjcwJz4m2Ify6THgY9xtom8Chz8f8JMtpBc8erLInqPnjMgYq-dSS-zjif8hV9SgqXh6_NxwU8lU913v5w9YgOz7PP4s9RQM-yFqJ5gt899pOsR_vGjiLroKCUawjGm2Q8iGHHguKBV372U",
      "kty": "RSA",
      "q": "0ErYNLWGwWLdtu3qrRdJZdqCXBnE7g1ZeLmAVkDQkdVuzsZz1BtARQHSxmkPrO7YhBiFEqPUU9bjV5mbZ4pR_VvI9fTGoydg1XHz8mPFJ3vvOzpTaErxQaE8wZMU0hBaV8nPASprHvLcrx2JaJ1B1VNMxCfpewd-SrH_dWkgDgc",
      "d": "QXQTdGDyMDqLl2CKvmC0VAf-sjfqBvFykP-NCUti3cXpKtgv0PNuXgAofqfZSivNR9E9jHtAABb-ubM0vhSK0sw-rMhS0x6gAqFCVVZ1qFyn5Zg3DQfPVBbHGT3zs5gwbrgx7Wb8WIfgGrWcxj8UANOqmM9BKyBjJnSzPpagWlY2HxT9LbrYnFwk_lzPrg9acC5YRMKBuFZgQwkRkZA8aQ144PdDOx0OAbOxFf_0sIs7URXCPgiOeADXclZJ_3o7QKjHYY-ClJmBJBSqC45mA0jeuUTcXMDvwMYwOq5xuiRvn1HoI6ao8EMbor9p4IgBRPC8XlDe53NSZAR6_8tKfQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "5b587155-145a-43a7-b6a5-e2904515fd88",
      "qi": "vfqPFN6X_tNjTzNvc8qVuf7i8QsL-Np0PHu-7F2Fq8Ji1gTqsQdrGdQF6-baU7qOU04UdOe4lDsoBfnfMRq9qjJMoNyBZ2lugu-Y8TeapCwSFA189nuPoBSe5NmoQ07kuyAulEnbfAl891yBhOGIXYTFfuy2DRIR-QnVI5Ntz3k",
      "dp": "BoONVoRx2PZd7O89roAxUJBK770aCk_B_oBXUw6qwH6Gg5xNNtKKeioi3CsEuKdLQiiEj8Eg4fqua9llkXgpI0XSSt2EPyGSPFiKjoFVCUkXs8_HuQIgSKT326VWsrNGhBpryY59VgtzvZgyYTNTMu1uEMDFWbQj3BLFErd8Hdk",
      "dq": "AjcZj43yrfHYO87R9R9PR4cIZeRcRM_diLwoUkKENVjYwdg4eSQFDfbUAAo0AXnU0arVF3qokm-xoUff8Dz3XENyorMEvc14aSy6FHTdLutRgwa-xlgtsq39UG25BfbojxB1ZCTIWN7qW-5rfLJXdeZZ5agrAoT04eR8vAnvLlc",
      "n": "t2Q_Bikloo1Nz1SsoObUY2cLyMIdyihei2GFuZ6r2qTCc0XGD4tHd7OXEmsG22WQxAYUCVr-SneULmeHqscEDDnTWKVY0J7GYoa_65ugfAGDYFzy3-dE48fNLGW6xTW2A266b-WTsp--XFCRj9O4h9dHnD_I8-gkzhXgAEh8TC_zd_cOa2XbRJB8caMk1tzfVtGjJ1Lpy5b3qmYNb_v1wPCPGH46-mcPBi19kmwGU6au2OL21iBowZsLOh0tTdR8QClW_UkHLpw2y41bKjZIIXQeGl1GgCrAzTcr2hH2s-rP5k2oJzJ5oUDfDgp_VVjQmOfy4McvyreNu1icfv8Rww"
    },
    {
      "kty": "EC",
      "d": "hF7PnUNR-ndTi37qOb1Q1zerycHxoHZoj4DhLJ1Mdkk",
      "use": "sig",
      "crv": "P-256",
      "kid": "e1eee93d-841f-4646-91c8-6b5fe6f4a4ae",
      "x": "o6KubF_9bNRFryE6WfoZCfEAnCWV8CV0ysyrwG5GIPQ",
      "y": "8A0c7lqBqRuCfgrqFKm9YWZbbo6Qj_gFRFtrEgsUN1c"
    },
    {
      "kty": "EC",
      "d": "vhTi2K7o_-yYbwxb1IOiLuHYLWq72gW3YcqUowjptqs",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "491ffbd7-d405-488a-ae1e-08dee0a1e4f5",
      "x": "Xl3BSYPTslflX-fSawTmfrKTKyn7AIAkEyH0HZy_l-w",
      "y": "XkItuQzpz9HQCyQttTSt11LR8av-LlurmwRZfjcxIFI"
    },
    {
      "kty": "OKP",
      "d": "LhUj31QTj1cET4W1h1534j6MgeSUybUKo5JonY5AdfA",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "19a1f93e-ef21-4d3a-a0e0-a0f793e66075",
      "x": "QS46NW76KbhjkgjgRsfM5GyRbcJ_MQ7XXBtyfIlv2O0"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "1R3lsxMeHqScEm_jnaKX76JGZaH8Ewgv9Dy3lHk9Rumkt8fjnyr-DmQaq5HZ3mzD-ghIS5jVtaNhKcX3i6FKIpKd03qcBchYn7i7Sitx2F1zugHC-oczpD7Mlq6njLObOx_mdmvhy9e4dPXzBNytzr1jRCEbQZJCKvotbXpvwpk",
      "kty": "RSA",
      "q": "_NWr-iN1mzcPvvEkfjNRs3W_klUg77diiUNDgCYor4jEKocRzC5fAYMpKYhfAM-HO5R54MThrv_smKEMDFrJNYUZu3JMRnrtJXLTCj0vdLn-gvigwMoptPPdxInThN91Pp83KdT09C7NAqRu1iTk8NXig9uiA_BZCH9EaBp3-2s",
      "d": "ESMpFrhacTySxsZK5VCYZ1niKuCeeZBD_Nt52M5lqyVf3CCEl-RzbrFXjkDlCB9E-kFVi-gtbM8643XjfUyDmwCZy5C03LYV-ICh7D70YvfOC2L80QR3L1dhl-GjDpKNWVG_bV0JFdk5nnSgfHk5lWVpVlg-gNQntZfI3c_c0R1M7JAFAyjGBzlKW53YXOq9GQwXRwPuWLMSouKZ9bCzPg94e29avQHf1LXsGs7aTQ0-ST7xdaiOR_uNlwtYbttaM1fY0saaQ3WfPy49dQFapIkzq24IXvM1yIwUlQyysd7sV5c040rn0vBQ-lCITou3G0qFfRjek3W_7NquEjR6gQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "405e4237-c84c-493b-b4d0-5c6ab82e9bd8",
      "qi": "xjsp8BdEs52yo3CPUg467y-XQeTtv3MJhwY9yvLAB7ob1TI-TJO4w5mAnHNVoG9bL10kPwUBa1CTmpXoHfjHR1NDb8LpzpV05YvMX3e8z7u6iL446v0OsT0o0bgDgI9GQfdqSst3P9CczF2QO83AqoDHeKzEuaY6PKpTK-TJcno",
      "dp": "y4pCV0Vq_tk4NmOmgGdJtRTHJ0oN9h9brWhP7P3eCFwddWjzfJETE6uHzVT_P--hPKusYIcXlOL1aXApfLIOm_Zrxg7T9LHj8qf8OFpF4N9gJ8aG8b8vEy7nNwKYA0mGeHF_KprejFD7WrmL4JjjZxB6PhdgcL-_ckx-FpFZLAE",
      "alg": "RSA-OAEP",
      "dq": "FhIs_hwEUzVeSYPRdLbUJf9cZtDJnEN89ZCKnvA10wT0YuYBlrphjsc9W6PM70wuePQAI6_sJ5OturEsVRPDxslEsslKgUiP1RoN9DHdJ6po3lQH7Gx5cZNsQ5Dohwvet0W80gkGDR7cxKNIDaeQ2LlDGdGddgyQKR67AP92g9s",
      "n": "0ntPJ5n2eye5ijjiPGzkXP3FHzjeVGCaJx9o_Cxy1SjT7yFtBWxktWLwPpUTPTtZ4l2jwPI_LwxEcml_MYLsBM64C0Ad0CpY-crEXCfyRnAe25Z2Z7CPuhQAu3QNDzzUbn5PBZZg26Yp0dvfC5ipk7fIhy0jXKAS4_Ut8REDgEzz0OEzUJHdKxY1Z5DvckV2wPS2e65Y8YkOGPzZJXmU5nMtSlhaq7hBuwTtUT-kUP9gJH5ee13FYiT1ktAjaaR5a96F1wC4Njey-k7XDyVQcdNZ_GPp_2bJczwQ0On6F_CIpM2f_Uda-wOLTbFt9d4-86-_6LPaQGo8bUmsv6FY8w"
    },
    {
      "kty": "EC",
      "d": "7v_GKo45LQRLjAC6MAzpeETSmYvSywLXsoyt2NGglr4",
      "use": "enc",
      "crv": "P-256",
      "kid": "86db6a14-0def-4aea-843b-e674c2490d70",
      "x": "DXN9RUBSLOtgzk5lDASlZ-C7E_6e-oJZRtNQRgQMJoU",
      "y": "48H6sGlJRrLsBIvcgtPIPyum63tJ9bfuAeArN4oK72o",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "5b587155-145a-43a7-b6a5-e2904515fd88",
      "n": "t2Q_Bikloo1Nz1SsoObUY2cLyMIdyihei2GFuZ6r2qTCc0XGD4tHd7OXEmsG22WQxAYUCVr-SneULmeHqscEDDnTWKVY0J7GYoa_65ugfAGDYFzy3-dE48fNLGW6xTW2A266b-WTsp--XFCRj9O4h9dHnD_I8-gkzhXgAEh8TC_zd_cOa2XbRJB8caMk1tzfVtGjJ1Lpy5b3qmYNb_v1wPCPGH46-mcPBi19kmwGU6au2OL21iBowZsLOh0tTdR8QClW_UkHLpw2y41bKjZIIXQeGl1GgCrAzTcr2hH2s-rP5k2oJzJ5oUDfDgp_VVjQmOfy4McvyreNu1icfv8Rww"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "b8b1fb7f-99c7-44e7-a7d2-c7d5c75764aa",
      "n": "uOl1ORApBHQOWEqBCYb0cQ2vSeGqqw4z2JlN0CqYhDdrz3lEycbRa0WWpiPwp2BSYHVNA1l6jHDVLqUzi69vpyrgO9z02ithGhKr6cNDOciiAJAFRQQqDzsryXD9WonM0eH33liXjF_1lfJvh3w9N5FkwybJ-qkKF45EURDxJwEmUH7JauO5OeCjZirEtpeUzQLLoVv15PP-xxKsgh2nrqCXdd7kPM6LDkXu4DYNEf8cTsz5LjVnChyN_Nh1z2jvegIq2W1IiEDFuPToLtT3GszJu3McPndtQ6HpUqd-lI0GXVo4jBg1kRtR3t3leg-uylIFpi-Kl4bHzp7he_hOfQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e1eee93d-841f-4646-91c8-6b5fe6f4a4ae",
      "x": "o6KubF_9bNRFryE6WfoZCfEAnCWV8CV0ysyrwG5GIPQ",
      "y": "8A0c7lqBqRuCfgrqFKm9YWZbbo6Qj_gFRFtrEgsUN1c"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "935ac3dd-7f30-42cf-a232-ceb312cd4c41",
      "x": "eOdBWqn-YhR7GiwSndaY7J3rcvSsR2e9kYezuGCR5Rk",
      "y": "KLmk45c_WriVNp5uFjzsBzwa3YW03tpwU0ICSghkHck"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "491ffbd7-d405-488a-ae1e-08dee0a1e4f5",
      "x": "Xl3BSYPTslflX-fSawTmfrKTKyn7AIAkEyH0HZy_l-w",
      "y": "XkItuQzpz9HQCyQttTSt11LR8av-LlurmwRZfjcxIFI"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "19a1f93e-ef21-4d3a-a0e0-a0f793e66075",
      "x": "QS46NW76KbhjkgjgRsfM5GyRbcJ_MQ7XXBtyfIlv2O0"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "405e4237-c84c-493b-b4d0-5c6ab82e9bd8",
      "alg": "RSA-OAEP",
      "n": "0ntPJ5n2eye5ijjiPGzkXP3FHzjeVGCaJx9o_Cxy1SjT7yFtBWxktWLwPpUTPTtZ4l2jwPI_LwxEcml_MYLsBM64C0Ad0CpY-crEXCfyRnAe25Z2Z7CPuhQAu3QNDzzUbn5PBZZg26Yp0dvfC5ipk7fIhy0jXKAS4_Ut8REDgEzz0OEzUJHdKxY1Z5DvckV2wPS2e65Y8YkOGPzZJXmU5nMtSlhaq7hBuwTtUT-kUP9gJH5ee13FYiT1ktAjaaR5a96F1wC4Njey-k7XDyVQcdNZ_GPp_2bJczwQ0On6F_CIpM2f_Uda-wOLTbFt9d4-86-_6LPaQGo8bUmsv6FY8w"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "86db6a14-0def-4aea-843b-e674c2490d70",
      "x": "DXN9RUBSLOtgzk5lDASlZ-C7E_6e-oJZRtNQRgQMJoU",
      "y": "48H6sGlJRrLsBIvcgtPIPyum63tJ9bfuAeArN4oK72o",
      "alg": "ECDH-ES"
    }
  ]
}
2025-04-28 07:51:29 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:29 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2025-04-28 07:51:29 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:29 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:29 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:29 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2025-04-28 07:51:29 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2025-04-28 07:51:29 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://oidc.arconnet.com/api/Oidc/callback"
]
2025-04-28 07:51:29 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2025-04-28 07:51:29 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2025-04-28 07:51:29 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2025-04-28 07:51:29 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2025-04-28 07:51:29 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2025-04-28 07:51:29 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:29 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2025-04-28 07:51:29 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:29 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2025-04-28 07:51:29 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:29 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2025-04-28 07:51:29 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:29 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2025-04-28 07:51:29 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:29 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:29 SUCCESS
ValidateInitiateLoginUri
initiate_login_uri is valid
initiate_login_uri
https://oidc.arconnet.com/api/Oidc/initiate-login
2025-04-28 07:51:29 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2025-04-28 07:51:29
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2025-04-28 07:51:29
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2025-04-28 07:51:29
oidcc-client-test-invalid-sig-rs256
Setup Done
2025-04-28 07:51:35 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to /test/a/ArconCI/authorize
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.7",
  "sec-fetch-site": "none",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "sec-ch-ua": "\"Google Chrome\";v\u003d\"135\", \"Not-A.Brand\";v\u003d\"8\", \"Chromium\";v\u003d\"135\"",
  "sec-ch-ua-mobile": "?0",
  "sec-ch-ua-platform": "\"Windows\"",
  "accept-encoding": "gzip, deflate, br, zstd",
  "accept-language": "en-US,en;q\u003d0.9",
  "cookie": "_gid\u003dGA1.2.1265047192.1745825002; _ga\u003dGA1.2.1650576532.1738752960; JSESSIONID\u003dAD623538DCDCDE27055B97879A488FDA; _ga_NF8HNLNJJE\u003dGS1.1.1745825002.5.1.1745825607.0.0.0",
  "connection": "close"
}
incoming_path
/test/a/ArconCI/authorize
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{
  "response_type": "code",
  "client_id": "0oaka2gpoymlyinwZ5d7",
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "scope": "openid email",
  "state": "fc3c7cab-3419-449a-a0bb-7b30f7158ea8",
  "nonce": "5f7ef665-a731-40d2-9c5b-6bf3391f5d48"
}
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:35 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2025-04-28 07:51:35 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:51:35 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": "fc3c7cab-3419-449a-a0bb-7b30f7158ea8",
  "nonce": "5f7ef665-a731-40d2-9c5b-6bf3391f5d48"
}
2025-04-28 07:51:35 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2025-04-28 07:51:35 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
5f7ef665-a731-40d2-9c5b-6bf3391f5d48
2025-04-28 07:51:35 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:35 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2025-04-28 07:51:35 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
0oaka2gpoymlyinwZ5d7
2025-04-28 07:51:35 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:35 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2025-04-28 07:51:35 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2025-04-28 07:51:35 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:35 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:35 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:35 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:35 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:35 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
p73FJvQEBp2w48wjjjMlXMsOE1jdr8Q3
2025-04-28 07:51:35 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
CyhTgKPUGla_ABBBJKx5Hw
2025-04-28 07:51:35 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "fc3c7cab-3419-449a-a0bb-7b30f7158ea8"
}
2025-04-28 07:51:35 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://oidc.arconnet.com/api/Oidc/callback",
  "state": "fc3c7cab-3419-449a-a0bb-7b30f7158ea8",
  "code": "p73FJvQEBp2w48wjjjMlXMsOE1jdr8Q3"
}
2025-04-28 07:51:35
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://oidc.arconnet.com/api/Oidc/callback?state=fc3c7cab-3419-449a-a0bb-7b30f7158ea8&code=p73FJvQEBp2w48wjjjMlXMsOE1jdr8Q3
2025-04-28 07:51:35 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance oyYcAEoyYG46McZ
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://oidc.arconnet.com/api/Oidc/callback?state=fc3c7cab-3419-449a-a0bb-7b30f7158ea8&code=p73FJvQEBp2w48wjjjMlXMsOE1jdr8Q3]
outgoing_path
authorize
2025-04-28 07:51:36 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to /test/a/ArconCI/token
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic MG9ha2EyZ3BveW1seWlud1o1ZDc6X1NESFBLS3h0YlE1NXJQdkZKVjNESUhOSTlWS0FmYkNKcHR6Smh6VjVFaWJkdHZZSmxYTlA2dlNsUEMtWkRLSg\u003d\u003d",
  "traceparent": "00-03bb41d045333b417e5c1bd26b4d70c8-9403b24073a6ad8f-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": "p73FJvQEBp2w48wjjjMlXMsOE1jdr8Q3",
  "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=p73FJvQEBp2w48wjjjMlXMsOE1jdr8Q3&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:36
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2025-04-28 07:51:36 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
0oaka2gpoymlyinwZ5d7
client_secret
_SDHPKKxtbQ55rPvFJV3DIHNI9VKAfbCJptzJhzV5EibdtvYJlXNP6vSlPC-ZDKJ
method
client_secret_basic
2025-04-28 07:51:36 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2025-04-28 07:51:36 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
p73FJvQEBp2w48wjjjMlXMsOE1jdr8Q3
2025-04-28 07:51:36 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:36 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
mMEoCQBJoLIW2j8Es1f0tdkgQ2ExU38Z0qRkhHaOqWO5N9x4cO
2025-04-28 07:51:36 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
UO-k4FsfjWL2Q3BAXScaiw
2025-04-28 07:51:36 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/ArconCI/
sub
user-subject-1234531
aud
0oaka2gpoymlyinwZ5d7
nonce
5f7ef665-a731-40d2-9c5b-6bf3391f5d48
iat
1745826696
exp
1745826996
2025-04-28 07:51:36 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
UO-k4FsfjWL2Q3BAXScaiw
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/ArconCI/",
  "sub": "user-subject-1234531",
  "aud": "0oaka2gpoymlyinwZ5d7",
  "nonce": "5f7ef665-a731-40d2-9c5b-6bf3391f5d48",
  "iat": 1745826696,
  "exp": 1745826996,
  "at_hash": "UO-k4FsfjWL2Q3BAXScaiw"
}
2025-04-28 07:51:36 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:36 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiI1YjU4NzE1NS0xNDVhLTQzYTctYjZhNS1lMjkwNDUxNWZkODgiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiVU8tazRGc2ZqV0wyUTNCQVhTY2FpdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2OTk2LCJub25jZSI6IjVmN2VmNjY1LWE3MzEtNDBkMi05YzViLTZiZjMzOTFmNWQ0OCIsImlhdCI6MTc0NTgyNjY5Nn0.tV6DfQ4VR42uY6oCkmLWEkjH4i8l-eFPFwOQzjNMGhJuVB54Cm94LPSHiHABS22ybR0WeA5Qge2Rc0JMa-W2E6egdXGTuD5SK0flxYFTk41QD5fLENgFcOcxFSxNYqSha5wqz2mE4xmKQ4djCyePbDdOvaB5nDNFwUNEuOlN7teqhl8Z8R3OiqBytFEg2QdBKTzaJoObwRGUGn9A4ZueOGW3XvMIiGdKw-YsaUBcwhpiH4K5LXuVFYrkKWTjOx98VIlKnP0BcuORKWxYdUPoLPL_oOpfXyVQ7fv8WeLi9JbXH3Of-Gk-nE5QWM8gfDx4oBuRT9tIh9kNhNfsRxnyVQ
key
{"p":"4WVaTHkn7aWPcwv6SchJoZpKEu2WfjcwJz4m2Ify6THgY9xtom8Chz8f8JMtpBc8erLInqPnjMgYq-dSS-zjif8hV9SgqXh6_NxwU8lU913v5w9YgOz7PP4s9RQM-yFqJ5gt899pOsR_vGjiLroKCUawjGm2Q8iGHHguKBV372U","kty":"RSA","q":"0ErYNLWGwWLdtu3qrRdJZdqCXBnE7g1ZeLmAVkDQkdVuzsZz1BtARQHSxmkPrO7YhBiFEqPUU9bjV5mbZ4pR_VvI9fTGoydg1XHz8mPFJ3vvOzpTaErxQaE8wZMU0hBaV8nPASprHvLcrx2JaJ1B1VNMxCfpewd-SrH_dWkgDgc","d":"QXQTdGDyMDqLl2CKvmC0VAf-sjfqBvFykP-NCUti3cXpKtgv0PNuXgAofqfZSivNR9E9jHtAABb-ubM0vhSK0sw-rMhS0x6gAqFCVVZ1qFyn5Zg3DQfPVBbHGT3zs5gwbrgx7Wb8WIfgGrWcxj8UANOqmM9BKyBjJnSzPpagWlY2HxT9LbrYnFwk_lzPrg9acC5YRMKBuFZgQwkRkZA8aQ144PdDOx0OAbOxFf_0sIs7URXCPgiOeADXclZJ_3o7QKjHYY-ClJmBJBSqC45mA0jeuUTcXMDvwMYwOq5xuiRvn1HoI6ao8EMbor9p4IgBRPC8XlDe53NSZAR6_8tKfQ","e":"AQAB","use":"sig","kid":"5b587155-145a-43a7-b6a5-e2904515fd88","qi":"vfqPFN6X_tNjTzNvc8qVuf7i8QsL-Np0PHu-7F2Fq8Ji1gTqsQdrGdQF6-baU7qOU04UdOe4lDsoBfnfMRq9qjJMoNyBZ2lugu-Y8TeapCwSFA189nuPoBSe5NmoQ07kuyAulEnbfAl891yBhOGIXYTFfuy2DRIR-QnVI5Ntz3k","dp":"BoONVoRx2PZd7O89roAxUJBK770aCk_B_oBXUw6qwH6Gg5xNNtKKeioi3CsEuKdLQiiEj8Eg4fqua9llkXgpI0XSSt2EPyGSPFiKjoFVCUkXs8_HuQIgSKT326VWsrNGhBpryY59VgtzvZgyYTNTMu1uEMDFWbQj3BLFErd8Hdk","dq":"AjcZj43yrfHYO87R9R9PR4cIZeRcRM_diLwoUkKENVjYwdg4eSQFDfbUAAo0AXnU0arVF3qokm-xoUff8Dz3XENyorMEvc14aSy6FHTdLutRgwa-xlgtsq39UG25BfbojxB1ZCTIWN7qW-5rfLJXdeZZ5agrAoT04eR8vAnvLlc","n":"t2Q_Bikloo1Nz1SsoObUY2cLyMIdyihei2GFuZ6r2qTCc0XGD4tHd7OXEmsG22WQxAYUCVr-SneULmeHqscEDDnTWKVY0J7GYoa_65ugfAGDYFzy3-dE48fNLGW6xTW2A266b-WTsp--XFCRj9O4h9dHnD_I8-gkzhXgAEh8TC_zd_cOa2XbRJB8caMk1tzfVtGjJ1Lpy5b3qmYNb_v1wPCPGH46-mcPBi19kmwGU6au2OL21iBowZsLOh0tTdR8QClW_UkHLpw2y41bKjZIIXQeGl1GgCrAzTcr2hH2s-rP5k2oJzJ5oUDfDgp_VVjQmOfy4McvyreNu1icfv8Rww"}
algorithm
RS256
2025-04-28 07:51:36
InvalidateIdTokenSignature
Made the id_token signature invalid
id_token
eyJraWQiOiI1YjU4NzE1NS0xNDVhLTQzYTctYjZhNS1lMjkwNDUxNWZkODgiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiVU8tazRGc2ZqV0wyUTNCQVhTY2FpdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2OTk2LCJub25jZSI6IjVmN2VmNjY1LWE3MzEtNDBkMi05YzViLTZiZjMzOTFmNWQ0OCIsImlhdCI6MTc0NTgyNjY5Nn0.7wTZJ1RPHdf0OfBYyDiMSBKduHV_o7sVTVnKlGkWQEg0DkQiUDUidq7d0ipbETfoN0dMIlQK27fLKRgWMb_sSf36LyvJ4mQIcR2_n9sJydcKVc2RSoJfKr1rT3YXOP77McZwlTPeuUPQGd05UX3VNm0U5_ojxmkfmxke4rMXtI3w3AVDq0eU0Poo7gt6g10bc2aAfNnBm0vOQCUau8HEYj_tBKlS0j0Qmbx2MxoGmEA4RdjjdyHPT9C-cz65YUUmDtMQxqdbKLnLczYCLxmydqil-rAFBX8Kt6GmA7i4rsyNRSnFojNkxhQKApV6JmYi-kHLFYES3YNX3o22HUOoDw
2025-04-28 07:51:36 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:36 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
mMEoCQBJoLIW2j8Es1f0tdkgQ2ExU38Z0qRkhHaOqWO5N9x4cO
token_type
Bearer
id_token
eyJraWQiOiI1YjU4NzE1NS0xNDVhLTQzYTctYjZhNS1lMjkwNDUxNWZkODgiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiVU8tazRGc2ZqV0wyUTNCQVhTY2FpdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2OTk2LCJub25jZSI6IjVmN2VmNjY1LWE3MzEtNDBkMi05YzViLTZiZjMzOTFmNWQ0OCIsImlhdCI6MTc0NTgyNjY5Nn0.7wTZJ1RPHdf0OfBYyDiMSBKduHV_o7sVTVnKlGkWQEg0DkQiUDUidq7d0ipbETfoN0dMIlQK27fLKRgWMb_sSf36LyvJ4mQIcR2_n9sJydcKVc2RSoJfKr1rT3YXOP77McZwlTPeuUPQGd05UX3VNm0U5_ojxmkfmxke4rMXtI3w3AVDq0eU0Poo7gt6g10bc2aAfNnBm0vOQCUau8HEYj_tBKlS0j0Qmbx2MxoGmEA4RdjjdyHPT9C-cz65YUUmDtMQxqdbKLnLczYCLxmydqil-rAFBX8Kt6GmA7i4rsyNRSnFojNkxhQKApV6JmYi-kHLFYES3YNX3o22HUOoDw
scope
openid email
2025-04-28 07:51:36 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance oyYcAEoyYG46McZ
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "mMEoCQBJoLIW2j8Es1f0tdkgQ2ExU38Z0qRkhHaOqWO5N9x4cO",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiI1YjU4NzE1NS0xNDVhLTQzYTctYjZhNS1lMjkwNDUxNWZkODgiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiVU8tazRGc2ZqV0wyUTNCQVhTY2FpdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiMG9ha2EyZ3BveW1seWlud1o1ZDciLCJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL0FyY29uQ0kvIiwiZXhwIjoxNzQ1ODI2OTk2LCJub25jZSI6IjVmN2VmNjY1LWE3MzEtNDBkMi05YzViLTZiZjMzOTFmNWQ0OCIsImlhdCI6MTc0NTgyNjY5Nn0.7wTZJ1RPHdf0OfBYyDiMSBKduHV_o7sVTVnKlGkWQEg0DkQiUDUidq7d0ipbETfoN0dMIlQK27fLKRgWMb_sSf36LyvJ4mQIcR2_n9sJydcKVc2RSoJfKr1rT3YXOP77McZwlTPeuUPQGd05UX3VNm0U5_ojxmkfmxke4rMXtI3w3AVDq0eU0Poo7gt6g10bc2aAfNnBm0vOQCUau8HEYj_tBKlS0j0Qmbx2MxoGmEA4RdjjdyHPT9C-cz65YUUmDtMQxqdbKLnLczYCLxmydqil-rAFBX8Kt6GmA7i4rsyNRSnFojNkxhQKApV6JmYi-kHLFYES3YNX3o22HUOoDw",
  "scope": "openid email"
}
outgoing_path
token
2025-04-28 07:51:36 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to /test/a/ArconCI/jwks
incoming_headers
{
  "host": "www.certification.openid.net",
  "traceparent": "00-03bb41d045333b417e5c1bd26b4d70c8-60702e9981159a5d-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:36 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance oyYcAEoyYG46McZ
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "5b587155-145a-43a7-b6a5-e2904515fd88",
      "n": "t2Q_Bikloo1Nz1SsoObUY2cLyMIdyihei2GFuZ6r2qTCc0XGD4tHd7OXEmsG22WQxAYUCVr-SneULmeHqscEDDnTWKVY0J7GYoa_65ugfAGDYFzy3-dE48fNLGW6xTW2A266b-WTsp--XFCRj9O4h9dHnD_I8-gkzhXgAEh8TC_zd_cOa2XbRJB8caMk1tzfVtGjJ1Lpy5b3qmYNb_v1wPCPGH46-mcPBi19kmwGU6au2OL21iBowZsLOh0tTdR8QClW_UkHLpw2y41bKjZIIXQeGl1GgCrAzTcr2hH2s-rP5k2oJzJ5oUDfDgp_VVjQmOfy4McvyreNu1icfv8Rww"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "b8b1fb7f-99c7-44e7-a7d2-c7d5c75764aa",
      "n": "uOl1ORApBHQOWEqBCYb0cQ2vSeGqqw4z2JlN0CqYhDdrz3lEycbRa0WWpiPwp2BSYHVNA1l6jHDVLqUzi69vpyrgO9z02ithGhKr6cNDOciiAJAFRQQqDzsryXD9WonM0eH33liXjF_1lfJvh3w9N5FkwybJ-qkKF45EURDxJwEmUH7JauO5OeCjZirEtpeUzQLLoVv15PP-xxKsgh2nrqCXdd7kPM6LDkXu4DYNEf8cTsz5LjVnChyN_Nh1z2jvegIq2W1IiEDFuPToLtT3GszJu3McPndtQ6HpUqd-lI0GXVo4jBg1kRtR3t3leg-uylIFpi-Kl4bHzp7he_hOfQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e1eee93d-841f-4646-91c8-6b5fe6f4a4ae",
      "x": "o6KubF_9bNRFryE6WfoZCfEAnCWV8CV0ysyrwG5GIPQ",
      "y": "8A0c7lqBqRuCfgrqFKm9YWZbbo6Qj_gFRFtrEgsUN1c"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "935ac3dd-7f30-42cf-a232-ceb312cd4c41",
      "x": "eOdBWqn-YhR7GiwSndaY7J3rcvSsR2e9kYezuGCR5Rk",
      "y": "KLmk45c_WriVNp5uFjzsBzwa3YW03tpwU0ICSghkHck"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "491ffbd7-d405-488a-ae1e-08dee0a1e4f5",
      "x": "Xl3BSYPTslflX-fSawTmfrKTKyn7AIAkEyH0HZy_l-w",
      "y": "XkItuQzpz9HQCyQttTSt11LR8av-LlurmwRZfjcxIFI"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "19a1f93e-ef21-4d3a-a0e0-a0f793e66075",
      "x": "QS46NW76KbhjkgjgRsfM5GyRbcJ_MQ7XXBtyfIlv2O0"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "405e4237-c84c-493b-b4d0-5c6ab82e9bd8",
      "alg": "RSA-OAEP",
      "n": "0ntPJ5n2eye5ijjiPGzkXP3FHzjeVGCaJx9o_Cxy1SjT7yFtBWxktWLwPpUTPTtZ4l2jwPI_LwxEcml_MYLsBM64C0Ad0CpY-crEXCfyRnAe25Z2Z7CPuhQAu3QNDzzUbn5PBZZg26Yp0dvfC5ipk7fIhy0jXKAS4_Ut8REDgEzz0OEzUJHdKxY1Z5DvckV2wPS2e65Y8YkOGPzZJXmU5nMtSlhaq7hBuwTtUT-kUP9gJH5ee13FYiT1ktAjaaR5a96F1wC4Njey-k7XDyVQcdNZ_GPp_2bJczwQ0On6F_CIpM2f_Uda-wOLTbFt9d4-86-_6LPaQGo8bUmsv6FY8w"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "86db6a14-0def-4aea-843b-e674c2490d70",
      "x": "DXN9RUBSLOtgzk5lDASlZ-C7E_6e-oJZRtNQRgQMJoU",
      "y": "48H6sGlJRrLsBIvcgtPIPyum63tJ9bfuAeArN4oK72o",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2025-04-28 07:51:41 FINISHED
oidcc-client-test-invalid-sig-rs256
Test has run to completion
testmodule_result
PASSED
2025-04-28 07:51:48
TEST-RUNNER
Alias has now been claimed by another test
alias
ArconCI
new_test_id
RuCfRJGcaqBfjpf
Test Results