Test Summary

Test Results

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

                                
description
test suite runner for openid-client
planId
vvcwgQI1komVg
config
{
  "description": "test suite runner for openid-client",
  "waitTimeoutSeconds": 2
}
testName
oidcc-client-test-kid-absent-single-jwks
2020-09-01 12:49:22 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/",
  "authorization_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/token",
  "jwks_uri": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/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": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "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:49:22
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/",
  "authorization_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/token",
  "jwks_uri": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/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": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "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:49:23
OIDCCGenerateServerJWKsSingleSigningKeyWithNoKeyId
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "zIUPTkqrH5pCelcr22sH_xyRQE_HeUDo1YOdASz8clO6LjZnq7JRObbpcmw6HlS6rhieIH9dYynlcu_VzMjKC4VjU21eb15H6oLt0vLOiurI-70xA8Iph_zzN0z-QbLlEbPfw5PfJJTpycanaIaRkK4FFuq-Cl9Qbao6jkcDCQk",
      "kty": "RSA",
      "q": "qeltUndAuqc58BWF6hYqWW3bv5PxBcQmhuYIv8DQn0oVCiqpTRh2dP8_BLm2NWRnloE6j899PSANC0AgzYSH5AdP1KVe98Uf89C11D3TrMWLlip_O_l1Fqc5blqDaaOQOAB7ZDN-Vgu-sLbq5bLOMANLOTPmEkm7BWvT07CjSRE",
      "d": "Plg33yL1sY8Pai65mpC2UCv-2ODpukHC1T2fRyIUoCjEjdzH1fj6rEmYuxgNTa56cTOK_B3kNOcHFee4PrNBfTGilIVlZWK_u3H-_WfLoFM6wxCz3UVwfBchb9TPmcXmYARabjCUakokTO9oxMZHCnmJ0wMIdt0Nxho0zx7bYU7eDSPzrun2I_vLJNwFb5TXidOBVFLWV6IGAeyTw8xizZ52akFDLcma5KrmfCCJdCjDC_rKtkEEazXuDK037niFDwrFM_2sixwa-Pb1Powk9k1tSx_6VtAt5hgnlNCNWuMcv4Un8cqBt71zunKfG9fu9Elq9z4UfzXllyOc0wqqAQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "dkyzOTvaPEvrOvd8hHqYcSrWguGvPadOKVZxizVHQbaME_mgC5bxLmhabQIUIyH8z9CHDRmFmrDVHp-0c1IOWaG1hUDzTVPqtZB6_oTzcNGucae9S8ZQN8TVUcL0TEciGUw9Yx8caVbt1C-46NW6DEFzpI12k_ONMZ-kGZosr1E",
      "dp": "dwz5dOSIKjQ8gESf9fCezgTOFHacMdvz7N3ZFece6FoOpXnr7Qk2uPbde0q-pgtCQ7d2zIn3TZMEylwLw1IaMoyp3dVrRD7IdB1U3ReT3U-AQPHHR13NmShIV6eM1aeSKjTfi1RXb07zrA3kQzcaIvL5aXapuxXylnOh9FIn1Sk",
      "dq": "fCelSmz5T2qCW3xerf4kU9SCjip8I8qAnHHaUsOBreNkHFmv_DWz2Snp0nohOkJzrvYe5Jao3NFetqnVTldZNLZjDu8HxeS0xGPteXj0A3sV1FSZRCmz9SmcPZbGD5sE9ubjQwSdfCJ45IfEfLN7FnpRrSrPIu3dSsjPsA-SQQE",
      "n": "h75TjCb1uvrfC5XBAYzzufBGQjNka3bxZZ8U5Qijlj5uwdtf_l-80keNdfQqGO9MGZDbxBB36PZFK6Mtigxz8ZokdCTTbGw6FzdfAzi4Ui6znFnfHphSejJCq5Tmgcx-vZUP6LAb_SFLJGYbulGuJ4k9LCpIRkOaYBJ2rD12FalYdci80HY4eTojMUEmqYeXoul4qKnbM2X0psTuJQRFciN85sMLW-G2qFPD_a9UEb2YovIFvbBLRmUmm7K89zgtu_xwA8upanHjVjUJ_yV_DKWRZkDhUToHX75nGZOVDMZjaXXbQkzOGPrEpzKnnY35vvV5L_dSjxLoH6BChYIqmQ"
    },
    {
      "kty": "EC",
      "d": "JmGgVymIwnGDYIfEqCHY4xaTpJxb7X4FSx9ZYtDA7AE",
      "use": "sig",
      "crv": "P-256",
      "x": "DyoQaRk_1Xd-rcOxvYavgF82Oan2boPINDt_AHzib9c",
      "y": "DjUPFA9940AE9MbnzmqY7vWbCzuzCH1MkvE1w4YyRLw"
    },
    {
      "kty": "EC",
      "d": "eckSqLvNg2kaJFEmLD5LtQoD9Wt62dVOAfujA-XZ53U",
      "use": "sig",
      "crv": "secp256k1",
      "x": "1u1-lJWriCdWYoyVoIB9xXSC-tgvIm0JNgpFvJ5ZrYo",
      "y": "Wkm6u62K9dlAcRUxwIQdsvC0JciIqc_WdgQABQ42nf0"
    },
    {
      "kty": "OKP",
      "d": "x6fbqM3iYwpILxk6sTAV_3bhfwGQ5-5DZr_G8Drd1B4",
      "use": "sig",
      "crv": "Ed25519",
      "x": "_FXc1U145mo3ppo6_h0vw4w6k0eUNv3LgLZKxAshR7A"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "vOia-TYMvlxYwv3RluAEtQW71m8Qlzb0S41w_QCSqoCFOXas1EjsnsJE0_NaXxcqD3R6Rz28tAz-e5SCpDieEkuf73RXRZ_LHWlGk90MNVcCJmgrM-f-DPlhylu-octKJTJ8vTnrSYTOzPmb4N0a3oft9m1txUd5PFDzH_X1S-c",
      "kty": "RSA",
      "q": "uc_B1qaGKkbcKpPgRlyF-TehnmD64jRt-Rd6q0iLg5E59mn8rMKpXWYzrcrrR_adGsjhWF4QTp06EcgkrP5HC_6XoV-Op4UmHG_bLkKOomHjafu91c6YbYdBNwivm-6xIfMBFlo51wJ3vhtgyyNF7MBS9tyhcWaBPxdfIT9Z7Xc",
      "d": "SyA1EyF-UQurijmqrQAoUgjeXzK6lUp_37Ee9yMVSx96O72MfnNADT9euJnbJGEe4Wt5hBHQcyd4GaQc0h-IkYIBhtCnX3-8NLDXukqLSA3XsY-FJlBjf9KViGvq1FKpYci4syq5CjpF43odz9yoOULqH1luUrS676VwG3gRtr2sOFurHQAWBo7CTB80XwTIGLxip89mWuaCCO38tDHbPxgFg9Xt4U1LQhRIs56vDPYod9_ch_wBc3Z7xbPp49vU74omjsonXLt9aaX_fvLxpI5Z50h6Fpb2IvZOOVWEXkG4zMQxeMX_Cqiw_pHaOi5nD2KAMsWUgUCC0qMEPs9ZEQ",
      "e": "AQAB",
      "use": "enc",
      "qi": "jqob8RSx54WU-c3ifv6xBLOum-pYbr7UowN3M43JrWVNlZaDXDI3loYWWxyS4Ot23RsD33NfR0aCEdBQH0G_-xrt9tUrIiP4Wm7_GiM8BMzmTrQZ-4_6EUzgOZK5uncO9ete6_ssc0UPO8-fjgKoNSzS0i1pHXBdFPiH5MyPtCU",
      "dp": "FhF2STavNm3DUMQl_-IbqqoIz3waDBA3abwUPvoaKCDrb1MVzZbXTZSURc5f-EvUdgm9XyUvLjl2YSlwOY8DqE99V5PXviJ0r_Lkc9GW44ROk_4HTgEEBK_9ZI5jLrN47e9_8vsZKXWCUx-1vgcWZHisq-UMtccruogaXtl01nE",
      "alg": "RSA-OAEP",
      "dq": "gAkX0XgHxQP02-XvyawhqRvbYw4CcnKcQOMb5QDlGbCtlw1rTgQIvlIZVC0aOQlHMlivZrvSUslmZTBbjVTd0fcJtunom6hVHY06I8M7E8uN787G_ZgRUo-7sVdr4m_0YKdY3XUom-6YYkftR6yzlzLjODXJjSGL99R7-aX0qns",
      "n": "iR1nHSm7LWKd-JDJ8z6TkHLe5FFJfUF77GMd3AaXL6Eh7hbt-h-kv4SpkFSNUbuGTmHkcvLUJbMGxDqtfJ-Liu0dWaU-te8k54okEXgDGTBVxp4XQTOZy6DnhmmYJEGSz3My_PkZrCArGiaB8GPeRxZpBFTZ2ETEWC2gPsvg9vYbQEZ6qBil5bb5HFQEaBiMSVE30MW8gjQw2WR_NSyMd-tOwsWiZ7DhfWuqUp1kEGkC0JERXPPVLQ7Tbik180OhYSq_ddMXfA31TPcMKULXqWId4FkthjrbiDm6WmQD-jBe1WS3-xa5eLOItbPQ2JnWaq9maVO8Ta7E4_xLqJojYQ"
    },
    {
      "kty": "EC",
      "d": "y5WaMKnma8IfnY0502v6nHo6n8B6o247ujCPoiM0_M0",
      "use": "enc",
      "crv": "P-256",
      "x": "cTvhr68ENZ8j8X1NHb6K8vlvfT_1m1qhuIWdrc1iQvg",
      "y": "4zSBY_N1CQ6pKP_BDPLYolTaXWpC-41BfXVuxvdwHAA",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "h75TjCb1uvrfC5XBAYzzufBGQjNka3bxZZ8U5Qijlj5uwdtf_l-80keNdfQqGO9MGZDbxBB36PZFK6Mtigxz8ZokdCTTbGw6FzdfAzi4Ui6znFnfHphSejJCq5Tmgcx-vZUP6LAb_SFLJGYbulGuJ4k9LCpIRkOaYBJ2rD12FalYdci80HY4eTojMUEmqYeXoul4qKnbM2X0psTuJQRFciN85sMLW-G2qFPD_a9UEb2YovIFvbBLRmUmm7K89zgtu_xwA8upanHjVjUJ_yV_DKWRZkDhUToHX75nGZOVDMZjaXXbQkzOGPrEpzKnnY35vvV5L_dSjxLoH6BChYIqmQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "DyoQaRk_1Xd-rcOxvYavgF82Oan2boPINDt_AHzib9c",
      "y": "DjUPFA9940AE9MbnzmqY7vWbCzuzCH1MkvE1w4YyRLw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "1u1-lJWriCdWYoyVoIB9xXSC-tgvIm0JNgpFvJ5ZrYo",
      "y": "Wkm6u62K9dlAcRUxwIQdsvC0JciIqc_WdgQABQ42nf0"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "_FXc1U145mo3ppo6_h0vw4w6k0eUNv3LgLZKxAshR7A"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "alg": "RSA-OAEP",
      "n": "iR1nHSm7LWKd-JDJ8z6TkHLe5FFJfUF77GMd3AaXL6Eh7hbt-h-kv4SpkFSNUbuGTmHkcvLUJbMGxDqtfJ-Liu0dWaU-te8k54okEXgDGTBVxp4XQTOZy6DnhmmYJEGSz3My_PkZrCArGiaB8GPeRxZpBFTZ2ETEWC2gPsvg9vYbQEZ6qBil5bb5HFQEaBiMSVE30MW8gjQw2WR_NSyMd-tOwsWiZ7DhfWuqUp1kEGkC0JERXPPVLQ7Tbik180OhYSq_ddMXfA31TPcMKULXqWId4FkthjrbiDm6WmQD-jBe1WS3-xa5eLOItbPQ2JnWaq9maVO8Ta7E4_xLqJojYQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "x": "cTvhr68ENZ8j8X1NHb6K8vlvfT_1m1qhuIWdrc1iQvg",
      "y": "4zSBY_N1CQ6pKP_BDPLYolTaXWpC-41BfXVuxvdwHAA",
      "alg": "ECDH-ES"
    }
  ]
}
2020-09-01 12:49:23 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-09-01 12:49:23 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:49:23 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-09-01 12:49:23
oidcc-client-test-kid-absent-single-jwks
Setup Done
2020-09-01 12:49:26 INCOMING
oidcc-client-test-kid-absent-single-jwks
Incoming HTTP request to test instance Ite51TEZ9gRZ5co
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:49:26 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance Ite51TEZ9gRZ5co
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/",
  "authorization_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/token",
  "jwks_uri": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/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": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "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:49:26 INCOMING
oidcc-client-test-kid-absent-single-jwks
Incoming HTTP request to test instance Ite51TEZ9gRZ5co
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": "161",
  "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"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ]
}
incoming_query_string_params
{}
incoming_body
{"token_endpoint_auth_method":"client_secret_basic","response_types":["code"],"grant_types":["authorization_code"],"redirect_uris":["https://rp.example.com/cb"]}
Registration endpoint
2020-09-01 12:49:26 SUCCESS
OIDCCExtractDynamicRegistrationRequest
Extracted dynamic client registration request
request
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ]
}
2020-09-01 12:49:26 INFO
EnsureRegistrationRequestContainsAtLeastOneContact
This application requires that registration requests contain at least one contact.
2020-09-01 12:49:26 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2020-09-01 12:49:26 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://rp.example.com/cb"
]
2020-09-01 12:49:26 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-09-01 12:49:26 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-09-01 12:49:26 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-09-01 12:49:26 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-09-01 12:49:26 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-09-01 12:49:26 INFO
ValidateIdTokenSignedResponseAlg
Skipped evaluation due to missing required element: client id_token_signed_response_alg
path
id_token_signed_response_alg
mapped
object
client
2020-09-01 12:49:26 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-09-01 12:49:26 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:49:26 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-09-01 12:49:26 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:49:26 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-09-01 12:49:26 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:49:26 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-09-01 12:49:26 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-09-01 12:49:26 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-09-01 12:49:26 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-09-01 12:49:26 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-09-01 12:49:26 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-09-01 12:49:26 SUCCESS
OIDCCRegisterClient
Registered client
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_MfBTRIjfeFPLXqW22710 \\.\u0027,"
}
2020-09-01 12:49:26
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_FVZcKUnjSJmdsPxRAqezbRDigBynBbdvgbJsBZdeZIESXpRGQj0241945485~^ .`
2020-09-01 12:49:26 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-09-01 12:49:26 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_MfBTRIjfeFPLXqW22710 \\.\u0027,",
  "client_secret": "secret_FVZcKUnjSJmdsPxRAqezbRDigBynBbdvgbJsBZdeZIESXpRGQj0241945485~^ .`"
}
2020-09-01 12:49:26 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-09-01 12:49:26
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2020-09-01 12:49:26
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2020-09-01 12:49:26 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance Ite51TEZ9gRZ5co
outgoing_status_code
201
outgoing_headers
{}
outgoing_body
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_MfBTRIjfeFPLXqW22710 \\.\u0027,",
  "client_secret": "secret_FVZcKUnjSJmdsPxRAqezbRDigBynBbdvgbJsBZdeZIESXpRGQj0241945485~^ .`",
  "id_token_signed_response_alg": "RS256"
}
outgoing_path
register
2020-09-01 12:49:27 INCOMING
oidcc-client-test-kid-absent-single-jwks
Incoming HTTP request to test instance Ite51TEZ9gRZ5co
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_MfBTRIjfeFPLXqW22710 \\.\u0027,",
  "scope": "openid",
  "response_type": "code",
  "redirect_uri": "https://rp.example.com/cb",
  "state": "lCTm3zK7zwmwY2OgUPFCfXM5lpDdipseesOgwkM9WXw",
  "response_mode": "form_post"
}
incoming_body
Authorization endpoint
2020-09-01 12:49:27 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2020-09-01 12:49:27 SUCCESS
OIDCCEnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid"
]
expected
openid
2020-09-01 12:49:27 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client_MfBTRIjfeFPLXqW22710 \\.\u0027,",
  "scope": "openid",
  "response_type": "code",
  "redirect_uri": "https://rp.example.com/cb",
  "state": "lCTm3zK7zwmwY2OgUPFCfXM5lpDdipseesOgwkM9WXw",
  "response_mode": "form_post"
}
2020-09-01 12:49:27 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid
2020-09-01 12:49:27 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2020-09-01 12:49:27 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2020-09-01 12:49:27 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_MfBTRIjfeFPLXqW22710 \.',
2020-09-01 12:49:27 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:49:27 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid"
]
expected
openid
2020-09-01 12:49:27 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2020-09-01 12:49:27 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
8hwiMxvPit
2020-09-01 12:49:27 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
O2E5qdXTEe6aJdK_6dmzGw
2020-09-01 12:49:27 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "lCTm3zK7zwmwY2OgUPFCfXM5lpDdipseesOgwkM9WXw"
}
2020-09-01 12:49:27 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "lCTm3zK7zwmwY2OgUPFCfXM5lpDdipseesOgwkM9WXw",
  "code": "8hwiMxvPit"
}
2020-09-01 12:49:27 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance Ite51TEZ9gRZ5co
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://rp.example.com/cb, formParameters={"state":"lCTm3zK7zwmwY2OgUPFCfXM5lpDdipseesOgwkM9WXw","code":"8hwiMxvPit"}}]
outgoing_path
authorize
2020-09-01 12:49:27 INCOMING
oidcc-client-test-kid-absent-single-jwks
Incoming HTTP request to test instance Ite51TEZ9gRZ5co
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "authorization": "Basic Y2xpZW50X01mQlRSSWpmZUZQTFhxVzIyNzEwKyU1Qy4nJTJDOnNlY3JldF9GVlpjS1VualNKbWRzUHhSQXFlemJSRGlnQnluQmJkdmdiSnNCWmRlWklFU1hwUkdRajAyNDE5NDU0ODV+JTVFKy4lNjA\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": "8hwiMxvPit",
  "redirect_uri": "https://rp.example.com/cb"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
grant_type=authorization_code&code=8hwiMxvPit&redirect_uri=https%3A%2F%2Frp.example.com%2Fcb
Token endpoint
2020-09-01 12:49:27 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_MfBTRIjfeFPLXqW22710 \.',
client_secret
secret_FVZcKUnjSJmdsPxRAqezbRDigBynBbdvgbJsBZdeZIESXpRGQj0241945485~^ .`
method
client_secret_basic
2020-09-01 12:49:27 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2020-09-01 12:49:27 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
8hwiMxvPit
2020-09-01 12:49:27 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:49:27 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
7B2lNWNjcb8XwhE7ttz9AA48dlon2qJTld0WpQwoDhhHWTVYJo
2020-09-01 12:49:27 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
3zcYsZNteUE_unPhFOlm3g
2020-09-01 12:49:27 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/
sub
user-subject-1234531
aud
client_MfBTRIjfeFPLXqW22710 \.',
iat
1598964567
exp
1598964867
2020-09-01 12:49:27 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
3zcYsZNteUE_unPhFOlm3g
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/Ite51TEZ9gRZ5co/",
  "sub": "user-subject-1234531",
  "aud": "client_MfBTRIjfeFPLXqW22710 \\.\u0027,",
  "iat": 1598964567,
  "exp": 1598964867,
  "at_hash": "3zcYsZNteUE_unPhFOlm3g"
}
2020-09-01 12:49:27 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiM3pjWXNaTnRlVUVfdW5QaEZPbG0zZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X01mQlRSSWpmZUZQTFhxVzIyNzEwIFxcLicsIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL0l0ZTUxVEVaOWdSWjVjb1wvIiwiZXhwIjoxNTk4OTY0ODY3LCJpYXQiOjE1OTg5NjQ1Njd9.Hh1Rpa08aZFoKIr1buXEKMmWtI66ufffImittFv3sqEQi6O749qYMVwTXAiSVw9CA_zevIfPJAvKrqc9-bVqHXFKhfxFElJVOT5lK22M69dVzFf3Ei5olNy_R17EfFCSaZukS90TByD_58I_A3D2xjG8uFKQE4rkdCpIoLmSDPI-7cojzSTpLFV52Q14TOuAQvsWpWxC5E5yQMDs-1_JVlBEGwCo5URdK4x_4MWGjuowVznMzNPq8DH1MtwoyyfiVlj_9QopZg1RafmzCsw6mMKwVYBZTaUQPexvhWMtFVxtWX7Hu17aSQ_siEPhoRAFDJaZR7VS1U6CPjxCk-Hq3A
key
{"p":"zIUPTkqrH5pCelcr22sH_xyRQE_HeUDo1YOdASz8clO6LjZnq7JRObbpcmw6HlS6rhieIH9dYynlcu_VzMjKC4VjU21eb15H6oLt0vLOiurI-70xA8Iph_zzN0z-QbLlEbPfw5PfJJTpycanaIaRkK4FFuq-Cl9Qbao6jkcDCQk","kty":"RSA","q":"qeltUndAuqc58BWF6hYqWW3bv5PxBcQmhuYIv8DQn0oVCiqpTRh2dP8_BLm2NWRnloE6j899PSANC0AgzYSH5AdP1KVe98Uf89C11D3TrMWLlip_O_l1Fqc5blqDaaOQOAB7ZDN-Vgu-sLbq5bLOMANLOTPmEkm7BWvT07CjSRE","d":"Plg33yL1sY8Pai65mpC2UCv-2ODpukHC1T2fRyIUoCjEjdzH1fj6rEmYuxgNTa56cTOK_B3kNOcHFee4PrNBfTGilIVlZWK_u3H-_WfLoFM6wxCz3UVwfBchb9TPmcXmYARabjCUakokTO9oxMZHCnmJ0wMIdt0Nxho0zx7bYU7eDSPzrun2I_vLJNwFb5TXidOBVFLWV6IGAeyTw8xizZ52akFDLcma5KrmfCCJdCjDC_rKtkEEazXuDK037niFDwrFM_2sixwa-Pb1Powk9k1tSx_6VtAt5hgnlNCNWuMcv4Un8cqBt71zunKfG9fu9Elq9z4UfzXllyOc0wqqAQ","e":"AQAB","use":"sig","qi":"dkyzOTvaPEvrOvd8hHqYcSrWguGvPadOKVZxizVHQbaME_mgC5bxLmhabQIUIyH8z9CHDRmFmrDVHp-0c1IOWaG1hUDzTVPqtZB6_oTzcNGucae9S8ZQN8TVUcL0TEciGUw9Yx8caVbt1C-46NW6DEFzpI12k_ONMZ-kGZosr1E","dp":"dwz5dOSIKjQ8gESf9fCezgTOFHacMdvz7N3ZFece6FoOpXnr7Qk2uPbde0q-pgtCQ7d2zIn3TZMEylwLw1IaMoyp3dVrRD7IdB1U3ReT3U-AQPHHR13NmShIV6eM1aeSKjTfi1RXb07zrA3kQzcaIvL5aXapuxXylnOh9FIn1Sk","dq":"fCelSmz5T2qCW3xerf4kU9SCjip8I8qAnHHaUsOBreNkHFmv_DWz2Snp0nohOkJzrvYe5Jao3NFetqnVTldZNLZjDu8HxeS0xGPteXj0A3sV1FSZRCmz9SmcPZbGD5sE9ubjQwSdfCJ45IfEfLN7FnpRrSrPIu3dSsjPsA-SQQE","n":"h75TjCb1uvrfC5XBAYzzufBGQjNka3bxZZ8U5Qijlj5uwdtf_l-80keNdfQqGO9MGZDbxBB36PZFK6Mtigxz8ZokdCTTbGw6FzdfAzi4Ui6znFnfHphSejJCq5Tmgcx-vZUP6LAb_SFLJGYbulGuJ4k9LCpIRkOaYBJ2rD12FalYdci80HY4eTojMUEmqYeXoul4qKnbM2X0psTuJQRFciN85sMLW-G2qFPD_a9UEb2YovIFvbBLRmUmm7K89zgtu_xwA8upanHjVjUJ_yV_DKWRZkDhUToHX75nGZOVDMZjaXXbQkzOGPrEpzKnnY35vvV5L_dSjxLoH6BChYIqmQ"}
algorithm
RS256
2020-09-01 12:49:27 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:49:27 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
7B2lNWNjcb8XwhE7ttz9AA48dlon2qJTld0WpQwoDhhHWTVYJo
token_type
Bearer
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiM3pjWXNaTnRlVUVfdW5QaEZPbG0zZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X01mQlRSSWpmZUZQTFhxVzIyNzEwIFxcLicsIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL0l0ZTUxVEVaOWdSWjVjb1wvIiwiZXhwIjoxNTk4OTY0ODY3LCJpYXQiOjE1OTg5NjQ1Njd9.Hh1Rpa08aZFoKIr1buXEKMmWtI66ufffImittFv3sqEQi6O749qYMVwTXAiSVw9CA_zevIfPJAvKrqc9-bVqHXFKhfxFElJVOT5lK22M69dVzFf3Ei5olNy_R17EfFCSaZukS90TByD_58I_A3D2xjG8uFKQE4rkdCpIoLmSDPI-7cojzSTpLFV52Q14TOuAQvsWpWxC5E5yQMDs-1_JVlBEGwCo5URdK4x_4MWGjuowVznMzNPq8DH1MtwoyyfiVlj_9QopZg1RafmzCsw6mMKwVYBZTaUQPexvhWMtFVxtWX7Hu17aSQ_siEPhoRAFDJaZR7VS1U6CPjxCk-Hq3A
scope
openid
2020-09-01 12:49:27 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance Ite51TEZ9gRZ5co
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "7B2lNWNjcb8XwhE7ttz9AA48dlon2qJTld0WpQwoDhhHWTVYJo",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiM3pjWXNaTnRlVUVfdW5QaEZPbG0zZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X01mQlRSSWpmZUZQTFhxVzIyNzEwIFxcLicsIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL0l0ZTUxVEVaOWdSWjVjb1wvIiwiZXhwIjoxNTk4OTY0ODY3LCJpYXQiOjE1OTg5NjQ1Njd9.Hh1Rpa08aZFoKIr1buXEKMmWtI66ufffImittFv3sqEQi6O749qYMVwTXAiSVw9CA_zevIfPJAvKrqc9-bVqHXFKhfxFElJVOT5lK22M69dVzFf3Ei5olNy_R17EfFCSaZukS90TByD_58I_A3D2xjG8uFKQE4rkdCpIoLmSDPI-7cojzSTpLFV52Q14TOuAQvsWpWxC5E5yQMDs-1_JVlBEGwCo5URdK4x_4MWGjuowVznMzNPq8DH1MtwoyyfiVlj_9QopZg1RafmzCsw6mMKwVYBZTaUQPexvhWMtFVxtWX7Hu17aSQ_siEPhoRAFDJaZR7VS1U6CPjxCk-Hq3A",
  "scope": "openid"
}
outgoing_path
token
2020-09-01 12:49:28 INCOMING
oidcc-client-test-kid-absent-single-jwks
Incoming HTTP request to test instance Ite51TEZ9gRZ5co
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:49:28 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance Ite51TEZ9gRZ5co
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "h75TjCb1uvrfC5XBAYzzufBGQjNka3bxZZ8U5Qijlj5uwdtf_l-80keNdfQqGO9MGZDbxBB36PZFK6Mtigxz8ZokdCTTbGw6FzdfAzi4Ui6znFnfHphSejJCq5Tmgcx-vZUP6LAb_SFLJGYbulGuJ4k9LCpIRkOaYBJ2rD12FalYdci80HY4eTojMUEmqYeXoul4qKnbM2X0psTuJQRFciN85sMLW-G2qFPD_a9UEb2YovIFvbBLRmUmm7K89zgtu_xwA8upanHjVjUJ_yV_DKWRZkDhUToHX75nGZOVDMZjaXXbQkzOGPrEpzKnnY35vvV5L_dSjxLoH6BChYIqmQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "DyoQaRk_1Xd-rcOxvYavgF82Oan2boPINDt_AHzib9c",
      "y": "DjUPFA9940AE9MbnzmqY7vWbCzuzCH1MkvE1w4YyRLw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "1u1-lJWriCdWYoyVoIB9xXSC-tgvIm0JNgpFvJ5ZrYo",
      "y": "Wkm6u62K9dlAcRUxwIQdsvC0JciIqc_WdgQABQ42nf0"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "_FXc1U145mo3ppo6_h0vw4w6k0eUNv3LgLZKxAshR7A"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "alg": "RSA-OAEP",
      "n": "iR1nHSm7LWKd-JDJ8z6TkHLe5FFJfUF77GMd3AaXL6Eh7hbt-h-kv4SpkFSNUbuGTmHkcvLUJbMGxDqtfJ-Liu0dWaU-te8k54okEXgDGTBVxp4XQTOZy6DnhmmYJEGSz3My_PkZrCArGiaB8GPeRxZpBFTZ2ETEWC2gPsvg9vYbQEZ6qBil5bb5HFQEaBiMSVE30MW8gjQw2WR_NSyMd-tOwsWiZ7DhfWuqUp1kEGkC0JERXPPVLQ7Tbik180OhYSq_ddMXfA31TPcMKULXqWId4FkthjrbiDm6WmQD-jBe1WS3-xa5eLOItbPQ2JnWaq9maVO8Ta7E4_xLqJojYQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "x": "cTvhr68ENZ8j8X1NHb6K8vlvfT_1m1qhuIWdrc1iQvg",
      "y": "4zSBY_N1CQ6pKP_BDPLYolTaXWpC-41BfXVuxvdwHAA",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2020-09-01 12:49:28 INCOMING
oidcc-client-test-kid-absent-single-jwks
Incoming HTTP request to test instance Ite51TEZ9gRZ5co
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "authorization": "Bearer 7B2lNWNjcb8XwhE7ttz9AA48dlon2qJTld0WpQwoDhhHWTVYJo",
  "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
userinfo
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
Userinfo endpoint
2020-09-01 12:49:28 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
7B2lNWNjcb8XwhE7ttz9AA48dlon2qJTld0WpQwoDhhHWTVYJo
2020-09-01 12:49:28 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
7B2lNWNjcb8XwhE7ttz9AA48dlon2qJTld0WpQwoDhhHWTVYJo
2020-09-01 12:49:28 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
2020-09-01 12:49:28
ClearAccessTokenFromRequest
Condition ran but did not log anything
2020-09-01 12:49:28 INFO
AddIssAndAudToUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2020-09-01 12:49:28 INFO
SignUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2020-09-01 12:49:28 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2020-09-01 12:49:28 OUTGOING
oidcc-client-test-kid-absent-single-jwks
Response to HTTP request to test instance Ite51TEZ9gRZ5co
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531"
}
outgoing_path
userinfo
2020-09-01 12:49:28 FINISHED
oidcc-client-test-kid-absent-single-jwks
Test has run to completion
testmodule_result
PASSED
Test Results