Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-08-10 19:22:18 INFO
TEST-RUNNER
Test instance 1m6twS2biDeOeDA created
baseUrl
https://www.certification.openid.net/test/a/morph_oidc_client_basic
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "default",
  "client_registration": "dynamic_client"
}
alias
morph_oidc_client_basic
description
Testing morph oidc basic client
planId
8XtXosP8NfqAM
config
{
  "alias": "morph_oidc_client_basic",
  "description": "Testing morph oidc basic client",
  "publish": "everything"
}
testName
oidcc-client-test-kid-absent-multiple-jwks
2020-08-10 19:22:18 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/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-08-10 19:22:18
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/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-08-10 19:22:18
OIDCCGenerateServerJWKsMultipleSigningsKeyWithNoKeyIds
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "0dwdaoYUVozkMH1e4ol0HBang-Y32FS3inGXgBSVrlsXD_J5O6WYyLCMQ_2UUH5GZZnQMR5WNuYArFVZy9kzKuKA736GoCKFUWyHjVXufcv3_X_RoZeDp5W_eh94urZxBR7_JqJ-j_QTz5SrWRF6A-SgFtDsq_iIOmcDilKtOiU",
      "kty": "RSA",
      "q": "tZF8F26_4glcWAt5Gm4d28Yo6-uTFQpqp2HXf1rCdqrrqAvzMTM6d73zUE0zbHMxR7RH1YcUzXdwiAux1toah1AR_XYFZGLQq9j6GiZuDHtze0BQy94_QsyG1_WIXu0mkdGsgEgWZcTQgt7N3zeO4IDRbsKAQA7ZPXbetJLYF7E",
      "d": "HXvekknFery26Z9O4SdUBVpRAUcUeNnosav5UpLn_IrE_59-LNZLFOG5mw-EFvoR01_aaeNQZtttQXc27oDgyAzF7GM_6CrdHI1KupS_UaAVSlZNt6nEAwbDuqTt6QktxbjrpHgxHHccZ7DExF1nLkdWXr44RU8wXpQMDjzDtYnu_vOFVGCCN9qkbpX3_9Qpm6fT8RMLF5YpMiFv6UiGPflrfJDbP5-mRHa-JYEpfV9N-_WpNPoIEm57erk8F-XfnzXupdufzc_o7fKcjL6jDy_lyA4bOH7vc1rSjitvCjgeMnKzH3QSZ6uYq-AN7dGWEmfb-fiQWQijqBYy98gAgQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "yEbk0BMTLoPGW1QnGNm582V-BDps685GUL43ndENZ1UP6EEbVFXB1pW1LpOrIpRQ9PKMrfnK3b1vAN_f5oOcBirtnBCE9M68J0cBlcgcuc3fCyFR3dwt4MxAozVqW7t6ONQbDdPaK99QdR7eE9FC-pNwya72umZDwIu-CGOIUrE",
      "dp": "eSxAa-6JNcRaSclKDUHSohlOljFK04VvCOg30wOPvcHo2hNmftNKGa8e_m8fwS54VVfvxzy-CSra_qa1l6eNDNkGG8MR1sq38eDZj_krIMWyJlQ0ZbqHkS89BTXAzwZi0dMo_lTbASGsgrJUEbSuoCrVaPcvgMibWCV8_NRqI2U",
      "dq": "kNFpWIdNJMyyiscb4KjTx-dV3FYZCj80siyn5TxOvre1HmPppORnTfqDhxkMWwPF2ptAcF89iGQrrVcmkWeEoUiMEM2Bn3_xUB_P2-uq-um8QiIaT4EElBLtunJsQsqEaOoD3I2iz6kbZkavjcqSex5D7UPVZ0Jwo0WcfApjsQE",
      "n": "lNfkMs3ycWQ_Yq5o_w675uJFFup2FGXInnrfbxrUaKWs1JZMhML8ZQ8nfoDzEtrnTNI_DucUgwODJywj7G80Wql4RejQx536tCB71i8gve1xMuh0szOemcnxl9CGryvLITizedMSCWQTEKCG01uv7p4Vz7zvEj_stapPoiacJVkOIWnKriaU9fLX_Ua0oay8gMB-0v7LCFAoIS5HYuPeUZvj2ZgUq5sqvgcavsv6SCGRhnwlTZJl6Ed55RAHh4Z6pilYEWv8gOm-SMVXfYdT7aK0qGPNtB4tR027wmEAMaK4POyZlsH1C_NvHOsyAw9bqQp5gQ61PWR6rmVm4zaGlQ"
    },
    {
      "kty": "EC",
      "d": "fBqYffownO3W1VyUesm7ji_FiN3q5Pui_2iwbb86NHY",
      "use": "sig",
      "crv": "P-256",
      "x": "DBSmwLQsTHoD5WGH8K_W38zaiDyiBdr_5G2EZiTQwgA",
      "y": "rwmY7VV1dF7zNVxUpmKGs0J3eeKEeBpac-sAB31Roeg"
    },
    {
      "kty": "EC",
      "d": "wIpZz0VhkItjso7kha_dArHMLYeqAYlnlBZFnWNXnbQ",
      "use": "sig",
      "crv": "secp256k1",
      "x": "lzvpK2OTbSU_eUvLuNHf5nZ2jfdaqaOxxlqAqQPndFk",
      "y": "Gj46FfgK31_PbaAGMWwtlDNuVPKcLywrqjfJoV_5iyM"
    },
    {
      "kty": "OKP",
      "d": "V0Oz9tfwe7z3r6X9QSuydC28gPIzFfwl-2YNvA3tD9k",
      "use": "sig",
      "crv": "Ed25519",
      "x": "NanjRM6AztvRs_hkKpiIXgtuQ1ZCQl8SdbU52DXpHtI"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "8a37MN1QSmJ3KHFfx1FrVqDqsuxA3CDWbbRPwzFmr6GpaZvnW0P5gRChm6isSdJ1yR7cFrHg0lKLRN59gmVzpK4Kj9gs3mwHlXcCuUjI-3HMLsN7Ld_R0pVZ0uhWmPMaLcfVlzhyZD2U0NMr6hLBMnj_NO07G_5JefxpQG7ksV8",
      "kty": "RSA",
      "q": "487PHjSArhtRy1QvtkiJ4uViaPNMVaURKNsaMz93NlIzIijIKsZiH_31NqS73NBgAzJkmNNBr0MbvEueJCiwXGcBm3hZMgBFIJjS5A33URmir-M2oJ8BQ_igxMVwZSJTfIlXRzCCqFu1Jxvffd3kRylEHA7k8sVNbqnot32QEFc",
      "d": "NAeDqmVfejuCtN7mhAXb111YBDbaakPswsG7VxQ3NkeHmkIDSYcis75Qo_IJuU9V6l6QsLMEPYH7a1jUGiTqiVpH7ERFGa4Xvj9Q9J_UTk_mzuxUXlqBPk7ap2OzflLuIuTkmxsEbRgE2jAOjtcNGHBpfSt9mEb-ZbLLYLtL6WEWJW_fno1uRK-7SGtvnWhxXsxFP1IOVASFYP-CkpPa08m25iqHgY4IWMzo2LBbagvxvjFthdJIiyLFp860UZk-YyfVuV9uUBVgo5UmvFTyEOqs2RiKWYw-1ziUeVUN1-AytBYzyga87DcnERhIXcpRO74DoInmxQ8Kf_8RHewJLQ",
      "e": "AQAB",
      "use": "enc",
      "qi": "yHN4I16B26Ynb0-F-PBjZnPC8Id1WR2WgrJUQvely35J_n21I50BZg6dXNWcNEItyerbA79s-tBTt7kbSTib_IZ99W1X8KUNIi-ggV2kzW-c-edhoEr41l7f9Z5zv89latNA8ZqGVZGG4PhCW8KI53AU599o0c0uFQqngmgg_u0",
      "dp": "isKVwoyPGOZH_BR8JXh95JMnresvojPIadxpH20xxA1Rs60rvJ7ellfyMek6YnhP4FWzj-Q5bQivpa8I6OFO8HJs5gH8YQgtoodeLPu5SYUg8oiSJNipI_tUQ1_auJ57nWVrIRPrudoRo4RbZl22R0BpZv3-PihWD4_47mG9NIk",
      "alg": "RSA-OAEP",
      "dq": "Ett-t6Be-oqWZb9tR6iPiXG1iLyDGB_W4MvqSk25n4yEYRKBJ1FOtBlAoCpYxrmVCQ611xS9vjVO6XJU_-dCWhPIxUbcE1CEaGNeKbSiQVte5TJoxjkDUM4W-NLjL-v8fzWbPPBeEHOu9jLPeErS57UZxzzQZOxCMaPs-KtzLnc",
      "n": "1xCDRKehDaCXIsG2tekaMWUEf2iXBLyCP00yeGmBOh9i9RhTPjf3hW762oDHGyB1L231GwIQ1Ttij_83UR6Tc9zzZgggpaX1ch-JfClqCQNT_YgmiUIEDLmRsTYvZ_DUc1VsETz6JAN0Vm4IeaPeNrIgBw48vR2Cnmopz7N6D57hr7dSWqtYyji_t-mOLmA5C0ruCxpjbJjM6sjANPBDXpTRpc38hggFmPN-5m3Jo8cFVRDjTitooQ6IC0pdLNHV2UsncVoHLfQk47xFH4aMzghSE9mZLoGWdQoi8IChMViWacwBRgqOJ_mpRdpUITF69XPsOX1jb0lVr7n8Iz43SQ"
    },
    {
      "kty": "EC",
      "d": "uT2FO2M-rzcmp3bHJyyfKskfWahaQjwkB4w8nsSk8Qs",
      "use": "enc",
      "crv": "P-256",
      "x": "pOmDA76a55c-hd4_eXXPvILMnDdiWX9I8jeavlV-ock",
      "y": "9Aw_q6IAmNK8C-H_vAxk8MTcCrK1rVQOTqIwqfq8Dgg",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "gvJsKhVyC1RcsqHmc-K6t9LfjSyQLviZU667BjoROJfA-TSV3-heRjPK3SteEiYA9-DqlYT0l3YHo9qqprXQh_EPaO_Dek1lZfFpYZYJnHIfDTwjhtiDlAmxVd8-M0mr5QkzY0b4bMv7uIvO_uyLqxXn6sodtmxw8d2xNN6Pi74z1mQ4GPTGglwVKURVwGJR87bBcdAcwq5R1zs4WtWcH4TcuqZOJYfldZuBYhO7HvXajvvRJEqzB0EdApiBd-cKH6YaWCCGxHRGn8zrdAthMq6dgBO8ptkf6gu64TFlWaK1P6cqI3C8tOZvpmSdM8bEW2nUukuAn7MaMB7ap_pQxw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "lNfkMs3ycWQ_Yq5o_w675uJFFup2FGXInnrfbxrUaKWs1JZMhML8ZQ8nfoDzEtrnTNI_DucUgwODJywj7G80Wql4RejQx536tCB71i8gve1xMuh0szOemcnxl9CGryvLITizedMSCWQTEKCG01uv7p4Vz7zvEj_stapPoiacJVkOIWnKriaU9fLX_Ua0oay8gMB-0v7LCFAoIS5HYuPeUZvj2ZgUq5sqvgcavsv6SCGRhnwlTZJl6Ed55RAHh4Z6pilYEWv8gOm-SMVXfYdT7aK0qGPNtB4tR027wmEAMaK4POyZlsH1C_NvHOsyAw9bqQp5gQ61PWR6rmVm4zaGlQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "mkNILK5A8FjzqLF0gU6Ba_lryj75LlTmtqG7RkYJ3TPU49Wjg0N_UDD73yskOF3Ce8M7XDpmOCpB7EN0FGoZzisPTOVIlJQlREigUNNxvPpTGgZurFk4t7jdExKMr13lU6efuDD-Ea9VUwNNwo6Aq5FDOImZAvm9m2BGlF6ALchd8zRZUMu1LpwSoRMcTFOKY9VYEUFTjBpumZtBqOkHuReayr5COxrGa64gy5kZAO-MQ1ezc4r6sdp0Ef6t3JAAtqIEdCnhs8d27OOmCXALkQQyaRfmNLpQnOJX20xlMmQOVzlxV7py0Gu2-dkMucef1Mbvr5mN94h9pf9w_IwAuQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "c6WNlNsi_0LSwYKlNK_TK-A8VAeNCqJOEytfYwF4VeE",
      "y": "IrUhNSMDl6z7cMUB3Z2Ow4mfitYE_KoV1XhAz80064k"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "DBSmwLQsTHoD5WGH8K_W38zaiDyiBdr_5G2EZiTQwgA",
      "y": "rwmY7VV1dF7zNVxUpmKGs0J3eeKEeBpac-sAB31Roeg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "p3uwXDRu7szMKNekS4O93x9_ZVzKCfFktwmP3xHn5N8",
      "y": "f2gS5APHGfcuQ2FCGou52cOxUUA4BsXZtYytVKmHi8c"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "lzvpK2OTbSU_eUvLuNHf5nZ2jfdaqaOxxlqAqQPndFk",
      "y": "Gj46FfgK31_PbaAGMWwtlDNuVPKcLywrqjfJoV_5iyM"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "RurYRyeksRw0-gdoCDrbbLwy2mNGY1Oas6GuzxYOzDw",
      "y": "EDtqqa0N8rHDhZKGKDCLy2Lt2lu-nMiobRlSOiqZXns"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "ojFUjGTcRHIOD4iLQFXDfHSSjWIrpzbL-kgj6pvQCH8",
      "y": "8Ga4dx0r-f6VVPHy3GdhnmxIxo91t21akeiS97nzG9U"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "NanjRM6AztvRs_hkKpiIXgtuQ1ZCQl8SdbU52DXpHtI"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "wh21muu0F7A7DqAXccl7c5RehG-hkiZgEWELHinFHiA"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "U45UdjJYs_kb5Ni6fiP-n4E2IjAzDFy-4K6Zg48WOls"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "alg": "RSA-OAEP",
      "n": "1xCDRKehDaCXIsG2tekaMWUEf2iXBLyCP00yeGmBOh9i9RhTPjf3hW762oDHGyB1L231GwIQ1Ttij_83UR6Tc9zzZgggpaX1ch-JfClqCQNT_YgmiUIEDLmRsTYvZ_DUc1VsETz6JAN0Vm4IeaPeNrIgBw48vR2Cnmopz7N6D57hr7dSWqtYyji_t-mOLmA5C0ruCxpjbJjM6sjANPBDXpTRpc38hggFmPN-5m3Jo8cFVRDjTitooQ6IC0pdLNHV2UsncVoHLfQk47xFH4aMzghSE9mZLoGWdQoi8IChMViWacwBRgqOJ_mpRdpUITF69XPsOX1jb0lVr7n8Iz43SQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "x": "pOmDA76a55c-hd4_eXXPvILMnDdiWX9I8jeavlV-ock",
      "y": "9Aw_q6IAmNK8C-H_vAxk8MTcCrK1rVQOTqIwqfq8Dgg",
      "alg": "ECDH-ES"
    }
  ]
}
2020-08-10 19:22:18 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-08-10 19:22:18 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-08-10 19:22:18 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-08-10 19:22:18
oidcc-client-test-kid-absent-multiple-jwks
Setup Done
2020-08-10 19:22:53 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 1m6twS2biDeOeDA
incoming_headers
{
  "host": "www.certification.openid.net",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "0",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-08-10 19:22:53 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 1m6twS2biDeOeDA
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/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-08-10 19:22:53 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 1m6twS2biDeOeDA
incoming_headers
{
  "host": "www.certification.openid.net",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "339",
  "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
incoming_query_string_params
{}
incoming_body
{"redirect_uris":["https://morph-oidc-client.strid.ninja/auth/cb","https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"],"response_types":["code"],"grant_types":["authorization_code"],"contacts":["ulrik.strid@outlook.com"],"client_name":"basic_morph_oidc_client","token_endpoint_auth_method":"client_secret_basic"}
Registration endpoint
2020-08-10 19:22:53 SUCCESS
OIDCCExtractDynamicRegistrationRequest
Extracted dynamic client registration request
request
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-08-10 19:22:53 SUCCESS
EnsureRegistrationRequestContainsAtLeastOneContact
Registration request contains valid contacts
contacts
[
  "ulrik.strid@outlook.com"
]
2020-08-10 19:22:53 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2020-08-10 19:22:53 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://morph-oidc-client.strid.ninja/auth/cb",
  "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
]
2020-08-10 19:22:53 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-08-10 19:22:53 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-08-10 19:22:53 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-08-10 19:22:53 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-08-10 19:22:53 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-08-10 19:22:53 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-08-10 19:22:53 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-08-10 19:22:53 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2020-08-10 19:22:53 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-08-10 19:22:53 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2020-08-10 19:22:53 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-08-10 19:22:53 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-08-10 19:22:53 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-08-10 19:22:53 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-08-10 19:22:53 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-08-10 19:22:53 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-08-10 19:22:53 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-08-10 19:22:53 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-08-10 19:22:53 SUCCESS
OIDCCRegisterClient
Registered client
client
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_BNowtzOlMHBYxtc72101().\\%"
}
2020-08-10 19:22:53
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_MNhBLKlDNmtiRqprSEtzFyXBJUcmHZdnmtWPnytaoLnGYwGQyf2496059586}@)?$
2020-08-10 19:22:53 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-08-10 19:22:53 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_BNowtzOlMHBYxtc72101().\\%",
  "client_secret": "secret_MNhBLKlDNmtiRqprSEtzFyXBJUcmHZdnmtWPnytaoLnGYwGQyf2496059586}@)?$"
}
2020-08-10 19:22:53 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-08-10 19:22:53
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2020-08-10 19:22:53
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2020-08-10 19:22:53 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 1m6twS2biDeOeDA
outgoing_status_code
201
outgoing_headers
{}
outgoing_body
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_BNowtzOlMHBYxtc72101().\\%",
  "client_secret": "secret_MNhBLKlDNmtiRqprSEtzFyXBJUcmHZdnmtWPnytaoLnGYwGQyf2496059586}@)?$",
  "id_token_signed_response_alg": "RS256"
}
outgoing_path
register
2020-08-10 19:22:54 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 1m6twS2biDeOeDA
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:79.0) Gecko/20100101 Firefox/79.0",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/webp,*/*;q\u003d0.8",
  "accept-language": "en-US,en;q\u003d0.5",
  "accept-encoding": "gzip, deflate, br",
  "referer": "https://morph-oidc-client.strid.ninja/",
  "dnt": "1",
  "cookie": "expected_tab\u003dmicrosoftonline; welcome_info_name\u003dUlrik%20Strid; JSESSIONID\u003dCB87DB255579AE321C16855066F1AF5F",
  "upgrade-insecure-requests": "1",
  "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
{
  "response_type": "code",
  "client_id": "client_BNowtzOlMHBYxtc72101().\\%",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "c825aab0-d11f-4ec9-bbff-53790c352a4d",
  "nonce": "c69ea71c-0513-4948-b85b-941b87847174"
}
incoming_body
Authorization endpoint
2020-08-10 19:22:54 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2020-08-10 19:22:54 SUCCESS
OIDCCEnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:22:54 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "response_type": "code",
  "client_id": "client_BNowtzOlMHBYxtc72101().\\%",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "c825aab0-d11f-4ec9-bbff-53790c352a4d",
  "nonce": "c69ea71c-0513-4948-b85b-941b87847174"
}
2020-08-10 19:22:54 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email
2020-08-10 19:22:54 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
c69ea71c-0513-4948-b85b-941b87847174
2020-08-10 19:22:54 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2020-08-10 19:22:54 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_BNowtzOlMHBYxtc72101().\%
2020-08-10 19:22:54 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://morph-oidc-client.strid.ninja/auth/cb
expected
[
  "https://morph-oidc-client.strid.ninja/auth/cb",
  "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
]
2020-08-10 19:22:54 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:22:54 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2020-08-10 19:22:54 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
YjKgM3yfm3
2020-08-10 19:22:54 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
BN89boCqXqrKyzP7U_HI_w
2020-08-10 19:22:54 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "c825aab0-d11f-4ec9-bbff-53790c352a4d"
}
2020-08-10 19:22:54 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "c825aab0-d11f-4ec9-bbff-53790c352a4d",
  "code": "YjKgM3yfm3"
}
2020-08-10 19:22:54
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://morph-oidc-client.strid.ninja/auth/cb?state=c825aab0-d11f-4ec9-bbff-53790c352a4d&code=YjKgM3yfm3
2020-08-10 19:22:54 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 1m6twS2biDeOeDA
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://morph-oidc-client.strid.ninja/auth/cb?state=c825aab0-d11f-4ec9-bbff-53790c352a4d&code=YjKgM3yfm3]
outgoing_path
authorize
2020-08-10 19:22:54 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 1m6twS2biDeOeDA
incoming_headers
{
  "host": "www.certification.openid.net",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "0",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
jwks
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-08-10 19:22:54 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 1m6twS2biDeOeDA
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "gvJsKhVyC1RcsqHmc-K6t9LfjSyQLviZU667BjoROJfA-TSV3-heRjPK3SteEiYA9-DqlYT0l3YHo9qqprXQh_EPaO_Dek1lZfFpYZYJnHIfDTwjhtiDlAmxVd8-M0mr5QkzY0b4bMv7uIvO_uyLqxXn6sodtmxw8d2xNN6Pi74z1mQ4GPTGglwVKURVwGJR87bBcdAcwq5R1zs4WtWcH4TcuqZOJYfldZuBYhO7HvXajvvRJEqzB0EdApiBd-cKH6YaWCCGxHRGn8zrdAthMq6dgBO8ptkf6gu64TFlWaK1P6cqI3C8tOZvpmSdM8bEW2nUukuAn7MaMB7ap_pQxw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "lNfkMs3ycWQ_Yq5o_w675uJFFup2FGXInnrfbxrUaKWs1JZMhML8ZQ8nfoDzEtrnTNI_DucUgwODJywj7G80Wql4RejQx536tCB71i8gve1xMuh0szOemcnxl9CGryvLITizedMSCWQTEKCG01uv7p4Vz7zvEj_stapPoiacJVkOIWnKriaU9fLX_Ua0oay8gMB-0v7LCFAoIS5HYuPeUZvj2ZgUq5sqvgcavsv6SCGRhnwlTZJl6Ed55RAHh4Z6pilYEWv8gOm-SMVXfYdT7aK0qGPNtB4tR027wmEAMaK4POyZlsH1C_NvHOsyAw9bqQp5gQ61PWR6rmVm4zaGlQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "mkNILK5A8FjzqLF0gU6Ba_lryj75LlTmtqG7RkYJ3TPU49Wjg0N_UDD73yskOF3Ce8M7XDpmOCpB7EN0FGoZzisPTOVIlJQlREigUNNxvPpTGgZurFk4t7jdExKMr13lU6efuDD-Ea9VUwNNwo6Aq5FDOImZAvm9m2BGlF6ALchd8zRZUMu1LpwSoRMcTFOKY9VYEUFTjBpumZtBqOkHuReayr5COxrGa64gy5kZAO-MQ1ezc4r6sdp0Ef6t3JAAtqIEdCnhs8d27OOmCXALkQQyaRfmNLpQnOJX20xlMmQOVzlxV7py0Gu2-dkMucef1Mbvr5mN94h9pf9w_IwAuQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "c6WNlNsi_0LSwYKlNK_TK-A8VAeNCqJOEytfYwF4VeE",
      "y": "IrUhNSMDl6z7cMUB3Z2Ow4mfitYE_KoV1XhAz80064k"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "DBSmwLQsTHoD5WGH8K_W38zaiDyiBdr_5G2EZiTQwgA",
      "y": "rwmY7VV1dF7zNVxUpmKGs0J3eeKEeBpac-sAB31Roeg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "p3uwXDRu7szMKNekS4O93x9_ZVzKCfFktwmP3xHn5N8",
      "y": "f2gS5APHGfcuQ2FCGou52cOxUUA4BsXZtYytVKmHi8c"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "lzvpK2OTbSU_eUvLuNHf5nZ2jfdaqaOxxlqAqQPndFk",
      "y": "Gj46FfgK31_PbaAGMWwtlDNuVPKcLywrqjfJoV_5iyM"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "RurYRyeksRw0-gdoCDrbbLwy2mNGY1Oas6GuzxYOzDw",
      "y": "EDtqqa0N8rHDhZKGKDCLy2Lt2lu-nMiobRlSOiqZXns"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "ojFUjGTcRHIOD4iLQFXDfHSSjWIrpzbL-kgj6pvQCH8",
      "y": "8Ga4dx0r-f6VVPHy3GdhnmxIxo91t21akeiS97nzG9U"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "NanjRM6AztvRs_hkKpiIXgtuQ1ZCQl8SdbU52DXpHtI"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "wh21muu0F7A7DqAXccl7c5RehG-hkiZgEWELHinFHiA"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "U45UdjJYs_kb5Ni6fiP-n4E2IjAzDFy-4K6Zg48WOls"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "alg": "RSA-OAEP",
      "n": "1xCDRKehDaCXIsG2tekaMWUEf2iXBLyCP00yeGmBOh9i9RhTPjf3hW762oDHGyB1L231GwIQ1Ttij_83UR6Tc9zzZgggpaX1ch-JfClqCQNT_YgmiUIEDLmRsTYvZ_DUc1VsETz6JAN0Vm4IeaPeNrIgBw48vR2Cnmopz7N6D57hr7dSWqtYyji_t-mOLmA5C0ruCxpjbJjM6sjANPBDXpTRpc38hggFmPN-5m3Jo8cFVRDjTitooQ6IC0pdLNHV2UsncVoHLfQk47xFH4aMzghSE9mZLoGWdQoi8IChMViWacwBRgqOJ_mpRdpUITF69XPsOX1jb0lVr7n8Iz43SQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "x": "pOmDA76a55c-hd4_eXXPvILMnDdiWX9I8jeavlV-ock",
      "y": "9Aw_q6IAmNK8C-H_vAxk8MTcCrK1rVQOTqIwqfq8Dgg",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2020-08-10 19:22:54 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 1m6twS2biDeOeDA
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic Y2xpZW50X0JOb3d0ek9sTUhCWXh0YzcyMTAxJTI4JTI5LiU1QyUyNTpzZWNyZXRfTU5oQkxLbERObXRpUnFwclNFdHpGeVhCSlVjbUhaZG5tdFdQbnl0YW9MbkdZd0dReWYyNDk2MDU5NTg2JTdEJTQwJTI5JTNGJTI0",
  "content-type": "application/x-www-form-urlencoded",
  "accept": "application/json",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "253",
  "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",
  "scope": "openid",
  "code": "YjKgM3yfm3",
  "client_id": "client_BNowtzOlMHBYxtc72101().\\%",
  "client_secret": "secret_MNhBLKlDNmtiRqprSEtzFyXBJUcmHZdnmtWPnytaoLnGYwGQyf2496059586}@)?$",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
grant_type=authorization_code&scope=openid&code=YjKgM3yfm3&client_id=client_BNowtzOlMHBYxtc72101%28%29.%5C%25&client_secret=secret_MNhBLKlDNmtiRqprSEtzFyXBJUcmHZdnmtWPnytaoLnGYwGQyf2496059586%7D%40%29%3F%24&redirect_uri=https%3A%2F%2Fmorph-oidc-client.strid.ninja%2Fauth%2Fcb
Token endpoint
2020-08-10 19:22:54 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_BNowtzOlMHBYxtc72101().\%
client_secret
secret_MNhBLKlDNmtiRqprSEtzFyXBJUcmHZdnmtWPnytaoLnGYwGQyf2496059586}@)?$
method
client_secret_basic
2020-08-10 19:22:54 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2020-08-10 19:22:54 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
YjKgM3yfm3
2020-08-10 19:22:54 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://morph-oidc-client.strid.ninja/auth/cb
2020-08-10 19:22:54 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
pnZZU4vB0GiKREC3Pei1pdVjLdhvrMRsLF107tzx1YAxdfUuhE
2020-08-10 19:22:54 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
bg0of6oOB8yRVoGjEeVGWg
2020-08-10 19:22:54 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/morph_oidc_client_basic/
sub
user-subject-1234531
aud
client_BNowtzOlMHBYxtc72101().\%
nonce
c69ea71c-0513-4948-b85b-941b87847174
iat
1597087374
exp
1597087674
2020-08-10 19:22:54 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
bg0of6oOB8yRVoGjEeVGWg
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/",
  "sub": "user-subject-1234531",
  "aud": "client_BNowtzOlMHBYxtc72101().\\%",
  "nonce": "c69ea71c-0513-4948-b85b-941b87847174",
  "iat": 1597087374,
  "exp": 1597087674,
  "at_hash": "bg0of6oOB8yRVoGjEeVGWg"
}
2020-08-10 19:22:54 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiYmcwb2Y2b09COHlSVm9HakVlVkdXZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0JOb3d0ek9sTUhCWXh0YzcyMTAxKCkuXFwlIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL21vcnBoX29pZGNfY2xpZW50X2Jhc2ljXC8iLCJleHAiOjE1OTcwODc2NzQsIm5vbmNlIjoiYzY5ZWE3MWMtMDUxMy00OTQ4LWI4NWItOTQxYjg3ODQ3MTc0IiwiaWF0IjoxNTk3MDg3Mzc0fQ.eZEnG3rKdUKiZEV6uipgfgvWCkcEnwcT-x_SNCaEN00_KeIqRfMPrKS5p5MiHn2O7qUrqu4gKDFuMhAFDzTadRbzlV02zZGQc9QpdiyTcXDMPRF7cBKD-v59cHXdjw3fykq7ODiqQpL_5r7qYPfEx4wgYB1Z6oLK7toj-SfFw_idS3eiPV-Rk6Lffm-GRSgoTE1uRFp-aipC8pk5XU0B8nHz_O949Q2RlfQmqd2wzJWy78eg8wbdqLykv142Z3aULEKozOq4DkyOYGYia7BZ0xC1du8jtGpYkgaYfxnBgsGmM12yMg0zGGG7aNa7ShDkale1H16rOW7i6ekvfgdySw
key
{"p":"0dwdaoYUVozkMH1e4ol0HBang-Y32FS3inGXgBSVrlsXD_J5O6WYyLCMQ_2UUH5GZZnQMR5WNuYArFVZy9kzKuKA736GoCKFUWyHjVXufcv3_X_RoZeDp5W_eh94urZxBR7_JqJ-j_QTz5SrWRF6A-SgFtDsq_iIOmcDilKtOiU","kty":"RSA","q":"tZF8F26_4glcWAt5Gm4d28Yo6-uTFQpqp2HXf1rCdqrrqAvzMTM6d73zUE0zbHMxR7RH1YcUzXdwiAux1toah1AR_XYFZGLQq9j6GiZuDHtze0BQy94_QsyG1_WIXu0mkdGsgEgWZcTQgt7N3zeO4IDRbsKAQA7ZPXbetJLYF7E","d":"HXvekknFery26Z9O4SdUBVpRAUcUeNnosav5UpLn_IrE_59-LNZLFOG5mw-EFvoR01_aaeNQZtttQXc27oDgyAzF7GM_6CrdHI1KupS_UaAVSlZNt6nEAwbDuqTt6QktxbjrpHgxHHccZ7DExF1nLkdWXr44RU8wXpQMDjzDtYnu_vOFVGCCN9qkbpX3_9Qpm6fT8RMLF5YpMiFv6UiGPflrfJDbP5-mRHa-JYEpfV9N-_WpNPoIEm57erk8F-XfnzXupdufzc_o7fKcjL6jDy_lyA4bOH7vc1rSjitvCjgeMnKzH3QSZ6uYq-AN7dGWEmfb-fiQWQijqBYy98gAgQ","e":"AQAB","use":"sig","qi":"yEbk0BMTLoPGW1QnGNm582V-BDps685GUL43ndENZ1UP6EEbVFXB1pW1LpOrIpRQ9PKMrfnK3b1vAN_f5oOcBirtnBCE9M68J0cBlcgcuc3fCyFR3dwt4MxAozVqW7t6ONQbDdPaK99QdR7eE9FC-pNwya72umZDwIu-CGOIUrE","dp":"eSxAa-6JNcRaSclKDUHSohlOljFK04VvCOg30wOPvcHo2hNmftNKGa8e_m8fwS54VVfvxzy-CSra_qa1l6eNDNkGG8MR1sq38eDZj_krIMWyJlQ0ZbqHkS89BTXAzwZi0dMo_lTbASGsgrJUEbSuoCrVaPcvgMibWCV8_NRqI2U","dq":"kNFpWIdNJMyyiscb4KjTx-dV3FYZCj80siyn5TxOvre1HmPppORnTfqDhxkMWwPF2ptAcF89iGQrrVcmkWeEoUiMEM2Bn3_xUB_P2-uq-um8QiIaT4EElBLtunJsQsqEaOoD3I2iz6kbZkavjcqSex5D7UPVZ0Jwo0WcfApjsQE","n":"lNfkMs3ycWQ_Yq5o_w675uJFFup2FGXInnrfbxrUaKWs1JZMhML8ZQ8nfoDzEtrnTNI_DucUgwODJywj7G80Wql4RejQx536tCB71i8gve1xMuh0szOemcnxl9CGryvLITizedMSCWQTEKCG01uv7p4Vz7zvEj_stapPoiacJVkOIWnKriaU9fLX_Ua0oay8gMB-0v7LCFAoIS5HYuPeUZvj2ZgUq5sqvgcavsv6SCGRhnwlTZJl6Ed55RAHh4Z6pilYEWv8gOm-SMVXfYdT7aK0qGPNtB4tR027wmEAMaK4POyZlsH1C_NvHOsyAw9bqQp5gQ61PWR6rmVm4zaGlQ"}
algorithm
RS256
2020-08-10 19:22:54 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-08-10 19:22:54 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
pnZZU4vB0GiKREC3Pei1pdVjLdhvrMRsLF107tzx1YAxdfUuhE
token_type
Bearer
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiYmcwb2Y2b09COHlSVm9HakVlVkdXZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0JOb3d0ek9sTUhCWXh0YzcyMTAxKCkuXFwlIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL21vcnBoX29pZGNfY2xpZW50X2Jhc2ljXC8iLCJleHAiOjE1OTcwODc2NzQsIm5vbmNlIjoiYzY5ZWE3MWMtMDUxMy00OTQ4LWI4NWItOTQxYjg3ODQ3MTc0IiwiaWF0IjoxNTk3MDg3Mzc0fQ.eZEnG3rKdUKiZEV6uipgfgvWCkcEnwcT-x_SNCaEN00_KeIqRfMPrKS5p5MiHn2O7qUrqu4gKDFuMhAFDzTadRbzlV02zZGQc9QpdiyTcXDMPRF7cBKD-v59cHXdjw3fykq7ODiqQpL_5r7qYPfEx4wgYB1Z6oLK7toj-SfFw_idS3eiPV-Rk6Lffm-GRSgoTE1uRFp-aipC8pk5XU0B8nHz_O949Q2RlfQmqd2wzJWy78eg8wbdqLykv142Z3aULEKozOq4DkyOYGYia7BZ0xC1du8jtGpYkgaYfxnBgsGmM12yMg0zGGG7aNa7ShDkale1H16rOW7i6ekvfgdySw
scope
openid profile email
2020-08-10 19:22:54 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 1m6twS2biDeOeDA
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "pnZZU4vB0GiKREC3Pei1pdVjLdhvrMRsLF107tzx1YAxdfUuhE",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiYmcwb2Y2b09COHlSVm9HakVlVkdXZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0JOb3d0ek9sTUhCWXh0YzcyMTAxKCkuXFwlIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL21vcnBoX29pZGNfY2xpZW50X2Jhc2ljXC8iLCJleHAiOjE1OTcwODc2NzQsIm5vbmNlIjoiYzY5ZWE3MWMtMDUxMy00OTQ4LWI4NWItOTQxYjg3ODQ3MTc0IiwiaWF0IjoxNTk3MDg3Mzc0fQ.eZEnG3rKdUKiZEV6uipgfgvWCkcEnwcT-x_SNCaEN00_KeIqRfMPrKS5p5MiHn2O7qUrqu4gKDFuMhAFDzTadRbzlV02zZGQc9QpdiyTcXDMPRF7cBKD-v59cHXdjw3fykq7ODiqQpL_5r7qYPfEx4wgYB1Z6oLK7toj-SfFw_idS3eiPV-Rk6Lffm-GRSgoTE1uRFp-aipC8pk5XU0B8nHz_O949Q2RlfQmqd2wzJWy78eg8wbdqLykv142Z3aULEKozOq4DkyOYGYia7BZ0xC1du8jtGpYkgaYfxnBgsGmM12yMg0zGGG7aNa7ShDkale1H16rOW7i6ekvfgdySw",
  "scope": "openid profile email"
}
outgoing_path
token
2020-08-10 19:22:59 FINISHED
oidcc-client-test-kid-absent-multiple-jwks
Test has run to completion
testmodule_result
PASSED
2020-08-10 19:23:43
TEST-RUNNER
Alias has now been claimed by another test
alias
morph_oidc_client_basic
new_test_id
Gxl9hOYxLlt6xpH
Test Results