Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-08-10 19:24:40 INFO
TEST-RUNNER
Test instance LMQUNWis6GbkWxZ created
baseUrl
https://www.certification.openid.net/test/a/morph_oidc_client_basic
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "default",
  "client_registration": "dynamic_client"
}
alias
morph_oidc_client_basic
description
Testing morph oidc basic client
planId
8XtXosP8NfqAM
config
{
  "alias": "morph_oidc_client_basic",
  "description": "Testing morph oidc basic client",
  "publish": "everything"
}
testName
oidcc-client-test-idtoken-sig-none
2020-08-10 19:24:40 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "client_secret_jwt",
    "private_key_jwt"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2020-08-10 19:24:40
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2020-08-10 19:24:40
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "5LctICOLA8_elw52YUxY7FArNHEHeN72QBajRm8PCn86QwxuIWMLlou07cpm45e4WqjEf7qTbO_EpXBjdAMzfa2f-5MJ-DSWKl1pWsaPVlD3KF9bFpqjVKcTov-P6eV7wcK9kXA2susujqWeB3vMESWKLhlLfKVHA-5EaX3zYV0",
      "kty": "RSA",
      "q": "voavxkI-gNWzrfuGtX3oB7kqaSEGWYMtuAGFTiBMKPZex6yGyCkfkk6bLtk5Hz-jAUFcDfe21FIGjXszOKAtwXyK7MoqyiZ3ay-Mvi8nPWegIv1PeWin5Q24SSnX4IlZzOeHJsrc727A08JohWUGRYC1RnnjC12Gik7L3_2Mdes",
      "d": "GsiQXFYzD_qiEkIOWX2KKFQvS3qj35fdANe1EvmWUGD6TPyOE_CpPmOBTlHbbgJhTvZIQ4Q8hoFrwx87_4la0c3SCXVcDEgYFoOsAIcDqfHJwtBWN4Np_Jk5jCVJhEhA28Gs9kU6-7cw3_UImBftbQrQzKdxvejRPsJrKSyv8l6Wmy-QWOMAk10UEnPm9JJtk_ZRGob9SLv3mBs6EMcvmcerj0SSpJBCNK_qHRGSgJ5LqNy8fQvpJ0711JpzJ7OoP25V7o6FpaDHtiPP6-MIwOu-f48FUAks7l8Pn3F4KH6eGJsTBpr5-BUCcSEASs0b29J2ywFOSsK3aLarHoWWwQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "395ccb51-c07b-4c7c-a779-d5d1ea2f8b62",
      "qi": "PnnXTNNsNE-HtfZRwxmFxlBuHColaWPx4uH2jmcvr8ElTsebNT5O5pguAnom4mhIVr2c8oCfu69OPKyn9DvgZYhn-lEVf-2_4BakPfe-Rn6DuWPTo4GUT52hpRAdu4cn8P8i41W11NLqfNmPUpdN-lb9EbNRoMu7YPDh4Nfjhys",
      "dp": "kDVXBI6kllC4vnHl_k9POiEKPNSPq4yZo6siY8SerTWvHJt3zSFQKyoHeG9IFHSTTsZer1KKpgM_8Dg-3OUv0CxrVQpPHOq7TBb92LidpAUE8bW-DzCNj1CRNxMAQK_rKi6JrGwecQ2Mm3CdhYZvEtiimZJlYEAt2LKg_AroLBk",
      "dq": "JhMyg3NvnD2Yx9cxR4ne2dRGRnYkF7VgaJpdMoy_y5vYuxyeXtfhCFMPLiCZCsaj47dVFzF-5xVxW8rYJKPWIQmrlcCdJoLjcJczEDrKI7pWxUdMH54rl1nTj0N-cc_hE1LdroHx_yNqA6ehTa8vvqoHEAuBtR6-qVsv4RaBgHs",
      "n": "qjhIadHot9mFlUD1XQsDhZ557yqvBnK1V7N8ZHXNzVaoXYONOCxq0zvFp-YGv8vy7OyEg2OAXbCdaCSFbludX1h5VDFj8DbsTb9RVUabup_E7i2BfF3HMx7vpjPHCiw3tWNR0sXXHHRMC0S7A2OjLUmg2xDXa084ykT2jmUd9ztBxXa09N1qMSGlv1Aj6N9-BqaSqxSR1JE1kGI6sSZhwgrGkzmtM0QnMCmNkdecBNtdrlt5Ff-74BVn1lhOjbPdVG9cRXv2sQJldjWaPkbg4J85XvznxbBwHMPttqPCVsXVJmy6p9yioDckmCxR_MKdkvESZuVHXfyts_q8AcXhXw"
    },
    {
      "kty": "EC",
      "d": "zn_c6cs1nNmvA3EWdkoS3cLOK27eSarjXrLu6knoTZ8",
      "use": "sig",
      "crv": "P-256",
      "kid": "2e56cc02-d817-4b7f-8284-9c53707e2934",
      "x": "_YV4bYAUHbMnBm3ybwc0LYS3v4nFkOaCRlhf4djFV6Q",
      "y": "4E9VGmRvoR-pLMjwplTi5I859SziUp3ZoLuPb4rZS40"
    },
    {
      "kty": "EC",
      "d": "CGD7bHRNGM3LP4HjUTbJrZDdFKB97hnZco0cENRroYE",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "d32ba99d-be80-4f19-9478-3c5dc365311e",
      "x": "rNC53N8Ut7mfXdqAMPvJZN0qyYJvHhSuroSs2fuggM0",
      "y": "Nr5iRH3pMwQo9mTitF0c-rW_Y9j7MPwIjUFk--7uV4k"
    },
    {
      "kty": "OKP",
      "d": "KwCslg6EXaHR7uTkVCqinZmYH3jOQS0yRwuPJAzkAzg",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "c6eff76e-1eda-4277-846c-6916f67a222a",
      "x": "VO5b5JX35RP1SRz-X5dQ0WapCvDkryVzPuGdoONFKok"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "wiDs1IXGeC17WC3WuGiGlPR6Zn1IJe4aT6pRIL4HuNk83Om4mS1cuVPaVytPWnRSsxhxspv7k-F_B5Q0NCMFSEuWA5-MCtLn5vX13PYS25gkKzZk3zFQGItTNosMDjO6ERLKV6fKce5dui3VeZ0QgyI8MRTrvQNC37D_jpAuw0s",
      "kty": "RSA",
      "q": "qcoPpCsKCB7_deu1LTz38zh6Qa-2miehFroTVu3VSxF-HTnwZ2lVf6rdTWg4sqTPRRUiEEG4jIfXJkxGH0UQF5tya6R40avjoThdtbSQi-eL9L1NANgGHP-DUeFMB4zNPzzJAPYheJU3FI-OV9ekLmS8IOZlj-F4x7iJG7x__Ss",
      "d": "d8cLP6sj4I2PxOGbEfti6m3iH1GurJ8mJ570d3CDatH6aZSojSaTyhNeCz16Xrt7Ro6bN3WMFccHdJj0y3MZvLb6rJprKNMEjJXNy1K9H0GwzIM93sybPnLWreYYtrMYAMKRnslduLMVjmnZGsGACe17YO_99IbGXZ8rqb5C01OOyYZB9qrNxFJyfNy036c4vhl4XQja_iMmx0LqDs2Wn3V9cMpCDipz8BrM7rFqnvyGwU6WE3fPf9fJ3CzB3h1IVvShMqVj_qRyyDeLaxikq6f5NiVRIFVOzJ3rcgqZ6PAbzjoUYWFXluo2Cn6Du7jv4ZVkIucQ7_0G7Xn3tr9doQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "863d7ad2-61c7-46c7-96ba-b96fe87b9d60",
      "qi": "Z8aqx9bzJSKP5R-sgcLZBdYs8p1GjkKdwUto163q6nxXECNaeZnXlL0YI3llI34HIJNfWz-OGwuGSotUwqnYZNPPhsB20J_W9CKYEdnprU1Rf2UmjmFV87QsLKUx3NtfqBzwYXr2A2IHwvqX-3IrWrLbzvAQPwmu98ZGCkVCGC8",
      "dp": "UgDeihfIctOjmugiH9vnndx4J_scEwm1i5mCk7YyRN9fWmJQXERROug0_0WIS8l_dbAJt000xI8ovebY9n0kqhlj0TwASEI3O9UCeshnxuNJxAdCLRYDo5qXGB88hHNNUhEB8G0sk1wBs7fQyYKTixFXI9SWkE1kXmHCUlKNrmk",
      "alg": "RSA-OAEP",
      "dq": "McVMfngrUaQciGmWy3MCz-YvWE_0vA1_2BSllKbVDlNLX6_bO8URzgG9K3KwpBVRuNNwD8nkGjW7qLtVFtd81x63FLy6ueOkL19BgQE0Gf6-9PgEuYmZiSiRSxA65D-u7qmX1lNQDnPXGIzYUgGhXAQlbZN8FAgpCoqajmncLs8",
      "n": "gMD2L5ec4yaqQF3r3Df72-0bbrMZ0xzd3bDo0LDNsbAB3MrVcoJn3gkakKAv891O-19OZOloan9vIrOeeBa6xHIKS0QfUh-Qm_mG38nAdBY83CzJjpKAKfsvMvHRkDCzuunOW4yQuGuNZHgnhdbLi21t8CAb1ShBL44Y0--pAUZ18xG_26FBtt1S2Z5hLilHVT22Ne9__QA_1uEHprjtZfX78i3EdjtzymkGzcWhNE329auB-eC_mYDyvTN5LORTHzf3k5dQZww8Jk7Rdb-4ig27Gkj_8DzG3eVQOYMZOhIZhCu6SBYCmZ_yd5srWxhfz1kWZE3bSI7fQGv3ZRDsmQ"
    },
    {
      "kty": "EC",
      "d": "m0NDow1yx-FN6pG0XnOZMLRBWhhqPFbcqQLl-eRWKRw",
      "use": "enc",
      "crv": "P-256",
      "kid": "cd6ef297-70d6-4ce8-ba87-c270099b42d3",
      "x": "bSHe8VlcT3b2erDcvEBgFe5feC-_oWn2A5a6gsYILpY",
      "y": "CdO-F880GjI83gUCRBgI16K5TLYDhwItQdikJuKmjlU",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "395ccb51-c07b-4c7c-a779-d5d1ea2f8b62",
      "n": "qjhIadHot9mFlUD1XQsDhZ557yqvBnK1V7N8ZHXNzVaoXYONOCxq0zvFp-YGv8vy7OyEg2OAXbCdaCSFbludX1h5VDFj8DbsTb9RVUabup_E7i2BfF3HMx7vpjPHCiw3tWNR0sXXHHRMC0S7A2OjLUmg2xDXa084ykT2jmUd9ztBxXa09N1qMSGlv1Aj6N9-BqaSqxSR1JE1kGI6sSZhwgrGkzmtM0QnMCmNkdecBNtdrlt5Ff-74BVn1lhOjbPdVG9cRXv2sQJldjWaPkbg4J85XvznxbBwHMPttqPCVsXVJmy6p9yioDckmCxR_MKdkvESZuVHXfyts_q8AcXhXw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "a01e7150-6e75-43ab-a2ed-3be4446a8d57",
      "n": "gPegEloHFvAGD022qLV6iGfL5UshZr2GlRfjxDjOlkwk6e_XwUzrQRz2gUksHUvYnMP4n0DpkyolnSLOemEIM7BGDba_czPxxV6xsgap9yBH2P99FL8PYeGzYOy2PVx3cSvXlByglhPXRa2hBBt-CMP6qoxEb1JOvEoyQdOmSGeXBidsrsz5t9A5KYrnWiQ-Iw2PoodQaHMH4ZmCED6Ltws-Ox8WeZxKNRCetDga3TaIhPKpkEzsJaZ7JcQ6fT6171x7piF0HKHR5B7IFkBmGOYlS3EsTLjAK6bnshSHIGBezgsGr45L7AHSdLPNUVSqiylle8ituuKAWj0nnFHvQQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "2e56cc02-d817-4b7f-8284-9c53707e2934",
      "x": "_YV4bYAUHbMnBm3ybwc0LYS3v4nFkOaCRlhf4djFV6Q",
      "y": "4E9VGmRvoR-pLMjwplTi5I859SziUp3ZoLuPb4rZS40"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "39c7e534-7b55-483f-b40d-aca54caa7906",
      "x": "n4FW7ugxAN0Vnby-LxVk1JTXQao592FgdTPfRzwSJDw",
      "y": "0OCyWBDl7GdtwcAI4Mf_z_uIxdnHeRw2FgkRVjrj2hU"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "d32ba99d-be80-4f19-9478-3c5dc365311e",
      "x": "rNC53N8Ut7mfXdqAMPvJZN0qyYJvHhSuroSs2fuggM0",
      "y": "Nr5iRH3pMwQo9mTitF0c-rW_Y9j7MPwIjUFk--7uV4k"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "c6eff76e-1eda-4277-846c-6916f67a222a",
      "x": "VO5b5JX35RP1SRz-X5dQ0WapCvDkryVzPuGdoONFKok"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "863d7ad2-61c7-46c7-96ba-b96fe87b9d60",
      "alg": "RSA-OAEP",
      "n": "gMD2L5ec4yaqQF3r3Df72-0bbrMZ0xzd3bDo0LDNsbAB3MrVcoJn3gkakKAv891O-19OZOloan9vIrOeeBa6xHIKS0QfUh-Qm_mG38nAdBY83CzJjpKAKfsvMvHRkDCzuunOW4yQuGuNZHgnhdbLi21t8CAb1ShBL44Y0--pAUZ18xG_26FBtt1S2Z5hLilHVT22Ne9__QA_1uEHprjtZfX78i3EdjtzymkGzcWhNE329auB-eC_mYDyvTN5LORTHzf3k5dQZww8Jk7Rdb-4ig27Gkj_8DzG3eVQOYMZOhIZhCu6SBYCmZ_yd5srWxhfz1kWZE3bSI7fQGv3ZRDsmQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "cd6ef297-70d6-4ce8-ba87-c270099b42d3",
      "x": "bSHe8VlcT3b2erDcvEBgFe5feC-_oWn2A5a6gsYILpY",
      "y": "CdO-F880GjI83gUCRBgI16K5TLYDhwItQdikJuKmjlU",
      "alg": "ECDH-ES"
    }
  ]
}
2020-08-10 19:24:40 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-08-10 19:24:40 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-08-10 19:24:40 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:24:40 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-08-10 19:24:40
oidcc-client-test-idtoken-sig-none
Setup Done
2020-08-10 19:25:16 INCOMING
oidcc-client-test-idtoken-sig-none
Incoming HTTP request to test instance LMQUNWis6GbkWxZ
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:25:16 OUTGOING
oidcc-client-test-idtoken-sig-none
Response to HTTP request to test instance LMQUNWis6GbkWxZ
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client_basic/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
outgoing_path
.well-known/openid-configuration
2020-08-10 19:25:16 INCOMING
oidcc-client-test-idtoken-sig-none
Incoming HTTP request to test instance LMQUNWis6GbkWxZ
incoming_headers
{
  "host": "www.certification.openid.net",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "339",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
register
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
{"redirect_uris":["https://morph-oidc-client.strid.ninja/auth/cb","https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"],"response_types":["code"],"grant_types":["authorization_code"],"contacts":["ulrik.strid@outlook.com"],"client_name":"basic_morph_oidc_client","token_endpoint_auth_method":"client_secret_basic"}
Registration endpoint
2020-08-10 19:25:16 SUCCESS
OIDCCExtractDynamicRegistrationRequest
Extracted dynamic client registration request
request
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-08-10 19:25:16 SUCCESS
EnsureRegistrationRequestContainsAtLeastOneContact
Registration request contains valid contacts
contacts
[
  "ulrik.strid@outlook.com"
]
2020-08-10 19:25:16 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2020-08-10 19:25:16 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://morph-oidc-client.strid.ninja/auth/cb",
  "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
]
2020-08-10 19:25:16 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-08-10 19:25:16 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-08-10 19:25:16 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-08-10 19:25:16 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-08-10 19:25:16 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-08-10 19:25:16 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:25:16 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-08-10 19:25:16 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:25:16 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-08-10 19:25:16 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:25:16 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-08-10 19:25:16 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:25:16 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-08-10 19:25:16 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-08-10 19:25:16 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-08-10 19:25:16 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-08-10 19:25:16 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-08-10 19:25:16 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-08-10 19:25:16 SUCCESS
OIDCCRegisterClient
Registered client
client
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_tHNmaGbQZzyiBmg29293-\u003c\\:("
}
2020-08-10 19:25:16
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_BuZLpnJPJiYHFaROFqvjkkbyYYTcHGQepwnUNYlCyXJHWAOvOf1289922610&\{`;
2020-08-10 19:25:16 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-08-10 19:25:16
SetClientIdTokenSignedResponseAlgToNone
Set id_token_signed_response_alg to none for the registered client
client
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_tHNmaGbQZzyiBmg29293-\u003c\\:(",
  "client_secret": "secret_BuZLpnJPJiYHFaROFqvjkkbyYYTcHGQepwnUNYlCyXJHWAOvOf1289922610\u0026\\{`;",
  "id_token_signed_response_alg": "none"
}
2020-08-10 19:25:16
SetClientGrantTypesToAuthorizationCodeOnly
Set grant_types to ['authorization_code'] for the registered client
client
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_tHNmaGbQZzyiBmg29293-\u003c\\:(",
  "client_secret": "secret_BuZLpnJPJiYHFaROFqvjkkbyYYTcHGQepwnUNYlCyXJHWAOvOf1289922610\u0026\\{`;",
  "id_token_signed_response_alg": "none"
}
2020-08-10 19:25:16 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_tHNmaGbQZzyiBmg29293-\u003c\\:(",
  "client_secret": "secret_BuZLpnJPJiYHFaROFqvjkkbyYYTcHGQepwnUNYlCyXJHWAOvOf1289922610\u0026\\{`;",
  "id_token_signed_response_alg": "none"
}
2020-08-10 19:25:16 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-08-10 19:25:16
SetServerSigningAlgToNone
Successfully set signing algorithm to none
signing_algorithm
none
2020-08-10 19:25:16
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
none
2020-08-10 19:25:16 OUTGOING
oidcc-client-test-idtoken-sig-none
Response to HTTP request to test instance LMQUNWis6GbkWxZ
outgoing_status_code
201
outgoing_headers
{}
outgoing_body
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "basic_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_tHNmaGbQZzyiBmg29293-\u003c\\:(",
  "client_secret": "secret_BuZLpnJPJiYHFaROFqvjkkbyYYTcHGQepwnUNYlCyXJHWAOvOf1289922610\u0026\\{`;",
  "id_token_signed_response_alg": "none"
}
outgoing_path
register
2020-08-10 19:25:16 INCOMING
oidcc-client-test-idtoken-sig-none
Incoming HTTP request to test instance LMQUNWis6GbkWxZ
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_tHNmaGbQZzyiBmg29293-\u003c\\:(",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "d029eae4-f59a-4607-a670-ce3bf31cc805",
  "nonce": "fab58c15-b4c7-48fc-9ffa-7e8e57631902"
}
incoming_body
Authorization endpoint
2020-08-10 19:25:16 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2020-08-10 19:25:16 SUCCESS
OIDCCEnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:25:16 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "response_type": "code",
  "client_id": "client_tHNmaGbQZzyiBmg29293-\u003c\\:(",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "d029eae4-f59a-4607-a670-ce3bf31cc805",
  "nonce": "fab58c15-b4c7-48fc-9ffa-7e8e57631902"
}
2020-08-10 19:25:16 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email
2020-08-10 19:25:16 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
fab58c15-b4c7-48fc-9ffa-7e8e57631902
2020-08-10 19:25:16 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2020-08-10 19:25:16 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_tHNmaGbQZzyiBmg29293-<\:(
2020-08-10 19:25:16 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://morph-oidc-client.strid.ninja/auth/cb
expected
[
  "https://morph-oidc-client.strid.ninja/auth/cb",
  "https://www.certification.openid.net/test/a/morph_oidc_client_basic/callback"
]
2020-08-10 19:25:16 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:25:16 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2020-08-10 19:25:16 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
PLKPfRmHoR
2020-08-10 19:25:16 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "d029eae4-f59a-4607-a670-ce3bf31cc805"
}
2020-08-10 19:25:16 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "d029eae4-f59a-4607-a670-ce3bf31cc805",
  "code": "PLKPfRmHoR"
}
2020-08-10 19:25:16
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://morph-oidc-client.strid.ninja/auth/cb?state=d029eae4-f59a-4607-a670-ce3bf31cc805&code=PLKPfRmHoR
2020-08-10 19:25:16 OUTGOING
oidcc-client-test-idtoken-sig-none
Response to HTTP request to test instance LMQUNWis6GbkWxZ
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://morph-oidc-client.strid.ninja/auth/cb?state=d029eae4-f59a-4607-a670-ce3bf31cc805&code=PLKPfRmHoR]
outgoing_path
authorize
2020-08-10 19:25:16 INCOMING
oidcc-client-test-idtoken-sig-none
Incoming HTTP request to test instance LMQUNWis6GbkWxZ
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:25:16 OUTGOING
oidcc-client-test-idtoken-sig-none
Response to HTTP request to test instance LMQUNWis6GbkWxZ
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "395ccb51-c07b-4c7c-a779-d5d1ea2f8b62",
      "n": "qjhIadHot9mFlUD1XQsDhZ557yqvBnK1V7N8ZHXNzVaoXYONOCxq0zvFp-YGv8vy7OyEg2OAXbCdaCSFbludX1h5VDFj8DbsTb9RVUabup_E7i2BfF3HMx7vpjPHCiw3tWNR0sXXHHRMC0S7A2OjLUmg2xDXa084ykT2jmUd9ztBxXa09N1qMSGlv1Aj6N9-BqaSqxSR1JE1kGI6sSZhwgrGkzmtM0QnMCmNkdecBNtdrlt5Ff-74BVn1lhOjbPdVG9cRXv2sQJldjWaPkbg4J85XvznxbBwHMPttqPCVsXVJmy6p9yioDckmCxR_MKdkvESZuVHXfyts_q8AcXhXw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "a01e7150-6e75-43ab-a2ed-3be4446a8d57",
      "n": "gPegEloHFvAGD022qLV6iGfL5UshZr2GlRfjxDjOlkwk6e_XwUzrQRz2gUksHUvYnMP4n0DpkyolnSLOemEIM7BGDba_czPxxV6xsgap9yBH2P99FL8PYeGzYOy2PVx3cSvXlByglhPXRa2hBBt-CMP6qoxEb1JOvEoyQdOmSGeXBidsrsz5t9A5KYrnWiQ-Iw2PoodQaHMH4ZmCED6Ltws-Ox8WeZxKNRCetDga3TaIhPKpkEzsJaZ7JcQ6fT6171x7piF0HKHR5B7IFkBmGOYlS3EsTLjAK6bnshSHIGBezgsGr45L7AHSdLPNUVSqiylle8ituuKAWj0nnFHvQQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "2e56cc02-d817-4b7f-8284-9c53707e2934",
      "x": "_YV4bYAUHbMnBm3ybwc0LYS3v4nFkOaCRlhf4djFV6Q",
      "y": "4E9VGmRvoR-pLMjwplTi5I859SziUp3ZoLuPb4rZS40"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "39c7e534-7b55-483f-b40d-aca54caa7906",
      "x": "n4FW7ugxAN0Vnby-LxVk1JTXQao592FgdTPfRzwSJDw",
      "y": "0OCyWBDl7GdtwcAI4Mf_z_uIxdnHeRw2FgkRVjrj2hU"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "d32ba99d-be80-4f19-9478-3c5dc365311e",
      "x": "rNC53N8Ut7mfXdqAMPvJZN0qyYJvHhSuroSs2fuggM0",
      "y": "Nr5iRH3pMwQo9mTitF0c-rW_Y9j7MPwIjUFk--7uV4k"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "c6eff76e-1eda-4277-846c-6916f67a222a",
      "x": "VO5b5JX35RP1SRz-X5dQ0WapCvDkryVzPuGdoONFKok"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "863d7ad2-61c7-46c7-96ba-b96fe87b9d60",
      "alg": "RSA-OAEP",
      "n": "gMD2L5ec4yaqQF3r3Df72-0bbrMZ0xzd3bDo0LDNsbAB3MrVcoJn3gkakKAv891O-19OZOloan9vIrOeeBa6xHIKS0QfUh-Qm_mG38nAdBY83CzJjpKAKfsvMvHRkDCzuunOW4yQuGuNZHgnhdbLi21t8CAb1ShBL44Y0--pAUZ18xG_26FBtt1S2Z5hLilHVT22Ne9__QA_1uEHprjtZfX78i3EdjtzymkGzcWhNE329auB-eC_mYDyvTN5LORTHzf3k5dQZww8Jk7Rdb-4ig27Gkj_8DzG3eVQOYMZOhIZhCu6SBYCmZ_yd5srWxhfz1kWZE3bSI7fQGv3ZRDsmQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "cd6ef297-70d6-4ce8-ba87-c270099b42d3",
      "x": "bSHe8VlcT3b2erDcvEBgFe5feC-_oWn2A5a6gsYILpY",
      "y": "CdO-F880GjI83gUCRBgI16K5TLYDhwItQdikJuKmjlU",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2020-08-10 19:25:16 INCOMING
oidcc-client-test-idtoken-sig-none
Incoming HTTP request to test instance LMQUNWis6GbkWxZ
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic Y2xpZW50X3RITm1hR2JRWnp5aUJtZzI5MjkzLSUzQyU1QyUzQSUyODpzZWNyZXRfQnVaTHBuSlBKaVlIRmFST0Zxdmpra2J5WVlUY0hHUWVwd25VTllsQ3lYSkhXQU92T2YxMjg5OTIyNjEwJTI2JTVDJTdCJTYwJTNC",
  "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": "261",
  "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": "PLKPfRmHoR",
  "client_id": "client_tHNmaGbQZzyiBmg29293-\u003c\\:(",
  "client_secret": "secret_BuZLpnJPJiYHFaROFqvjkkbyYYTcHGQepwnUNYlCyXJHWAOvOf1289922610\u0026\\{`;",
  "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=PLKPfRmHoR&client_id=client_tHNmaGbQZzyiBmg29293-%3C%5C%3A%28&client_secret=secret_BuZLpnJPJiYHFaROFqvjkkbyYYTcHGQepwnUNYlCyXJHWAOvOf1289922610%26%5C%7B%60%3B&redirect_uri=https%3A%2F%2Fmorph-oidc-client.strid.ninja%2Fauth%2Fcb
Token endpoint
2020-08-10 19:25:16 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_tHNmaGbQZzyiBmg29293-<\:(
client_secret
secret_BuZLpnJPJiYHFaROFqvjkkbyYYTcHGQepwnUNYlCyXJHWAOvOf1289922610&\{`;
method
client_secret_basic
2020-08-10 19:25:16 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2020-08-10 19:25:16 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
PLKPfRmHoR
2020-08-10 19:25:16 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:25:16 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
qRaUAREVoh3M9DUtE8y3uJ6OcqAZYggwTl7B8CPx6KBB31o3Iz
2020-08-10 19:25:16 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/morph_oidc_client_basic/
sub
user-subject-1234531
aud
client_tHNmaGbQZzyiBmg29293-<\:(
nonce
fab58c15-b4c7-48fc-9ffa-7e8e57631902
iat
1597087516
exp
1597087816
2020-08-10 19:25:16 INFO
AddAtHashToIdTokenClaims
Skipped evaluation due to missing required string: at_hash
expected
at_hash
2020-08-10 19:25:16 SUCCESS
SignIdTokenWithAlgNone
Created id_token with alg none
id_token
eyJhbGciOiJub25lIn0.eyJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL21vcnBoX29pZGNfY2xpZW50X2Jhc2ljLyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X3RITm1hR2JRWnp5aUJtZzI5MjkzLTxcXDooIiwibm9uY2UiOiJmYWI1OGMxNS1iNGM3LTQ4ZmMtOWZmYS03ZThlNTc2MzE5MDIiLCJpYXQiOjE1OTcwODc1MTYsImV4cCI6MTU5NzA4NzgxNn0.
2020-08-10 19:25:16 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:25:16 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
qRaUAREVoh3M9DUtE8y3uJ6OcqAZYggwTl7B8CPx6KBB31o3Iz
token_type
Bearer
id_token
eyJhbGciOiJub25lIn0.eyJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL21vcnBoX29pZGNfY2xpZW50X2Jhc2ljLyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X3RITm1hR2JRWnp5aUJtZzI5MjkzLTxcXDooIiwibm9uY2UiOiJmYWI1OGMxNS1iNGM3LTQ4ZmMtOWZmYS03ZThlNTc2MzE5MDIiLCJpYXQiOjE1OTcwODc1MTYsImV4cCI6MTU5NzA4NzgxNn0.
scope
openid profile email
2020-08-10 19:25:16 OUTGOING
oidcc-client-test-idtoken-sig-none
Response to HTTP request to test instance LMQUNWis6GbkWxZ
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "qRaUAREVoh3M9DUtE8y3uJ6OcqAZYggwTl7B8CPx6KBB31o3Iz",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJub25lIn0.eyJpc3MiOiJodHRwczovL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQvdGVzdC9hL21vcnBoX29pZGNfY2xpZW50X2Jhc2ljLyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X3RITm1hR2JRWnp5aUJtZzI5MjkzLTxcXDooIiwibm9uY2UiOiJmYWI1OGMxNS1iNGM3LTQ4ZmMtOWZmYS03ZThlNTc2MzE5MDIiLCJpYXQiOjE1OTcwODc1MTYsImV4cCI6MTU5NzA4NzgxNn0.",
  "scope": "openid profile email"
}
outgoing_path
token
2020-08-10 19:25:17 INCOMING
oidcc-client-test-idtoken-sig-none
Incoming HTTP request to test instance LMQUNWis6GbkWxZ
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Bearer qRaUAREVoh3M9DUtE8y3uJ6OcqAZYggwTl7B8CPx6KBB31o3Iz",
  "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:25:17 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
qRaUAREVoh3M9DUtE8y3uJ6OcqAZYggwTl7B8CPx6KBB31o3Iz
2020-08-10 19:25:17 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
qRaUAREVoh3M9DUtE8y3uJ6OcqAZYggwTl7B8CPx6KBB31o3Iz
2020-08-10 19:25:17 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:25:17
ClearAccessTokenFromRequest
Condition ran but did not log anything
2020-08-10 19:25:17 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:25:17 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:25:17 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:25:17 OUTGOING
oidcc-client-test-idtoken-sig-none
Response to HTTP request to test instance LMQUNWis6GbkWxZ
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:25:17 FINISHED
oidcc-client-test-idtoken-sig-none
Test has run to completion
testmodule_result
PASSED
2020-08-10 19:25:43
TEST-RUNNER
Alias has now been claimed by another test
alias
morph_oidc_client_basic
new_test_id
Gc0mAOFm60koIWu
Test Results