Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-09-01 12:52:43 INFO
TEST-RUNNER
Test instance Ea3W8Q4A4eKjvFs created
baseUrl
https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code token",
  "request_type": "plain_http_request",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias

                                
description
test suite runner for openid-client
planId
l0lJMpv444Mye
config
{
  "description": "test suite runner for openid-client",
  "waitTimeoutSeconds": 2
}
testName
oidcc-client-test-invalid-sig-rs256
2020-09-01 12:52:43 SUCCESS
OIDCCGenerateServerConfigurationIdTokenSigningAlgRS256Only
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/",
  "authorization_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/token",
  "jwks_uri": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/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": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "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",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "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"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "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"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "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"
  ]
}
2020-09-01 12:52:43
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/",
  "authorization_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/token",
  "jwks_uri": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/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": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "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",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "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"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "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"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "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"
  ]
}
2020-09-01 12:52:43
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "5NR_h87UvnPNQECvKJZL8LtDKYnYyrH4knomKrRB9Fg1I0tHYhqGjvs3Y8oUVFwC-6Aigcr6WQrjmCMXVM1cFMDyUCB5BTbfJLmGQ9mXtmXzdbJ1bfnAuhJNViy-Z6dhI76KfjmV6soUJkDIakEwP8guUePSfk4Rzo9qwW7trws",
      "kty": "RSA",
      "q": "l-iCibYXFI57HQXTQBB1a4vnGhlTyPwRUkaY_HIej4WYBZa8GYd773fdj4ElNE90O_uef8TS9iEUG91E2FC-jNW1FwczXtvwD8m3BCkoc9hBVbmz7BSHyk9dsPxdqYgIH7fDpXFjoYytN7NrIS4Pza1EBZyM0hpjwj6NWNT0VbU",
      "d": "Rfno0LzjIrjj4S535-GVT8gh_d-NO9dBWHudBxJTIDZGO_iPawwkvt5XlVIKzmn9cWYf5YcQtHMYdO_JFLcN5vwJVHH4_P-xAbVhiFKZOg9ZOFIKKUA9ZFAE_X9bJexL1n8SICbP5Vbvjz0YELkHsew2ez9I-ZsaJ7-NYAgFIeflB5pzJmUQ-nW5GLcCmYbkhK0Hubb6J-Re3fHkX5NFNPgEb7Pxq6yFDU9MD7U_o4Ly_JdrnMxxngRC0hxeBcs47Tu-YSOKa2wJgYHtJzxaxw6aPI7UHCD0K5zr4yVP4ZcLwiFLTRxyDB3eKtnBXZeG2M2ljHJAG7h7TWtPNsYFcQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "60dcf662-ce19-4f24-a1dd-632e79dad924",
      "qi": "zxM3X8OFhNUrnX7Bo1E6BYswGzFdDZ5kbywmTerAkdgG3BIBdghXyn_IhxUubOevOINJyJGnt1fuhEqjExTvVWT-6p1Uo4f1cSp_7y9Tbp4LqZ9IFL4OR-CyFTIVID6H1a_INTBiNvr5jKvaiXyiB8OySzslLzBoGKp_WJQNN8A",
      "dp": "E8-6At4LWTnZaViwUYlBpePwmqYOmO3zoWrl5wiYNTl10EpyMbIuOC7TytXyEKOutm5UznvuVMs2jTNsj7D_6eQSlpFZKPRpOVq-nx01n1sQSv5aYF0hLHrtKyrQiVTaeifDAc6mhh9cwzsUnu5p6PvB1uEsljbYH9QW4Axkk6U",
      "dq": "Cg1__f8H3ftj2FLXXQj5zEkw3QBKFCXiO5CidSpULWlI2y3TetkFcZ58EhAY1zJe3c1T-t6am2ErBIELGkmVoppN5p06YA-r_k96BhN3Mttfz31_k6L0LYY9DAZXaG2xI_A0SVGMp1c461O7RjHXJ-RMeRaYFxtZ-LPNBNDq7nU",
      "n": "h8kse69R1_qXs9sj3sgOFBUOEXH6aqqlNQz5D-XCn3WNBDCoXAPwnuVaVVxeS83SF5XFezl05FUNWxiHQfXc5-VSThjP3EoGOd3543C5Kgq6P4sbqS8e8eWpmhHNYG0Khtn4JDVNLbpFz60aIj0YqB6BEI1wzyvqX6uCSyQ5nv4B9P0OavwZ1Lff_Bd_iAIAVPEV1KzuoPmeL_p1rCxAMiDZ7fo3NvglO-syMtfHpgNACJ43ZSSxOjtaAHHiwtKJo8mGNWCHavNiCJBM2v-bpb3U-1oYTP3MOiPgXiG-niTUBIpdM5s0JQf_aLPEIGGx7XvpAP_6yVVf2n7gS6dpxw"
    },
    {
      "kty": "EC",
      "d": "dVwKFLO0_Lei6EqMQHIEdA1Zhkw6sc06l84KhGkZcno",
      "use": "sig",
      "crv": "P-256",
      "kid": "722c9662-1194-4c49-ace3-51fab0da9321",
      "x": "Vw1O2tUQ1LDZ8_3ZmW_6LDARq4-Uay5-FWupQLE1jEA",
      "y": "rlJ-tyuZ5k_Hf_PPzGb1rUJWpbffExdQ_12LxVEqr9k"
    },
    {
      "kty": "EC",
      "d": "3tCCtW_P5vkswCoRZyA4cA3fXy1KQEx_kFJbaWD26EE",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "31a8dd03-9529-4ed0-9e9c-827aa28dbe60",
      "x": "C6Q0gVIdiUvZJH39_bpZKcffyAnaPzo-W8ck3sERhCI",
      "y": "nK0xeJaYTzgIBLAgCFYBwEVTS9kJ-1Cbc_68SxWJhoc"
    },
    {
      "kty": "OKP",
      "d": "gqymwrY0KdK_xQishCOuKjlCA7XnrNr4oKbPV9vYllg",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "3a1e6411-5b99-4c9a-a348-68d23ddc9e02",
      "x": "H-N2UwvIJARza5Ww_kFV1_hKbiqzTDsqppeR6PFyY9U"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "-wn479LuH0uJXx8WaM1uTOJS1jml-vvczFVXV_7uq21lwotr3T26Put9OdagZ8c9e8JSgCPtOaIFQOaqMVeGeaF_bft3rgEKB4p-JdRg0r9hnJRInk8M-SBG89Ze_ZVyO9cs27oX4nkmZCs39CRMAYv_sDGHj0IPSVE_N6nAoKk",
      "kty": "RSA",
      "q": "tKNBeCRloBFhoujV1UaF_XxaMK1I31KmVFM89vAPR6nfLORlKSMEmgUCZsc2-bn-iYs8VCbj87lf4-4ezYE8J2GGBeBejwwfIz_5WhWTX24vkbacP2J8X2ErWmAu5Kn10qtRFK_huWmxHPFdUq4r2bt135pCZ0RurwernSQKJp8",
      "d": "LBS1R99S2cpRKwxPXVaqZe-7kj9RIxKBSx0DBp8WUieqzCDA2PPQvXoAd1C7qjpFsBbburCW9O_Ji1GX4e-MvrvQcCSy3YHYsGaKIQWFtWZL-CNH8WK4WkePTsal67lfVE2ewCwfySSkBTp0a_PKEnmJgYTP_vhty2aeEdqKo1AJlC_V_KQI7S4GEgxwGjJC3CnSWwGT-vxN-Ab9bxNBtaudbwTPlFvoJsAfbtchFrIhrrL79vfowDizWg_TeqZxTRl25mb46LEmBi-3sEQ5zAU-zPKBR2rn3x6meLpmgCJj-sl4YiHWzqIOxWKWVUzPfdfLJA05P1xEV7MePzAPcQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "0668eee1-551a-4cff-8d58-1890a730d101",
      "qi": "MLM4j4S0wnTA9jdm5E6AmmsbFfKstYOhZD2gUhOCaTixDl3T81h2YFhQ3FIH1xVC5M0_FCSDHNGF1Jle2tpJSmF0lfxmOAnIB5xM4AwTeX87Ij-cNZiEum4vZTHql7zWc79T8D2To0adPVRXs2eY2YUCtq1ZC7qiqSXRdHDRruk",
      "dp": "9k3xhfRxmBj33nFU_lzY5OyGFBQZyyhEmeL9wKOrLl02o2tB2J-Q1d0dT5tKZKgypfOiGIGnZo2WE_h9cc4LbdlLevBomzv_yChU3u8CVKRbtFI08cZj1yaZFvL03l875oSXSbrLZnQxe8R_sLXQMRBYPVpLQ_6vmuLxYL7X9Yk",
      "alg": "RSA-OAEP",
      "dq": "XEFQy4pTOMgHxIsDwtQs1IRxD5FAuYXdmw2UAk4ij6graiMPo03WKM9MJa-y3SHn5Nluq0_ddfmEBsXzh2NslHRTXab0xDwdnwQqVp7UUJXWx6Wq8Rhcit32pUagTHqdKMYEN_uH3gkjwrNmxTZdAOujzNpc9Z7WpJ_XPv9MC-M",
      "n": "sSMalXmVX4CWhdrGBqfruqdCCU51ezr6lB7Mpltm4Yg_eZCpbV7R4yEimdEM5vZoa9CHpSbQEe__K3N4HuHreRQgRaYqwu9JMsRoSHOCSFzSQCAl_zG1NFj-o7-3dHmqytmDHNFFEgLP8yrc1GnECssV6edhNQvc9kI7f5v8w6GiruYFxio4-EjhCYwuG8bpasHpc7uWLOzocAXd2rz6Fy4hIJUmmzFJFo1RZNrZSObjDL2JrzJODjyHh38idGSyvfeXnTRUj137jHHItzRhpi6yKjPHErf4TM603FusUlnSSJ_s7Es3RtQix89dxOiKf2hEJoW_yK2W9qmIERbe9w"
    },
    {
      "kty": "EC",
      "d": "8DKAuMs0VRqGcvC1A-VJqbNonq7_TMCi2562LdsSSvI",
      "use": "enc",
      "crv": "P-256",
      "kid": "3410ad10-d6e6-4133-ad5c-789937afa151",
      "x": "Qe3fUdZWxuItfqOBd8g6klJKu5JBDVjWXjz70PjoxxE",
      "y": "HAgzOeruxjmaq2qTuDoOFFWi9FknnlMwO2XZsa-NXDY",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "60dcf662-ce19-4f24-a1dd-632e79dad924",
      "n": "h8kse69R1_qXs9sj3sgOFBUOEXH6aqqlNQz5D-XCn3WNBDCoXAPwnuVaVVxeS83SF5XFezl05FUNWxiHQfXc5-VSThjP3EoGOd3543C5Kgq6P4sbqS8e8eWpmhHNYG0Khtn4JDVNLbpFz60aIj0YqB6BEI1wzyvqX6uCSyQ5nv4B9P0OavwZ1Lff_Bd_iAIAVPEV1KzuoPmeL_p1rCxAMiDZ7fo3NvglO-syMtfHpgNACJ43ZSSxOjtaAHHiwtKJo8mGNWCHavNiCJBM2v-bpb3U-1oYTP3MOiPgXiG-niTUBIpdM5s0JQf_aLPEIGGx7XvpAP_6yVVf2n7gS6dpxw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "7c97e5e6-a1a8-4ff0-8f4d-93d7b91f1303",
      "n": "xuV1_lxMCJBZ-AQ1xDb011uvj64InM0Tl1VXp633YRV00eB0jXWTeginlYJ1FR4gBwgGnghaB5dujVLZHo1BJ-GV6G1uM_K0Slm-_GNkVKuJFE1BWFeXvet1PlHbKuDhX7OX5RdxbY7z5w2Gf0BwMIl8RGhKUp3467olFd0egcR0uKVrZNLWKm1lgE7RLsxQebYUP3CV440UnfXaxhMTja5T79tD4OzrulVaxENKoHMxoV3lYiWgcceE7b7PglKHoLrhKFFs6uy9fE0v_uQLMFUa7-k4vUJAlTGHgZGaOt9KI3HjdrbPps3gVdn1syWYeUuLS5Qfd9NxiwchVe729w"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "722c9662-1194-4c49-ace3-51fab0da9321",
      "x": "Vw1O2tUQ1LDZ8_3ZmW_6LDARq4-Uay5-FWupQLE1jEA",
      "y": "rlJ-tyuZ5k_Hf_PPzGb1rUJWpbffExdQ_12LxVEqr9k"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "79e81d20-3ea4-4bb7-9583-45f9aebec050",
      "x": "HlPd751VktOS4frof1xXZNaKEADo-gSQzvirBx255nw",
      "y": "lhc1ybYe3u3OGCwLWYgZHe27fTVSFBGZhPkTBDx_cGY"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "31a8dd03-9529-4ed0-9e9c-827aa28dbe60",
      "x": "C6Q0gVIdiUvZJH39_bpZKcffyAnaPzo-W8ck3sERhCI",
      "y": "nK0xeJaYTzgIBLAgCFYBwEVTS9kJ-1Cbc_68SxWJhoc"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "3a1e6411-5b99-4c9a-a348-68d23ddc9e02",
      "x": "H-N2UwvIJARza5Ww_kFV1_hKbiqzTDsqppeR6PFyY9U"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "0668eee1-551a-4cff-8d58-1890a730d101",
      "alg": "RSA-OAEP",
      "n": "sSMalXmVX4CWhdrGBqfruqdCCU51ezr6lB7Mpltm4Yg_eZCpbV7R4yEimdEM5vZoa9CHpSbQEe__K3N4HuHreRQgRaYqwu9JMsRoSHOCSFzSQCAl_zG1NFj-o7-3dHmqytmDHNFFEgLP8yrc1GnECssV6edhNQvc9kI7f5v8w6GiruYFxio4-EjhCYwuG8bpasHpc7uWLOzocAXd2rz6Fy4hIJUmmzFJFo1RZNrZSObjDL2JrzJODjyHh38idGSyvfeXnTRUj137jHHItzRhpi6yKjPHErf4TM603FusUlnSSJ_s7Es3RtQix89dxOiKf2hEJoW_yK2W9qmIERbe9w"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "3410ad10-d6e6-4133-ad5c-789937afa151",
      "x": "Qe3fUdZWxuItfqOBd8g6klJKu5JBDVjWXjz70PjoxxE",
      "y": "HAgzOeruxjmaq2qTuDoOFFWi9FknnlMwO2XZsa-NXDY",
      "alg": "ECDH-ES"
    }
  ]
}
2020-09-01 12:52:43 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-09-01 12:52:43 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-09-01 12:52:43 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/",
  "updated_at": "1580000000"
}
2020-09-01 12:52:43 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-09-01 12:52:43
oidcc-client-test-invalid-sig-rs256
Setup Done
2020-09-01 12:52:44 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance Ea3W8Q4A4eKjvFs
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "accept": "application/json",
  "accept-encoding": "gzip, deflate",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
Discovery endpoint
2020-09-01 12:52:44 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance Ea3W8Q4A4eKjvFs
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/",
  "authorization_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/token",
  "jwks_uri": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/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": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "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",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "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"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "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"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "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"
  ]
}
outgoing_path
.well-known/openid-configuration
2020-09-01 12:52:44 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance Ea3W8Q4A4eKjvFs
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "accept": "application/json",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "217",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
register
incoming_body_form_params
incoming_method
POST
incoming_body_json
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "id_token_signed_response_alg": "RS256"
}
incoming_query_string_params
{}
incoming_body
{"token_endpoint_auth_method":"client_secret_basic","response_types":["code token"],"grant_types":["authorization_code","implicit"],"redirect_uris":["https://rp.example.com/cb"],"id_token_signed_response_alg":"RS256"}
Registration endpoint
2020-09-01 12:52:44 SUCCESS
OIDCCExtractDynamicRegistrationRequest
Extracted dynamic client registration request
request
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "id_token_signed_response_alg": "RS256"
}
2020-09-01 12:52:44 INFO
EnsureRegistrationRequestContainsAtLeastOneContact
This application requires that registration requests contain at least one contact.
2020-09-01 12:52:44 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code",
  "implicit"
]
response_types
[
  "code token"
]
2020-09-01 12:52:44 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://rp.example.com/cb"
]
2020-09-01 12:52:44 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-09-01 12:52:44 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-09-01 12:52:44 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-09-01 12:52:44 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-09-01 12:52:44 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-09-01 12:52:44 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
RS256
2020-09-01 12:52:44 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-09-01 12:52:44 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2020-09-01 12:52:44 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-09-01 12:52:44 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2020-09-01 12:52:44 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-09-01 12:52:44 INFO
ValidateTokenEndpointAuthSigningAlg
Skipped evaluation due to missing required element: client token_endpoint_auth_signing_alg
path
token_endpoint_auth_signing_alg
mapped
object
client
2020-09-01 12:52:44 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-09-01 12:52:44 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-09-01 12:52:44 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-09-01 12:52:44 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-09-01 12:52:44 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-09-01 12:52:44 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-09-01 12:52:44 SUCCESS
OIDCCRegisterClient
Registered client
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "id_token_signed_response_alg": "RS256",
  "client_id": "client_VKhnJbvATaIsRIQ16916$-`;+"
}
2020-09-01 12:52:44
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_bkiXoHceQSVvawxkfOwRqMZPiwCpWbKNLSsLiNQAZKbgcVSgzH0199353781?,~"!
2020-09-01 12:52:44 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-09-01 12:52:44
SetClientIdTokenSignedResponseAlgToRS256
Set id_token_signed_response_alg to RS256 for the registered client
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "id_token_signed_response_alg": "RS256",
  "client_id": "client_VKhnJbvATaIsRIQ16916$-`;+",
  "client_secret": "secret_bkiXoHceQSVvawxkfOwRqMZPiwCpWbKNLSsLiNQAZKbgcVSgzH0199353781?,~\"!"
}
2020-09-01 12:52:44 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "id_token_signed_response_alg": "RS256",
  "client_id": "client_VKhnJbvATaIsRIQ16916$-`;+",
  "client_secret": "secret_bkiXoHceQSVvawxkfOwRqMZPiwCpWbKNLSsLiNQAZKbgcVSgzH0199353781?,~\"!"
}
2020-09-01 12:52:44 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-09-01 12:52:44
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2020-09-01 12:52:44
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2020-09-01 12:52:44 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance Ea3W8Q4A4eKjvFs
outgoing_status_code
201
outgoing_headers
{}
outgoing_body
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "id_token_signed_response_alg": "RS256",
  "client_id": "client_VKhnJbvATaIsRIQ16916$-`;+",
  "client_secret": "secret_bkiXoHceQSVvawxkfOwRqMZPiwCpWbKNLSsLiNQAZKbgcVSgzH0199353781?,~\"!"
}
outgoing_path
register
2020-09-01 12:52:44 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance Ea3W8Q4A4eKjvFs
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "got/9.6.0 (https://github.com/sindresorhus/got)",
  "accept-encoding": "gzip, deflate",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
authorize
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{
  "client_id": "client_VKhnJbvATaIsRIQ16916$-`;+",
  "scope": "openid",
  "response_type": "code token",
  "redirect_uri": "https://rp.example.com/cb",
  "state": "WLJspd6kc5CcF7Xg_uWOWB5m5PiLIXjxMVrhdDD4Qh4",
  "response_mode": "form_post"
}
incoming_body
Authorization endpoint
2020-09-01 12:52:44 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2020-09-01 12:52:44 SUCCESS
OIDCCEnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid"
]
expected
openid
2020-09-01 12:52:44 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client_VKhnJbvATaIsRIQ16916$-`;+",
  "scope": "openid",
  "response_type": "code token",
  "redirect_uri": "https://rp.example.com/cb",
  "state": "WLJspd6kc5CcF7Xg_uWOWB5m5PiLIXjxMVrhdDD4Qh4",
  "response_mode": "form_post"
}
2020-09-01 12:52:44 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid
2020-09-01 12:52:44 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2020-09-01 12:52:44 SUCCESS
EnsureResponseTypeIsCodeToken
Response type is expected value
expected
code token
2020-09-01 12:52:44 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_VKhnJbvATaIsRIQ16916$-`;+
2020-09-01 12:52:44 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://rp.example.com/cb
expected
[
  "https://rp.example.com/cb"
]
2020-09-01 12:52:44 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid"
]
expected
openid
2020-09-01 12:52:44 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2020-09-01 12:52:44 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
rfhtdr96bq
2020-09-01 12:52:44 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
DF_h6pBJCuwUX8h_RdDiGA
2020-09-01 12:52:44 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
ubz0RVdpTepc2L533uVw82mZYf4ABQmIfIPTb6eYYU2WBQ2JZT
2020-09-01 12:52:44 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
3TFgTYILBb6wZa4vq4h4hw
2020-09-01 12:52:44 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "WLJspd6kc5CcF7Xg_uWOWB5m5PiLIXjxMVrhdDD4Qh4"
}
2020-09-01 12:52:44 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "WLJspd6kc5CcF7Xg_uWOWB5m5PiLIXjxMVrhdDD4Qh4",
  "code": "rfhtdr96bq"
}
2020-09-01 12:52:44
AddTokenToAuthorizationEndpointResponseParams
Added token and token_type to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "WLJspd6kc5CcF7Xg_uWOWB5m5PiLIXjxMVrhdDD4Qh4",
  "code": "rfhtdr96bq",
  "access_token": "ubz0RVdpTepc2L533uVw82mZYf4ABQmIfIPTb6eYYU2WBQ2JZT",
  "token_type": "Bearer"
}
2020-09-01 12:52:44 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance Ea3W8Q4A4eKjvFs
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://rp.example.com/cb, formParameters={"state":"WLJspd6kc5CcF7Xg_uWOWB5m5PiLIXjxMVrhdDD4Qh4","code":"rfhtdr96bq","access_token":"ubz0RVdpTepc2L533uVw82mZYf4ABQmIfIPTb6eYYU2WBQ2JZT","token_type":"Bearer"}}]
outgoing_path
authorize
2020-09-01 12:52:45 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance Ea3W8Q4A4eKjvFs
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "authorization": "Basic Y2xpZW50X1ZLaG5KYnZBVGFJc1JJUTE2OTE2JTI0LSU2MCUzQiUyQjpzZWNyZXRfYmtpWG9IY2VRU1Z2YXd4a2ZPd1JxTVpQaXdDcFdiS05MU3NMaU5RQVpLYmdjVlNnekgwMTk5MzUzNzgxJTNGJTJDfiUyMiE\u003d",
  "accept": "application/json",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/x-www-form-urlencoded",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "92",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
token
incoming_body_form_params
{
  "grant_type": "authorization_code",
  "code": "rfhtdr96bq",
  "redirect_uri": "https://rp.example.com/cb"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
grant_type=authorization_code&code=rfhtdr96bq&redirect_uri=https%3A%2F%2Frp.example.com%2Fcb
Token endpoint
2020-09-01 12:52:45 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_VKhnJbvATaIsRIQ16916$-`;+
client_secret
secret_bkiXoHceQSVvawxkfOwRqMZPiwCpWbKNLSsLiNQAZKbgcVSgzH0199353781?,~"!
method
client_secret_basic
2020-09-01 12:52:45 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2020-09-01 12:52:45 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
rfhtdr96bq
2020-09-01 12:52:45 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://rp.example.com/cb
2020-09-01 12:52:45 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
wnHsO58cNsOSK2R7TJbNQbpK04tKEDwkwT60eibSl50oQ8UTAP
2020-09-01 12:52:45 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
oaB7dsAhTifwYOaPTfljkA
2020-09-01 12:52:45 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/
sub
user-subject-1234531
aud
client_VKhnJbvATaIsRIQ16916$-`;+
iat
1598964765
exp
1598965065
2020-09-01 12:52:45 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
oaB7dsAhTifwYOaPTfljkA
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/Ea3W8Q4A4eKjvFs/",
  "sub": "user-subject-1234531",
  "aud": "client_VKhnJbvATaIsRIQ16916$-`;+",
  "iat": 1598964765,
  "exp": 1598965065,
  "at_hash": "oaB7dsAhTifwYOaPTfljkA"
}
2020-09-01 12:52:45 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiI2MGRjZjY2Mi1jZTE5LTRmMjQtYTFkZC02MzJlNzlkYWQ5MjQiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoib2FCN2RzQWhUaWZ3WU9hUFRmbGprQSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1ZLaG5KYnZBVGFJc1JJUTE2OTE2JC1gOysiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvRWEzVzhRNEE0ZUtqdkZzXC8iLCJleHAiOjE1OTg5NjUwNjUsImlhdCI6MTU5ODk2NDc2NX0.fr7N7L9QuvuY3mCPdVOA_B5CexwPQCzCku7uRW0WouwFkoICe94XnaaQU1-IVLEzJzw6C8ljiS7BZmYb_QBdzoHnDlzarjZHhKLeuWUMlGWwZFq_8KAFTR2kSuP66JFFkOy772ntgpfhOxjKB8xrKS109HEKvqGjNJKKvlfdOhkEYxSvSthXtJGiEZnB0qlD5eI4eBhMqxrC9WEvibQ7iJeJ6ekA64oApj_AzgN_je-ZbNgikfwOw0oaJ20QFZhyw_nixlYoerw5PsutiM-tuCsYemwVU2ZQANPDKB25HLj17y3Os-_Yaoabtj1v3yIkpnGod4engiFlrdk2pv9EWA
key
{"p":"5NR_h87UvnPNQECvKJZL8LtDKYnYyrH4knomKrRB9Fg1I0tHYhqGjvs3Y8oUVFwC-6Aigcr6WQrjmCMXVM1cFMDyUCB5BTbfJLmGQ9mXtmXzdbJ1bfnAuhJNViy-Z6dhI76KfjmV6soUJkDIakEwP8guUePSfk4Rzo9qwW7trws","kty":"RSA","q":"l-iCibYXFI57HQXTQBB1a4vnGhlTyPwRUkaY_HIej4WYBZa8GYd773fdj4ElNE90O_uef8TS9iEUG91E2FC-jNW1FwczXtvwD8m3BCkoc9hBVbmz7BSHyk9dsPxdqYgIH7fDpXFjoYytN7NrIS4Pza1EBZyM0hpjwj6NWNT0VbU","d":"Rfno0LzjIrjj4S535-GVT8gh_d-NO9dBWHudBxJTIDZGO_iPawwkvt5XlVIKzmn9cWYf5YcQtHMYdO_JFLcN5vwJVHH4_P-xAbVhiFKZOg9ZOFIKKUA9ZFAE_X9bJexL1n8SICbP5Vbvjz0YELkHsew2ez9I-ZsaJ7-NYAgFIeflB5pzJmUQ-nW5GLcCmYbkhK0Hubb6J-Re3fHkX5NFNPgEb7Pxq6yFDU9MD7U_o4Ly_JdrnMxxngRC0hxeBcs47Tu-YSOKa2wJgYHtJzxaxw6aPI7UHCD0K5zr4yVP4ZcLwiFLTRxyDB3eKtnBXZeG2M2ljHJAG7h7TWtPNsYFcQ","e":"AQAB","use":"sig","kid":"60dcf662-ce19-4f24-a1dd-632e79dad924","qi":"zxM3X8OFhNUrnX7Bo1E6BYswGzFdDZ5kbywmTerAkdgG3BIBdghXyn_IhxUubOevOINJyJGnt1fuhEqjExTvVWT-6p1Uo4f1cSp_7y9Tbp4LqZ9IFL4OR-CyFTIVID6H1a_INTBiNvr5jKvaiXyiB8OySzslLzBoGKp_WJQNN8A","dp":"E8-6At4LWTnZaViwUYlBpePwmqYOmO3zoWrl5wiYNTl10EpyMbIuOC7TytXyEKOutm5UznvuVMs2jTNsj7D_6eQSlpFZKPRpOVq-nx01n1sQSv5aYF0hLHrtKyrQiVTaeifDAc6mhh9cwzsUnu5p6PvB1uEsljbYH9QW4Axkk6U","dq":"Cg1__f8H3ftj2FLXXQj5zEkw3QBKFCXiO5CidSpULWlI2y3TetkFcZ58EhAY1zJe3c1T-t6am2ErBIELGkmVoppN5p06YA-r_k96BhN3Mttfz31_k6L0LYY9DAZXaG2xI_A0SVGMp1c461O7RjHXJ-RMeRaYFxtZ-LPNBNDq7nU","n":"h8kse69R1_qXs9sj3sgOFBUOEXH6aqqlNQz5D-XCn3WNBDCoXAPwnuVaVVxeS83SF5XFezl05FUNWxiHQfXc5-VSThjP3EoGOd3543C5Kgq6P4sbqS8e8eWpmhHNYG0Khtn4JDVNLbpFz60aIj0YqB6BEI1wzyvqX6uCSyQ5nv4B9P0OavwZ1Lff_Bd_iAIAVPEV1KzuoPmeL_p1rCxAMiDZ7fo3NvglO-syMtfHpgNACJ43ZSSxOjtaAHHiwtKJo8mGNWCHavNiCJBM2v-bpb3U-1oYTP3MOiPgXiG-niTUBIpdM5s0JQf_aLPEIGGx7XvpAP_6yVVf2n7gS6dpxw"}
algorithm
RS256
2020-09-01 12:52:45 SUCCESS
SignIdTokenInvalid
Made the id_token signature invalid
id_token
eyJraWQiOiI2MGRjZjY2Mi1jZTE5LTRmMjQtYTFkZC02MzJlNzlkYWQ5MjQiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoib2FCN2RzQWhUaWZ3WU9hUFRmbGprQSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1ZLaG5KYnZBVGFJc1JJUTE2OTE2JC1gOysiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvRWEzVzhRNEE0ZUtqdkZzXC8iLCJleHAiOjE1OTg5NjUwNjUsImlhdCI6MTU5ODk2NDc2NX0.JOSXtuUK4KHChDrVLwnapkQYIUZVGnaYyLS0HzdM-LZfyNhYIYRNx_zKCQXSDutpfWZgUZM503SbPDxBp1oHlNu9VAaA9Gwd3viE4z9Wzj_qPgDlqvpfF0f-ELmgsssfyrbhtTO32M27YUKQXZYxc3curitQ5Pv5bsjQ5A2HYENeOU71EIIN7sv4S8ObiPMZv7hiIkIW8UCYrzt10-5h0s3Ts7NasdBa_GWalFkl17XDNoJ4y6ZUmRBAfTdKT8IomaO4nAxyIOZjZJH30pX34nFCIDZPCTwKWomZckfjRuKvtXeU6bWCMNzB7Gc1hXh-_CvyLd392Hs_94Ns_KUeAg
2020-09-01 12:52:45 INFO
EncryptIdToken
Skipped evaluation due to missing required element: client id_token_encrypted_response_alg
path
id_token_encrypted_response_alg
mapped
object
client
2020-09-01 12:52:45 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
wnHsO58cNsOSK2R7TJbNQbpK04tKEDwkwT60eibSl50oQ8UTAP
token_type
Bearer
id_token
eyJraWQiOiI2MGRjZjY2Mi1jZTE5LTRmMjQtYTFkZC02MzJlNzlkYWQ5MjQiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoib2FCN2RzQWhUaWZ3WU9hUFRmbGprQSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1ZLaG5KYnZBVGFJc1JJUTE2OTE2JC1gOysiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvRWEzVzhRNEE0ZUtqdkZzXC8iLCJleHAiOjE1OTg5NjUwNjUsImlhdCI6MTU5ODk2NDc2NX0.JOSXtuUK4KHChDrVLwnapkQYIUZVGnaYyLS0HzdM-LZfyNhYIYRNx_zKCQXSDutpfWZgUZM503SbPDxBp1oHlNu9VAaA9Gwd3viE4z9Wzj_qPgDlqvpfF0f-ELmgsssfyrbhtTO32M27YUKQXZYxc3curitQ5Pv5bsjQ5A2HYENeOU71EIIN7sv4S8ObiPMZv7hiIkIW8UCYrzt10-5h0s3Ts7NasdBa_GWalFkl17XDNoJ4y6ZUmRBAfTdKT8IomaO4nAxyIOZjZJH30pX34nFCIDZPCTwKWomZckfjRuKvtXeU6bWCMNzB7Gc1hXh-_CvyLd392Hs_94Ns_KUeAg
scope
openid
2020-09-01 12:52:45 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance Ea3W8Q4A4eKjvFs
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "wnHsO58cNsOSK2R7TJbNQbpK04tKEDwkwT60eibSl50oQ8UTAP",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiI2MGRjZjY2Mi1jZTE5LTRmMjQtYTFkZC02MzJlNzlkYWQ5MjQiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoib2FCN2RzQWhUaWZ3WU9hUFRmbGprQSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1ZLaG5KYnZBVGFJc1JJUTE2OTE2JC1gOysiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvRWEzVzhRNEE0ZUtqdkZzXC8iLCJleHAiOjE1OTg5NjUwNjUsImlhdCI6MTU5ODk2NDc2NX0.JOSXtuUK4KHChDrVLwnapkQYIUZVGnaYyLS0HzdM-LZfyNhYIYRNx_zKCQXSDutpfWZgUZM503SbPDxBp1oHlNu9VAaA9Gwd3viE4z9Wzj_qPgDlqvpfF0f-ELmgsssfyrbhtTO32M27YUKQXZYxc3curitQ5Pv5bsjQ5A2HYENeOU71EIIN7sv4S8ObiPMZv7hiIkIW8UCYrzt10-5h0s3Ts7NasdBa_GWalFkl17XDNoJ4y6ZUmRBAfTdKT8IomaO4nAxyIOZjZJH30pX34nFCIDZPCTwKWomZckfjRuKvtXeU6bWCMNzB7Gc1hXh-_CvyLd392Hs_94Ns_KUeAg",
  "scope": "openid"
}
outgoing_path
token
2020-09-01 12:52:45 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance Ea3W8Q4A4eKjvFs
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "accept": "application/json",
  "accept-encoding": "gzip, deflate",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
jwks
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
Jwks endpoint
2020-09-01 12:52:45 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance Ea3W8Q4A4eKjvFs
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "60dcf662-ce19-4f24-a1dd-632e79dad924",
      "n": "h8kse69R1_qXs9sj3sgOFBUOEXH6aqqlNQz5D-XCn3WNBDCoXAPwnuVaVVxeS83SF5XFezl05FUNWxiHQfXc5-VSThjP3EoGOd3543C5Kgq6P4sbqS8e8eWpmhHNYG0Khtn4JDVNLbpFz60aIj0YqB6BEI1wzyvqX6uCSyQ5nv4B9P0OavwZ1Lff_Bd_iAIAVPEV1KzuoPmeL_p1rCxAMiDZ7fo3NvglO-syMtfHpgNACJ43ZSSxOjtaAHHiwtKJo8mGNWCHavNiCJBM2v-bpb3U-1oYTP3MOiPgXiG-niTUBIpdM5s0JQf_aLPEIGGx7XvpAP_6yVVf2n7gS6dpxw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "7c97e5e6-a1a8-4ff0-8f4d-93d7b91f1303",
      "n": "xuV1_lxMCJBZ-AQ1xDb011uvj64InM0Tl1VXp633YRV00eB0jXWTeginlYJ1FR4gBwgGnghaB5dujVLZHo1BJ-GV6G1uM_K0Slm-_GNkVKuJFE1BWFeXvet1PlHbKuDhX7OX5RdxbY7z5w2Gf0BwMIl8RGhKUp3467olFd0egcR0uKVrZNLWKm1lgE7RLsxQebYUP3CV440UnfXaxhMTja5T79tD4OzrulVaxENKoHMxoV3lYiWgcceE7b7PglKHoLrhKFFs6uy9fE0v_uQLMFUa7-k4vUJAlTGHgZGaOt9KI3HjdrbPps3gVdn1syWYeUuLS5Qfd9NxiwchVe729w"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "722c9662-1194-4c49-ace3-51fab0da9321",
      "x": "Vw1O2tUQ1LDZ8_3ZmW_6LDARq4-Uay5-FWupQLE1jEA",
      "y": "rlJ-tyuZ5k_Hf_PPzGb1rUJWpbffExdQ_12LxVEqr9k"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "79e81d20-3ea4-4bb7-9583-45f9aebec050",
      "x": "HlPd751VktOS4frof1xXZNaKEADo-gSQzvirBx255nw",
      "y": "lhc1ybYe3u3OGCwLWYgZHe27fTVSFBGZhPkTBDx_cGY"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "31a8dd03-9529-4ed0-9e9c-827aa28dbe60",
      "x": "C6Q0gVIdiUvZJH39_bpZKcffyAnaPzo-W8ck3sERhCI",
      "y": "nK0xeJaYTzgIBLAgCFYBwEVTS9kJ-1Cbc_68SxWJhoc"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "3a1e6411-5b99-4c9a-a348-68d23ddc9e02",
      "x": "H-N2UwvIJARza5Ww_kFV1_hKbiqzTDsqppeR6PFyY9U"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "0668eee1-551a-4cff-8d58-1890a730d101",
      "alg": "RSA-OAEP",
      "n": "sSMalXmVX4CWhdrGBqfruqdCCU51ezr6lB7Mpltm4Yg_eZCpbV7R4yEimdEM5vZoa9CHpSbQEe__K3N4HuHreRQgRaYqwu9JMsRoSHOCSFzSQCAl_zG1NFj-o7-3dHmqytmDHNFFEgLP8yrc1GnECssV6edhNQvc9kI7f5v8w6GiruYFxio4-EjhCYwuG8bpasHpc7uWLOzocAXd2rz6Fy4hIJUmmzFJFo1RZNrZSObjDL2JrzJODjyHh38idGSyvfeXnTRUj137jHHItzRhpi6yKjPHErf4TM603FusUlnSSJ_s7Es3RtQix89dxOiKf2hEJoW_yK2W9qmIERbe9w"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "3410ad10-d6e6-4133-ad5c-789937afa151",
      "x": "Qe3fUdZWxuItfqOBd8g6klJKu5JBDVjWXjz70PjoxxE",
      "y": "HAgzOeruxjmaq2qTuDoOFFWi9FknnlMwO2XZsa-NXDY",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2020-09-01 12:52:47 FINISHED
oidcc-client-test-invalid-sig-rs256
Test has run to completion
testmodule_result
PASSED
Test Results