Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-06-13 21:23:25 INFO
TEST-RUNNER
Test instance 6Ht4hh4gmVNsTnL created
baseUrl
https://www.certification.openid.net/test/a/MSTR_M2021_UP1
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "default",
  "client_registration": "static_client"
}
alias
MSTR_M2021_UP1
description
planId
iEllghTC7G18K
config
{
  "alias": "MSTR_M2021_UP1",
  "client": {
    "client_id": "87654321",
    "client_secret": "12345678",
    "redirect_uri": "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login"
  }
}
testName
oidcc-client-test-userinfo-invalid-sub
2021-06-13 21:23:25 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/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"
  ]
}
2021-06-13 21:23:25
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/MSTR_M2021_UP1/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/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"
  ]
}
2021-06-13 21:23:26
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "zbUM1Gu6P96Ihe8Sy6jYGQySApjDknPfUuweO9a1ogncCPf-j06SCHPeG4HVTfGqMEWRFLQDXvnXTSO-XRDu_AHpfbANPQqU-2K0ncSaAmMENitgXIk87zWaSgp4oFuaSishN7yExdsHISrmjplq9lZP_2Vy8-1z6Htgma-I0hk",
      "kty": "RSA",
      "q": "xqsPJevGFXERoki6vR_AT-yKKa96mWlHlDY-xvQfCU3yHWIz0mT1dF1j4CA5XU3YzIVKIGgP3LdsDtC27NXVs7a1wrR7GchecUkfbZ1ChfDjPWiakU4vSOP2KEjMyuxFInZd3ueiR6JZDsWeBegfa-ZDGg85D-QmgX7eVGd1fPk",
      "d": "m7HpEB5Qq4Zf8F5hsKboex2K4BGwjKAzLI33V23rhApEWBBLJdkRiw2RbWPL5SS9u1dkf9zQongXQkuC4rdmb2xvjpOlSppPhl6BzVsfqkTUE5ji5swRM4nm5KMMLwphsf4TuL6AN6Idpg9IMIqOWhilrSWK_qVd0kwTAo-7MlVRkGGlQBnr0c0lNDuhl8EVddqG2ZE2W5Va0znl5pYzHImW1RKdlinLrZxtyAfHqYmiNwJK92m7lTmjjk8Ay0bXc9PSnN4w_e2S-YbcJ_LdIBVe048pby24TVcoSFxhGmtFSM49ql6yXswKjBL-itdcRTHZhOE4_MQ_ZFoSygjtgQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "35384f47-d798-487d-ba05-19d5ae539496",
      "qi": "g28u7x_NYUIN4iC8gNDfRXqCkKqxC5Q_5OncCCKm5JWRLnJpqSZ1nJU1z3uRPV7HlPyodt1lQH8t-7GMeT005boSrAlohl-9Q8-QEcj0IDVq1c7_WlqJ3E_izVH7MATbTWc5LBAi4LRxv11aFXhTDy1aiPxZQzhHw0XFa6_6krw",
      "dp": "rNNAzTMZDtITF5utyee4bwstnPrlzSSG628vU4znmxT3hZ19hL85V9qpL6kcIdk46Ed6Rc-byW7U4Z13MU-pyZZ9qjiAVtmOI8pg_vAPiJPSFQTKd9RhmoQJdc1oXSm47jlgNiiv0F9dlRMrE4F36TDJE0UTmDbWm-sUVOqyY_k",
      "dq": "JIscmzYWVqVYwAguyVEI1-rDs01C-OsjroCX5ZLMDrMWwQ7qR14oxEHVeEmVI7OJGH3AF9vsZwYaS1NbAo-G4qrOHkWCi0iPDrmLnWca8HZR5l7SZ74A9qBwDBLwELeLM_6f37ut3w1e4le5bI65EOjnGOkJ7wFhj9pdXRs2wkk",
      "n": "n6N8B_GVrdvjONuuhAcNtrK7o4w896X2vj-RrBbr0GDMLMepIRddDkNBj1EHactJuAIdM9LbLIgub-Hm8-vyaO4PmZwQPOBcJx0_BCUfp3TfAeb8ZvGbBWMnG7ccIeTIuQEOY8TKv5EYU-9tgfIKrBrA3L5jdMh3etAco6UGxucvc_KSRX2sa-PpX_5jYZYJLp5Zv7M9tLcKirtgVo3dicrIcVH6DTWtmPhVisULnejouKSZ9SwNjqGy_oVzJbxLaU0yN6FYvSxZWtgIRP8d_L8VWVpgFdG9N_of3Z57qCxzKNYAbmOc_diSJVPlbM9Cq58R0ywGwiwfDUrGFkV2UQ"
    },
    {
      "kty": "EC",
      "d": "M50UtZhuHk_I1gXNs4v--kkTeCaSR8eXQY_6BDS5b6g",
      "use": "sig",
      "crv": "P-256",
      "kid": "5d9d57f7-5c42-4b11-8e39-62eb2ec0afd9",
      "x": "A6GQlBNGqEv7ZrU6s1haR4vdaSNGKZsycf4AXu--LCw",
      "y": "CJG3RdomGGDvAzfiiW9lD5CXtBT8sxDc2UWqsLVUYgg"
    },
    {
      "kty": "EC",
      "d": "ceZlL-_lYirwG5vwKSc4IBKSvMh-uvu6xdJVTeNEJyo",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "7cb5e3c9-6fa2-4848-a578-ce182d7ec0b5",
      "x": "clm7CBwjZ4b0TVAqHE_u_tJ0lox_D8iFOH80tax09iM",
      "y": "SCa3RmBvlPthccjVDddey3FI1iyax3Q7L5uKgK_SvCE"
    },
    {
      "kty": "OKP",
      "d": "1igN7g3lRvGekXkoJ3_M9lxV3z69T_vReYU1FeTcFs8",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "434daae6-0788-4f49-b5dc-51aa214c6738",
      "x": "KvOKhfyyYLAx3MaGdb1ovgc62Z66VIHNP9puMXXf1pc"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "5MtBiwwy6wT5d5y17OayVEIkxwMz6DY2QfOXRqSpns9Hav4QOo1WB4BxjN04fil4cPH77BDblgug9sFg8Z87l6NQJPoRy-BVc6b1qylObtG6L32bheL2-CYCrw0FazlKRP3Mlg32RAaAPAyo1HepWZnwIJk6ZgWOvecanq2m57c",
      "kty": "RSA",
      "q": "yuViHYSWP2u6D55_nAA6kV9ptO_a8UZuwm-v-GiRC9IgS86uXizCNQafUllzLejZCKMizpJ_TC4kN88rq6wj_-UeMqhzLL4gfKH17vdWGHpRa3OoW6ZxjO4lA4G6LedkhNfZ3-BL43XvNfKN44OoJYH_bKGq3O4JIfLl25Dv4GE",
      "d": "V72kUG_twUcwi00XW1unseGTrV5Ja5Q12lkPfQFgnM4W2gOUMPJd5Z-JMAYIB7fJraAKIUtQBb-hau5LzlaPyK9l66NIyDtXxYxWanKcSE4TwNhQWwdi8EvfiYvg_SY3TVlAKsW64s1SAtjjYoFjtERR67gWcfSTHXZtdmwDbeE-ivpHkPbJrjdPzR9zn8sfexRdWtVebWTnLfR2u99pClAAOK5ZRFk1W6qoLBq3pOuNE_-BwKOsyv_UVYclzfIPPD51sMQj4BaXBn8mo2J49VceCsJlWVcBfsGc58FudBNT9QKUi9P6wXW6EhOCHKFW229e2IXhupJRIRgcWYlTwQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "bf457f9a-64c3-4b05-b40c-36d36d1b5a20",
      "qi": "bI0SWrUPrkxfKpYdrBbW_YMNdnxT0QudHVsvqfGOAfjbcqnPuMgPg5v2--GUl9VfPYD3MU7A5H3PPGP0HkX-WctsXZ3Kutzx6UsQDmgshtGRP_-6_nt_eb7I33guvDGTEAjrMnR1WQ1nu05Tji3QP2ul9N3Wy1DwtLtOG5yD0qA",
      "dp": "sNDEHomW8Dov8ViS4DqJpsRXV9YJz3PWCrIOPvIShED8mJswP4_q5HFHT-3HMvkps1_PqWh9yz_BbfGU0iaVD2OPFISOLFl6sJ5fTZ_mlY5PrVQNVTNKWgxGFrKhdXQZCah665xurbO4dq_x6gFwR2bIROkmUKIK5ogr8mWRj5E",
      "alg": "RSA-OAEP",
      "dq": "Sg6Z1m5brQB0JFlU-Kr4tbEe00UtJB3yNZQwpbn9H1RuJ11kNcmehV5KbvNpYBt6hHWPMdk1D6hT3e8HYJzvcuq9L_5eM7md___Z1YR_72VOLKtFi1ZgYfFWn0YNn82y2e4zf0zORlL4ojdLZPzcNfySL6N-yy8zNCoFjjQD6mE",
      "n": "tVVjOYme0_xuKrgJC5fBRQ7ParMH-6de-3ZbB9iFOHnE29Qqb3moT95oN7qjVD1EvG-AQ9s6_0-dyh59P4t6BBQKtonGkL-N0vAaqb_PZHAd9Ts1VRgtl920dxY6oj4uYiemdJqwuGMLhXoGHUdTaiJ9LcgSfMA1XLrUqdVn-FvhVxXID1j_d9qTuTzCC0ihtQ858msDEYtC2MS-xp_qjr-8vzgLhXBdsrt91hG8ZF1j-cs-vo5cLCHOGKVw-ZPdj06CpBvBCfJ44yFkl6FTikWct60zd3DbmiyehgxuAZu-o-KViAcALK_dAoMdN5QDXaKJ1JwO9STEutvIGtbsVw"
    },
    {
      "kty": "EC",
      "d": "j-ehPjws17nutju3UyoFwfvajikFMt-g5oR9MMIDdyY",
      "use": "enc",
      "crv": "P-256",
      "kid": "708b15d0-a31c-4c22-a9dd-e6b28ed7eaac",
      "x": "Z0_UAga82s7J7pYkn08kvJMkjZfqxBR7SeqXjXRzYoc",
      "y": "AHeRnIQKYjvQ2qZQDOMa9TukUON0cNiaOUc5kmwI6N4",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "35384f47-d798-487d-ba05-19d5ae539496",
      "n": "n6N8B_GVrdvjONuuhAcNtrK7o4w896X2vj-RrBbr0GDMLMepIRddDkNBj1EHactJuAIdM9LbLIgub-Hm8-vyaO4PmZwQPOBcJx0_BCUfp3TfAeb8ZvGbBWMnG7ccIeTIuQEOY8TKv5EYU-9tgfIKrBrA3L5jdMh3etAco6UGxucvc_KSRX2sa-PpX_5jYZYJLp5Zv7M9tLcKirtgVo3dicrIcVH6DTWtmPhVisULnejouKSZ9SwNjqGy_oVzJbxLaU0yN6FYvSxZWtgIRP8d_L8VWVpgFdG9N_of3Z57qCxzKNYAbmOc_diSJVPlbM9Cq58R0ywGwiwfDUrGFkV2UQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "6d3a1815-b033-45d3-9ef2-2d3a3c8195be",
      "n": "o3GfR8nq3AGAUGSFozl18rCTo0OM2OYDJp6dZelEd1D8N5DuN6ikbWpj0qoNDrbyBnV5LpNAfozJ2jQT4M-miKY9-HM21mttydOOklrYhwP4KWHeZEipkWL82DO5v9PCSLaMEwuUqEfuXxYgAo1Ukywf-RBMiQ4njrpndUxK3ZjRPtiDnkAnmc-eMh36fg8TG16Pa9RQ25RVyHQiGEr27QYVW2vlI_QyLq1lBrDPTfs8lVxQf2SkwSJnf_iQQ553aw8l4tXZ6-PTf0InZpXmIgvzDSh92MieZvB-ORZeiQ_mVx_LlM7L4AR8zjLKnCh6QUx9PM0P8-tEPHc36O22fw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "5d9d57f7-5c42-4b11-8e39-62eb2ec0afd9",
      "x": "A6GQlBNGqEv7ZrU6s1haR4vdaSNGKZsycf4AXu--LCw",
      "y": "CJG3RdomGGDvAzfiiW9lD5CXtBT8sxDc2UWqsLVUYgg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "bde9a90e-635e-4f16-893e-880163dc9ad7",
      "x": "-F8_dtsh3RVRzPSOibKU7eOFhg3mIIT_fgJbUgXGETM",
      "y": "ctiS92cLo9T7uWeDkmZXWTu-k6aj94xuR7pxx6jvXDA"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "7cb5e3c9-6fa2-4848-a578-ce182d7ec0b5",
      "x": "clm7CBwjZ4b0TVAqHE_u_tJ0lox_D8iFOH80tax09iM",
      "y": "SCa3RmBvlPthccjVDddey3FI1iyax3Q7L5uKgK_SvCE"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "434daae6-0788-4f49-b5dc-51aa214c6738",
      "x": "KvOKhfyyYLAx3MaGdb1ovgc62Z66VIHNP9puMXXf1pc"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "bf457f9a-64c3-4b05-b40c-36d36d1b5a20",
      "alg": "RSA-OAEP",
      "n": "tVVjOYme0_xuKrgJC5fBRQ7ParMH-6de-3ZbB9iFOHnE29Qqb3moT95oN7qjVD1EvG-AQ9s6_0-dyh59P4t6BBQKtonGkL-N0vAaqb_PZHAd9Ts1VRgtl920dxY6oj4uYiemdJqwuGMLhXoGHUdTaiJ9LcgSfMA1XLrUqdVn-FvhVxXID1j_d9qTuTzCC0ihtQ858msDEYtC2MS-xp_qjr-8vzgLhXBdsrt91hG8ZF1j-cs-vo5cLCHOGKVw-ZPdj06CpBvBCfJ44yFkl6FTikWct60zd3DbmiyehgxuAZu-o-KViAcALK_dAoMdN5QDXaKJ1JwO9STEutvIGtbsVw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "708b15d0-a31c-4c22-a9dd-e6b28ed7eaac",
      "x": "Z0_UAga82s7J7pYkn08kvJMkjZfqxBR7SeqXjXRzYoc",
      "y": "AHeRnIQKYjvQ2qZQDOMa9TukUON0cNiaOUc5kmwI6N4",
      "alg": "ECDH-ES"
    }
  ]
}
2021-06-13 21:23:26 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-06-13 21:23:26 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-06-13 21:23:26 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
}
2021-06-13 21:23:26 SUCCESS
OIDCCGetStaticClientConfigurationForRPTests
Found a static client object
client_id
87654321
client_secret
12345678
redirect_uris
[
  "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login"
]
2021-06-13 21:23:26 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "client_id": "87654321",
  "client_secret": "12345678",
  "redirect_uris": [
    "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login"
  ]
}
2021-06-13 21:23:26 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2021-06-13 21:23:26 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2021-06-13 21:23:26 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login"
]
2021-06-13 21:23:26 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2021-06-13 21:23:26 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2021-06-13 21:23:26 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2021-06-13 21:23:26 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2021-06-13 21:23:26 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2021-06-13 21:23: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
2021-06-13 21:23:26 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2021-06-13 21:23:26 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2021-06-13 21:23:26 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2021-06-13 21:23:26 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2021-06-13 21:23:26 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2021-06-13 21:23: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
2021-06-13 21:23:26 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2021-06-13 21:23:26 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2021-06-13 21:23:26 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2021-06-13 21:23:26 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2021-06-13 21:23:26 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2021-06-13 21:23:26 SUCCESS
OIDCCExtractServerSigningAlg
Using the default algorithm for the first key in server jwks
signing_algorithm
RS256
2021-06-13 21:23:26
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2021-06-13 21:23:26
oidcc-client-test-userinfo-invalid-sub
Setup Done
2021-06-13 21:24:29 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to test instance 6Ht4hh4gmVNsTnL
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/xml, text/xml, application/json, application/*+xml, application/*+json",
  "user-agent": "Java/11.0.8",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "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
2021-06-13 21:24:29 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance 6Ht4hh4gmVNsTnL
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/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
2021-06-13 21:25:04 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to test instance 6Ht4hh4gmVNsTnL
incoming_headers
{
  "host": "www.certification.openid.net",
  "cache-control": "max-age\u003d0",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "cross-site",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "sec-ch-ua": "\" Not A;Brand\";v\u003d\"99\", \"Chromium\";v\u003d\"90\", \"Google Chrome\";v\u003d\"90\"",
  "sec-ch-ua-mobile": "?0",
  "referer": "https://env-239211.customer.cloud.microstrategy.com/",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-GB,en-GB-oxendict;q\u003d0.9,en;q\u003d0.8,tr;q\u003d0.7,eu;q\u003d0.6",
  "cookie": "__utmc\u003d201319536; __utmz\u003d201319536.1623336640.30.8.utmcsr\u003dcertification.openid.net|utmccn\u003d(referral)|utmcmd\u003dreferral|utmcct\u003d/; __utma\u003d201319536.763838286.1615572732.1623353581.1623411213.32; JSESSIONID\u003d32A224047A3267CDD9D4EE876688B2EF",
  "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": "87654321",
  "scope": "openid profile email offline_access",
  "state": "sQVC8claDnGHoWBVcuxY6kEzSLf-UHClVeG9z7cvg6w\u003d",
  "redirect_uri": "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login",
  "nonce": "f6NQBdka-mcUv-5XFomxHJu33LhYHpHMRbpvcbj71cU"
}
incoming_body
Authorization endpoint
2021-06-13 21:25:04 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2021-06-13 21:25:04 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email",
  "offline_access"
]
expected
openid
2021-06-13 21:25:04 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "response_type": "code",
  "client_id": "87654321",
  "scope": "openid profile email offline_access",
  "state": "sQVC8claDnGHoWBVcuxY6kEzSLf-UHClVeG9z7cvg6w\u003d",
  "redirect_uri": "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login",
  "nonce": "f6NQBdka-mcUv-5XFomxHJu33LhYHpHMRbpvcbj71cU"
}
2021-06-13 21:25:04 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email offline_access
2021-06-13 21:25:04 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
f6NQBdka-mcUv-5XFomxHJu33LhYHpHMRbpvcbj71cU
2021-06-13 21:25:04 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2021-06-13 21:25:04 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
87654321
2021-06-13 21:25:04 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login
expected
[
  "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login"
]
2021-06-13 21:25:04 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email",
  "offline_access"
]
expected
openid
2021-06-13 21:25:04 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2021-06-13 21:25:04 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
F2kv0IQayu
2021-06-13 21:25:04 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
xSTm1DB_IdVfJzgCLUjbYw
2021-06-13 21:25:04 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login",
  "state": "sQVC8claDnGHoWBVcuxY6kEzSLf-UHClVeG9z7cvg6w\u003d"
}
2021-06-13 21:25:04 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login",
  "state": "sQVC8claDnGHoWBVcuxY6kEzSLf-UHClVeG9z7cvg6w\u003d",
  "code": "F2kv0IQayu"
}
2021-06-13 21:25:04
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login?state=sQVC8claDnGHoWBVcuxY6kEzSLf-UHClVeG9z7cvg6w%3D&code=F2kv0IQayu
2021-06-13 21:25:04 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance 6Ht4hh4gmVNsTnL
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login?state=sQVC8claDnGHoWBVcuxY6kEzSLf-UHClVeG9z7cvg6w%3D&code=F2kv0IQayu]
outgoing_path
authorize
2021-06-13 21:25:04 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to test instance 6Ht4hh4gmVNsTnL
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json;charset\u003dUTF-8",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "authorization": "Basic ODc2NTQzMjE6MTIzNDU2Nzg\u003d",
  "user-agent": "Java/11.0.8",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "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
token
incoming_body_form_params
{
  "grant_type": "authorization_code",
  "code": "F2kv0IQayu",
  "redirect_uri": "https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
grant_type=authorization_code&code=F2kv0IQayu&redirect_uri=https%3A%2F%2Fenv-239211.customer.cloud.microstrategy.com%2FMicroStrategyLibrary%2Fauth%2Foidc%2Flogin
Token endpoint
2021-06-13 21:25:04 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
87654321
client_secret
12345678
method
client_secret_basic
2021-06-13 21:25:04 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2021-06-13 21:25:04 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
F2kv0IQayu
2021-06-13 21:25:04 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://env-239211.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login
2021-06-13 21:25:04 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
25tQOdhnjekPGG0KJfqg36sJetbxn2nyuxFVbG4kBu4e3KsRZD
2021-06-13 21:25:04 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
-1MvYQH2r-kG4YOUZEcXyA
2021-06-13 21:25:04 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/MSTR_M2021_UP1/
sub
user-subject-1234531
aud
87654321
nonce
f6NQBdka-mcUv-5XFomxHJu33LhYHpHMRbpvcbj71cU
iat
1623619504
exp
1623619804
2021-06-13 21:25:04 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
-1MvYQH2r-kG4YOUZEcXyA
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/MSTR_M2021_UP1/",
  "sub": "user-subject-1234531",
  "aud": "87654321",
  "nonce": "f6NQBdka-mcUv-5XFomxHJu33LhYHpHMRbpvcbj71cU",
  "iat": 1623619504,
  "exp": 1623619804,
  "at_hash": "-1MvYQH2r-kG4YOUZEcXyA"
}
2021-06-13 21:25:04 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIzNTM4NGY0Ny1kNzk4LTQ4N2QtYmEwNS0xOWQ1YWU1Mzk0OTYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiLTFNdllRSDJyLWtHNFlPVVpFY1h5QSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiODc2NTQzMjEiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvTVNUUl9NMjAyMV9VUDFcLyIsImV4cCI6MTYyMzYxOTgwNCwibm9uY2UiOiJmNk5RQmRrYS1tY1V2LTVYRm9teEhKdTMzTGhZSHBITVJicHZjYmo3MWNVIiwiaWF0IjoxNjIzNjE5NTA0fQ.UUllZwwpc_sMfJqBPFHEmyVXwiXp2mLNlxsscTONzpYw5VW-mt43Y1VRDd3pAw_mJVKUdgXuO2B-nBht3iLbT8Jz8p-9Oq4VE2Bj8rz0AAtCjUFi-HD1LOC5grX2m_9nKwAZ2irKDhh_3cjjwN2Qlnc7h6OH6vssd0LfPD9rjo016xs64vDU_fh5Jeyl4oUP8e65dad1IybPP7iJYnf_BYGNUMnb6kiw2VbWzzdgHwdk5J9KFGH4lgwY_oWsccqncbZ65rFuRxnxPlk79U0vWhik9ooyTIpX0zDJrHyIHtm81wcdjeG0ifek0JCOgbov_StazJTodCCQcYJG8IzTPA
key
{"p":"zbUM1Gu6P96Ihe8Sy6jYGQySApjDknPfUuweO9a1ogncCPf-j06SCHPeG4HVTfGqMEWRFLQDXvnXTSO-XRDu_AHpfbANPQqU-2K0ncSaAmMENitgXIk87zWaSgp4oFuaSishN7yExdsHISrmjplq9lZP_2Vy8-1z6Htgma-I0hk","kty":"RSA","q":"xqsPJevGFXERoki6vR_AT-yKKa96mWlHlDY-xvQfCU3yHWIz0mT1dF1j4CA5XU3YzIVKIGgP3LdsDtC27NXVs7a1wrR7GchecUkfbZ1ChfDjPWiakU4vSOP2KEjMyuxFInZd3ueiR6JZDsWeBegfa-ZDGg85D-QmgX7eVGd1fPk","d":"m7HpEB5Qq4Zf8F5hsKboex2K4BGwjKAzLI33V23rhApEWBBLJdkRiw2RbWPL5SS9u1dkf9zQongXQkuC4rdmb2xvjpOlSppPhl6BzVsfqkTUE5ji5swRM4nm5KMMLwphsf4TuL6AN6Idpg9IMIqOWhilrSWK_qVd0kwTAo-7MlVRkGGlQBnr0c0lNDuhl8EVddqG2ZE2W5Va0znl5pYzHImW1RKdlinLrZxtyAfHqYmiNwJK92m7lTmjjk8Ay0bXc9PSnN4w_e2S-YbcJ_LdIBVe048pby24TVcoSFxhGmtFSM49ql6yXswKjBL-itdcRTHZhOE4_MQ_ZFoSygjtgQ","e":"AQAB","use":"sig","kid":"35384f47-d798-487d-ba05-19d5ae539496","qi":"g28u7x_NYUIN4iC8gNDfRXqCkKqxC5Q_5OncCCKm5JWRLnJpqSZ1nJU1z3uRPV7HlPyodt1lQH8t-7GMeT005boSrAlohl-9Q8-QEcj0IDVq1c7_WlqJ3E_izVH7MATbTWc5LBAi4LRxv11aFXhTDy1aiPxZQzhHw0XFa6_6krw","dp":"rNNAzTMZDtITF5utyee4bwstnPrlzSSG628vU4znmxT3hZ19hL85V9qpL6kcIdk46Ed6Rc-byW7U4Z13MU-pyZZ9qjiAVtmOI8pg_vAPiJPSFQTKd9RhmoQJdc1oXSm47jlgNiiv0F9dlRMrE4F36TDJE0UTmDbWm-sUVOqyY_k","dq":"JIscmzYWVqVYwAguyVEI1-rDs01C-OsjroCX5ZLMDrMWwQ7qR14oxEHVeEmVI7OJGH3AF9vsZwYaS1NbAo-G4qrOHkWCi0iPDrmLnWca8HZR5l7SZ74A9qBwDBLwELeLM_6f37ut3w1e4le5bI65EOjnGOkJ7wFhj9pdXRs2wkk","n":"n6N8B_GVrdvjONuuhAcNtrK7o4w896X2vj-RrBbr0GDMLMepIRddDkNBj1EHactJuAIdM9LbLIgub-Hm8-vyaO4PmZwQPOBcJx0_BCUfp3TfAeb8ZvGbBWMnG7ccIeTIuQEOY8TKv5EYU-9tgfIKrBrA3L5jdMh3etAco6UGxucvc_KSRX2sa-PpX_5jYZYJLp5Zv7M9tLcKirtgVo3dicrIcVH6DTWtmPhVisULnejouKSZ9SwNjqGy_oVzJbxLaU0yN6FYvSxZWtgIRP8d_L8VWVpgFdG9N_of3Z57qCxzKNYAbmOc_diSJVPlbM9Cq58R0ywGwiwfDUrGFkV2UQ"}
algorithm
RS256
2021-06-13 21:25:04 INFO
EncryptIdToken
Skipped evaluation due to missing required element: client id_token_encrypted_response_alg
path
id_token_encrypted_response_alg
mapped
object
client
2021-06-13 21:25:04 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
25tQOdhnjekPGG0KJfqg36sJetbxn2nyuxFVbG4kBu4e3KsRZD
token_type
Bearer
id_token
eyJraWQiOiIzNTM4NGY0Ny1kNzk4LTQ4N2QtYmEwNS0xOWQ1YWU1Mzk0OTYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiLTFNdllRSDJyLWtHNFlPVVpFY1h5QSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiODc2NTQzMjEiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvTVNUUl9NMjAyMV9VUDFcLyIsImV4cCI6MTYyMzYxOTgwNCwibm9uY2UiOiJmNk5RQmRrYS1tY1V2LTVYRm9teEhKdTMzTGhZSHBITVJicHZjYmo3MWNVIiwiaWF0IjoxNjIzNjE5NTA0fQ.UUllZwwpc_sMfJqBPFHEmyVXwiXp2mLNlxsscTONzpYw5VW-mt43Y1VRDd3pAw_mJVKUdgXuO2B-nBht3iLbT8Jz8p-9Oq4VE2Bj8rz0AAtCjUFi-HD1LOC5grX2m_9nKwAZ2irKDhh_3cjjwN2Qlnc7h6OH6vssd0LfPD9rjo016xs64vDU_fh5Jeyl4oUP8e65dad1IybPP7iJYnf_BYGNUMnb6kiw2VbWzzdgHwdk5J9KFGH4lgwY_oWsccqncbZ65rFuRxnxPlk79U0vWhik9ooyTIpX0zDJrHyIHtm81wcdjeG0ifek0JCOgbov_StazJTodCCQcYJG8IzTPA
scope
openid profile email offline_access
2021-06-13 21:25:04 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance 6Ht4hh4gmVNsTnL
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "25tQOdhnjekPGG0KJfqg36sJetbxn2nyuxFVbG4kBu4e3KsRZD",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIzNTM4NGY0Ny1kNzk4LTQ4N2QtYmEwNS0xOWQ1YWU1Mzk0OTYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiLTFNdllRSDJyLWtHNFlPVVpFY1h5QSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiODc2NTQzMjEiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvTVNUUl9NMjAyMV9VUDFcLyIsImV4cCI6MTYyMzYxOTgwNCwibm9uY2UiOiJmNk5RQmRrYS1tY1V2LTVYRm9teEhKdTMzTGhZSHBITVJicHZjYmo3MWNVIiwiaWF0IjoxNjIzNjE5NTA0fQ.UUllZwwpc_sMfJqBPFHEmyVXwiXp2mLNlxsscTONzpYw5VW-mt43Y1VRDd3pAw_mJVKUdgXuO2B-nBht3iLbT8Jz8p-9Oq4VE2Bj8rz0AAtCjUFi-HD1LOC5grX2m_9nKwAZ2irKDhh_3cjjwN2Qlnc7h6OH6vssd0LfPD9rjo016xs64vDU_fh5Jeyl4oUP8e65dad1IybPP7iJYnf_BYGNUMnb6kiw2VbWzzdgHwdk5J9KFGH4lgwY_oWsccqncbZ65rFuRxnxPlk79U0vWhik9ooyTIpX0zDJrHyIHtm81wcdjeG0ifek0JCOgbov_StazJTodCCQcYJG8IzTPA",
  "scope": "openid profile email offline_access"
}
outgoing_path
token
2021-06-13 21:25:04 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to test instance 6Ht4hh4gmVNsTnL
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json, application/jwk-set+json",
  "user-agent": "Java/11.0.8",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "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
2021-06-13 21:25:04 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance 6Ht4hh4gmVNsTnL
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "35384f47-d798-487d-ba05-19d5ae539496",
      "n": "n6N8B_GVrdvjONuuhAcNtrK7o4w896X2vj-RrBbr0GDMLMepIRddDkNBj1EHactJuAIdM9LbLIgub-Hm8-vyaO4PmZwQPOBcJx0_BCUfp3TfAeb8ZvGbBWMnG7ccIeTIuQEOY8TKv5EYU-9tgfIKrBrA3L5jdMh3etAco6UGxucvc_KSRX2sa-PpX_5jYZYJLp5Zv7M9tLcKirtgVo3dicrIcVH6DTWtmPhVisULnejouKSZ9SwNjqGy_oVzJbxLaU0yN6FYvSxZWtgIRP8d_L8VWVpgFdG9N_of3Z57qCxzKNYAbmOc_diSJVPlbM9Cq58R0ywGwiwfDUrGFkV2UQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "6d3a1815-b033-45d3-9ef2-2d3a3c8195be",
      "n": "o3GfR8nq3AGAUGSFozl18rCTo0OM2OYDJp6dZelEd1D8N5DuN6ikbWpj0qoNDrbyBnV5LpNAfozJ2jQT4M-miKY9-HM21mttydOOklrYhwP4KWHeZEipkWL82DO5v9PCSLaMEwuUqEfuXxYgAo1Ukywf-RBMiQ4njrpndUxK3ZjRPtiDnkAnmc-eMh36fg8TG16Pa9RQ25RVyHQiGEr27QYVW2vlI_QyLq1lBrDPTfs8lVxQf2SkwSJnf_iQQ553aw8l4tXZ6-PTf0InZpXmIgvzDSh92MieZvB-ORZeiQ_mVx_LlM7L4AR8zjLKnCh6QUx9PM0P8-tEPHc36O22fw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "5d9d57f7-5c42-4b11-8e39-62eb2ec0afd9",
      "x": "A6GQlBNGqEv7ZrU6s1haR4vdaSNGKZsycf4AXu--LCw",
      "y": "CJG3RdomGGDvAzfiiW9lD5CXtBT8sxDc2UWqsLVUYgg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "bde9a90e-635e-4f16-893e-880163dc9ad7",
      "x": "-F8_dtsh3RVRzPSOibKU7eOFhg3mIIT_fgJbUgXGETM",
      "y": "ctiS92cLo9T7uWeDkmZXWTu-k6aj94xuR7pxx6jvXDA"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "7cb5e3c9-6fa2-4848-a578-ce182d7ec0b5",
      "x": "clm7CBwjZ4b0TVAqHE_u_tJ0lox_D8iFOH80tax09iM",
      "y": "SCa3RmBvlPthccjVDddey3FI1iyax3Q7L5uKgK_SvCE"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "434daae6-0788-4f49-b5dc-51aa214c6738",
      "x": "KvOKhfyyYLAx3MaGdb1ovgc62Z66VIHNP9puMXXf1pc"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "bf457f9a-64c3-4b05-b40c-36d36d1b5a20",
      "alg": "RSA-OAEP",
      "n": "tVVjOYme0_xuKrgJC5fBRQ7ParMH-6de-3ZbB9iFOHnE29Qqb3moT95oN7qjVD1EvG-AQ9s6_0-dyh59P4t6BBQKtonGkL-N0vAaqb_PZHAd9Ts1VRgtl920dxY6oj4uYiemdJqwuGMLhXoGHUdTaiJ9LcgSfMA1XLrUqdVn-FvhVxXID1j_d9qTuTzCC0ihtQ858msDEYtC2MS-xp_qjr-8vzgLhXBdsrt91hG8ZF1j-cs-vo5cLCHOGKVw-ZPdj06CpBvBCfJ44yFkl6FTikWct60zd3DbmiyehgxuAZu-o-KViAcALK_dAoMdN5QDXaKJ1JwO9STEutvIGtbsVw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "708b15d0-a31c-4c22-a9dd-e6b28ed7eaac",
      "x": "Z0_UAga82s7J7pYkn08kvJMkjZfqxBR7SeqXjXRzYoc",
      "y": "AHeRnIQKYjvQ2qZQDOMa9TukUON0cNiaOUc5kmwI6N4",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2021-06-13 21:25:04 INCOMING
oidcc-client-test-userinfo-invalid-sub
Incoming HTTP request to test instance 6Ht4hh4gmVNsTnL
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json",
  "authorization": "Bearer 25tQOdhnjekPGG0KJfqg36sJetbxn2nyuxFVbG4kBu4e3KsRZD",
  "user-agent": "Java/11.0.8",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "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
2021-06-13 21:25:04 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
25tQOdhnjekPGG0KJfqg36sJetbxn2nyuxFVbG4kBu4e3KsRZD
2021-06-13 21:25:04 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
25tQOdhnjekPGG0KJfqg36sJetbxn2nyuxFVbG4kBu4e3KsRZD
2021-06-13 21:25:04 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
website
https://openid.net/
zoneinfo
America/Los_Angeles
birthdate
2000-02-03
gender
female
preferred_username
d.tu
given_name
Demo
middle_name
Theresa
locale
en-US
updated_at
1580000000
name
Demo T. User
nickname
Dee
family_name
User
email
user@example.com
email_verified
false
2021-06-13 21:25:04
ChangeSubInUserInfoResponseToBeInvalid
Added invalid sub to userinfo endpoint output
sub
user-subject-1234531invalid
website
https://openid.net/
zoneinfo
America/Los_Angeles
birthdate
2000-02-03
gender
female
preferred_username
d.tu
given_name
Demo
middle_name
Theresa
locale
en-US
updated_at
1580000000
name
Demo T. User
nickname
Dee
family_name
User
email
user@example.com
email_verified
false
2021-06-13 21:25:04
ClearAccessTokenFromRequest
Condition ran but did not log anything
2021-06-13 21:25:04 INFO
AddIssAndAudToUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2021-06-13 21:25:04 INFO
SignUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2021-06-13 21:25:04 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2021-06-13 21:25:04 OUTGOING
oidcc-client-test-userinfo-invalid-sub
Response to HTTP request to test instance 6Ht4hh4gmVNsTnL
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531invalid",
  "website": "https://openid.net/",
  "zoneinfo": "America/Los_Angeles",
  "birthdate": "2000-02-03",
  "gender": "female",
  "preferred_username": "d.tu",
  "given_name": "Demo",
  "middle_name": "Theresa",
  "locale": "en-US",
  "updated_at": 1580000000,
  "name": "Demo T. User",
  "nickname": "Dee",
  "family_name": "User",
  "email": "user@example.com",
  "email_verified": false
}
outgoing_path
userinfo
2021-06-13 21:25:04 FINISHED
oidcc-client-test-userinfo-invalid-sub
Test has run to completion
testmodule_result
PASSED
2021-06-13 21:25:38
TEST-RUNNER
Alias has now been claimed by another test
alias
MSTR_M2021_UP1
new_test_id
OK3RzKZdf6VCCry
Test Results