Test Summary

Test Results

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

                                
description
test suite runner for openid-client
planId
2AWaC6uTX8byR
config
{
  "description": "test suite runner for openid-client",
  "waitTimeoutSeconds": 2
}
testName
oidcc-client-test
2020-09-01 12:50:02 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/",
  "authorization_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/token",
  "jwks_uri": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/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:50:02
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/",
  "authorization_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/token",
  "jwks_uri": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/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:50:03
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "4PNqivh5xthd9ZI16oUp0PTsdCiBEBdtbI-Jgpmu-zFbHXSPoxihMSFpy6eeOQeTFL8YjzlPMyGn9346LdxGxK-Ytp2i5lu-EXWHfKyJnBa9r4ggQSaVIaZpqKTA5fhGlHFilBA-EbEcvcIMwPpQbCcIlqVvgamRWqVEG4yjGLM",
      "kty": "RSA",
      "q": "m9Abl9sIlgLS-twnIzgsgwSUe_uS1_EXVI6G1uPv7cYYp-RLbGktWaL0Xaf0uQGgJ6ohbURYWUEa8fZyenjpHwPlurq59Bor8h4rUNLRtlrRlqcwJFL9sMW7843OOOY7OcdoewY-DejN9Bqk12O4li1E2Re-xPQaTCkz5dvTPBs",
      "d": "M44xmg0g8HS4MkCP9SQhQrOn1Zy5ZPRpl7yI4t2VaLwdR0ZF1i_8aYnXosNW73nYpE3fwIrgOSyxaICMpzWqjUlFCWxYjMbuLprRSGi40ji87EgHKvFe-e_oKP0vUFDCOOn7fpUbr0Zdmwk0fn2NPlRSwgAlYzDrVNBll_I5D-Ln2LNl_gz18DeCRvv-XlQsldD8WlGveXcgUgT0yUVAgNl5C_06pWl7qjKzcY9n0OVRXKJ81x-LHz2ZmXMsOZBbijkP8cl9Tv2f9Uoxfaq4SCHpSqbnphFyaciaPuRYEoxN-bbRNCD3MyZOS-WMf7dZt0aOrm_r_g8SEqfqakWj-Q",
      "e": "AQAB",
      "use": "sig",
      "kid": "b91641a3-3929-482a-9823-675edf32211f",
      "qi": "OYB7X-3KvlcoFtBHYLX3I003rbcDGxFv4WGFFg5DWJNfyNy7Je0GWNRnuX5MFYLhYb1vW7sTuK-FvJBUkCdj8ER_EIAv9k7zwP_beHUa5MVdNJZ6T1StKRHaj9a34L15rtDHCcA8cBWwFyKPfTXREAoOI4MtAuxcBNPGj_apzRo",
      "dp": "rACTw8UwYCHK3l24yiSeD79nGX5rCSHQsoSiUXEvgbSAheo9dij7_7Qbz_PPoK2xAdkIb2MTsvYWF8C1vaFDn1rg-ylXiKo3j-P9ABBxfB9LVO9SMl7NAxjai2_Ga1FGrnRwOuScgSya3GGHHPuJCNlj0MSYmV1N3jCl_iawAs8",
      "dq": "hUWj1GfNGEKiI2BbOYy6xfYM619rYrkcs36VZwjgGAjw3eoveTMdTyZKzjDy6auySTsEDGoBB5bgbUXW9VqmS5kRzn4Yv-oC3L1hX2hzZ_6Wdr3aN7ektqbq9I--bHzA-9LMUy4rtcoDH2AKzxDEue9OjEH7Mot4UtyLP3ifXTE",
      "n": "iOo_h9Gj5hVLHXK7_M5LN6H_-L6IPmKIxGpQs1K41x9-ko3Brhvep363KauoztECPgTQXmK5JhSmR9jh-eyj7wbkNLZY2exnYOuv8v3VlOtDwBEhqX1amJBBp0x_hys-J8D5YzLf_bKUmy1JS_oQQ7w1l-upT6wqd4BOGJqzpsA8DJEuReC4kjeqmd-MCAMZgkPRiBRsRGwKzX6xESzm1Kis3BsClpN8YswjgRs_jPo--7NKNLYS8I4uY5Dk9rsishwvheWhY9UMYh05LJPWQnHZPzqtWnbMJhgVUIYwQ7yWfrg1kCCpp4rmKv39ld1J7zmPaNl8hFlj5NWLi4aO4Q"
    },
    {
      "kty": "EC",
      "d": "YEGon_fNXdB4CR7X7S0TYZEMxTjYAQ_ZR6oLeZnfEzI",
      "use": "sig",
      "crv": "P-256",
      "kid": "e0f51cbf-d908-46a0-aff5-62f4ed1817c9",
      "x": "d1hxdPmlepeZCUro_fI9ZNJiQhCP96SR8ykXUOMMWpI",
      "y": "PPxStYNUVV5JV13fO7LpWtLrvevRXdtb01KreF8_f0I"
    },
    {
      "kty": "EC",
      "d": "EAB7BXTURDVTs1i1iViGFifLXFfHwUW_Xc88Y_t7AyM",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "16abfac2-13ad-44a1-adeb-b3075675044c",
      "x": "dvR4ii49RDI-1DeUDk5SMsbQdOoIwIjSEJFhumNBdGA",
      "y": "VLOekmXMFtGh1Vqg642yjO38bAGYbefpdPk1ODQK3-k"
    },
    {
      "kty": "OKP",
      "d": "qUAVcg4x-czKYuEsOdcLiI7zUnmwBO2GnrCDo3B1eTY",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "1c916016-982f-4f3c-9fbf-908f3215723d",
      "x": "a5-8mjaVaqkwbcUpmyEg_gamO7mobQMZb9bHxF9e8GI"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "8WWGDIaOHXfGFMFsStze7jeYg1HzzBaKLtBQVPVwXjCo2y1p6bSnXw0HSZRjzzdvcpeP4Te6i5_UGecSpFYhS_RJa-pw7ZcyaupqlCbOWX0jDnW48HX6lUPmBbVYXryhevznXfjEUod_mQG2mtHrPpHrMfNm5CjIRy64T5LaO8M",
      "kty": "RSA",
      "q": "qXUM1numQQMbB7qhnHZrHnZAC65NZFEd7QwOKoAnS4Jvx2K1LvpXr4Z2JcHiUpqxip-0qAORxscnTh-IOzgr2RxNyplEBJJy2ABAND9UVAVR3wYcSesRD6R2KtqFSua-PFr0haj1yI1YbzQixOFXZ1Y7rLiN7MXOxp85WyEWXX8",
      "d": "RlbAyOBnNz-ORhfm4gnz047U8GGX9ugdf5C69ulgMuUt9XIziCLryirlCUrQCme_gweHPiJfJokpq-KoF0OulW9uqsHnBy4giLaI1_l6LZQUTufaZUGT85k6JMLarTA_Ss9gOl5GV1RjDMj6IujaSoJDyhYKggOu5yOazhRXcubhFl8riA5As51sokWN1uUeGZlf3FP4-7kbZRzT51j9--CG5K6pgRtVM0_-SskCniP4Y2yuiJ8z-pdncOsBHNY94s8YkEMv5kCKCBV4x4l9BS_A0XCQxOj2JrNWxG4p7jvhedKGUYqoK63XkcXn-YNTR-mIXwP7M-gxzKiiihCIvQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "3396e605-f6a4-4168-bd2f-3ab42684dc64",
      "qi": "GS8KpTqyubKMCcizyG8dm6gmfYLsyRbnXCJ6gU0cPK2rRz4xkI6XZ9s2Y_nwg4PY_CQClJDqJ33zFyDfEDqe9t7oFBInn-OOg6b7xQsjKf7zZVS05sFKQA1iKD3TKD5M2FrZMqSJPDNI72WEs2jmQjZCtHrRC1PnH48bVNSGVHA",
      "dp": "xSBQ3T2sJChBG4Xwdxny-rlv1B1CZ7EoWp5GW3qqrmAyI_nr-atK2nX7M3z4HKl6WyullRc7QPXd8OEf-g9T1YDBzFyAp6TGyURwkFc4Px_PVumPgt31KZtu5c53QbXscFDCZ5zURUjdTAd4JOmznz7tv7aymTMsieR_Iowbpp0",
      "alg": "RSA-OAEP",
      "dq": "UEz3WGwfzI78MB1wmARFnpnKn75pTjBiTgJ4dAtmk5GsBn_v--MFyledhSbraNmFaHtl0HhgjCGzroGivO1RWgDfnDIk2UXMxi7YPeoEvAwJT_ZFUYHjA9abaJNEtsnBPDidxvjZ_797OLcsAsAF-yISBTcvihPyeIzbUSPMxWE",
      "n": "n8pk_4pMgblTK8Ia56GQXQVa9U_SpEEsNxu3sXPEubkSC8SgEYVYhpYDZDXbpWEENEaeuzvLTDhC_RnnAr1vtE6EJnJBzMXiDK5mzGtkWGcqaqWLEi6iNKHNa1ZdFiFsR0xHicmuUnYzx7R064l08Si5dyEPZYJNUNX7axcYI46-ETZFJ51Te_RFoTFa-0CCmbKgkYan59JXGqyLA7tddrSrco8V14fE8DI53JBPzBmTSLkcVc1DbixYeRAmSZX6eJdihdWVzuNoNbnigXgXzAb_ysTJaTvNgtkp16wGnwz5cQHcg_tX5YCXiVH5rFCYiUD85pRngqcc5cGZZ7t8vQ"
    },
    {
      "kty": "EC",
      "d": "6pB7kZmfTHO-VdSbEgTxB94FSqyP3BWMPz_YntHR818",
      "use": "enc",
      "crv": "P-256",
      "kid": "ef48c2df-8ba2-4a7e-bfa3-3e0e9f82fdf7",
      "x": "UieAyOyEpJ7BwDYy0Q98WFOwq9LpEoETFOfLbAQ3Z94",
      "y": "lE4iOrv6CKbIesiPEJa1uy-pIbhZ-aM8cEK-26uLxUw",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "b91641a3-3929-482a-9823-675edf32211f",
      "n": "iOo_h9Gj5hVLHXK7_M5LN6H_-L6IPmKIxGpQs1K41x9-ko3Brhvep363KauoztECPgTQXmK5JhSmR9jh-eyj7wbkNLZY2exnYOuv8v3VlOtDwBEhqX1amJBBp0x_hys-J8D5YzLf_bKUmy1JS_oQQ7w1l-upT6wqd4BOGJqzpsA8DJEuReC4kjeqmd-MCAMZgkPRiBRsRGwKzX6xESzm1Kis3BsClpN8YswjgRs_jPo--7NKNLYS8I4uY5Dk9rsishwvheWhY9UMYh05LJPWQnHZPzqtWnbMJhgVUIYwQ7yWfrg1kCCpp4rmKv39ld1J7zmPaNl8hFlj5NWLi4aO4Q"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "0c56983b-4924-4281-bd3b-a7d446f8970c",
      "n": "2wh1PqUOMbPEy7mhe50N0VZEe7r4XQY68MOVf92ERsTKiD3l3G0vAimNe34Nigg4rF2VuDe3XB6t07HO4XzWHtS045VOYlCHgbF7KBTDIBQbaxjGfhNSVuyiEmWSKWPvW7gQ6uFH9w9F8ngMJDHWYGdT_EZ_Qvr2xaIDesJvMus2tGdDsTMP5qiDqcRTBhYmDbJj7DRR_37kMmJEeZub33qiOGdVNLkxVfd4BfAwQSobLfWEQDk3xYLzfvo_5PIN3KpXpjkHU58Utbra96LmE4qcXvqCQnyjTqoeMpLSTgHYh-Pi4mXpHt8mREh7yyPq9iWUwJXjzrwPd0_YqX5LyQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e0f51cbf-d908-46a0-aff5-62f4ed1817c9",
      "x": "d1hxdPmlepeZCUro_fI9ZNJiQhCP96SR8ykXUOMMWpI",
      "y": "PPxStYNUVV5JV13fO7LpWtLrvevRXdtb01KreF8_f0I"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "7180ebbd-c9be-4b39-9b97-e8f12fd2b455",
      "x": "ZgGKsjqfzKIe6jsBp3T21YxMPp9UigdzQCoE2OGMBR8",
      "y": "tQtRejyIWlQLNDJneIHc4uB70l-QkrU2dG7iYeFui60"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "16abfac2-13ad-44a1-adeb-b3075675044c",
      "x": "dvR4ii49RDI-1DeUDk5SMsbQdOoIwIjSEJFhumNBdGA",
      "y": "VLOekmXMFtGh1Vqg642yjO38bAGYbefpdPk1ODQK3-k"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "1c916016-982f-4f3c-9fbf-908f3215723d",
      "x": "a5-8mjaVaqkwbcUpmyEg_gamO7mobQMZb9bHxF9e8GI"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "3396e605-f6a4-4168-bd2f-3ab42684dc64",
      "alg": "RSA-OAEP",
      "n": "n8pk_4pMgblTK8Ia56GQXQVa9U_SpEEsNxu3sXPEubkSC8SgEYVYhpYDZDXbpWEENEaeuzvLTDhC_RnnAr1vtE6EJnJBzMXiDK5mzGtkWGcqaqWLEi6iNKHNa1ZdFiFsR0xHicmuUnYzx7R064l08Si5dyEPZYJNUNX7axcYI46-ETZFJ51Te_RFoTFa-0CCmbKgkYan59JXGqyLA7tddrSrco8V14fE8DI53JBPzBmTSLkcVc1DbixYeRAmSZX6eJdihdWVzuNoNbnigXgXzAb_ysTJaTvNgtkp16wGnwz5cQHcg_tX5YCXiVH5rFCYiUD85pRngqcc5cGZZ7t8vQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "ef48c2df-8ba2-4a7e-bfa3-3e0e9f82fdf7",
      "x": "UieAyOyEpJ7BwDYy0Q98WFOwq9LpEoETFOfLbAQ3Z94",
      "y": "lE4iOrv6CKbIesiPEJa1uy-pIbhZ-aM8cEK-26uLxUw",
      "alg": "ECDH-ES"
    }
  ]
}
2020-09-01 12:50:03 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-09-01 12:50:03 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-09-01 12:50:03 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:50:03 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-09-01 12:50:03
oidcc-client-test
Setup Done
2020-09-01 12:50:06 INCOMING
oidcc-client-test
Incoming HTTP request to test instance lOBQhSzo7AzzPsA
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:50:06 OUTGOING
oidcc-client-test
Response to HTTP request to test instance lOBQhSzo7AzzPsA
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/",
  "authorization_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/token",
  "jwks_uri": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/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:50:06 INCOMING
oidcc-client-test
Incoming HTTP request to test instance lOBQhSzo7AzzPsA
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": "155",
  "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": [
    "id_token"
  ],
  "grant_types": [
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ]
}
incoming_query_string_params
{}
incoming_body
{"token_endpoint_auth_method":"client_secret_basic","response_types":["id_token"],"grant_types":["implicit"],"redirect_uris":["https://rp.example.com/cb"]}
Registration endpoint
2020-09-01 12:50:06 SUCCESS
OIDCCExtractDynamicRegistrationRequest
Extracted dynamic client registration request
request
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token"
  ],
  "grant_types": [
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ]
}
2020-09-01 12:50:06 INFO
EnsureRegistrationRequestContainsAtLeastOneContact
This application requires that registration requests contain at least one contact.
2020-09-01 12:50:06 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "implicit"
]
response_types
[
  "id_token"
]
2020-09-01 12:50:06 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://rp.example.com/cb"
]
2020-09-01 12:50:06 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-09-01 12:50:06 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-09-01 12:50:06 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-09-01 12:50:06 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-09-01 12:50:06 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-09-01 12:50:06 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:50:06 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-09-01 12:50:06 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:50:06 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-09-01 12:50:06 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:50:06 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-09-01 12:50:06 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:50:06 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-09-01 12:50:06 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-09-01 12:50:06 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-09-01 12:50:06 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-09-01 12:50:06 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-09-01 12:50:06 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-09-01 12:50:06 SUCCESS
OIDCCRegisterClient
Registered client
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token"
  ],
  "grant_types": [
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_wdmZwrONswoAUxl22462\u003c@?[["
}
2020-09-01 12:50:06
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_BYCAGdvPFuSLWGBhSCFmwtgOuYBvBzmAdhcABHMmtpZPqnYdZi5596120749=$&/{
2020-09-01 12:50:06 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-09-01 12:50:06 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token"
  ],
  "grant_types": [
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_wdmZwrONswoAUxl22462\u003c@?[[",
  "client_secret": "secret_BYCAGdvPFuSLWGBhSCFmwtgOuYBvBzmAdhcABHMmtpZPqnYdZi5596120749\u003d$\u0026/{"
}
2020-09-01 12:50:06 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-09-01 12:50:06 SUCCESS
OIDCCExtractServerSigningAlg
Using the default algorithm for the first key in server jwks
signing_algorithm
RS256
2020-09-01 12:50:06
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2020-09-01 12:50:06 OUTGOING
oidcc-client-test
Response to HTTP request to test instance lOBQhSzo7AzzPsA
outgoing_status_code
201
outgoing_headers
{}
outgoing_body
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token"
  ],
  "grant_types": [
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_wdmZwrONswoAUxl22462\u003c@?[[",
  "client_secret": "secret_BYCAGdvPFuSLWGBhSCFmwtgOuYBvBzmAdhcABHMmtpZPqnYdZi5596120749\u003d$\u0026/{",
  "id_token_signed_response_alg": "RS256"
}
outgoing_path
register
2020-09-01 12:50:06 INCOMING
oidcc-client-test
Incoming HTTP request to test instance lOBQhSzo7AzzPsA
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_wdmZwrONswoAUxl22462\u003c@?[[",
  "scope": "openid",
  "response_type": "id_token",
  "redirect_uri": "https://rp.example.com/cb",
  "state": "iAOo6nPgOeJDrZHqpVGhD6WZ-UrkT0MarqPg1F8I_Yw",
  "nonce": "LEnTsLccGA1qTteYCsiiOH_rajstaUSutOCRf9R7dbE",
  "response_mode": "form_post"
}
incoming_body
Authorization endpoint
2020-09-01 12:50:06 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2020-09-01 12:50:06 SUCCESS
OIDCCEnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid"
]
expected
openid
2020-09-01 12:50:06 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client_wdmZwrONswoAUxl22462\u003c@?[[",
  "scope": "openid",
  "response_type": "id_token",
  "redirect_uri": "https://rp.example.com/cb",
  "state": "iAOo6nPgOeJDrZHqpVGhD6WZ-UrkT0MarqPg1F8I_Yw",
  "nonce": "LEnTsLccGA1qTteYCsiiOH_rajstaUSutOCRf9R7dbE",
  "response_mode": "form_post"
}
2020-09-01 12:50:06 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid
2020-09-01 12:50:06 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
LEnTsLccGA1qTteYCsiiOH_rajstaUSutOCRf9R7dbE
2020-09-01 12:50:06 SUCCESS
EnsureResponseTypeIsIdToken
Response type is expected value
expected
id_token
2020-09-01 12:50:06 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_wdmZwrONswoAUxl22462<@?[[
2020-09-01 12:50:06 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:50:06 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid"
]
expected
openid
2020-09-01 12:50:06 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2020-09-01 12:50:06 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/lOBQhSzo7AzzPsA/
sub
user-subject-1234531
aud
client_wdmZwrONswoAUxl22462<@?[[
nonce
LEnTsLccGA1qTteYCsiiOH_rajstaUSutOCRf9R7dbE
iat
1598964606
exp
1598964906
2020-09-01 12:50:06 INFO
AddCHashToIdTokenClaims
Skipped evaluation due to missing required string: c_hash
expected
c_hash
2020-09-01 12:50:06 INFO
AddAtHashToIdTokenClaims
Skipped evaluation due to missing required string: at_hash
expected
at_hash
2020-09-01 12:50:06 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiJiOTE2NDFhMy0zOTI5LTQ4MmEtOTgyMy02NzVlZGYzMjIxMWYiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ1c2VyLXN1YmplY3QtMTIzNDUzMSIsImF1ZCI6ImNsaWVudF93ZG1ad3JPTnN3b0FVeGwyMjQ2MjxAP1tbIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2xPQlFoU3pvN0F6elBzQVwvIiwiZXhwIjoxNTk4OTY0OTA2LCJub25jZSI6IkxFblRzTGNjR0ExcVR0ZVlDc2lpT0hfcmFqc3RhVVN1dE9DUmY5UjdkYkUiLCJpYXQiOjE1OTg5NjQ2MDZ9.FbMMdkkh-X6bGx19FRWLi4EuKvo2T8RrxT3aZ05_EnFIbZeGt8BvCaaq7Vs7oshYFoZfueHmQSu8fJyZ40mwYFIpgsycp-HkCphkVK_Y74RP6e_H_KYf_oq2WBgvicJWHvbaHPG9JQfYFkfd1Txy8Z3KtFhmtoHM_vYvffV2DFpj8mDJd46j-Lc5KB4OdI_koslNwPA57iBfH4LWOhGKwv4ejhwzSxS5ya1BjzvBpQTBOAkTecKmMgHux5cBTvm4ensTYhMPSI2JYR2TUse-sQ1vLVlvf-yJ-YcrW9L_-NE4jiuKbDRuo40Db5WXjFmEJR0nDmU1xPSVPGnlFRAvlA
key
{"p":"4PNqivh5xthd9ZI16oUp0PTsdCiBEBdtbI-Jgpmu-zFbHXSPoxihMSFpy6eeOQeTFL8YjzlPMyGn9346LdxGxK-Ytp2i5lu-EXWHfKyJnBa9r4ggQSaVIaZpqKTA5fhGlHFilBA-EbEcvcIMwPpQbCcIlqVvgamRWqVEG4yjGLM","kty":"RSA","q":"m9Abl9sIlgLS-twnIzgsgwSUe_uS1_EXVI6G1uPv7cYYp-RLbGktWaL0Xaf0uQGgJ6ohbURYWUEa8fZyenjpHwPlurq59Bor8h4rUNLRtlrRlqcwJFL9sMW7843OOOY7OcdoewY-DejN9Bqk12O4li1E2Re-xPQaTCkz5dvTPBs","d":"M44xmg0g8HS4MkCP9SQhQrOn1Zy5ZPRpl7yI4t2VaLwdR0ZF1i_8aYnXosNW73nYpE3fwIrgOSyxaICMpzWqjUlFCWxYjMbuLprRSGi40ji87EgHKvFe-e_oKP0vUFDCOOn7fpUbr0Zdmwk0fn2NPlRSwgAlYzDrVNBll_I5D-Ln2LNl_gz18DeCRvv-XlQsldD8WlGveXcgUgT0yUVAgNl5C_06pWl7qjKzcY9n0OVRXKJ81x-LHz2ZmXMsOZBbijkP8cl9Tv2f9Uoxfaq4SCHpSqbnphFyaciaPuRYEoxN-bbRNCD3MyZOS-WMf7dZt0aOrm_r_g8SEqfqakWj-Q","e":"AQAB","use":"sig","kid":"b91641a3-3929-482a-9823-675edf32211f","qi":"OYB7X-3KvlcoFtBHYLX3I003rbcDGxFv4WGFFg5DWJNfyNy7Je0GWNRnuX5MFYLhYb1vW7sTuK-FvJBUkCdj8ER_EIAv9k7zwP_beHUa5MVdNJZ6T1StKRHaj9a34L15rtDHCcA8cBWwFyKPfTXREAoOI4MtAuxcBNPGj_apzRo","dp":"rACTw8UwYCHK3l24yiSeD79nGX5rCSHQsoSiUXEvgbSAheo9dij7_7Qbz_PPoK2xAdkIb2MTsvYWF8C1vaFDn1rg-ylXiKo3j-P9ABBxfB9LVO9SMl7NAxjai2_Ga1FGrnRwOuScgSya3GGHHPuJCNlj0MSYmV1N3jCl_iawAs8","dq":"hUWj1GfNGEKiI2BbOYy6xfYM619rYrkcs36VZwjgGAjw3eoveTMdTyZKzjDy6auySTsEDGoBB5bgbUXW9VqmS5kRzn4Yv-oC3L1hX2hzZ_6Wdr3aN7ektqbq9I--bHzA-9LMUy4rtcoDH2AKzxDEue9OjEH7Mot4UtyLP3ifXTE","n":"iOo_h9Gj5hVLHXK7_M5LN6H_-L6IPmKIxGpQs1K41x9-ko3Brhvep363KauoztECPgTQXmK5JhSmR9jh-eyj7wbkNLZY2exnYOuv8v3VlOtDwBEhqX1amJBBp0x_hys-J8D5YzLf_bKUmy1JS_oQQ7w1l-upT6wqd4BOGJqzpsA8DJEuReC4kjeqmd-MCAMZgkPRiBRsRGwKzX6xESzm1Kis3BsClpN8YswjgRs_jPo--7NKNLYS8I4uY5Dk9rsishwvheWhY9UMYh05LJPWQnHZPzqtWnbMJhgVUIYwQ7yWfrg1kCCpp4rmKv39ld1J7zmPaNl8hFlj5NWLi4aO4Q"}
algorithm
RS256
2020-09-01 12:50:06 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:50:06 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "iAOo6nPgOeJDrZHqpVGhD6WZ-UrkT0MarqPg1F8I_Yw"
}
2020-09-01 12:50:06 SUCCESS
AddIdTokenToAuthorizationEndpointResponseParams
Added id_token to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "iAOo6nPgOeJDrZHqpVGhD6WZ-UrkT0MarqPg1F8I_Yw",
  "id_token": "eyJraWQiOiJiOTE2NDFhMy0zOTI5LTQ4MmEtOTgyMy02NzVlZGYzMjIxMWYiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ1c2VyLXN1YmplY3QtMTIzNDUzMSIsImF1ZCI6ImNsaWVudF93ZG1ad3JPTnN3b0FVeGwyMjQ2MjxAP1tbIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2xPQlFoU3pvN0F6elBzQVwvIiwiZXhwIjoxNTk4OTY0OTA2LCJub25jZSI6IkxFblRzTGNjR0ExcVR0ZVlDc2lpT0hfcmFqc3RhVVN1dE9DUmY5UjdkYkUiLCJpYXQiOjE1OTg5NjQ2MDZ9.FbMMdkkh-X6bGx19FRWLi4EuKvo2T8RrxT3aZ05_EnFIbZeGt8BvCaaq7Vs7oshYFoZfueHmQSu8fJyZ40mwYFIpgsycp-HkCphkVK_Y74RP6e_H_KYf_oq2WBgvicJWHvbaHPG9JQfYFkfd1Txy8Z3KtFhmtoHM_vYvffV2DFpj8mDJd46j-Lc5KB4OdI_koslNwPA57iBfH4LWOhGKwv4ejhwzSxS5ya1BjzvBpQTBOAkTecKmMgHux5cBTvm4ensTYhMPSI2JYR2TUse-sQ1vLVlvf-yJ-YcrW9L_-NE4jiuKbDRuo40Db5WXjFmEJR0nDmU1xPSVPGnlFRAvlA"
}
2020-09-01 12:50:06 OUTGOING
oidcc-client-test
Response to HTTP request to test instance lOBQhSzo7AzzPsA
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://rp.example.com/cb, formParameters={"state":"iAOo6nPgOeJDrZHqpVGhD6WZ-UrkT0MarqPg1F8I_Yw","id_token":"eyJraWQiOiJiOTE2NDFhMy0zOTI5LTQ4MmEtOTgyMy02NzVlZGYzMjIxMWYiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ1c2VyLXN1YmplY3QtMTIzNDUzMSIsImF1ZCI6ImNsaWVudF93ZG1ad3JPTnN3b0FVeGwyMjQ2MjxAP1tbIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2xPQlFoU3pvN0F6elBzQVwvIiwiZXhwIjoxNTk4OTY0OTA2LCJub25jZSI6IkxFblRzTGNjR0ExcVR0ZVlDc2lpT0hfcmFqc3RhVVN1dE9DUmY5UjdkYkUiLCJpYXQiOjE1OTg5NjQ2MDZ9.FbMMdkkh-X6bGx19FRWLi4EuKvo2T8RrxT3aZ05_EnFIbZeGt8BvCaaq7Vs7oshYFoZfueHmQSu8fJyZ40mwYFIpgsycp-HkCphkVK_Y74RP6e_H_KYf_oq2WBgvicJWHvbaHPG9JQfYFkfd1Txy8Z3KtFhmtoHM_vYvffV2DFpj8mDJd46j-Lc5KB4OdI_koslNwPA57iBfH4LWOhGKwv4ejhwzSxS5ya1BjzvBpQTBOAkTecKmMgHux5cBTvm4ensTYhMPSI2JYR2TUse-sQ1vLVlvf-yJ-YcrW9L_-NE4jiuKbDRuo40Db5WXjFmEJR0nDmU1xPSVPGnlFRAvlA"}}]
outgoing_path
authorize
2020-09-01 12:50:07 INCOMING
oidcc-client-test
Incoming HTTP request to test instance lOBQhSzo7AzzPsA
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:50:07 OUTGOING
oidcc-client-test
Response to HTTP request to test instance lOBQhSzo7AzzPsA
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "b91641a3-3929-482a-9823-675edf32211f",
      "n": "iOo_h9Gj5hVLHXK7_M5LN6H_-L6IPmKIxGpQs1K41x9-ko3Brhvep363KauoztECPgTQXmK5JhSmR9jh-eyj7wbkNLZY2exnYOuv8v3VlOtDwBEhqX1amJBBp0x_hys-J8D5YzLf_bKUmy1JS_oQQ7w1l-upT6wqd4BOGJqzpsA8DJEuReC4kjeqmd-MCAMZgkPRiBRsRGwKzX6xESzm1Kis3BsClpN8YswjgRs_jPo--7NKNLYS8I4uY5Dk9rsishwvheWhY9UMYh05LJPWQnHZPzqtWnbMJhgVUIYwQ7yWfrg1kCCpp4rmKv39ld1J7zmPaNl8hFlj5NWLi4aO4Q"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "0c56983b-4924-4281-bd3b-a7d446f8970c",
      "n": "2wh1PqUOMbPEy7mhe50N0VZEe7r4XQY68MOVf92ERsTKiD3l3G0vAimNe34Nigg4rF2VuDe3XB6t07HO4XzWHtS045VOYlCHgbF7KBTDIBQbaxjGfhNSVuyiEmWSKWPvW7gQ6uFH9w9F8ngMJDHWYGdT_EZ_Qvr2xaIDesJvMus2tGdDsTMP5qiDqcRTBhYmDbJj7DRR_37kMmJEeZub33qiOGdVNLkxVfd4BfAwQSobLfWEQDk3xYLzfvo_5PIN3KpXpjkHU58Utbra96LmE4qcXvqCQnyjTqoeMpLSTgHYh-Pi4mXpHt8mREh7yyPq9iWUwJXjzrwPd0_YqX5LyQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e0f51cbf-d908-46a0-aff5-62f4ed1817c9",
      "x": "d1hxdPmlepeZCUro_fI9ZNJiQhCP96SR8ykXUOMMWpI",
      "y": "PPxStYNUVV5JV13fO7LpWtLrvevRXdtb01KreF8_f0I"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "7180ebbd-c9be-4b39-9b97-e8f12fd2b455",
      "x": "ZgGKsjqfzKIe6jsBp3T21YxMPp9UigdzQCoE2OGMBR8",
      "y": "tQtRejyIWlQLNDJneIHc4uB70l-QkrU2dG7iYeFui60"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "16abfac2-13ad-44a1-adeb-b3075675044c",
      "x": "dvR4ii49RDI-1DeUDk5SMsbQdOoIwIjSEJFhumNBdGA",
      "y": "VLOekmXMFtGh1Vqg642yjO38bAGYbefpdPk1ODQK3-k"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "1c916016-982f-4f3c-9fbf-908f3215723d",
      "x": "a5-8mjaVaqkwbcUpmyEg_gamO7mobQMZb9bHxF9e8GI"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "3396e605-f6a4-4168-bd2f-3ab42684dc64",
      "alg": "RSA-OAEP",
      "n": "n8pk_4pMgblTK8Ia56GQXQVa9U_SpEEsNxu3sXPEubkSC8SgEYVYhpYDZDXbpWEENEaeuzvLTDhC_RnnAr1vtE6EJnJBzMXiDK5mzGtkWGcqaqWLEi6iNKHNa1ZdFiFsR0xHicmuUnYzx7R064l08Si5dyEPZYJNUNX7axcYI46-ETZFJ51Te_RFoTFa-0CCmbKgkYan59JXGqyLA7tddrSrco8V14fE8DI53JBPzBmTSLkcVc1DbixYeRAmSZX6eJdihdWVzuNoNbnigXgXzAb_ysTJaTvNgtkp16wGnwz5cQHcg_tX5YCXiVH5rFCYiUD85pRngqcc5cGZZ7t8vQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "ef48c2df-8ba2-4a7e-bfa3-3e0e9f82fdf7",
      "x": "UieAyOyEpJ7BwDYy0Q98WFOwq9LpEoETFOfLbAQ3Z94",
      "y": "lE4iOrv6CKbIesiPEJa1uy-pIbhZ-aM8cEK-26uLxUw",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2020-09-01 12:50:07 FINISHED
oidcc-client-test
Test has run to completion
testmodule_result
PASSED
Test Results