Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-08-10 19:34:17 INFO
TEST-RUNNER
Test instance xdKVLu1wYSnokXq created
baseUrl
https://www.certification.openid.net/test/a/morph_oidc_client
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
morph_oidc_client
description
Testing morph oidc client with Form Post
planId
rlvHwXvRR0jje
config
{
  "alias": "morph_oidc_client",
  "description": "Testing morph oidc client with Form Post",
  "publish": "everything"
}
testName
oidcc-client-test
2020-08-10 19:34:17 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/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:34:17
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/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/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:34:18
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "52yMq8VRkSm99dji3iLlUmf7WX3l6iClcjGbDbeOGlvQiCaEoW_vAEkVG3JwIUBdwoyQqyuvo01s9B-pFSO1Dh7T9NMdeUnUN0eNfBwnpO84HUVBXtK7LHqWAvh493SB8EKI1M8ljlEQ_jmAClxWO6ARnhi6Gum3lYPNRrVrIvE",
      "kty": "RSA",
      "q": "t054NgllOsk7RXdPSw0QWqPxVU3Z5a31Rt6do28vvr7McYap5OVa6EHV_T0efVT23EfVk83PAi00iNwrK0DNSNO_LmBbvnQlDUNey1n8ePfNWvDzUjJI_vy7CyW_-d3RAek81R6XqC5OCmKS7rm7yuJVjusYS1NYtzwbX8kHEg8",
      "d": "f89IVgbszdqBcvNLIzYueiXCn3kitLatD9sQ5I9UOP0TgvrS28B6p06CN3DFeE8RNeyVe5s7NW7P8_3xdNPY_pZVPucYR0wWDKj5E7SUGIeRtJ3CK-sbxTtLvQRE1V63-cNvyfo0qzrqHweB_Q8ordwDJUYNaKrLQN047iJp9wPDhuQhxM-o6bYg0BVs3BRiIfEGnIJ2fGn_IZAp8kOmO9stUEAQmiGZFPrJW1FjWw5ycveMbzgAQyZtr2Qp4V1onp74EVJRK1z_5Fc62jqy9ZB6wd3TU2B68ephgIQOW4SsmO5GY8S0BGEJ5eFu-mxvtca_AMDn8dezb_0jfh_CgQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "39be56ad-65a9-4572-a72b-941eab496a90",
      "qi": "UP-YgaMHIKE2TfX_tcuch6ZtdDcD7onAqu3RLrZBI4fMuflowsbaFRWhDGUBF57cAUNwKyVSZZrFY1YgHBh56siUa94OX2AmS_23RVyRLHnviFYbppLKNMLraXM7QvK67lkjIAA2_ENm-nGIh_yBOZOIw4OxM9QyLGWbPH1SkdE",
      "dp": "JakDh1x39qCNWjmuSanyGaP0Qk77oEspwViTO_s389AnMlDaWo8lnK1H8wx_dNnNqEBJtqFIVtHdvih80oTaDO81XO0SKc-66jgJrT3DsdKAFjtT9QNkFEvqp5cZ0GM0Vg3tyHvhR7SniEeBL65xFgjpdQnfF0wbZQhq2mvhgHE",
      "dq": "WrhwUDYYLp73QasJyFgf1uw6fYB5Le4JbVix5fgaRioB3tHJ9an5cudac-my1E6fmmfG8U6zfB1JWc61YsPAlaGOhfJUlY6_46-LE9NmW6wwqyiDFBQlAmWsYJj_STeZwHthiwyH_ElmgEdG9vVfVsrrkz8RF_6Y8p7B4YcJg8s",
      "n": "pbWITWG38kL4JbQvWwaXpyElXKijbjCrLCSMlqOwOchF2Yq8ZFWaJE7kayOonNHW-41lzBpJ8ekiwbIyS1iTu8SKwMv-Xwgw6BIEpHuc9uHY4f7HRBLB3tptJstHIlCSoTCQ8_TkS1uISQSajQq0e8JrvQiAbdb6KfoYAJ_qvIP5A3W46VHrs0cTWwE473bu2zMpv9KgVkEUPgVqpUftzhsgq5FtsLldHr13kIP6MS8ryrS4690BYpklau7lr2Y2HApuGKTOJVITLkdgCrNd8HBAQDdZ78jyfhbpbN8sg2JIJ2kz9OK1lM8721tMXbMbfNMDUk0BEFo_dXayV1L-Hw"
    },
    {
      "kty": "EC",
      "d": "TNaYXpekHChw1hTnzvINRbpeFUfHUdwyC1mO4zqAVJc",
      "use": "sig",
      "crv": "P-256",
      "kid": "7b40d87e-588a-48be-8280-7de6ce42d9c3",
      "x": "keoUU-FwqHnDpkcQK11cGn1D88PpIqvbdXS0b_rW-5s",
      "y": "2YxQXVYu7q9tImjlufiArpnXQ_acg_5AdMiDO1qXXp4"
    },
    {
      "kty": "EC",
      "d": "gBFIrkdOH3FDkXFVuew7NiM0WHJMYvr1VZZPztVmEVY",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "b56cfbcf-6a4f-4fdd-9533-27238a0e1731",
      "x": "rolybt1vOtnnNsGreodkZSV6x7c2XqniLpAD0Fl8S3I",
      "y": "1_y7UJ1GbW_h7BN3TtJMxl35rouDAU1EC4d4X76EZuc"
    },
    {
      "kty": "OKP",
      "d": "Z2bGWO8Ci_gAxnW_JE4m1H19wstVaAEtqBqjA5xaCtU",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "ea3588fb-917d-4d8c-8752-9e7b1f78a70f",
      "x": "ThnsX4tGLExpWH2BK3a2gkN3jdu3hgOeDrZfhPtBQpk"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "u4iVgnYy2raRGZZiV2rx0sZx4bdNxYD2z0J7AItHXx22hvoqhPrHscwRYWgwNCyGz8DswfKBg3ruwRvx-wwxe6XDlcNFnVxsZkiyNgjYp5eZHD1kw4maAnzzkfbJ--AdShUR9NBceMrBeKoziHIHUw5AKFO9rNu57llckceLNcc",
      "kty": "RSA",
      "q": "uCXGe8thWRlsugvjIKMcWndbGggA2z6S0E7An_-8Zo-qSPpWELXiLMdRzKFaO_SIRpOXadWDsej5ioHF0ehj5L80_1ZZXdzVH0RWNIERm9d5vDSyYdspe3sPyskjKnNRJ3LwY7WKV_MHcYQMuOodhJefTZXb-VXcogvkrRMCpec",
      "d": "MjUJcaOakPTkar8EmJgwWnSBV4b8WIggvERZKFdS1fXzHvDtY9ur9qycW73CNT2jEtP8YLRynTAH7Y_8yk6yR5sELm3-K-OzX10NGSWCCOjrYYlm1SkY7TaGH-WGeKGtKB17zmgb4m-jcUVQq2Erl7WcTnq31RzKlHwEQWkRCimzorpOrcfw2xtc05BXsRJ_tGkHIylXgo9VCKoxVRo3T-oWfdvFOvKWyYRE3i1SXLl8_JKt-2vkszU--6lJY3UA-8o3Yckid4A6EScwUf6yHIN19Uzl45LTHARDWY0U53xQgQnE-wFLDov_8ckQq1cCFmhwm4bDk96jmLrrUhmEIQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "3e1865f6-7c3e-4dca-ad58-04ea8421b1d6",
      "qi": "DS9L0zlDkVriRZM4fBdjYcTDP7F_xk0H2paiGi1kgiJ8GZf6F5VGEEFlAeQ2hA2mt44ac0Jd3-n6tdKNLNNVP8Abe1QuCEMI6vhpx1IfshVpOY2bmBHPcp4eeGcRJPpHm4xb5T53bMVblCU-ljwt1nJGISpl3iv2heuR1BwDl0A",
      "dp": "hizhG-jJ1eaNxorsbbNctfu5-08VW9w7umrMasU8GXe-4rAWv_JV8oYZYWIUKyA4jGhyfQmvVI0eShhed8pvlRIy7_I42rAH9t7IcxS9Ppuetq_OaoEHKgSQmLzEI2xkSF7u7AQwRVR8PIM6P8OmLeyiRrgzm3vSehCBxOPKXH0",
      "alg": "RSA-OAEP",
      "dq": "RsBczluJ_43BNIo0rel9j1SkcA_7JEGabuaTI-ZCILW6G2fzgWAgkkvSpeionriJU3SJjGQ4wTZeClVqCAhduRmt5xzqISIj0GuVI38joNjdMO6eSvLFsWfK3YMCO-EqoRmMOwMZMElz5q1xpepthPAsiMa3SckviCNBrS3Mqqk",
      "n": "huXXmbQO_jsqZaFItPz8wNPgOIKEfKWAl4VN90XjwqHOWInTt-NIe9mTxtgYt18MWOflA3N7hnNq27pAl0CH6qUxYoKb7-YhyOznS9hRwyiZQZ_eEHSv4e-UF6Gxj2iX5-49wLvY0QSt-ozolPfCzQw3dTNd859FySh6OLrszn80Kxrv-8rDa12K6VuATEtPJo0KpwwS-jcAH5_Qj9Z6ozvEtCCQjhG_owlS1plOD-Mb72wvSa1iuGS__zNclIOfismY1h775urjr85p9qKv3MlSHVGd98nb_ni8BgoEM4nmIGyJcGOlf8-dqwdwV0VPA8TVljgo8zpIxPS2-NTJkQ"
    },
    {
      "kty": "EC",
      "d": "CNpAxWUkut7XGXiMzRHjwZSeTTTIq7-HGLvm_Ra-ZcA",
      "use": "enc",
      "crv": "P-256",
      "kid": "b7753e41-d797-4cb9-93df-864a15112c06",
      "x": "RlwmKKIN3s33y7krXFiTPNA6ajL_y05gQE-vXXLjYm4",
      "y": "sSp_LbA6gkqd-NrBR4xiftliiDd_18GLiGrbnOgRzVQ",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "39be56ad-65a9-4572-a72b-941eab496a90",
      "n": "pbWITWG38kL4JbQvWwaXpyElXKijbjCrLCSMlqOwOchF2Yq8ZFWaJE7kayOonNHW-41lzBpJ8ekiwbIyS1iTu8SKwMv-Xwgw6BIEpHuc9uHY4f7HRBLB3tptJstHIlCSoTCQ8_TkS1uISQSajQq0e8JrvQiAbdb6KfoYAJ_qvIP5A3W46VHrs0cTWwE473bu2zMpv9KgVkEUPgVqpUftzhsgq5FtsLldHr13kIP6MS8ryrS4690BYpklau7lr2Y2HApuGKTOJVITLkdgCrNd8HBAQDdZ78jyfhbpbN8sg2JIJ2kz9OK1lM8721tMXbMbfNMDUk0BEFo_dXayV1L-Hw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "2510a0c4-273a-484e-8897-10329d0bef46",
      "n": "vApaMq56YG9omIevzTDPmGE5oGAMeyHROt9to6cRy6RmC1akrxFjIT4AcgY4vTrcLOsBORHyoBdaL_YehwlU6DV8CKvktY5ugxXpC0lo9zYI1ZJDBQ7V_p48uS1HV0lmt6yo3chLJTc1Fk-Unypf5mcP6318tErbKZuQoCkofRg5RZpHgch3jrKx16MRdVH6U4TJrx4TbbLHwCgHhIBiNu0ruVWP5Mr5k1XpevnrmzuCEIijZvCccDrZ43CzEfse8INIuP5xNElSepzlHc97AjK8ueV8Kdqb18ljXlY3oLuAqoF_LRwiWiv0dPqrJDYp2p_Nlp1uJpJ-gCsxhNnYlw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "7b40d87e-588a-48be-8280-7de6ce42d9c3",
      "x": "keoUU-FwqHnDpkcQK11cGn1D88PpIqvbdXS0b_rW-5s",
      "y": "2YxQXVYu7q9tImjlufiArpnXQ_acg_5AdMiDO1qXXp4"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "7acd8db1-ab81-4543-b670-6078aeb00432",
      "x": "hgBze--u6Nicn_KmbuRaRAyZ02H2Ij1L78hcP4fQo1o",
      "y": "MYjkA3B3JQv0-Lz6nSmG85SgskMo-e27DOefZgfv3Vw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "b56cfbcf-6a4f-4fdd-9533-27238a0e1731",
      "x": "rolybt1vOtnnNsGreodkZSV6x7c2XqniLpAD0Fl8S3I",
      "y": "1_y7UJ1GbW_h7BN3TtJMxl35rouDAU1EC4d4X76EZuc"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "ea3588fb-917d-4d8c-8752-9e7b1f78a70f",
      "x": "ThnsX4tGLExpWH2BK3a2gkN3jdu3hgOeDrZfhPtBQpk"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "3e1865f6-7c3e-4dca-ad58-04ea8421b1d6",
      "alg": "RSA-OAEP",
      "n": "huXXmbQO_jsqZaFItPz8wNPgOIKEfKWAl4VN90XjwqHOWInTt-NIe9mTxtgYt18MWOflA3N7hnNq27pAl0CH6qUxYoKb7-YhyOznS9hRwyiZQZ_eEHSv4e-UF6Gxj2iX5-49wLvY0QSt-ozolPfCzQw3dTNd859FySh6OLrszn80Kxrv-8rDa12K6VuATEtPJo0KpwwS-jcAH5_Qj9Z6ozvEtCCQjhG_owlS1plOD-Mb72wvSa1iuGS__zNclIOfismY1h775urjr85p9qKv3MlSHVGd98nb_ni8BgoEM4nmIGyJcGOlf8-dqwdwV0VPA8TVljgo8zpIxPS2-NTJkQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "b7753e41-d797-4cb9-93df-864a15112c06",
      "x": "RlwmKKIN3s33y7krXFiTPNA6ajL_y05gQE-vXXLjYm4",
      "y": "sSp_LbA6gkqd-NrBR4xiftliiDd_18GLiGrbnOgRzVQ",
      "alg": "ECDH-ES"
    }
  ]
}
2020-08-10 19:34: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:34:18 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-08-10 19:34: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:34:18 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-08-10 19:34:18
oidcc-client-test
Setup Done
2020-08-10 19:34:30 INCOMING
oidcc-client-test
Incoming HTTP request to test instance xdKVLu1wYSnokXq
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:34:30 OUTGOING
oidcc-client-test
Response to HTTP request to test instance xdKVLu1wYSnokXq
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/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:34:30 INCOMING
oidcc-client-test
Incoming HTTP request to test instance xdKVLu1wYSnokXq
incoming_headers
{
  "host": "www.certification.openid.net",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "337",
  "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/callback"],"response_types":["code"],"grant_types":["authorization_code"],"contacts":["ulrik.strid@outlook.com"],"client_name":"form_post_morph_oidc_client","token_endpoint_auth_method":"client_secret_basic"}
Registration endpoint
2020-08-10 19:34:30 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/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "form_post_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-08-10 19:34:30 SUCCESS
EnsureRegistrationRequestContainsAtLeastOneContact
Registration request contains valid contacts
contacts
[
  "ulrik.strid@outlook.com"
]
2020-08-10 19:34:30 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2020-08-10 19:34:30 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/callback"
]
2020-08-10 19:34:30 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-08-10 19:34:30 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-08-10 19:34:30 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-08-10 19:34:30 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-08-10 19:34:30 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-08-10 19:34:30 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:34:30 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-08-10 19:34:30 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:34:30 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-08-10 19:34:30 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:34:30 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-08-10 19:34:30 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:34:30 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-08-10 19:34:30 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-08-10 19:34:30 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-08-10 19:34:30 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-08-10 19:34:30 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-08-10 19:34:30 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-08-10 19:34:30 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/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "form_post_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_widNUrXdSEraWWe95455^${?-"
}
2020-08-10 19:34:30
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_JYvniPeGNmmVtSsnZsolgKIGSxDjQjBWYRSknOHkItTMWoKamy4193569451[~}^$
2020-08-10 19:34:30 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-08-10 19:34:30 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/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "form_post_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_widNUrXdSEraWWe95455^${?-",
  "client_secret": "secret_JYvniPeGNmmVtSsnZsolgKIGSxDjQjBWYRSknOHkItTMWoKamy4193569451[~}^$"
}
2020-08-10 19:34:30 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-08-10 19:34:30 SUCCESS
OIDCCExtractServerSigningAlg
Using the default algorithm for the first key in server jwks
signing_algorithm
RS256
2020-08-10 19:34:30
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2020-08-10 19:34:30 OUTGOING
oidcc-client-test
Response to HTTP request to test instance xdKVLu1wYSnokXq
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/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "form_post_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_widNUrXdSEraWWe95455^${?-",
  "client_secret": "secret_JYvniPeGNmmVtSsnZsolgKIGSxDjQjBWYRSknOHkItTMWoKamy4193569451[~}^$",
  "id_token_signed_response_alg": "RS256"
}
outgoing_path
register
2020-08-10 19:34:31 INCOMING
oidcc-client-test
Incoming HTTP request to test instance xdKVLu1wYSnokXq
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_widNUrXdSEraWWe95455^${?-",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "3be95af6-9906-446b-b1d7-96345a5ad368",
  "nonce": "421434d6-a4fe-45f3-ad4b-f48e9ed44b1f"
}
incoming_body
Authorization endpoint
2020-08-10 19:34:31 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2020-08-10 19:34:31 SUCCESS
OIDCCEnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:34:31 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "response_type": "code",
  "client_id": "client_widNUrXdSEraWWe95455^${?-",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "3be95af6-9906-446b-b1d7-96345a5ad368",
  "nonce": "421434d6-a4fe-45f3-ad4b-f48e9ed44b1f"
}
2020-08-10 19:34:31 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email
2020-08-10 19:34:31 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
421434d6-a4fe-45f3-ad4b-f48e9ed44b1f
2020-08-10 19:34:31 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2020-08-10 19:34:31 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_widNUrXdSEraWWe95455^${?-
2020-08-10 19:34:31 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/callback"
]
2020-08-10 19:34:31 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:34:31 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2020-08-10 19:34:31 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
Hd0D6KHNYd
2020-08-10 19:34:31 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
l-EH6mKnukCuyERqMa2gog
2020-08-10 19:34:31 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "3be95af6-9906-446b-b1d7-96345a5ad368"
}
2020-08-10 19:34:31 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "3be95af6-9906-446b-b1d7-96345a5ad368",
  "code": "Hd0D6KHNYd"
}
2020-08-10 19:34:31 OUTGOING
oidcc-client-test
Response to HTTP request to test instance xdKVLu1wYSnokXq
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://morph-oidc-client.strid.ninja/auth/cb, formParameters={"state":"3be95af6-9906-446b-b1d7-96345a5ad368","code":"Hd0D6KHNYd"}}]
outgoing_path
authorize
2020-08-10 19:34:31 INCOMING
oidcc-client-test
Incoming HTTP request to test instance xdKVLu1wYSnokXq
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:34:31 OUTGOING
oidcc-client-test
Response to HTTP request to test instance xdKVLu1wYSnokXq
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "39be56ad-65a9-4572-a72b-941eab496a90",
      "n": "pbWITWG38kL4JbQvWwaXpyElXKijbjCrLCSMlqOwOchF2Yq8ZFWaJE7kayOonNHW-41lzBpJ8ekiwbIyS1iTu8SKwMv-Xwgw6BIEpHuc9uHY4f7HRBLB3tptJstHIlCSoTCQ8_TkS1uISQSajQq0e8JrvQiAbdb6KfoYAJ_qvIP5A3W46VHrs0cTWwE473bu2zMpv9KgVkEUPgVqpUftzhsgq5FtsLldHr13kIP6MS8ryrS4690BYpklau7lr2Y2HApuGKTOJVITLkdgCrNd8HBAQDdZ78jyfhbpbN8sg2JIJ2kz9OK1lM8721tMXbMbfNMDUk0BEFo_dXayV1L-Hw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "2510a0c4-273a-484e-8897-10329d0bef46",
      "n": "vApaMq56YG9omIevzTDPmGE5oGAMeyHROt9to6cRy6RmC1akrxFjIT4AcgY4vTrcLOsBORHyoBdaL_YehwlU6DV8CKvktY5ugxXpC0lo9zYI1ZJDBQ7V_p48uS1HV0lmt6yo3chLJTc1Fk-Unypf5mcP6318tErbKZuQoCkofRg5RZpHgch3jrKx16MRdVH6U4TJrx4TbbLHwCgHhIBiNu0ruVWP5Mr5k1XpevnrmzuCEIijZvCccDrZ43CzEfse8INIuP5xNElSepzlHc97AjK8ueV8Kdqb18ljXlY3oLuAqoF_LRwiWiv0dPqrJDYp2p_Nlp1uJpJ-gCsxhNnYlw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "7b40d87e-588a-48be-8280-7de6ce42d9c3",
      "x": "keoUU-FwqHnDpkcQK11cGn1D88PpIqvbdXS0b_rW-5s",
      "y": "2YxQXVYu7q9tImjlufiArpnXQ_acg_5AdMiDO1qXXp4"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "7acd8db1-ab81-4543-b670-6078aeb00432",
      "x": "hgBze--u6Nicn_KmbuRaRAyZ02H2Ij1L78hcP4fQo1o",
      "y": "MYjkA3B3JQv0-Lz6nSmG85SgskMo-e27DOefZgfv3Vw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "b56cfbcf-6a4f-4fdd-9533-27238a0e1731",
      "x": "rolybt1vOtnnNsGreodkZSV6x7c2XqniLpAD0Fl8S3I",
      "y": "1_y7UJ1GbW_h7BN3TtJMxl35rouDAU1EC4d4X76EZuc"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "ea3588fb-917d-4d8c-8752-9e7b1f78a70f",
      "x": "ThnsX4tGLExpWH2BK3a2gkN3jdu3hgOeDrZfhPtBQpk"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "3e1865f6-7c3e-4dca-ad58-04ea8421b1d6",
      "alg": "RSA-OAEP",
      "n": "huXXmbQO_jsqZaFItPz8wNPgOIKEfKWAl4VN90XjwqHOWInTt-NIe9mTxtgYt18MWOflA3N7hnNq27pAl0CH6qUxYoKb7-YhyOznS9hRwyiZQZ_eEHSv4e-UF6Gxj2iX5-49wLvY0QSt-ozolPfCzQw3dTNd859FySh6OLrszn80Kxrv-8rDa12K6VuATEtPJo0KpwwS-jcAH5_Qj9Z6ozvEtCCQjhG_owlS1plOD-Mb72wvSa1iuGS__zNclIOfismY1h775urjr85p9qKv3MlSHVGd98nb_ni8BgoEM4nmIGyJcGOlf8-dqwdwV0VPA8TVljgo8zpIxPS2-NTJkQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "b7753e41-d797-4cb9-93df-864a15112c06",
      "x": "RlwmKKIN3s33y7krXFiTPNA6ajL_y05gQE-vXXLjYm4",
      "y": "sSp_LbA6gkqd-NrBR4xiftliiDd_18GLiGrbnOgRzVQ",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2020-08-10 19:34:31 INCOMING
oidcc-client-test
Incoming HTTP request to test instance xdKVLu1wYSnokXq
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic Y2xpZW50X3dpZE5VclhkU0VyYVdXZTk1NDU1JTVFJTI0JTdCJTNGLTpzZWNyZXRfSll2bmlQZUdObW1WdFNzblpzb2xnS0lHU3hEalFqQldZUlNrbk9Ia0l0VE1Xb0thbXk0MTkzNTY5NDUxJTVCfiU3RCU1RSUyNA\u003d\u003d",
  "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": "257",
  "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": "Hd0D6KHNYd",
  "client_id": "client_widNUrXdSEraWWe95455^${?-",
  "client_secret": "secret_JYvniPeGNmmVtSsnZsolgKIGSxDjQjBWYRSknOHkItTMWoKamy4193569451[~}^$",
  "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=Hd0D6KHNYd&client_id=client_widNUrXdSEraWWe95455%5E%24%7B%3F-&client_secret=secret_JYvniPeGNmmVtSsnZsolgKIGSxDjQjBWYRSknOHkItTMWoKamy4193569451%5B%7E%7D%5E%24&redirect_uri=https%3A%2F%2Fmorph-oidc-client.strid.ninja%2Fauth%2Fcb
Token endpoint
2020-08-10 19:34:31 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_widNUrXdSEraWWe95455^${?-
client_secret
secret_JYvniPeGNmmVtSsnZsolgKIGSxDjQjBWYRSknOHkItTMWoKamy4193569451[~}^$
method
client_secret_basic
2020-08-10 19:34:31 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2020-08-10 19:34:31 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
Hd0D6KHNYd
2020-08-10 19:34:31 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:34:31 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
TlyxC6PsONiSDicgEuBUBCIlrk53rVv0sYAFJbHEKfWGx0rLd9
2020-08-10 19:34:31 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
A7m2aQNKmmZ30nlMzYsp7A
2020-08-10 19:34:31 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/morph_oidc_client/
sub
user-subject-1234531
aud
client_widNUrXdSEraWWe95455^${?-
nonce
421434d6-a4fe-45f3-ad4b-f48e9ed44b1f
iat
1597088071
exp
1597088371
2020-08-10 19:34:31 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
A7m2aQNKmmZ30nlMzYsp7A
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/morph_oidc_client/",
  "sub": "user-subject-1234531",
  "aud": "client_widNUrXdSEraWWe95455^${?-",
  "nonce": "421434d6-a4fe-45f3-ad4b-f48e9ed44b1f",
  "iat": 1597088071,
  "exp": 1597088371,
  "at_hash": "A7m2aQNKmmZ30nlMzYsp7A"
}
2020-08-10 19:34:31 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIzOWJlNTZhZC02NWE5LTQ1NzItYTcyYi05NDFlYWI0OTZhOTAiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiQTdtMmFRTkttbVozMG5sTXpZc3A3QSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X3dpZE5VclhkU0VyYVdXZTk1NDU1XiR7Py0iLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvbW9ycGhfb2lkY19jbGllbnRcLyIsImV4cCI6MTU5NzA4ODM3MSwibm9uY2UiOiI0MjE0MzRkNi1hNGZlLTQ1ZjMtYWQ0Yi1mNDhlOWVkNDRiMWYiLCJpYXQiOjE1OTcwODgwNzF9.KMq_i7ua4nV4NjE8nUA0n27vSjp3up4zahi6TDkFjy2FkfmnEGrjqJvKTNYvlJ9o0S6g22O9IvmmclM8Q02rakrqrXKrQF-P8UTTi1ioA7yvFcbSK5Jqf41WiDxUkMyHHKpKUitCM4ajgGzNgAX7UYBUDLP8RTtAYzDJ7p8b8tUXc9xkMquHR3xPXpV-hynFmB9ZcPsYexB2HqGoYB80QKNH_XvKv8t8s3cf3sxcE5xf-IxUMvGPnFAEY7g1PPFwgccOSwhN18KhsWQXVHz_mgBLUxDwYabR3U830er4cLyuMIzWD-MVPUR174aXoG_XNRFCCDz8IIJmg4Avs9_OdA
key
{"p":"52yMq8VRkSm99dji3iLlUmf7WX3l6iClcjGbDbeOGlvQiCaEoW_vAEkVG3JwIUBdwoyQqyuvo01s9B-pFSO1Dh7T9NMdeUnUN0eNfBwnpO84HUVBXtK7LHqWAvh493SB8EKI1M8ljlEQ_jmAClxWO6ARnhi6Gum3lYPNRrVrIvE","kty":"RSA","q":"t054NgllOsk7RXdPSw0QWqPxVU3Z5a31Rt6do28vvr7McYap5OVa6EHV_T0efVT23EfVk83PAi00iNwrK0DNSNO_LmBbvnQlDUNey1n8ePfNWvDzUjJI_vy7CyW_-d3RAek81R6XqC5OCmKS7rm7yuJVjusYS1NYtzwbX8kHEg8","d":"f89IVgbszdqBcvNLIzYueiXCn3kitLatD9sQ5I9UOP0TgvrS28B6p06CN3DFeE8RNeyVe5s7NW7P8_3xdNPY_pZVPucYR0wWDKj5E7SUGIeRtJ3CK-sbxTtLvQRE1V63-cNvyfo0qzrqHweB_Q8ordwDJUYNaKrLQN047iJp9wPDhuQhxM-o6bYg0BVs3BRiIfEGnIJ2fGn_IZAp8kOmO9stUEAQmiGZFPrJW1FjWw5ycveMbzgAQyZtr2Qp4V1onp74EVJRK1z_5Fc62jqy9ZB6wd3TU2B68ephgIQOW4SsmO5GY8S0BGEJ5eFu-mxvtca_AMDn8dezb_0jfh_CgQ","e":"AQAB","use":"sig","kid":"39be56ad-65a9-4572-a72b-941eab496a90","qi":"UP-YgaMHIKE2TfX_tcuch6ZtdDcD7onAqu3RLrZBI4fMuflowsbaFRWhDGUBF57cAUNwKyVSZZrFY1YgHBh56siUa94OX2AmS_23RVyRLHnviFYbppLKNMLraXM7QvK67lkjIAA2_ENm-nGIh_yBOZOIw4OxM9QyLGWbPH1SkdE","dp":"JakDh1x39qCNWjmuSanyGaP0Qk77oEspwViTO_s389AnMlDaWo8lnK1H8wx_dNnNqEBJtqFIVtHdvih80oTaDO81XO0SKc-66jgJrT3DsdKAFjtT9QNkFEvqp5cZ0GM0Vg3tyHvhR7SniEeBL65xFgjpdQnfF0wbZQhq2mvhgHE","dq":"WrhwUDYYLp73QasJyFgf1uw6fYB5Le4JbVix5fgaRioB3tHJ9an5cudac-my1E6fmmfG8U6zfB1JWc61YsPAlaGOhfJUlY6_46-LE9NmW6wwqyiDFBQlAmWsYJj_STeZwHthiwyH_ElmgEdG9vVfVsrrkz8RF_6Y8p7B4YcJg8s","n":"pbWITWG38kL4JbQvWwaXpyElXKijbjCrLCSMlqOwOchF2Yq8ZFWaJE7kayOonNHW-41lzBpJ8ekiwbIyS1iTu8SKwMv-Xwgw6BIEpHuc9uHY4f7HRBLB3tptJstHIlCSoTCQ8_TkS1uISQSajQq0e8JrvQiAbdb6KfoYAJ_qvIP5A3W46VHrs0cTWwE473bu2zMpv9KgVkEUPgVqpUftzhsgq5FtsLldHr13kIP6MS8ryrS4690BYpklau7lr2Y2HApuGKTOJVITLkdgCrNd8HBAQDdZ78jyfhbpbN8sg2JIJ2kz9OK1lM8721tMXbMbfNMDUk0BEFo_dXayV1L-Hw"}
algorithm
RS256
2020-08-10 19:34:31 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:34:31 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
TlyxC6PsONiSDicgEuBUBCIlrk53rVv0sYAFJbHEKfWGx0rLd9
token_type
Bearer
id_token
eyJraWQiOiIzOWJlNTZhZC02NWE5LTQ1NzItYTcyYi05NDFlYWI0OTZhOTAiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiQTdtMmFRTkttbVozMG5sTXpZc3A3QSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X3dpZE5VclhkU0VyYVdXZTk1NDU1XiR7Py0iLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvbW9ycGhfb2lkY19jbGllbnRcLyIsImV4cCI6MTU5NzA4ODM3MSwibm9uY2UiOiI0MjE0MzRkNi1hNGZlLTQ1ZjMtYWQ0Yi1mNDhlOWVkNDRiMWYiLCJpYXQiOjE1OTcwODgwNzF9.KMq_i7ua4nV4NjE8nUA0n27vSjp3up4zahi6TDkFjy2FkfmnEGrjqJvKTNYvlJ9o0S6g22O9IvmmclM8Q02rakrqrXKrQF-P8UTTi1ioA7yvFcbSK5Jqf41WiDxUkMyHHKpKUitCM4ajgGzNgAX7UYBUDLP8RTtAYzDJ7p8b8tUXc9xkMquHR3xPXpV-hynFmB9ZcPsYexB2HqGoYB80QKNH_XvKv8t8s3cf3sxcE5xf-IxUMvGPnFAEY7g1PPFwgccOSwhN18KhsWQXVHz_mgBLUxDwYabR3U830er4cLyuMIzWD-MVPUR174aXoG_XNRFCCDz8IIJmg4Avs9_OdA
scope
openid profile email
2020-08-10 19:34:31 OUTGOING
oidcc-client-test
Response to HTTP request to test instance xdKVLu1wYSnokXq
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "TlyxC6PsONiSDicgEuBUBCIlrk53rVv0sYAFJbHEKfWGx0rLd9",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIzOWJlNTZhZC02NWE5LTQ1NzItYTcyYi05NDFlYWI0OTZhOTAiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiQTdtMmFRTkttbVozMG5sTXpZc3A3QSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X3dpZE5VclhkU0VyYVdXZTk1NDU1XiR7Py0iLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvbW9ycGhfb2lkY19jbGllbnRcLyIsImV4cCI6MTU5NzA4ODM3MSwibm9uY2UiOiI0MjE0MzRkNi1hNGZlLTQ1ZjMtYWQ0Yi1mNDhlOWVkNDRiMWYiLCJpYXQiOjE1OTcwODgwNzF9.KMq_i7ua4nV4NjE8nUA0n27vSjp3up4zahi6TDkFjy2FkfmnEGrjqJvKTNYvlJ9o0S6g22O9IvmmclM8Q02rakrqrXKrQF-P8UTTi1ioA7yvFcbSK5Jqf41WiDxUkMyHHKpKUitCM4ajgGzNgAX7UYBUDLP8RTtAYzDJ7p8b8tUXc9xkMquHR3xPXpV-hynFmB9ZcPsYexB2HqGoYB80QKNH_XvKv8t8s3cf3sxcE5xf-IxUMvGPnFAEY7g1PPFwgccOSwhN18KhsWQXVHz_mgBLUxDwYabR3U830er4cLyuMIzWD-MVPUR174aXoG_XNRFCCDz8IIJmg4Avs9_OdA",
  "scope": "openid profile email"
}
outgoing_path
token
2020-08-10 19:34:31 INCOMING
oidcc-client-test
Incoming HTTP request to test instance xdKVLu1wYSnokXq
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Bearer TlyxC6PsONiSDicgEuBUBCIlrk53rVv0sYAFJbHEKfWGx0rLd9",
  "accept": "application/json",
  "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
userinfo
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
Userinfo endpoint
2020-08-10 19:34:31 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
TlyxC6PsONiSDicgEuBUBCIlrk53rVv0sYAFJbHEKfWGx0rLd9
2020-08-10 19:34:31 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
TlyxC6PsONiSDicgEuBUBCIlrk53rVv0sYAFJbHEKfWGx0rLd9
2020-08-10 19:34:31 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
2020-08-10 19:34:31
ClearAccessTokenFromRequest
Condition ran but did not log anything
2020-08-10 19:34:31 INFO
AddIssAndAudToUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2020-08-10 19:34:31 INFO
SignUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2020-08-10 19:34:31 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2020-08-10 19:34:31 OUTGOING
oidcc-client-test
Response to HTTP request to test instance xdKVLu1wYSnokXq
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "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
}
outgoing_path
userinfo
2020-08-10 19:34:31 FINISHED
oidcc-client-test
Test has run to completion
testmodule_result
PASSED
2020-08-10 19:35:16
TEST-RUNNER
Alias has now been claimed by another test
alias
morph_oidc_client
new_test_id
lEuSU2xBT6QVr8p
Test Results