Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-10-01 10:00:08 INFO
TEST-RUNNER
Test instance Hq0HsvTG6sDAPDg created
baseUrl
https://www.certification.openid.net/test/a/idpy
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "id_token token",
  "request_type": "plain_http_request",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
idpy
description
oidcrp
planId
B90NoHipiDpu3
config
{
  "alias": "idpy",
  "description": "oidcrp",
  "server": {
    "discoveryUrl": "https://89.45.234.133:4000/.well-known/openid-configuration",
    "login_hint": "roland@89.45.234.133:4000"
  },
  "client2": {
    "client_name": "Anything"
  }
}
testName
oidcc-client-test-invalid-sig-rs256
2021-10-01 10:00:08 SUCCESS
OIDCCGenerateServerConfigurationIdTokenSigningAlgRS256Only
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/idpy/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/idpy/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/idpy/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/idpy/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/idpy/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/idpy/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": [
    "RS256"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2021-10-01 10:00:08
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/idpy/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/idpy/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/idpy/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/idpy/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/idpy/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/idpy/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": [
    "RS256"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2021-10-01 10:00:09
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "8q30YpnRTRtIZQ02BMybRXQiWjA-Sh0ShkrJeWYufl6EyQpUTHn8BVkXdSWst6LVPrIepj7Kdbww_IH_gLlAX7QLnlUhjWc_wjy5dgZxxOIyMrZKw2-9jIPJ1gYbPKM4c7JBeYKklPu-CLSOKL7Ef-8IJm5xSEkwjAClccEwkeU",
      "kty": "RSA",
      "q": "uoJGD8ov1aKUhZm4Bqu0ZbAQEgbmyGloi7evhFmmhYCKhZH7UqDrylihuIozOADuYzemtzO9QLdROG4uv6dbZJj-mrczeMejlGNjehGSH8cEJIQiHwJPlqRkkFbRQ-hMkqaciprEcUkcgYVApLYRXcSu_Pd7cN3qlVtMPoykGKE",
      "d": "ka7DySOgwhBTNwkzdl16RcIvYgPYYyJFaLXzUUF4lxoqN23YwBLBQa6XzRIPttHxOKrD77b8kmCWQgncLDqeYdyRYMszo3bgUGqmuAH5oYoPtu5keFXe8oLP7IZlAqoov9VEPY_Np1mm22T_xJ4CUX-y9iQJ7BPf6XAmjZjTmgXGsg14bIJf9O29b4T2Lh_reTbpq0Dh4-uNvQicOsy9NjxrOvChTPZZGwzb-j7isJIe2uuPV8yN0R96P8q5PEGa2rEtBjwlmntihrndVhDFUPVAiJ0YPaZ5VCOanXFvLM2z4y2d8oSub05CtZVgg9tSe0P7YnPc6EcOxDOkZ4ImgQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "8f7d8c82-d28f-4af1-afd3-1ae97854389f",
      "qi": "28uQPzZGA8W7T-QiTbRFGqyOpDHvV-7DJGZ-lPo_y0mbgAXxhlyrcTkB0WxiMGMF7RjtWVyGnfh57Y4U6FkzqIdFnnkGS2hMHTOxSm88KtfYEiK6w-LmdKky0rdRetY_QUL4PlEPebOIcGaC5dVJFV1uuRXTfCXbixGqSTN1hO0",
      "dp": "tZ44Un6ZZGJxuKa9cbQK1FzIxMRsKZ0-WuCnjcJKM2rbZ3XihuWYFgyKALM0Yq5rdyNoyrQdYyV3Z9KGfDioE7e0JkfB94h48A3wIoNKK7W5KbjBlSgQLJQIvrMNOUFSI0wZsi1yrMkGfI9cAORcPP6QE-r9vsJ_oZduOgcCKX0",
      "dq": "ExcKfMtBIijF8vbM80HX8SCYRIAYVyMS5FokyPM0LC3__7P1eXunJsrzoqPiojTWMamcktvk3x7kXVZJyqwimqVeSg--YPpuL94MbI4n2sDQF7y-kVX3N4AUGwIH4V-BlvEezMESolXNaSRufW11UZe0IYhjRiYwwKDbqPtUQIE",
      "n": "sM3iUEaDEW-_fHVVYcCBuDgdo7b8gsKC9eAr4C85xH-4LVvetfQRwEaCkMKKiRkaGaWZPm8c308oXp-99o90fo0uucBCXOGduRDBDU9v-gZ7TyByahQWZYssZKBpeZ4VcllwAHlp9E5m4vjopBeHDdtlFY0O9RJjkcVIQEfCnNMLzmfdU1D-hQ8bjZo5UTX1QxucMkO54jboWgF09uiqSX7ES1SdU07iBgMSNyYMz6SMztdd1USY8tbWtGyzQe0bgbQ4qBnvlmLLrWwB7E6Qpoz7tZOFKs6z7NjPmdigo-29VywoJ2p_pNJu-c3_Q0aei4phTvKrc_Oo61sDv-05BQ"
    },
    {
      "kty": "EC",
      "d": "qMn6G2FYBUoZRrymoDVsOXDpVsuUz-C2Es6lP4Ncy-E",
      "use": "sig",
      "crv": "P-256",
      "kid": "3e6d0900-25b7-4b6a-b912-23e632a3f548",
      "x": "o9CcSp55h5LyS13znuTIpW1qSP10IeZ_73gcVGXXIoM",
      "y": "pf7bsdd8yhV78D335sEa6VsruD4xBMKUGk6hIndwq8M"
    },
    {
      "kty": "EC",
      "d": "Iy185b_5N19Rr1f41Te6t-sAclxXwoVN3cH-hqPyb4k",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "83b44f7c-1553-4cd8-a08f-99f14933852f",
      "x": "mIElpvBoWzYSO4HIJRSet0tnhGUfs3z6w9NLj9JDftc",
      "y": "wdC3bScPGC07hIhrtxKsMOLDTweqUUakyb1j2I8Xn3E"
    },
    {
      "kty": "OKP",
      "d": "_ht__6dX4IHtX3no6lw2Rnh9YLDvP-s9PnjiPZk0mDM",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "736d0dc1-67a5-4b45-a610-d2baf81f9da2",
      "x": "43FgZ2QYck471CTX0L7VebOseWDDt8HvXUfuUF99EXU"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "3dCnrOkVdFTigEUKPSknegrB6vw_ex29Z85fyKnEYLHFRu9JH0hvXQO0YOvX7j3TtoEVQPbrVYYjyBmqm_zT6JZ4GmzuStAl9Hd7YfEuvpftpHlslA2Uc_PD8ptAbHSI9-Q3wGNmhEO_20AARSoQPHecq0Con8VkxMn9B1eV7-c",
      "kty": "RSA",
      "q": "qJZsxcyBF499BIl1YI_miJbEB_VJYNuZlEwWMALspfISNGY8wKcpVdKsO6hFUikvaOMizroeJgd83SeD5OzFceHKba_V7zcYEB7kqsFXZN7Jns24GNxxzp8FkTn7lVEQqOh5K3ZfQgorOaP6DsiYMTFFQUUJo5Uoq1sEaV72aHc",
      "d": "grohno5EzMRPq8fBEFte2AgBMVEGHsS4f2bbjtI0zPRNH-9WRMHwtd7C8bzyTnNR3GXlM6FqqnbHxPIS0gLtKtrt2rDEbHWflY_416rNU7BfYzZP_xhenkEwMeALi7S6cOAy7aFTOkP_qptCeRKHPQnSJ6MLyitolHUD3NqxSWHz_bgKiJcoXiEr-MCBS6B60I0CKE5nwNzerP9sfCm-eUFNCH08zp18woYVUXpGhJNBNZ_Oht76drZ0mqnkVZKTnE1QU53RjnumKyh_yMHXdFU_YkwKwVPSe8DI3tbAysXP3HsDpvx1ohlCFLSv0iv2OyM6JJoUDspTQ3UnUf0AbQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "b414af74-6b83-46ba-96a3-0b9ef2da6ec3",
      "qi": "ONCa-C5sCi5QvkmSN5kLPXQMbVzWCCXRNYBhrEkF8Rc6wyDS8drxQml8Zgf1mBhoLHPMzLL68Cm6DsilgySIVu1pSb0P4zOWTtUfh42B8_7ZWJ0muZ_mw0x5kY-yP3X8CRSt_6IMBetl9KwmJimhqG08pnF2hPMwBVItoYyBzUg",
      "dp": "ucXPKNntxghxyswHz0Fwdp4b2xp4cDxwLUiCoCTO-8znVImDzFd2LYi0wZfEuRu-_NMPYeFrJ624uhYE9a_CKsIaxMcGrFG3-A85nsXISIgl1-J6NWVKN_Ko4b91LWBMdpEEwHR_n7a-MHphv4uDHaFv7V2x3F4OD2K8MDICuXE",
      "alg": "RSA-OAEP",
      "dq": "YdoFwn0jxKAVSUfbqDN99HPFznSxpZVwu-G50x4va1Zo-J8Kzit4U4cXTv0pVznueau0bVcb3qjj8Z1Y8cv4AlSy4R15SAKrZdf4k5_q8PJbBmCTZWK2b95fJd8Ixq8pw1BD3FU1jyhF1Iv3vRLzO0JE11CR-q-9zk_i7KIg1Zs",
      "n": "khNEiyHGwXqjxsieY_J3Mzu_EzFnGZ7lvM4wTufmeJHCL8vtxeNP7E2_2SuVLpM-W9NdITSr3jAVa9cpcbTTZ2O1UQtC_fHDH_qdmA4YCyEByIxZ4tp7t_rcN7agCesDwaE4yilJOfunARu7-vni4od0KHnGhVdY6i_z_wiPW5_LWzrFq2UY8SEiExE3pe-YCcsQeiRry53pKfXumUuak4QxoiuIixAzJAxhBfbHumIfIQpXNRnHJDr0rDaPnF4q4Bx9pk5xeKh9yvGD3cXuWEh92x3EJS7h533fDkAK8dKS-ALe-7WZ86HDL4b1s9R764EmFISbFNA4QtPo-iJcYQ"
    },
    {
      "kty": "EC",
      "d": "lRQ5kMBH7gBQQ3WelkUddBeREmJGqyuhRbJdc68k3hA",
      "use": "enc",
      "crv": "P-256",
      "kid": "c229d8c2-060a-4bee-a579-dfccf966bd2e",
      "x": "Bt9AxgRhVpxL4KvGpIl3fT28CPuZX-kw86nfLonDLPE",
      "y": "gsvcvTin8UjydmbY0Q2B3IFWfDEg027GDwLt-lC-Xy4",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "8f7d8c82-d28f-4af1-afd3-1ae97854389f",
      "n": "sM3iUEaDEW-_fHVVYcCBuDgdo7b8gsKC9eAr4C85xH-4LVvetfQRwEaCkMKKiRkaGaWZPm8c308oXp-99o90fo0uucBCXOGduRDBDU9v-gZ7TyByahQWZYssZKBpeZ4VcllwAHlp9E5m4vjopBeHDdtlFY0O9RJjkcVIQEfCnNMLzmfdU1D-hQ8bjZo5UTX1QxucMkO54jboWgF09uiqSX7ES1SdU07iBgMSNyYMz6SMztdd1USY8tbWtGyzQe0bgbQ4qBnvlmLLrWwB7E6Qpoz7tZOFKs6z7NjPmdigo-29VywoJ2p_pNJu-c3_Q0aei4phTvKrc_Oo61sDv-05BQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "c2b0874a-05d7-48ef-ade3-46983d94401e",
      "n": "pVlTW5tTtC2K46i3PNTOxACx0QhX2rHqfaj-9-kb_LEK-2p49FU6DHOw9Eh_wxX_ySxhBtCcniMvEwbXAU-VTe1C_UtyC9P7mvxOhnPL5xbPub1Iu-T01a-HIuQrBjT42kki7Pi91WTR85B3RHc8HRyV9qOmPf5qrQdLaWCzf43ZurBSA1CpP-Zvd-xWr_oCFNYVpEzbrCJ6rRFz_lV-sU14i83SMb0YdYcW6vxSnC-8L4bH8VjYrpqFepWF5BV4VguPktR-cTmWx94jKXGTJWCtgTIC9NzXxfcOERK2wo4D_iSDdihIS0r3zUfj5Z2fSTpQyZiH6oZzqwbxJ6UphQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "3e6d0900-25b7-4b6a-b912-23e632a3f548",
      "x": "o9CcSp55h5LyS13znuTIpW1qSP10IeZ_73gcVGXXIoM",
      "y": "pf7bsdd8yhV78D335sEa6VsruD4xBMKUGk6hIndwq8M"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "32488510-e4f0-4fd1-88bd-db607a52efd6",
      "x": "w9GnPJGEqAO1LVuWiyEIiOZ38qDw7QGJGGpi1rcDTLE",
      "y": "b9lZaHUXcdUVFZy38gmsbkbe6FbEYowLvbUTHzp0Ju8"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "83b44f7c-1553-4cd8-a08f-99f14933852f",
      "x": "mIElpvBoWzYSO4HIJRSet0tnhGUfs3z6w9NLj9JDftc",
      "y": "wdC3bScPGC07hIhrtxKsMOLDTweqUUakyb1j2I8Xn3E"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "736d0dc1-67a5-4b45-a610-d2baf81f9da2",
      "x": "43FgZ2QYck471CTX0L7VebOseWDDt8HvXUfuUF99EXU"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "b414af74-6b83-46ba-96a3-0b9ef2da6ec3",
      "alg": "RSA-OAEP",
      "n": "khNEiyHGwXqjxsieY_J3Mzu_EzFnGZ7lvM4wTufmeJHCL8vtxeNP7E2_2SuVLpM-W9NdITSr3jAVa9cpcbTTZ2O1UQtC_fHDH_qdmA4YCyEByIxZ4tp7t_rcN7agCesDwaE4yilJOfunARu7-vni4od0KHnGhVdY6i_z_wiPW5_LWzrFq2UY8SEiExE3pe-YCcsQeiRry53pKfXumUuak4QxoiuIixAzJAxhBfbHumIfIQpXNRnHJDr0rDaPnF4q4Bx9pk5xeKh9yvGD3cXuWEh92x3EJS7h533fDkAK8dKS-ALe-7WZ86HDL4b1s9R764EmFISbFNA4QtPo-iJcYQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "c229d8c2-060a-4bee-a579-dfccf966bd2e",
      "x": "Bt9AxgRhVpxL4KvGpIl3fT28CPuZX-kw86nfLonDLPE",
      "y": "gsvcvTin8UjydmbY0Q2B3IFWfDEg027GDwLt-lC-Xy4",
      "alg": "ECDH-ES"
    }
  ]
}
2021-10-01 10:00:09 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-10-01 10:00:09 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-10-01 10:00:09 SUCCESS
OIDCCLoadUserInfo
Added user information
user_info
{
  "sub": "user-subject-1234531",
  "name": "Demo T. User",
  "given_name": "Demo",
  "family_name": "User",
  "middle_name": "Theresa",
  "nickname": "Dee",
  "preferred_username": "d.tu",
  "gender": "female",
  "birthdate": "2000-02-03",
  "address": {
    "street_address": "100 Universal City Plaza",
    "locality": "Hollywood",
    "region": "CA",
    "postal_code": "91608",
    "country": "USA"
  },
  "zoneinfo": "America/Los_Angeles",
  "locale": "en-US",
  "phone_number": "+1 555 5550000",
  "phone_number_verified": false,
  "email": "user@example.com",
  "email_verified": false,
  "website": "https://openid.net/",
  "updated_at": 1580000000
}
2021-10-01 10:00:09
StoreOriginalClientConfiguration
No client details on configuration, created an empty original_client_config object.
2021-10-01 10:00:09
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
2021-10-01 10:00:09
oidcc-client-test-invalid-sig-rs256
Setup Done
2021-10-01 10:00:13 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance Hq0HsvTG6sDAPDg
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "python-requests/2.25.1",
  "accept-encoding": "gzip, deflate",
  "accept": "*/*",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
Discovery endpoint
2021-10-01 10:00:13 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance Hq0HsvTG6sDAPDg
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/idpy/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/idpy/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/idpy/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/idpy/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/idpy/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/idpy/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": [
    "RS256"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
outgoing_path
.well-known/openid-configuration
2021-10-01 10:00:14 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance Hq0HsvTG6sDAPDg
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "python-requests/2.25.1",
  "accept-encoding": "gzip, deflate",
  "accept": "*/*",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
jwks
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
Jwks endpoint
2021-10-01 10:00:14 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance Hq0HsvTG6sDAPDg
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "8f7d8c82-d28f-4af1-afd3-1ae97854389f",
      "n": "sM3iUEaDEW-_fHVVYcCBuDgdo7b8gsKC9eAr4C85xH-4LVvetfQRwEaCkMKKiRkaGaWZPm8c308oXp-99o90fo0uucBCXOGduRDBDU9v-gZ7TyByahQWZYssZKBpeZ4VcllwAHlp9E5m4vjopBeHDdtlFY0O9RJjkcVIQEfCnNMLzmfdU1D-hQ8bjZo5UTX1QxucMkO54jboWgF09uiqSX7ES1SdU07iBgMSNyYMz6SMztdd1USY8tbWtGyzQe0bgbQ4qBnvlmLLrWwB7E6Qpoz7tZOFKs6z7NjPmdigo-29VywoJ2p_pNJu-c3_Q0aei4phTvKrc_Oo61sDv-05BQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "c2b0874a-05d7-48ef-ade3-46983d94401e",
      "n": "pVlTW5tTtC2K46i3PNTOxACx0QhX2rHqfaj-9-kb_LEK-2p49FU6DHOw9Eh_wxX_ySxhBtCcniMvEwbXAU-VTe1C_UtyC9P7mvxOhnPL5xbPub1Iu-T01a-HIuQrBjT42kki7Pi91WTR85B3RHc8HRyV9qOmPf5qrQdLaWCzf43ZurBSA1CpP-Zvd-xWr_oCFNYVpEzbrCJ6rRFz_lV-sU14i83SMb0YdYcW6vxSnC-8L4bH8VjYrpqFepWF5BV4VguPktR-cTmWx94jKXGTJWCtgTIC9NzXxfcOERK2wo4D_iSDdihIS0r3zUfj5Z2fSTpQyZiH6oZzqwbxJ6UphQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "3e6d0900-25b7-4b6a-b912-23e632a3f548",
      "x": "o9CcSp55h5LyS13znuTIpW1qSP10IeZ_73gcVGXXIoM",
      "y": "pf7bsdd8yhV78D335sEa6VsruD4xBMKUGk6hIndwq8M"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "32488510-e4f0-4fd1-88bd-db607a52efd6",
      "x": "w9GnPJGEqAO1LVuWiyEIiOZ38qDw7QGJGGpi1rcDTLE",
      "y": "b9lZaHUXcdUVFZy38gmsbkbe6FbEYowLvbUTHzp0Ju8"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "83b44f7c-1553-4cd8-a08f-99f14933852f",
      "x": "mIElpvBoWzYSO4HIJRSet0tnhGUfs3z6w9NLj9JDftc",
      "y": "wdC3bScPGC07hIhrtxKsMOLDTweqUUakyb1j2I8Xn3E"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "736d0dc1-67a5-4b45-a610-d2baf81f9da2",
      "x": "43FgZ2QYck471CTX0L7VebOseWDDt8HvXUfuUF99EXU"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "b414af74-6b83-46ba-96a3-0b9ef2da6ec3",
      "alg": "RSA-OAEP",
      "n": "khNEiyHGwXqjxsieY_J3Mzu_EzFnGZ7lvM4wTufmeJHCL8vtxeNP7E2_2SuVLpM-W9NdITSr3jAVa9cpcbTTZ2O1UQtC_fHDH_qdmA4YCyEByIxZ4tp7t_rcN7agCesDwaE4yilJOfunARu7-vni4od0KHnGhVdY6i_z_wiPW5_LWzrFq2UY8SEiExE3pe-YCcsQeiRry53pKfXumUuak4QxoiuIixAzJAxhBfbHumIfIQpXNRnHJDr0rDaPnF4q4Bx9pk5xeKh9yvGD3cXuWEh92x3EJS7h533fDkAK8dKS-ALe-7WZ86HDL4b1s9R764EmFISbFNA4QtPo-iJcYQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "c229d8c2-060a-4bee-a579-dfccf966bd2e",
      "x": "Bt9AxgRhVpxL4KvGpIl3fT28CPuZX-kw86nfLonDLPE",
      "y": "gsvcvTin8UjydmbY0Q2B3IFWfDEg027GDwLt-lC-Xy4",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2021-10-01 10:00:14 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance Hq0HsvTG6sDAPDg
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "python-requests/2.25.1",
  "accept-encoding": "gzip, deflate",
  "accept": "*/*",
  "content-type": "application/json",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "703",
  "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
{
  "application_type": "web",
  "response_types": [
    "code",
    "id_token"
  ],
  "contacts": [
    "ops@example.com"
  ],
  "token_endpoint_auth_method": "client_secret_basic",
  "redirect_uris": [
    "https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "implicit",
    "authorization_code"
  ]
}
incoming_query_string_params
{}
incoming_body
{"application_type": "web", "response_types": ["code", "id_token"], "contacts": ["ops@example.com"], "token_endpoint_auth_method": "client_secret_basic", "redirect_uris": ["https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e", "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e", "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e", "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"], "jwks_uri": "https://89.45.234.133:8090/static/jwks.json", "grant_types": ["implicit", "authorization_code"]}
Registration endpoint
2021-10-01 10:00:14 SUCCESS
OIDCCExtractDynamicRegistrationRequest
Extracted dynamic client registration request
request
{
  "application_type": "web",
  "response_types": [
    "code",
    "id_token"
  ],
  "contacts": [
    "ops@example.com"
  ],
  "token_endpoint_auth_method": "client_secret_basic",
  "redirect_uris": [
    "https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "implicit",
    "authorization_code"
  ]
}
2021-10-01 10:00:14 SUCCESS
EnsureRegistrationRequestContainsAtLeastOneContact
Registration request contains valid contacts
contacts
[
  "ops@example.com"
]
2021-10-01 10:00:14 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "implicit",
  "authorization_code"
]
response_types
[
  "code",
  "id_token"
]
2021-10-01 10:00:14 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"
]
2021-10-01 10:00:14 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2021-10-01 10:00:14 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2021-10-01 10:00:14 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2021-10-01 10:00:14 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2021-10-01 10:00:14 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2021-10-01 10:00:14 INFO
ValidateIdTokenSignedResponseAlg
Skipped evaluation due to missing required element: client id_token_signed_response_alg
path
id_token_signed_response_alg
mapped
object
client
2021-10-01 10:00:14 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2021-10-01 10:00:14 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2021-10-01 10:00:14 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2021-10-01 10:00:14 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2021-10-01 10:00:14 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2021-10-01 10:00:14 INFO
ValidateTokenEndpointAuthSigningAlg
Skipped evaluation due to missing required element: client token_endpoint_auth_signing_alg
path
token_endpoint_auth_signing_alg
mapped
object
client
2021-10-01 10:00:14 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2021-10-01 10:00:14 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2021-10-01 10:00:14 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2021-10-01 10:00:14 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2021-10-01 10:00:14 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2021-10-01 10:00:14 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2021-10-01 10:00:14 SUCCESS
OIDCCRegisterClient
Registered client
client
{
  "application_type": "web",
  "response_types": [
    "code",
    "id_token"
  ],
  "contacts": [
    "ops@example.com"
  ],
  "token_endpoint_auth_method": "client_secret_basic",
  "redirect_uris": [
    "https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "implicit",
    "authorization_code"
  ],
  "client_id": "client_RBtPfLeyaHXAjtO45646*;] ["
}
2021-10-01 10:00:14
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_TQsXqySgtXWrFxtWmhwRnPlojmNtVpiIvJOPZWfsqlrfLvJSOh7175115809^^@;|
2021-10-01 10:00:14 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2021-10-01 10:00:14
SetClientIdTokenSignedResponseAlgToRS256
Set id_token_signed_response_alg to RS256 for the registered client
client
{
  "application_type": "web",
  "response_types": [
    "code",
    "id_token"
  ],
  "contacts": [
    "ops@example.com"
  ],
  "token_endpoint_auth_method": "client_secret_basic",
  "redirect_uris": [
    "https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "implicit",
    "authorization_code"
  ],
  "client_id": "client_RBtPfLeyaHXAjtO45646*;] [",
  "client_secret": "secret_TQsXqySgtXWrFxtWmhwRnPlojmNtVpiIvJOPZWfsqlrfLvJSOh7175115809^^@;|",
  "id_token_signed_response_alg": "RS256"
}
2021-10-01 10:00:14 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "application_type": "web",
  "response_types": [
    "code",
    "id_token"
  ],
  "contacts": [
    "ops@example.com"
  ],
  "token_endpoint_auth_method": "client_secret_basic",
  "redirect_uris": [
    "https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "implicit",
    "authorization_code"
  ],
  "client_id": "client_RBtPfLeyaHXAjtO45646*;] [",
  "client_secret": "secret_TQsXqySgtXWrFxtWmhwRnPlojmNtVpiIvJOPZWfsqlrfLvJSOh7175115809^^@;|",
  "id_token_signed_response_alg": "RS256"
}
2021-10-01 10:00:14
FetchClientKeys
Fetching client keys
jwks_uri
https://89.45.234.133:8090/static/jwks.json
2021-10-01 10:00:14
FetchClientKeys
HTTP request
request_uri
https://89.45.234.133:8090/static/jwks.json
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2021-10-01 10:00:15 RESPONSE
FetchClientKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-length": "691",
  "content-type": "application/json",
  "last-modified": "Fri, 01 Oct 2021 10:00:13 GMT",
  "cache-control": "public, max-age\u003d43200",
  "expires": "Fri, 01 Oct 2021 22:00:15 GMT",
  "etag": "\"1633082413.243042-691-625874018\"",
  "date": "Fri, 01 Oct 2021 10:00:15 GMT",
  "server": "Werkzeug/1.0.1 Python/3.8.10"
}
response_body
{"keys": [{"kty": "RSA", "use": "sig", "kid": "ZnM1b012dmhUSjh5X05VOUhpN0pXZVlSSEVjQ2J5dEkyQXEwTWQ2UjdhRQ", "e": "AQAB", "n": "tkih6m_RcAr9RozD7IrHS0KjdLHSjMYuT2uRdtbTEJx1jBV6sDADoP3IskBFlwKssFAfZmtjSLETX7JUyIBkhUfTU0OKdVVrfTslfbUw4_m4OyaJmB6POycCH-zk-we9GnP1rjvfPIaaWLVtNM6r2wC-MTWv4MEL1sp-G0nj63oC53hc83q0pxaJqaDr7fMSZCUswL209DnSSn5aF80teBDUS-wOjLvihFIKSDZf0r3t9ObxYsT4tPbq7hQQc2K9XlYADfr-cmBQtwXg9h1jI31s5p-xI1SWzABQm2ZdCovcGjl9GopHsqtCINU7LCK7noRgwxHPERcJwDOX06IRmw"}, {"kty": "EC", "use": "sig", "kid": "S0p4OFlHMzdtNzFjZlpoWkpKNnVmMHM1RHAyVlFtbXlrUjRhdjVpNXBLWQ", "crv": "P-256", "x": "MEFzjCvTrLMkOcRgdLWYpK4b_xrKOn5XAKJvOhYqZTM", "y": "-T_OakJ08j_rRP4Imn1p3L4rG60cQk72Nh4HX_tDDd0"}]}
2021-10-01 10:00:15
FetchClientKeys
Found JWK set string
jwk_string
{"keys": [{"kty": "RSA", "use": "sig", "kid": "ZnM1b012dmhUSjh5X05VOUhpN0pXZVlSSEVjQ2J5dEkyQXEwTWQ2UjdhRQ", "e": "AQAB", "n": "tkih6m_RcAr9RozD7IrHS0KjdLHSjMYuT2uRdtbTEJx1jBV6sDADoP3IskBFlwKssFAfZmtjSLETX7JUyIBkhUfTU0OKdVVrfTslfbUw4_m4OyaJmB6POycCH-zk-we9GnP1rjvfPIaaWLVtNM6r2wC-MTWv4MEL1sp-G0nj63oC53hc83q0pxaJqaDr7fMSZCUswL209DnSSn5aF80teBDUS-wOjLvihFIKSDZf0r3t9ObxYsT4tPbq7hQQc2K9XlYADfr-cmBQtwXg9h1jI31s5p-xI1SWzABQm2ZdCovcGjl9GopHsqtCINU7LCK7noRgwxHPERcJwDOX06IRmw"}, {"kty": "EC", "use": "sig", "kid": "S0p4OFlHMzdtNzFjZlpoWkpKNnVmMHM1RHAyVlFtbXlrUjRhdjVpNXBLWQ", "crv": "P-256", "x": "MEFzjCvTrLMkOcRgdLWYpK4b_xrKOn5XAKJvOhYqZTM", "y": "-T_OakJ08j_rRP4Imn1p3L4rG60cQk72Nh4HX_tDDd0"}]}
2021-10-01 10:00:15 SUCCESS
FetchClientKeys
Downloaded and added client JWK set to client
client
{
  "application_type": "web",
  "response_types": [
    "code",
    "id_token"
  ],
  "contacts": [
    "ops@example.com"
  ],
  "token_endpoint_auth_method": "client_secret_basic",
  "redirect_uris": [
    "https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "implicit",
    "authorization_code"
  ],
  "client_id": "client_RBtPfLeyaHXAjtO45646*;] [",
  "client_secret": "secret_TQsXqySgtXWrFxtWmhwRnPlojmNtVpiIvJOPZWfsqlrfLvJSOh7175115809^^@;|",
  "id_token_signed_response_alg": "RS256",
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "use": "sig",
        "kid": "ZnM1b012dmhUSjh5X05VOUhpN0pXZVlSSEVjQ2J5dEkyQXEwTWQ2UjdhRQ",
        "e": "AQAB",
        "n": "tkih6m_RcAr9RozD7IrHS0KjdLHSjMYuT2uRdtbTEJx1jBV6sDADoP3IskBFlwKssFAfZmtjSLETX7JUyIBkhUfTU0OKdVVrfTslfbUw4_m4OyaJmB6POycCH-zk-we9GnP1rjvfPIaaWLVtNM6r2wC-MTWv4MEL1sp-G0nj63oC53hc83q0pxaJqaDr7fMSZCUswL209DnSSn5aF80teBDUS-wOjLvihFIKSDZf0r3t9ObxYsT4tPbq7hQQc2K9XlYADfr-cmBQtwXg9h1jI31s5p-xI1SWzABQm2ZdCovcGjl9GopHsqtCINU7LCK7noRgwxHPERcJwDOX06IRmw"
      },
      {
        "kty": "EC",
        "use": "sig",
        "kid": "S0p4OFlHMzdtNzFjZlpoWkpKNnVmMHM1RHAyVlFtbXlrUjRhdjVpNXBLWQ",
        "crv": "P-256",
        "x": "MEFzjCvTrLMkOcRgdLWYpK4b_xrKOn5XAKJvOhYqZTM",
        "y": "-T_OakJ08j_rRP4Imn1p3L4rG60cQk72Nh4HX_tDDd0"
      }
    ]
  }
}
2021-10-01 10:00:15
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2021-10-01 10:00:15
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2021-10-01 10:00:15 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance Hq0HsvTG6sDAPDg
outgoing_status_code
201
outgoing_headers
{}
outgoing_body
{
  "application_type": "web",
  "response_types": [
    "code",
    "id_token"
  ],
  "contacts": [
    "ops@example.com"
  ],
  "token_endpoint_auth_method": "client_secret_basic",
  "redirect_uris": [
    "https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
    "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "implicit",
    "authorization_code"
  ],
  "client_id": "client_RBtPfLeyaHXAjtO45646*;] [",
  "client_secret": "secret_TQsXqySgtXWrFxtWmhwRnPlojmNtVpiIvJOPZWfsqlrfLvJSOh7175115809^^@;|",
  "id_token_signed_response_alg": "RS256",
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "use": "sig",
        "kid": "ZnM1b012dmhUSjh5X05VOUhpN0pXZVlSSEVjQ2J5dEkyQXEwTWQ2UjdhRQ",
        "e": "AQAB",
        "n": "tkih6m_RcAr9RozD7IrHS0KjdLHSjMYuT2uRdtbTEJx1jBV6sDADoP3IskBFlwKssFAfZmtjSLETX7JUyIBkhUfTU0OKdVVrfTslfbUw4_m4OyaJmB6POycCH-zk-we9GnP1rjvfPIaaWLVtNM6r2wC-MTWv4MEL1sp-G0nj63oC53hc83q0pxaJqaDr7fMSZCUswL209DnSSn5aF80teBDUS-wOjLvihFIKSDZf0r3t9ObxYsT4tPbq7hQQc2K9XlYADfr-cmBQtwXg9h1jI31s5p-xI1SWzABQm2ZdCovcGjl9GopHsqtCINU7LCK7noRgwxHPERcJwDOX06IRmw"
      },
      {
        "kty": "EC",
        "use": "sig",
        "kid": "S0p4OFlHMzdtNzFjZlpoWkpKNnVmMHM1RHAyVlFtbXlrUjRhdjVpNXBLWQ",
        "crv": "P-256",
        "x": "MEFzjCvTrLMkOcRgdLWYpK4b_xrKOn5XAKJvOhYqZTM",
        "y": "-T_OakJ08j_rRP4Imn1p3L4rG60cQk72Nh4HX_tDDd0"
      }
    ]
  }
}
outgoing_path
register
2021-10-01 10:00:15 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance Hq0HsvTG6sDAPDg
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,*/*;q\u003d0.8",
  "cookie": "JSESSIONID\u003dC72C28B7C54F724771359E5F9D552F52; __utma\u003d201319536.1325286560.1632909994.1632989957.1631776378.4; __utmc\u003d201319536; __utmz\u003d201319536.1632985063.2.2.utmcsr\u003dt.co|utmccn\u003d(referral)|utmcmd\u003dreferral|utmcct\u003d/",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15",
  "accept-language": "en-us",
  "referer": "https://89.45.234.133:8090/authz_fp_cb/fc520e8d7167b1e0639416acbe7f9ba1f554cf1d6b753919787bad39f1959e3f",
  "accept-encoding": "gzip, deflate, br",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
authorize
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "scope": "openid profile email address phone",
  "response_type": "id_token token",
  "nonce": "xqSj8iTTqGt74oXikzlRIUi3",
  "response_mode": "form_post",
  "state": "JlzclzgjBmomLA88lRTPsYwSxmQou7Tq",
  "client_id": "client_RBtPfLeyaHXAjtO45646*;] ["
}
incoming_body
Authorization endpoint
2021-10-01 10:00:15 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2021-10-01 10:00:15 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
expected
openid
2021-10-01 10:00:15 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "scope": "openid profile email address phone",
  "response_type": "id_token token",
  "nonce": "xqSj8iTTqGt74oXikzlRIUi3",
  "response_mode": "form_post",
  "state": "JlzclzgjBmomLA88lRTPsYwSxmQou7Tq",
  "client_id": "client_RBtPfLeyaHXAjtO45646*;] ["
}
2021-10-01 10:00:15 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email address phone
2021-10-01 10:00:15 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
xqSj8iTTqGt74oXikzlRIUi3
2021-10-01 10:00:15 SUCCESS
EnsureResponseTypeIsIdTokenToken
Response type is expected value
expected
id_token token
2021-10-01 10:00:15 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_RBtPfLeyaHXAjtO45646*;] [
2021-10-01 10:00:15 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e
expected
[
  "https://89.45.234.133:8090/authz_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "https://89.45.234.133:8090/authz_im_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "https://89.45.234.133:8090/req_uri/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e"
]
2021-10-01 10:00:15 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
expected
openid
2021-10-01 10:00:15 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2021-10-01 10:00:15 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
tDKlBINGkk7ZKXC77XD9ntc21RN5kYWvX7FmMfhRO35vxucG6x
2021-10-01 10:00:15 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
Z17kIDrqRPP7mme1DY2NPQ
2021-10-01 10:00:15 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/idpy/
sub
user-subject-1234531
aud
client_RBtPfLeyaHXAjtO45646*;] [
nonce
xqSj8iTTqGt74oXikzlRIUi3
iat
1633082415
exp
1633082715
2021-10-01 10:00:15 INFO
AddCHashToIdTokenClaims
Skipped evaluation due to missing required string: c_hash
expected
c_hash
2021-10-01 10:00:15 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
Z17kIDrqRPP7mme1DY2NPQ
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/idpy/",
  "sub": "user-subject-1234531",
  "aud": "client_RBtPfLeyaHXAjtO45646*;] [",
  "nonce": "xqSj8iTTqGt74oXikzlRIUi3",
  "iat": 1633082415,
  "exp": 1633082715,
  "at_hash": "Z17kIDrqRPP7mme1DY2NPQ"
}
2021-10-01 10:00:15 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiI4ZjdkOGM4Mi1kMjhmLTRhZjEtYWZkMy0xYWU5Nzg1NDM4OWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiWjE3a0lEcnFSUFA3bW1lMURZMk5QUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1JCdFBmTGV5YUhYQWp0TzQ1NjQ2KjtdIFsiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvaWRweVwvIiwiZXhwIjoxNjMzMDgyNzE1LCJub25jZSI6InhxU2o4aVRUcUd0NzRvWGlremxSSVVpMyIsImlhdCI6MTYzMzA4MjQxNX0.AFnoS_QIyPdq63yBrKqCPjm7f8NexOXxydr8LlwEOIgwKdENAKJDjLP6jQFbo7lR06j2S5YHv93iZoeiBSEpkCQamYDiXxNWfc1pCruAX1KeDE_bscukxIXVq0gCM2LRj23h58Jx9rTwC7rdSa65FRBE9gNN_qHvxvzxZ_qCMvWJS0GdHyodhZX8FLIovuXOAOcusqoI0X3mKSqjeeLuCP-vrW2axohDbLoDoFWO6qhPDPuuBkX_aT0Qa3J4FDAbp8NKs_Gr1k3hRXlZLJrpj9Plh6qo0kPnDQhasGtwKJ3cepGm_8EfhycAnoffOyeAHYHaMGqtlukgPhFacts95Q
key
{"p":"8q30YpnRTRtIZQ02BMybRXQiWjA-Sh0ShkrJeWYufl6EyQpUTHn8BVkXdSWst6LVPrIepj7Kdbww_IH_gLlAX7QLnlUhjWc_wjy5dgZxxOIyMrZKw2-9jIPJ1gYbPKM4c7JBeYKklPu-CLSOKL7Ef-8IJm5xSEkwjAClccEwkeU","kty":"RSA","q":"uoJGD8ov1aKUhZm4Bqu0ZbAQEgbmyGloi7evhFmmhYCKhZH7UqDrylihuIozOADuYzemtzO9QLdROG4uv6dbZJj-mrczeMejlGNjehGSH8cEJIQiHwJPlqRkkFbRQ-hMkqaciprEcUkcgYVApLYRXcSu_Pd7cN3qlVtMPoykGKE","d":"ka7DySOgwhBTNwkzdl16RcIvYgPYYyJFaLXzUUF4lxoqN23YwBLBQa6XzRIPttHxOKrD77b8kmCWQgncLDqeYdyRYMszo3bgUGqmuAH5oYoPtu5keFXe8oLP7IZlAqoov9VEPY_Np1mm22T_xJ4CUX-y9iQJ7BPf6XAmjZjTmgXGsg14bIJf9O29b4T2Lh_reTbpq0Dh4-uNvQicOsy9NjxrOvChTPZZGwzb-j7isJIe2uuPV8yN0R96P8q5PEGa2rEtBjwlmntihrndVhDFUPVAiJ0YPaZ5VCOanXFvLM2z4y2d8oSub05CtZVgg9tSe0P7YnPc6EcOxDOkZ4ImgQ","e":"AQAB","use":"sig","kid":"8f7d8c82-d28f-4af1-afd3-1ae97854389f","qi":"28uQPzZGA8W7T-QiTbRFGqyOpDHvV-7DJGZ-lPo_y0mbgAXxhlyrcTkB0WxiMGMF7RjtWVyGnfh57Y4U6FkzqIdFnnkGS2hMHTOxSm88KtfYEiK6w-LmdKky0rdRetY_QUL4PlEPebOIcGaC5dVJFV1uuRXTfCXbixGqSTN1hO0","dp":"tZ44Un6ZZGJxuKa9cbQK1FzIxMRsKZ0-WuCnjcJKM2rbZ3XihuWYFgyKALM0Yq5rdyNoyrQdYyV3Z9KGfDioE7e0JkfB94h48A3wIoNKK7W5KbjBlSgQLJQIvrMNOUFSI0wZsi1yrMkGfI9cAORcPP6QE-r9vsJ_oZduOgcCKX0","dq":"ExcKfMtBIijF8vbM80HX8SCYRIAYVyMS5FokyPM0LC3__7P1eXunJsrzoqPiojTWMamcktvk3x7kXVZJyqwimqVeSg--YPpuL94MbI4n2sDQF7y-kVX3N4AUGwIH4V-BlvEezMESolXNaSRufW11UZe0IYhjRiYwwKDbqPtUQIE","n":"sM3iUEaDEW-_fHVVYcCBuDgdo7b8gsKC9eAr4C85xH-4LVvetfQRwEaCkMKKiRkaGaWZPm8c308oXp-99o90fo0uucBCXOGduRDBDU9v-gZ7TyByahQWZYssZKBpeZ4VcllwAHlp9E5m4vjopBeHDdtlFY0O9RJjkcVIQEfCnNMLzmfdU1D-hQ8bjZo5UTX1QxucMkO54jboWgF09uiqSX7ES1SdU07iBgMSNyYMz6SMztdd1USY8tbWtGyzQe0bgbQ4qBnvlmLLrWwB7E6Qpoz7tZOFKs6z7NjPmdigo-29VywoJ2p_pNJu-c3_Q0aei4phTvKrc_Oo61sDv-05BQ"}
algorithm
RS256
2021-10-01 10:00:15
InvalidateIdTokenSignature
Made the id_token signature invalid
id_token
eyJraWQiOiI4ZjdkOGM4Mi1kMjhmLTRhZjEtYWZkMy0xYWU5Nzg1NDM4OWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiWjE3a0lEcnFSUFA3bW1lMURZMk5QUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1JCdFBmTGV5YUhYQWp0TzQ1NjQ2KjtdIFsiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvaWRweVwvIiwiZXhwIjoxNjMzMDgyNzE1LCJub25jZSI6InhxU2o4aVRUcUd0NzRvWGlremxSSVVpMyIsImlhdCI6MTYzMzA4MjQxNX0.WgOyEa5Skq0wsSbb9vDYZGPhJZkEnr-rk4CmdAZeYtJqc4tXWvgZ1umg11sB-eMLifKsEcxd5Ye4PN34X3tzyn5Aw9q4BUkMJ5czUOHaBQjEVhWB65H-nt-P8RJYaTiL1Te7vZgrrO6qUeCHE_TjT0oerFkXpPu1nKarPaDYaK_TERvHRXBH38-mTuhy5L-UWr106PBSiye8c3D5I7i0UqX19zfAnNIZNuBZ-g_UsPIVVqH0XB-lM2dKMSgiTmpB_ZkQ6avxjBe7HyMDdsCz1Ym_3fDyiBm9V1IA6jEqcseGIMv8pZtF3X1axN2FYX3aR9uAajD3zLN6ZEsAKIFnvw
2021-10-01 10:00:15 INFO
EncryptIdToken
Skipped evaluation due to missing required element: client id_token_encrypted_response_alg
path
id_token_encrypted_response_alg
mapped
object
client
2021-10-01 10:00:15 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "state": "JlzclzgjBmomLA88lRTPsYwSxmQou7Tq"
}
2021-10-01 10:00:15 SUCCESS
AddIdTokenToAuthorizationEndpointResponseParams
Added id_token to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "state": "JlzclzgjBmomLA88lRTPsYwSxmQou7Tq",
  "id_token": "eyJraWQiOiI4ZjdkOGM4Mi1kMjhmLTRhZjEtYWZkMy0xYWU5Nzg1NDM4OWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiWjE3a0lEcnFSUFA3bW1lMURZMk5QUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1JCdFBmTGV5YUhYQWp0TzQ1NjQ2KjtdIFsiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvaWRweVwvIiwiZXhwIjoxNjMzMDgyNzE1LCJub25jZSI6InhxU2o4aVRUcUd0NzRvWGlremxSSVVpMyIsImlhdCI6MTYzMzA4MjQxNX0.WgOyEa5Skq0wsSbb9vDYZGPhJZkEnr-rk4CmdAZeYtJqc4tXWvgZ1umg11sB-eMLifKsEcxd5Ye4PN34X3tzyn5Aw9q4BUkMJ5czUOHaBQjEVhWB65H-nt-P8RJYaTiL1Te7vZgrrO6qUeCHE_TjT0oerFkXpPu1nKarPaDYaK_TERvHRXBH38-mTuhy5L-UWr106PBSiye8c3D5I7i0UqX19zfAnNIZNuBZ-g_UsPIVVqH0XB-lM2dKMSgiTmpB_ZkQ6avxjBe7HyMDdsCz1Ym_3fDyiBm9V1IA6jEqcseGIMv8pZtF3X1axN2FYX3aR9uAajD3zLN6ZEsAKIFnvw"
}
2021-10-01 10:00:15
AddTokenToAuthorizationEndpointResponseParams
Added token and token_type to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e",
  "state": "JlzclzgjBmomLA88lRTPsYwSxmQou7Tq",
  "id_token": "eyJraWQiOiI4ZjdkOGM4Mi1kMjhmLTRhZjEtYWZkMy0xYWU5Nzg1NDM4OWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiWjE3a0lEcnFSUFA3bW1lMURZMk5QUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1JCdFBmTGV5YUhYQWp0TzQ1NjQ2KjtdIFsiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvaWRweVwvIiwiZXhwIjoxNjMzMDgyNzE1LCJub25jZSI6InhxU2o4aVRUcUd0NzRvWGlremxSSVVpMyIsImlhdCI6MTYzMzA4MjQxNX0.WgOyEa5Skq0wsSbb9vDYZGPhJZkEnr-rk4CmdAZeYtJqc4tXWvgZ1umg11sB-eMLifKsEcxd5Ye4PN34X3tzyn5Aw9q4BUkMJ5czUOHaBQjEVhWB65H-nt-P8RJYaTiL1Te7vZgrrO6qUeCHE_TjT0oerFkXpPu1nKarPaDYaK_TERvHRXBH38-mTuhy5L-UWr106PBSiye8c3D5I7i0UqX19zfAnNIZNuBZ-g_UsPIVVqH0XB-lM2dKMSgiTmpB_ZkQ6avxjBe7HyMDdsCz1Ym_3fDyiBm9V1IA6jEqcseGIMv8pZtF3X1axN2FYX3aR9uAajD3zLN6ZEsAKIFnvw",
  "access_token": "tDKlBINGkk7ZKXC77XD9ntc21RN5kYWvX7FmMfhRO35vxucG6x",
  "token_type": "Bearer"
}
2021-10-01 10:00:15 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance Hq0HsvTG6sDAPDg
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://89.45.234.133:8090/authz_fp_cb/b4777269e67ef333b99c9c169d22d2febc0b84b507053e94aa2b12b1a49df59e, formParameters={"state":"JlzclzgjBmomLA88lRTPsYwSxmQou7Tq","id_token":"eyJraWQiOiI4ZjdkOGM4Mi1kMjhmLTRhZjEtYWZkMy0xYWU5Nzg1NDM4OWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiWjE3a0lEcnFSUFA3bW1lMURZMk5QUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1JCdFBmTGV5YUhYQWp0TzQ1NjQ2KjtdIFsiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvaWRweVwvIiwiZXhwIjoxNjMzMDgyNzE1LCJub25jZSI6InhxU2o4aVRUcUd0NzRvWGlremxSSVVpMyIsImlhdCI6MTYzMzA4MjQxNX0.WgOyEa5Skq0wsSbb9vDYZGPhJZkEnr-rk4CmdAZeYtJqc4tXWvgZ1umg11sB-eMLifKsEcxd5Ye4PN34X3tzyn5Aw9q4BUkMJ5czUOHaBQjEVhWB65H-nt-P8RJYaTiL1Te7vZgrrO6qUeCHE_TjT0oerFkXpPu1nKarPaDYaK_TERvHRXBH38-mTuhy5L-UWr106PBSiye8c3D5I7i0UqX19zfAnNIZNuBZ-g_UsPIVVqH0XB-lM2dKMSgiTmpB_ZkQ6avxjBe7HyMDdsCz1Ym_3fDyiBm9V1IA6jEqcseGIMv8pZtF3X1axN2FYX3aR9uAajD3zLN6ZEsAKIFnvw","access_token":"tDKlBINGkk7ZKXC77XD9ntc21RN5kYWvX7FmMfhRO35vxucG6x","token_type":"Bearer"}}]
outgoing_path
authorize
2021-10-01 10:00:20 FINISHED
oidcc-client-test-invalid-sig-rs256
Test has run to completion
testmodule_result
PASSED
2021-10-01 10:00:23
TEST-RUNNER
Alias has now been claimed by another test
alias
idpy
new_test_id
b6yzszVdeQ1y5tx
Test Results