Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-10-01 08:36:02 INFO
TEST-RUNNER
Test instance zAVzWMvm0I9bmgV created
baseUrl
https://www.certification.openid.net/test/a/idpy
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code token",
  "request_type": "plain_http_request",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
idpy
description
oidcrp
planId
eX84TaVxc9bEQ
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-idtoken-sig-rs256
2021-10-01 08:36:02 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 08:36:02
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 08:36:02
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "9dhZkByX5mAPE5T2DIpLlaKY12DsynGaGU87jHFIAiY7xOZCYRSF2ZmJk6JoL_7r0HyqA-9D0u2cI9r3Xg0elGyeRl2t9jSw8yrmIL2O4A3lfxRJB1BvTyJDbWZ6iNWy02MCTG7Y-0CQu_Ixcvpa_2lv4Pm9KY7JY3dTKksfauk",
      "kty": "RSA",
      "q": "17e4bgnuRy0Aw0clLb-iA7FXMEy1JQP703b_SupOQH6Lh_AjVPviFfs1tY91sHAoyv6klODm0Shh2tdEy4p1LpW8ND3zfHO4hzLD0IaoWE-_Lfds8pCNO9RQBIqmYzZK2gm9_ni5BtdEUraQsGkBJP2jI2iM6Y5gzpQoh4E6bws",
      "d": "mPc-acX8_FqUxG0K8C-XHo6Ndln-d7R6F_hpZKY39_G2IUPqfPxAY64WPE7ah5oi5zTkm8gj2VED8FafVdte8JgW4xxjYa7otA1iYvJ9ZDkipW_lBsVBWy2waykEGiPgpDJkJl9ZauSFEPML1ESEAHb_AzQyO3L25go6rklbWs57P0Dl32DK46O_4WP_0_s62BfDTHXMcwHEuAO9B8waRnj2mdUf5ZpgNp6ER9GXBUeFeomCnKXhYCTE3a9w5uTRY3KslH1JE_sDPO-98kJzBxXJIAvjLtNHvcGrF5qokgsN9AJrZrrp33a2WWz4drP7809lpba5sJYJCDWhpiH4gQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "4ee75682-559f-4dff-ac3e-c6f33af204ec",
      "qi": "V95_vr4e3ZKy9nBFeG0hCfmXz-UExy_G6Tptz0YcMK0IwCLo4XjSFUuGdSYAyoYFCTHnx-dPmuMPF1M7GFIO4fOwbN2XE1l4z6pXxlLGqsv52tAXN12-8HNmNzUFUq3KLfwgnJ9MTGZQC2xcJ0tbYFlkTaB9Jj7cBDS90ohhcdw",
      "dp": "ZN_oKAzDe0DRDtzhdNXOG9EC2-UmZA7nBxmOuprEzDT581nzxLfSEC5C2DQcgg0cn4h3jnO_pa3fkorHU20Yrhg_fWn09oA6Vxy0Hp0JIgAxucoOCRVFBvhtKFeTUdA1tyz6BXi6SaX9fVDsX1xAuGqAAJUYvBOdqNWOZ105v_k",
      "dq": "c7HAQ5wl5JyZVSJ6KTAnJ43ccjYhzSl2zXJ792T09Rgpo43ClVjGZ_2kT60SdL-i0USDZqm8gZ8D5IgiCHxI3uRF3UsApNW3uSMb7GHcNgkHQxL5ppqqdNUo2Va3aGx89rXU5X8_1RBtP2NU9JhMmddCwMHZGYZYG1NQ7WP8wAM",
      "n": "zykh_Trngi1fxGvqUSSPzA9Mla_I6DBXE_JLkeDrIEHtDlC54PjVd4yEGL4OwwpBRCLECN7GqaYCzOPFJ7YiATjgcge8nVycbyrSFVsIy8SeGpdPjnb3EpLqVgvYks_EyxKJ1_uY9coq25rAQsjQlZ7pqodJbNW703v2T6torpdQHHibKbvEs_KdNBHsav89l-tEAhGgHJM3A880BGleYKik7CCx2K5ji8S35djKwnH7bzKmY3JHsEjt_g4GahzBqAT9lk7d3R-U0PZOC3ccUKeujs4-Pd-AxPDaJJ8U_wR9uVqtOPHeWCnQkzEy2tA-LCOHA4NqoVT9mYxAe36fAw"
    },
    {
      "kty": "EC",
      "d": "g_UDAg5PA16mUEZuM9ePjT_fFczp47RolfSNciDKC7o",
      "use": "sig",
      "crv": "P-256",
      "kid": "67554be5-615a-4ebd-a6a4-21092323b4aa",
      "x": "SD6ShSaqZnFZkbpS_umTQWsJSoJCEFklN9wX8tF8yV4",
      "y": "xURiVi_QgB2vFNIalpz-GKnNFvCoMiNzh7ScupvhQ30"
    },
    {
      "kty": "EC",
      "d": "O5iOojkuE5pV2TCgzMAKWx_HXcKrE-uxhNQZP7-bM_k",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "31930abd-1ff7-493a-8743-cdd5a167735e",
      "x": "Xelq5mtCOYPoVYXcBLcSEXGffKcuaf3Q9kUWA6O83QQ",
      "y": "VRGqricNhjHi4MHBG4h_aOUX01-PV7PZhvtUS-Hsd6M"
    },
    {
      "kty": "OKP",
      "d": "CFuKUhrxWGhb4NtPt_Mvt0ZxLuEw4Tb1p5u0hdOKuX4",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "f4035dcf-fb4f-4245-9257-eb83fdcb2c5e",
      "x": "ahlBfwsJlWjkwQtXuWeYEb7tPhSCVBxyaQvxRYxPXH4"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "2MbCUkgFnmytlpjHLPRC16ggxXlV-tSPCPe1PoT7-90z7oo3H7q7lj79-_CkI2wmCnmKCLnyuAOc2aFJj8Egym1BdaaaO2o6S9OUUryyzF83z5Xkzl4GyUeYhboCUodydPYA6aCpUJZ3ib9wW-YTPp8T95corA4RF4Xw-tqqu8c",
      "kty": "RSA",
      "q": "uaH-fHINafAGBRLqharPC5dwJLuSe05eNfcZui6V08n7D7nb0X9WF9f9qdHEK8qyS65JXCVlQA-YJeM-6UDa6Aulzf00T0-0svINnGwcRdUpZ4ShKw7hufFstJxXVlyb9Xhgdq0-WDYX8fa1FzSYgrnb420XUf9w6Q0q6Uf2j_k",
      "d": "ja1ZQ6318vAkqEBAVeeoIspVL1O5nrr3nWzO6-jMm_R5bmDI6iVI_yizmNB0_1uIWjKiWqZ5BpMTRVhUqjusGCe2sE69L-vlImRgPd8vYhtkGMJJRm8arNj13Wvgo0tNQip1Yy85ONGwJr3L7eG4WASBibqh5DvNLKlekR6EclvYpJob2eDGulbQWJco_NIAgX42IXgP90dXLEoBtByxYAFyUuiSviav_RXg4jEdBdtxx2iBzOkaVUc_uR-vvWIaM6pFVXPkxqQ7D0oJIoYbRnxINEkPB0tdiyX-fsTJ3RM-yHg2--27jEnkDBWZ2Chgm0hyjLgB16WjSJiqqoi2kQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "e69c5a0a-b6fe-4ead-b782-c0a637290215",
      "qi": "fD6zDFDUeWQfjCvLz3WNNuH2hv4cJyYLzpZ05L3k8EtVqwK_2yNQHFCNimNIwmIkwC6BzSg25uyODpHDIQBosjo4oLhL7mX0tlgKPsUcvCBU5t-iMrin4eDHA5MtMBhWozl4DuebPX5UztrYRYTRpl3d2CFF41AMocnX0-itu7A",
      "dp": "E9OJ7lCcAvNZpQ5wGRJ2EpdT9_uy-2_5bQ6Kyx8KlOyUVVra09IWWhWE0UgfGwZHLGoVT9sB8gaSj-0Kd1VolFsNw57rOEfs8QZ26GJN0BddWWUSOjWrVTlxH7n1gGrW8w-U4clJ8w7v--9AbYdLd0zBXMG8fJAEzCv58FeTif0",
      "alg": "RSA-OAEP",
      "dq": "M3mNNPr3Z0HsmWmWaLxlr2Qt77Gnu9OOYk6D7tHOMC1ZFhJGt0AlInV9XKLTUAVkDYJly0x_WBU67n6mSk32pdPdBVLKN5f1lo1yYsbDzEWAtrjbbDIzO7mLmEWmHkeN47KepSoDGLjfSPRNYQLvq4hYRidRCSbZK3bASHHxGBk",
      "n": "nTDO7EFy_KrpFpr1Eys7ISkq8XsijC_16Y-SMvT7KYuWoP9IJpTU4kFKE9dE4Ms1E4dPwQF8MV9VG13wCUsalEMrsLZ_u2PhL-aQCwXi9a8umm19_o3alK19XDG6Q4NyGL7UOLmUecutMH3wE2ffNV3_EJzVhLUcmfyA5sJ4M1sKj2xw8N3NQ-5oxmJzRb9zCoNuMLjqfZJnlDr-iRBzQui1DOB2s5gJTORZJit5ptyHuwdFmuSzcvr64cz7jMWT6JPQj2vKUfVqsWyGX0LfWCd_ySsRRse5z4SXZxs7gJN70DJisWOB46dKeC7LEY_erYkBteQQVyOG5YxnsS7Njw"
    },
    {
      "kty": "EC",
      "d": "-jM_kn9lM5FxHrL_3lh7rahnWmMbIlLUL2aZWz9gjW8",
      "use": "enc",
      "crv": "P-256",
      "kid": "7379970d-ce34-41e1-9944-51d5ad6452bd",
      "x": "Bt6dANspZ5JujLQ8RK1os-dNxr1hHKkKfBjr4jqIIgU",
      "y": "KctAlsCC0M8FwqAoZx2cwsl_wnlaJfECnPj5Butlf1s",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "4ee75682-559f-4dff-ac3e-c6f33af204ec",
      "n": "zykh_Trngi1fxGvqUSSPzA9Mla_I6DBXE_JLkeDrIEHtDlC54PjVd4yEGL4OwwpBRCLECN7GqaYCzOPFJ7YiATjgcge8nVycbyrSFVsIy8SeGpdPjnb3EpLqVgvYks_EyxKJ1_uY9coq25rAQsjQlZ7pqodJbNW703v2T6torpdQHHibKbvEs_KdNBHsav89l-tEAhGgHJM3A880BGleYKik7CCx2K5ji8S35djKwnH7bzKmY3JHsEjt_g4GahzBqAT9lk7d3R-U0PZOC3ccUKeujs4-Pd-AxPDaJJ8U_wR9uVqtOPHeWCnQkzEy2tA-LCOHA4NqoVT9mYxAe36fAw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "27aa73ff-9c7d-4857-899e-9f1f6e0491c5",
      "n": "lhKLF7sj0iLvcBQncJsZIgbXRYcI9lTd19S_apvRudLsijTBZO2udxHUjpACz4Qu9Qz9zFRTJJ_JxVWN8MQDuwuUn3GWf65PQ-NySUIoQghp1PI-sdcLq5mIENc2SKZw9QzYXeP0KKMfiCMV30htCWsVuBt8WZjPHp2yRH51eEIsEIT-Yv9aogJwz79w_m0mlE7ssQtU2tTB1BAWENRxMaxHgHwFlyO5u2xVSLJvs5JBENLy2gyUgU222fxhla6mdKjFvheabz_TGLp2ybFGiOERV9i_VsjvZCes7gN36qFebwW226JgXGTE-1u1hza0c74y-fweHnguz2P89MjlcQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "67554be5-615a-4ebd-a6a4-21092323b4aa",
      "x": "SD6ShSaqZnFZkbpS_umTQWsJSoJCEFklN9wX8tF8yV4",
      "y": "xURiVi_QgB2vFNIalpz-GKnNFvCoMiNzh7ScupvhQ30"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "133ce524-dafb-4523-aa40-4251a9268377",
      "x": "7WMM0DfFmJ0UbFs-udFA2Oq3zvcCWHuJ0oukoouD6FI",
      "y": "W_NNwHmGxttAxjdNc9bW_27pc-P7WmPVz4R4DYHP3vg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "31930abd-1ff7-493a-8743-cdd5a167735e",
      "x": "Xelq5mtCOYPoVYXcBLcSEXGffKcuaf3Q9kUWA6O83QQ",
      "y": "VRGqricNhjHi4MHBG4h_aOUX01-PV7PZhvtUS-Hsd6M"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "f4035dcf-fb4f-4245-9257-eb83fdcb2c5e",
      "x": "ahlBfwsJlWjkwQtXuWeYEb7tPhSCVBxyaQvxRYxPXH4"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "e69c5a0a-b6fe-4ead-b782-c0a637290215",
      "alg": "RSA-OAEP",
      "n": "nTDO7EFy_KrpFpr1Eys7ISkq8XsijC_16Y-SMvT7KYuWoP9IJpTU4kFKE9dE4Ms1E4dPwQF8MV9VG13wCUsalEMrsLZ_u2PhL-aQCwXi9a8umm19_o3alK19XDG6Q4NyGL7UOLmUecutMH3wE2ffNV3_EJzVhLUcmfyA5sJ4M1sKj2xw8N3NQ-5oxmJzRb9zCoNuMLjqfZJnlDr-iRBzQui1DOB2s5gJTORZJit5ptyHuwdFmuSzcvr64cz7jMWT6JPQj2vKUfVqsWyGX0LfWCd_ySsRRse5z4SXZxs7gJN70DJisWOB46dKeC7LEY_erYkBteQQVyOG5YxnsS7Njw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "7379970d-ce34-41e1-9944-51d5ad6452bd",
      "x": "Bt6dANspZ5JujLQ8RK1os-dNxr1hHKkKfBjr4jqIIgU",
      "y": "KctAlsCC0M8FwqAoZx2cwsl_wnlaJfECnPj5Butlf1s",
      "alg": "ECDH-ES"
    }
  ]
}
2021-10-01 08:36:02 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-10-01 08:36:02 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-10-01 08:36:02 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 08:36:02
StoreOriginalClientConfiguration
No client details on configuration, created an empty original_client_config object.
2021-10-01 08:36:02
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
2021-10-01 08:36:02
oidcc-client-test-idtoken-sig-rs256
Setup Done
2021-10-01 08:36:38 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance zAVzWMvm0I9bmgV
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 08:36:38 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance zAVzWMvm0I9bmgV
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 08:36:39 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance zAVzWMvm0I9bmgV
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 08:36:39 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance zAVzWMvm0I9bmgV
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "4ee75682-559f-4dff-ac3e-c6f33af204ec",
      "n": "zykh_Trngi1fxGvqUSSPzA9Mla_I6DBXE_JLkeDrIEHtDlC54PjVd4yEGL4OwwpBRCLECN7GqaYCzOPFJ7YiATjgcge8nVycbyrSFVsIy8SeGpdPjnb3EpLqVgvYks_EyxKJ1_uY9coq25rAQsjQlZ7pqodJbNW703v2T6torpdQHHibKbvEs_KdNBHsav89l-tEAhGgHJM3A880BGleYKik7CCx2K5ji8S35djKwnH7bzKmY3JHsEjt_g4GahzBqAT9lk7d3R-U0PZOC3ccUKeujs4-Pd-AxPDaJJ8U_wR9uVqtOPHeWCnQkzEy2tA-LCOHA4NqoVT9mYxAe36fAw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "27aa73ff-9c7d-4857-899e-9f1f6e0491c5",
      "n": "lhKLF7sj0iLvcBQncJsZIgbXRYcI9lTd19S_apvRudLsijTBZO2udxHUjpACz4Qu9Qz9zFRTJJ_JxVWN8MQDuwuUn3GWf65PQ-NySUIoQghp1PI-sdcLq5mIENc2SKZw9QzYXeP0KKMfiCMV30htCWsVuBt8WZjPHp2yRH51eEIsEIT-Yv9aogJwz79w_m0mlE7ssQtU2tTB1BAWENRxMaxHgHwFlyO5u2xVSLJvs5JBENLy2gyUgU222fxhla6mdKjFvheabz_TGLp2ybFGiOERV9i_VsjvZCes7gN36qFebwW226JgXGTE-1u1hza0c74y-fweHnguz2P89MjlcQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "67554be5-615a-4ebd-a6a4-21092323b4aa",
      "x": "SD6ShSaqZnFZkbpS_umTQWsJSoJCEFklN9wX8tF8yV4",
      "y": "xURiVi_QgB2vFNIalpz-GKnNFvCoMiNzh7ScupvhQ30"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "133ce524-dafb-4523-aa40-4251a9268377",
      "x": "7WMM0DfFmJ0UbFs-udFA2Oq3zvcCWHuJ0oukoouD6FI",
      "y": "W_NNwHmGxttAxjdNc9bW_27pc-P7WmPVz4R4DYHP3vg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "31930abd-1ff7-493a-8743-cdd5a167735e",
      "x": "Xelq5mtCOYPoVYXcBLcSEXGffKcuaf3Q9kUWA6O83QQ",
      "y": "VRGqricNhjHi4MHBG4h_aOUX01-PV7PZhvtUS-Hsd6M"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "f4035dcf-fb4f-4245-9257-eb83fdcb2c5e",
      "x": "ahlBfwsJlWjkwQtXuWeYEb7tPhSCVBxyaQvxRYxPXH4"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "e69c5a0a-b6fe-4ead-b782-c0a637290215",
      "alg": "RSA-OAEP",
      "n": "nTDO7EFy_KrpFpr1Eys7ISkq8XsijC_16Y-SMvT7KYuWoP9IJpTU4kFKE9dE4Ms1E4dPwQF8MV9VG13wCUsalEMrsLZ_u2PhL-aQCwXi9a8umm19_o3alK19XDG6Q4NyGL7UOLmUecutMH3wE2ffNV3_EJzVhLUcmfyA5sJ4M1sKj2xw8N3NQ-5oxmJzRb9zCoNuMLjqfZJnlDr-iRBzQui1DOB2s5gJTORZJit5ptyHuwdFmuSzcvr64cz7jMWT6JPQj2vKUfVqsWyGX0LfWCd_ySsRRse5z4SXZxs7gJN70DJisWOB46dKeC7LEY_erYkBteQQVyOG5YxnsS7Njw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "7379970d-ce34-41e1-9944-51d5ad6452bd",
      "x": "Bt6dANspZ5JujLQ8RK1os-dNxr1hHKkKfBjr4jqIIgU",
      "y": "KctAlsCC0M8FwqAoZx2cwsl_wnlaJfECnPj5Butlf1s",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2021-10-01 08:36:39 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance zAVzWMvm0I9bmgV
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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ]
}
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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff", "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff", "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff", "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"], "jwks_uri": "https://89.45.234.133:8090/static/jwks.json", "grant_types": ["authorization_code", "implicit"]}
Registration endpoint
2021-10-01 08:36:39 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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ]
}
2021-10-01 08:36:39 SUCCESS
EnsureRegistrationRequestContainsAtLeastOneContact
Registration request contains valid contacts
contacts
[
  "ops@example.com"
]
2021-10-01 08:36:39 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code",
  "implicit"
]
response_types
[
  "code",
  "id_token"
]
2021-10-01 08:36:39 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://89.45.234.133:8090/authz_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"
]
2021-10-01 08:36:39 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2021-10-01 08:36:39 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2021-10-01 08:36:39 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2021-10-01 08:36:39 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2021-10-01 08:36:39 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2021-10-01 08:36:39 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 08:36:39 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2021-10-01 08:36:39 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 08:36:39 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2021-10-01 08:36:39 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 08:36:39 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2021-10-01 08:36:39 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 08:36:39 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2021-10-01 08:36:39 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2021-10-01 08:36:39 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2021-10-01 08:36:39 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2021-10-01 08:36:39 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2021-10-01 08:36:39 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2021-10-01 08:36:39 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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_miuHXxfTwBNJUac41583)\"+/}"
}
2021-10-01 08:36:39
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_eczrdQdUjiJKtLMzffZzOMzKzlhqNvLLUKHOvxAwbblVFqBLkb7628386013=.")*
2021-10-01 08:36:39 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2021-10-01 08:36:39
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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_miuHXxfTwBNJUac41583)\"+/}",
  "client_secret": "secret_eczrdQdUjiJKtLMzffZzOMzKzlhqNvLLUKHOvxAwbblVFqBLkb7628386013\u003d.\")*",
  "id_token_signed_response_alg": "RS256"
}
2021-10-01 08:36:39 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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_miuHXxfTwBNJUac41583)\"+/}",
  "client_secret": "secret_eczrdQdUjiJKtLMzffZzOMzKzlhqNvLLUKHOvxAwbblVFqBLkb7628386013\u003d.\")*",
  "id_token_signed_response_alg": "RS256"
}
2021-10-01 08:36:39
FetchClientKeys
Fetching client keys
jwks_uri
https://89.45.234.133:8090/static/jwks.json
2021-10-01 08:36:39
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 08:36:40 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 08:36:38 GMT",
  "cache-control": "public, max-age\u003d43200",
  "expires": "Fri, 01 Oct 2021 20:36:40 GMT",
  "etag": "\"1633077398.1994066-691-625874018\"",
  "date": "Fri, 01 Oct 2021 08:36:40 GMT",
  "server": "Werkzeug/1.0.1 Python/3.8.10"
}
response_body
{"keys": [{"kty": "RSA", "use": "sig", "kid": "ZnM1b012dmhUSjh5X05VOUhpN0pXZVlSSEVjQ2J5dEkyQXEwTWQ2UjdhRQ", "n": "tkih6m_RcAr9RozD7IrHS0KjdLHSjMYuT2uRdtbTEJx1jBV6sDADoP3IskBFlwKssFAfZmtjSLETX7JUyIBkhUfTU0OKdVVrfTslfbUw4_m4OyaJmB6POycCH-zk-we9GnP1rjvfPIaaWLVtNM6r2wC-MTWv4MEL1sp-G0nj63oC53hc83q0pxaJqaDr7fMSZCUswL209DnSSn5aF80teBDUS-wOjLvihFIKSDZf0r3t9ObxYsT4tPbq7hQQc2K9XlYADfr-cmBQtwXg9h1jI31s5p-xI1SWzABQm2ZdCovcGjl9GopHsqtCINU7LCK7noRgwxHPERcJwDOX06IRmw", "e": "AQAB"}, {"kty": "EC", "use": "sig", "kid": "S0p4OFlHMzdtNzFjZlpoWkpKNnVmMHM1RHAyVlFtbXlrUjRhdjVpNXBLWQ", "crv": "P-256", "x": "MEFzjCvTrLMkOcRgdLWYpK4b_xrKOn5XAKJvOhYqZTM", "y": "-T_OakJ08j_rRP4Imn1p3L4rG60cQk72Nh4HX_tDDd0"}]}
2021-10-01 08:36:40
FetchClientKeys
Found JWK set string
jwk_string
{"keys": [{"kty": "RSA", "use": "sig", "kid": "ZnM1b012dmhUSjh5X05VOUhpN0pXZVlSSEVjQ2J5dEkyQXEwTWQ2UjdhRQ", "n": "tkih6m_RcAr9RozD7IrHS0KjdLHSjMYuT2uRdtbTEJx1jBV6sDADoP3IskBFlwKssFAfZmtjSLETX7JUyIBkhUfTU0OKdVVrfTslfbUw4_m4OyaJmB6POycCH-zk-we9GnP1rjvfPIaaWLVtNM6r2wC-MTWv4MEL1sp-G0nj63oC53hc83q0pxaJqaDr7fMSZCUswL209DnSSn5aF80teBDUS-wOjLvihFIKSDZf0r3t9ObxYsT4tPbq7hQQc2K9XlYADfr-cmBQtwXg9h1jI31s5p-xI1SWzABQm2ZdCovcGjl9GopHsqtCINU7LCK7noRgwxHPERcJwDOX06IRmw", "e": "AQAB"}, {"kty": "EC", "use": "sig", "kid": "S0p4OFlHMzdtNzFjZlpoWkpKNnVmMHM1RHAyVlFtbXlrUjRhdjVpNXBLWQ", "crv": "P-256", "x": "MEFzjCvTrLMkOcRgdLWYpK4b_xrKOn5XAKJvOhYqZTM", "y": "-T_OakJ08j_rRP4Imn1p3L4rG60cQk72Nh4HX_tDDd0"}]}
2021-10-01 08:36:40 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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_miuHXxfTwBNJUac41583)\"+/}",
  "client_secret": "secret_eczrdQdUjiJKtLMzffZzOMzKzlhqNvLLUKHOvxAwbblVFqBLkb7628386013\u003d.\")*",
  "id_token_signed_response_alg": "RS256",
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "use": "sig",
        "kid": "ZnM1b012dmhUSjh5X05VOUhpN0pXZVlSSEVjQ2J5dEkyQXEwTWQ2UjdhRQ",
        "n": "tkih6m_RcAr9RozD7IrHS0KjdLHSjMYuT2uRdtbTEJx1jBV6sDADoP3IskBFlwKssFAfZmtjSLETX7JUyIBkhUfTU0OKdVVrfTslfbUw4_m4OyaJmB6POycCH-zk-we9GnP1rjvfPIaaWLVtNM6r2wC-MTWv4MEL1sp-G0nj63oC53hc83q0pxaJqaDr7fMSZCUswL209DnSSn5aF80teBDUS-wOjLvihFIKSDZf0r3t9ObxYsT4tPbq7hQQc2K9XlYADfr-cmBQtwXg9h1jI31s5p-xI1SWzABQm2ZdCovcGjl9GopHsqtCINU7LCK7noRgwxHPERcJwDOX06IRmw",
        "e": "AQAB"
      },
      {
        "kty": "EC",
        "use": "sig",
        "kid": "S0p4OFlHMzdtNzFjZlpoWkpKNnVmMHM1RHAyVlFtbXlrUjRhdjVpNXBLWQ",
        "crv": "P-256",
        "x": "MEFzjCvTrLMkOcRgdLWYpK4b_xrKOn5XAKJvOhYqZTM",
        "y": "-T_OakJ08j_rRP4Imn1p3L4rG60cQk72Nh4HX_tDDd0"
      }
    ]
  }
}
2021-10-01 08:36:40
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2021-10-01 08:36:40
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2021-10-01 08:36:40 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance zAVzWMvm0I9bmgV
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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
    "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_miuHXxfTwBNJUac41583)\"+/}",
  "client_secret": "secret_eczrdQdUjiJKtLMzffZzOMzKzlhqNvLLUKHOvxAwbblVFqBLkb7628386013\u003d.\")*",
  "id_token_signed_response_alg": "RS256",
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "use": "sig",
        "kid": "ZnM1b012dmhUSjh5X05VOUhpN0pXZVlSSEVjQ2J5dEkyQXEwTWQ2UjdhRQ",
        "n": "tkih6m_RcAr9RozD7IrHS0KjdLHSjMYuT2uRdtbTEJx1jBV6sDADoP3IskBFlwKssFAfZmtjSLETX7JUyIBkhUfTU0OKdVVrfTslfbUw4_m4OyaJmB6POycCH-zk-we9GnP1rjvfPIaaWLVtNM6r2wC-MTWv4MEL1sp-G0nj63oC53hc83q0pxaJqaDr7fMSZCUswL209DnSSn5aF80teBDUS-wOjLvihFIKSDZf0r3t9ObxYsT4tPbq7hQQc2K9XlYADfr-cmBQtwXg9h1jI31s5p-xI1SWzABQm2ZdCovcGjl9GopHsqtCINU7LCK7noRgwxHPERcJwDOX06IRmw",
        "e": "AQAB"
      },
      {
        "kty": "EC",
        "use": "sig",
        "kid": "S0p4OFlHMzdtNzFjZlpoWkpKNnVmMHM1RHAyVlFtbXlrUjRhdjVpNXBLWQ",
        "crv": "P-256",
        "x": "MEFzjCvTrLMkOcRgdLWYpK4b_xrKOn5XAKJvOhYqZTM",
        "y": "-T_OakJ08j_rRP4Imn1p3L4rG60cQk72Nh4HX_tDDd0"
      }
    ]
  }
}
outgoing_path
register
2021-10-01 08:36:40 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance zAVzWMvm0I9bmgV
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/b71c393425646342e8ccbd50bf03dc00f901a09446849c0beb495747a77b34b0",
  "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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "scope": "openid profile email address phone",
  "response_type": "code token",
  "nonce": "yXzd73N2zh8t98WCeiOguevc",
  "response_mode": "form_post",
  "state": "PrQePUN8zQrFwdvOBdCxVLBXAm2shrmD",
  "client_id": "client_miuHXxfTwBNJUac41583)\"+/}"
}
incoming_body
Authorization endpoint
2021-10-01 08:36:40 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2021-10-01 08:36:40 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
expected
openid
2021-10-01 08:36:40 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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "scope": "openid profile email address phone",
  "response_type": "code token",
  "nonce": "yXzd73N2zh8t98WCeiOguevc",
  "response_mode": "form_post",
  "state": "PrQePUN8zQrFwdvOBdCxVLBXAm2shrmD",
  "client_id": "client_miuHXxfTwBNJUac41583)\"+/}"
}
2021-10-01 08:36:40 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email address phone
2021-10-01 08:36:40 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
yXzd73N2zh8t98WCeiOguevc
2021-10-01 08:36:40 SUCCESS
EnsureResponseTypeIsCodeToken
Response type is expected value
expected
code token
2021-10-01 08:36:40 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_miuHXxfTwBNJUac41583)"+/}
2021-10-01 08:36:40 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff
expected
[
  "https://89.45.234.133:8090/authz_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "https://89.45.234.133:8090/authz_im_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "https://89.45.234.133:8090/req_uri/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff"
]
2021-10-01 08:36:40 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
expected
openid
2021-10-01 08:36:40 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2021-10-01 08:36:40 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
RzZ680srh0Oybyynlj5LSEegTpzlNWKH
2021-10-01 08:36:40 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
rZ4En2mzr16DDRWpRvsR5A
2021-10-01 08:36:40 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
hPB2acYXCchVfB5rU8z5nEJHfz9cs1ebl2lv6OywGUPAMTmzrq
2021-10-01 08:36:40 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
d6rnaDEGgcIUXvW-i1a1CQ
2021-10-01 08:36:40 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "state": "PrQePUN8zQrFwdvOBdCxVLBXAm2shrmD"
}
2021-10-01 08:36:40 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "state": "PrQePUN8zQrFwdvOBdCxVLBXAm2shrmD",
  "code": "RzZ680srh0Oybyynlj5LSEegTpzlNWKH"
}
2021-10-01 08:36:40
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/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "state": "PrQePUN8zQrFwdvOBdCxVLBXAm2shrmD",
  "code": "RzZ680srh0Oybyynlj5LSEegTpzlNWKH",
  "access_token": "hPB2acYXCchVfB5rU8z5nEJHfz9cs1ebl2lv6OywGUPAMTmzrq",
  "token_type": "Bearer"
}
2021-10-01 08:36:40 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance zAVzWMvm0I9bmgV
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff, formParameters={"state":"PrQePUN8zQrFwdvOBdCxVLBXAm2shrmD","code":"RzZ680srh0Oybyynlj5LSEegTpzlNWKH","access_token":"hPB2acYXCchVfB5rU8z5nEJHfz9cs1ebl2lv6OywGUPAMTmzrq","token_type":"Bearer"}}]
outgoing_path
authorize
2021-10-01 08:36:41 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance zAVzWMvm0I9bmgV
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "python-requests/2.25.1",
  "accept-encoding": "gzip, deflate",
  "accept": "*/*",
  "authorization": "Basic Y2xpZW50X21pdUhYeGZUd0JOSlVhYzQxNTgzJTI5JTIyJTJCJTJGJTdEOnNlY3JldF9lY3pyZFFkVWppSkt0TE16ZmZaek9Nekt6bGhxTnZMTFVLSE92eEF3YmJsVkZxQkxrYjc2MjgzODYwMTMlM0QuJTIyJTI5JTJB",
  "content-type": "application/x-www-form-urlencoded",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "288",
  "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",
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff",
  "client_id": "client_miuHXxfTwBNJUac41583)\"+/}",
  "state": "PrQePUN8zQrFwdvOBdCxVLBXAm2shrmD",
  "code": "RzZ680srh0Oybyynlj5LSEegTpzlNWKH"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
grant_type=authorization_code&redirect_uri=https%3A%2F%2F89.45.234.133%3A8090%2Fauthz_fp_cb%2F69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff&client_id=client_miuHXxfTwBNJUac41583%29%22%2B%2F%7D&state=PrQePUN8zQrFwdvOBdCxVLBXAm2shrmD&code=RzZ680srh0Oybyynlj5LSEegTpzlNWKH
Token endpoint
2021-10-01 08:36:41 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_miuHXxfTwBNJUac41583)"+/}
client_secret
secret_eczrdQdUjiJKtLMzffZzOMzKzlhqNvLLUKHOvxAwbblVFqBLkb7628386013=.")*
method
client_secret_basic
2021-10-01 08:36:41 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2021-10-01 08:36:41 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
RzZ680srh0Oybyynlj5LSEegTpzlNWKH
2021-10-01 08:36:41 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://89.45.234.133:8090/authz_fp_cb/69e759c01611654e49c6723f3abfe9850b70dba6a173f9280e3b752cac1b63ff
2021-10-01 08:36:41 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
yaGVOM9Za0cph9jGOHW8lon55euSQKEkVA6b4wsK9tLytfz529
2021-10-01 08:36:41 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
iEG9hzzpnWGU_h0yQhngOQ
2021-10-01 08:36:41 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/idpy/
sub
user-subject-1234531
aud
client_miuHXxfTwBNJUac41583)"+/}
nonce
yXzd73N2zh8t98WCeiOguevc
iat
1633077401
exp
1633077701
2021-10-01 08:36:41 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
iEG9hzzpnWGU_h0yQhngOQ
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/idpy/",
  "sub": "user-subject-1234531",
  "aud": "client_miuHXxfTwBNJUac41583)\"+/}",
  "nonce": "yXzd73N2zh8t98WCeiOguevc",
  "iat": 1633077401,
  "exp": 1633077701,
  "at_hash": "iEG9hzzpnWGU_h0yQhngOQ"
}
2021-10-01 08:36:41 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiI0ZWU3NTY4Mi01NTlmLTRkZmYtYWMzZS1jNmYzM2FmMjA0ZWMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiaUVHOWh6enBuV0dVX2gweVFobmdPUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X21pdUhYeGZUd0JOSlVhYzQxNTgzKVwiK1wvfSIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9pZHB5XC8iLCJleHAiOjE2MzMwNzc3MDEsIm5vbmNlIjoieVh6ZDczTjJ6aDh0OThXQ2VpT2d1ZXZjIiwiaWF0IjoxNjMzMDc3NDAxfQ.oLfayx6eo0kAcTPqTYiMRDkDJqwdwlxVVm8ROwL3bfKhW3eRE957ilT611ru3DWEY-BeP1t6JbJRu4lzDxe1RsEB0_v1Hal21niPoycauQ6gH4UClrDqIS8d6VHLROEhFFlC1vY2JssdNd0-oxLco6jyziXEGz_IAcjY9a9wjRo7lm1I5YxNumMWgwpykSALYo1RiJXz_0NwuBMf3wxG88HsvhW8wz8vRvAS3UJCYi_W3mlmmAvZJeeckqQ4lf8RD1sfPgXEtN-irVIE3EqdOs7R-D-eyFuWd3LXYlc-sr15pg1aC_3Ai7uPapY1efedvFXCjnIise8V_5VSafdOFQ
key
{"p":"9dhZkByX5mAPE5T2DIpLlaKY12DsynGaGU87jHFIAiY7xOZCYRSF2ZmJk6JoL_7r0HyqA-9D0u2cI9r3Xg0elGyeRl2t9jSw8yrmIL2O4A3lfxRJB1BvTyJDbWZ6iNWy02MCTG7Y-0CQu_Ixcvpa_2lv4Pm9KY7JY3dTKksfauk","kty":"RSA","q":"17e4bgnuRy0Aw0clLb-iA7FXMEy1JQP703b_SupOQH6Lh_AjVPviFfs1tY91sHAoyv6klODm0Shh2tdEy4p1LpW8ND3zfHO4hzLD0IaoWE-_Lfds8pCNO9RQBIqmYzZK2gm9_ni5BtdEUraQsGkBJP2jI2iM6Y5gzpQoh4E6bws","d":"mPc-acX8_FqUxG0K8C-XHo6Ndln-d7R6F_hpZKY39_G2IUPqfPxAY64WPE7ah5oi5zTkm8gj2VED8FafVdte8JgW4xxjYa7otA1iYvJ9ZDkipW_lBsVBWy2waykEGiPgpDJkJl9ZauSFEPML1ESEAHb_AzQyO3L25go6rklbWs57P0Dl32DK46O_4WP_0_s62BfDTHXMcwHEuAO9B8waRnj2mdUf5ZpgNp6ER9GXBUeFeomCnKXhYCTE3a9w5uTRY3KslH1JE_sDPO-98kJzBxXJIAvjLtNHvcGrF5qokgsN9AJrZrrp33a2WWz4drP7809lpba5sJYJCDWhpiH4gQ","e":"AQAB","use":"sig","kid":"4ee75682-559f-4dff-ac3e-c6f33af204ec","qi":"V95_vr4e3ZKy9nBFeG0hCfmXz-UExy_G6Tptz0YcMK0IwCLo4XjSFUuGdSYAyoYFCTHnx-dPmuMPF1M7GFIO4fOwbN2XE1l4z6pXxlLGqsv52tAXN12-8HNmNzUFUq3KLfwgnJ9MTGZQC2xcJ0tbYFlkTaB9Jj7cBDS90ohhcdw","dp":"ZN_oKAzDe0DRDtzhdNXOG9EC2-UmZA7nBxmOuprEzDT581nzxLfSEC5C2DQcgg0cn4h3jnO_pa3fkorHU20Yrhg_fWn09oA6Vxy0Hp0JIgAxucoOCRVFBvhtKFeTUdA1tyz6BXi6SaX9fVDsX1xAuGqAAJUYvBOdqNWOZ105v_k","dq":"c7HAQ5wl5JyZVSJ6KTAnJ43ccjYhzSl2zXJ792T09Rgpo43ClVjGZ_2kT60SdL-i0USDZqm8gZ8D5IgiCHxI3uRF3UsApNW3uSMb7GHcNgkHQxL5ppqqdNUo2Va3aGx89rXU5X8_1RBtP2NU9JhMmddCwMHZGYZYG1NQ7WP8wAM","n":"zykh_Trngi1fxGvqUSSPzA9Mla_I6DBXE_JLkeDrIEHtDlC54PjVd4yEGL4OwwpBRCLECN7GqaYCzOPFJ7YiATjgcge8nVycbyrSFVsIy8SeGpdPjnb3EpLqVgvYks_EyxKJ1_uY9coq25rAQsjQlZ7pqodJbNW703v2T6torpdQHHibKbvEs_KdNBHsav89l-tEAhGgHJM3A880BGleYKik7CCx2K5ji8S35djKwnH7bzKmY3JHsEjt_g4GahzBqAT9lk7d3R-U0PZOC3ccUKeujs4-Pd-AxPDaJJ8U_wR9uVqtOPHeWCnQkzEy2tA-LCOHA4NqoVT9mYxAe36fAw"}
algorithm
RS256
2021-10-01 08:36:41 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 08:36:41 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
yaGVOM9Za0cph9jGOHW8lon55euSQKEkVA6b4wsK9tLytfz529
token_type
Bearer
id_token
eyJraWQiOiI0ZWU3NTY4Mi01NTlmLTRkZmYtYWMzZS1jNmYzM2FmMjA0ZWMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiaUVHOWh6enBuV0dVX2gweVFobmdPUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X21pdUhYeGZUd0JOSlVhYzQxNTgzKVwiK1wvfSIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9pZHB5XC8iLCJleHAiOjE2MzMwNzc3MDEsIm5vbmNlIjoieVh6ZDczTjJ6aDh0OThXQ2VpT2d1ZXZjIiwiaWF0IjoxNjMzMDc3NDAxfQ.oLfayx6eo0kAcTPqTYiMRDkDJqwdwlxVVm8ROwL3bfKhW3eRE957ilT611ru3DWEY-BeP1t6JbJRu4lzDxe1RsEB0_v1Hal21niPoycauQ6gH4UClrDqIS8d6VHLROEhFFlC1vY2JssdNd0-oxLco6jyziXEGz_IAcjY9a9wjRo7lm1I5YxNumMWgwpykSALYo1RiJXz_0NwuBMf3wxG88HsvhW8wz8vRvAS3UJCYi_W3mlmmAvZJeeckqQ4lf8RD1sfPgXEtN-irVIE3EqdOs7R-D-eyFuWd3LXYlc-sr15pg1aC_3Ai7uPapY1efedvFXCjnIise8V_5VSafdOFQ
scope
openid profile email address phone
2021-10-01 08:36:41 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance zAVzWMvm0I9bmgV
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "yaGVOM9Za0cph9jGOHW8lon55euSQKEkVA6b4wsK9tLytfz529",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiI0ZWU3NTY4Mi01NTlmLTRkZmYtYWMzZS1jNmYzM2FmMjA0ZWMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiaUVHOWh6enBuV0dVX2gweVFobmdPUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X21pdUhYeGZUd0JOSlVhYzQxNTgzKVwiK1wvfSIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9pZHB5XC8iLCJleHAiOjE2MzMwNzc3MDEsIm5vbmNlIjoieVh6ZDczTjJ6aDh0OThXQ2VpT2d1ZXZjIiwiaWF0IjoxNjMzMDc3NDAxfQ.oLfayx6eo0kAcTPqTYiMRDkDJqwdwlxVVm8ROwL3bfKhW3eRE957ilT611ru3DWEY-BeP1t6JbJRu4lzDxe1RsEB0_v1Hal21niPoycauQ6gH4UClrDqIS8d6VHLROEhFFlC1vY2JssdNd0-oxLco6jyziXEGz_IAcjY9a9wjRo7lm1I5YxNumMWgwpykSALYo1RiJXz_0NwuBMf3wxG88HsvhW8wz8vRvAS3UJCYi_W3mlmmAvZJeeckqQ4lf8RD1sfPgXEtN-irVIE3EqdOs7R-D-eyFuWd3LXYlc-sr15pg1aC_3Ai7uPapY1efedvFXCjnIise8V_5VSafdOFQ",
  "scope": "openid profile email address phone"
}
outgoing_path
token
2021-10-01 08:36:42 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance zAVzWMvm0I9bmgV
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "python-requests/2.25.1",
  "accept-encoding": "gzip, deflate",
  "accept": "*/*",
  "authorization": "Bearer yaGVOM9Za0cph9jGOHW8lon55euSQKEkVA6b4wsK9tLytfz529",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
userinfo
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
Userinfo endpoint
2021-10-01 08:36:42 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
yaGVOM9Za0cph9jGOHW8lon55euSQKEkVA6b4wsK9tLytfz529
2021-10-01 08:36:42 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
yaGVOM9Za0cph9jGOHW8lon55euSQKEkVA6b4wsK9tLytfz529
2021-10-01 08:36:42 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
address
{
  "street_address": "100 Universal City Plaza",
  "locality": "Hollywood",
  "region": "CA",
  "postal_code": "91608",
  "country": "USA"
}
phone_number_verified
false
phone_number
+1 555 5550000
2021-10-01 08:36:42
ClearAccessTokenFromRequest
Condition ran but did not log anything
2021-10-01 08:36:42 INFO
AddIssAndAudToUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2021-10-01 08:36:42 INFO
SignUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2021-10-01 08:36:42 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2021-10-01 08:36:42 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance zAVzWMvm0I9bmgV
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,
  "address": {
    "street_address": "100 Universal City Plaza",
    "locality": "Hollywood",
    "region": "CA",
    "postal_code": "91608",
    "country": "USA"
  },
  "phone_number_verified": false,
  "phone_number": "+1 555 5550000"
}
outgoing_path
userinfo
2021-10-01 08:36:42 FINISHED
oidcc-client-test-idtoken-sig-rs256
Test has run to completion
testmodule_result
PASSED
2021-10-01 08:36:46
TEST-RUNNER
Alias has now been claimed by another test
alias
idpy
new_test_id
lPUgwZIKCJr5t5e
Test Results