Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-10-01 07:10:59 INFO
TEST-RUNNER
Test instance JGHqt33r5zNen40 created
baseUrl
https://www.certification.openid.net/test/a/idpy
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
idpy
description
oidcrp
planId
2XhPS6IlG6T8u
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 07:10:59 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 07:10:59
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 07:11:00
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "zyvvB10ciIUGoixvmtrTUy-e5KtU7RLzI4kkC24n2ZM3OLMbQ1b7uU7pecebNItTGCdeHqdn9wL5oP5U610Gp1996iPWDpAIENpPoriWZ67uFPAdwE9YV3HJo2kACB1Pb3YAs3vBmhHdwbQ_yV6zWFH8c6JuUjLsJcnmkXKTajk",
      "kty": "RSA",
      "q": "wCWgbmRZBInVV4bHmdxZQ8kCuGhO-Gl0prvvodbegLhNuJXFogfJ8oEQpIjjtuiYVT44lp0IFmdhkMPtesLgsFX_30zRlGIBlYczsue22ZW1h4H39yZ4vIORuKNy4lQovBJE2GHzudfZzknnGl-D4DKgMVdpiTD8XWMgb1hqqsk",
      "d": "DPH-RYcYjr7b9f0PrhA5Bi4K8QTutlueAh8TE0NDlM2xWhH_5UaVlz5tdnAEjSuZ3Toy0H8xLCc9bUtZY5oh-fXYF3fatqGs-gdTez_k0Zj3dQN1IddhO90rDol5XMx6g_u--NXnwoqftzhWQsqlY6F63GS9ajFfsrQ33MmZTcWuUExyzMYptTDWJMGtPTsY57YURvf-J6Xg0FhI_u2MjPinVeZhZKNz8dW18WcHy3x4m3PFkvFeaCfUFTz9EZ7jLjk2fqZIHUz-aSF8Gu96HN3E3-4ABaSB4qizs9gAETTB0t2-UBS3nM1o91ir4cq12PbaZ2R_NXNO5XJsMuNsAQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "ac760f82-c88a-4b41-b760-08fcf6de5382",
      "qi": "yS-AKXzhGwfvgM3TsG2PaYS81aFGJ4oKKkf5_lI0XXTnpgGrDu_iXimZwnaP7HVo8HkEds6BRrd1rNGWycfIE9mc08FC-6FfaWdSbBK2E4QGaCPqjd6GYrBJFfxqipE0jI2tn0FrKpJ95oxO8uNZ_-yiCdJMfTuW27MGkINU5i0",
      "dp": "IGRnKEiXuITMJ7k47gZ--ke82VYsnjDTUWAVAbCEjJFnFfdzMNE95JiBCuh5zPpn0KP_JF3adJXDgDekAXT3IF5e6qgVxQsiJ7hqsS-ZXLbORPnSPQpq7qk89M7rEVm73Nqfe3DDMZrPiITtYEftVMbk6ROhmjqaD8KEyYMXp4k",
      "dq": "RnxHCtfi08hgK5h0lht_317YkZ8qAPRmZ1efw0WYH638TM8cTaD_0ubHnSPeLNXMM9D8XzvBoL5RyxIkhpkAZY9Wqqp6Yy1EmX6cV2-q4syJZ-kkdlR1i-nTxeCnnyDyRHOLL7lW-ACXlJYFoeYR8WeA3jjLrRj8KqHXXyEXGAk",
      "n": "m39mc91gXjCMnVOY67nDfbQ6g19UnKMdLCgIXiObB5EuKLJkMFnY3CdCSvSA_oF0xyKJIqC8NzK_plLk7KVsTDDk2PWXk7mZsuBaNXXeSXfKmmmUJJ9MuhtZ4u8akeqSaiWs4jMT6lcw4lk4E4_GHNmkT48ZeY_ap5jlBVLdz-laTA864WkXucU8Bun5Wzmj3Y6oMv75vShf9SzjqS3t7qwuxuT96SJp_vm7jSnEiGO8mHf55ivMjG6JdPvwMbtGTnjAzNgANFeGYwJ0PP9qYwnK4hQ2gUpMmYNyaJZiPeUrI6cybT2SS4xKZdR14E7aGRosxr3kHXUae-qNbeJAwQ"
    },
    {
      "kty": "EC",
      "d": "fr2LgFwuvC_DSVoWSZLIctMTz33K9_ZR2hH6Vt11kgE",
      "use": "sig",
      "crv": "P-256",
      "kid": "d05d9384-7ce7-4757-b599-b4fb8326fe28",
      "x": "ifiY-eocDRa7Ki69NuOJY6TPXzX0w0-CqFfke9mcAOM",
      "y": "UvkeW-Eyf8n1SM-PuyRAu4OzjYI8uDnoKS91bn-pbiE"
    },
    {
      "kty": "EC",
      "d": "1z8cTtnRmyOzx-Uc6RGpF0qL41-ThzLxCwVrRWPRDLc",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "46d8fac0-32f1-4626-9cc6-1bbd5d912ba8",
      "x": "loLTawZoI1LWhGggg02MRrDGqDwdCKkDC-__rV_qIxo",
      "y": "AE9_PaCuuyaePMp9yUws_vPesmpHDlrTvADrdtsLDPc"
    },
    {
      "kty": "OKP",
      "d": "8HUH-XaaxdyHeLiIWzQuIZTOOjO57zsQOE07mPPEqU0",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "7b62a808-2a03-4034-a79b-7e3627fb6185",
      "x": "lTyl0gb5B6MbLBWXx_wp5kCZQ2rDwLWr2M8OXvgTllU"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "28rXJeforzcCXLEssZzKLYJK5-hjODZ8a3QdN6obE07168KOg1nTYDfPfMlo56IMcPLygV1Tzp546fg7bIna-zvbrCCsfpilWMN7vISnnb5jGD6J-6hEWuAwwmYzEVx3wdz1pRoKpEEtLcrpzVOGDEp4fyHw9LWzoZKJtG9EaEc",
      "kty": "RSA",
      "q": "y5uP8YGJNN7yni4mYEMpAYvlry5enZRhVvK6VMcabI2yTY_ysCLolEUBrK8HA-I0tBIIHTN0HzAfKhZn_LKZn1w2K3KaY49Px_KENMEe362STGDa_uL8Nk6zw8wVsjd7fNgT12xFgrMcMvDgGnsrOt3I_U_cHbqwsTyfn9XNpv8",
      "d": "qIErCs4iZ7cviHjXySkic1wWKdxa1UQsM0ww7OEaIr3egW_uqRO6MZmXhrVCktnDUGe7TbuyJB1EV8aXy5cOXs_I8mFdjHQURzBW1hPGiZJNyvJubkJ1en3VHyLODtK3H_lE8AtO-b7iV4s2qXpOccStX-k1Xd13QiUXdeJQTlVqE3hBkDQo1ywilxPZL06YQvfKBurZfZAeg60wi37Gcx0Dkbse2fSwT5xXXsiOX2bkT9e5uL1IU5VZdHlhJH2-8uoXlhkuBJoILbKxnLq2anyjsGWOrrig8dw0PCxMFv9uCZniyHOWXszazFEKE9e8kZgXaIOea_L9r6pXxInORQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "f53cd5f8-cc2f-48f2-94b3-877df396dbda",
      "qi": "j6mae-SyfFvs-RH21kK27dEtWqLKBfsaQqRUbVQ5-7uCIAHsS_Jo2udsOQZ-9KidMtu9paVs_nY6cad_b4JGyPiB5O5r6STeD3__BitGOgE5_gDQfu8eyAR-ODKNRm8HH9w0GjX51euROf1eGopnDsFJXaQFbf-vKi2Ria52ATU",
      "dp": "L4aFzRl_U9vGM_rPmjw37207-zdhtPb7IlUCOFYc8qjhPjBcloRm02heAjKe728313iA_X4LsCLOLHFTkB2i7y47StXp1pn1LuNeLx5UDCTt0oE7XuI8nZXalT56Dmf7MT0xFJkz8d5yAXPd6FsGIkQ8F-lj69YaWHaSNiTVGuM",
      "alg": "RSA-OAEP",
      "dq": "a0kkNwifqMlVpH4C4LRi1hrGQ2G2n2gBRpSOFH_5b3vWmUIhiihKz13xPPHZS3WVedEKj4B-TrTHpyC5WJEvm6Y2MPypV467Zktm2HlucESAk1hx7N7kMSWVWbWfNRJBMo6VHe1CT1VbpYgBPlLqe5FECB5diRjHZAziu5EoVTc",
      "n": "rs9oAPoyp2jcJ8u1lytIHzam_Vb2Zf51O5VgBm1aZTx2V6manz5HH9aropJmoXB_k8P9zSvTaDIvs1dWv-xk_hNkxVO71JTaujmPVGrSo6Vez2SOkKHqSpGdt8dJtw1u8cHt-OjL1pN_kOxDAz_3XFRd4zbg1Fr41oBL1wNzB2zaTiq3JVLSWIqPU9kTEBIkYj-KEk6i3CXjQeleJIcDNfT3X4HpoyQBLkfjWU5_KQhj3MiiwfCyK__ut824YuuJ2zvWuZ6RpqOBESQXP70X1GqlFnli_7K6ndSvFATvwxXYHAs10gRNp-iZAWAPMRyLs0VR1RN0Brx8OAyExJzouQ"
    },
    {
      "kty": "EC",
      "d": "T1Rtm_Zcuw9ZPtIn09zcYW50WoDLD0kHA3HxjdqL02g",
      "use": "enc",
      "crv": "P-256",
      "kid": "04c7f70b-5773-4589-9ae4-b2a3d6359100",
      "x": "iuYEKxWV9_JKfk1S_i8bJlGBxzLVlas9PgSwzfQSQak",
      "y": "tFpF21jyOwX339wNO1F99KdhX4UDyoCozdWVt1qt6NQ",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "ac760f82-c88a-4b41-b760-08fcf6de5382",
      "n": "m39mc91gXjCMnVOY67nDfbQ6g19UnKMdLCgIXiObB5EuKLJkMFnY3CdCSvSA_oF0xyKJIqC8NzK_plLk7KVsTDDk2PWXk7mZsuBaNXXeSXfKmmmUJJ9MuhtZ4u8akeqSaiWs4jMT6lcw4lk4E4_GHNmkT48ZeY_ap5jlBVLdz-laTA864WkXucU8Bun5Wzmj3Y6oMv75vShf9SzjqS3t7qwuxuT96SJp_vm7jSnEiGO8mHf55ivMjG6JdPvwMbtGTnjAzNgANFeGYwJ0PP9qYwnK4hQ2gUpMmYNyaJZiPeUrI6cybT2SS4xKZdR14E7aGRosxr3kHXUae-qNbeJAwQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "b7ddc4a2-875c-4ba5-89c7-9b259e7b71a4",
      "n": "iaaN_cFwg4ZsndS5EIwr-HfFvKGmJ_PEoi9SeubX8qaxXKnN6gmJqufFWtMx8AhgMPJrjmMH1KF0P7FB5lS8qqswX286Ge118P-Piaf9W07qdaxqhnU307_zJkAl_uWSdYsDbpTSfrg-G4_zJ3aNRSWvssCJ0ZteV3yzsJTyZ8NvkaLLQ5gUjK5AyMfYyuogWzFaIcMMYnljexbGQVQZ9YsZpg2zNb-kutChJLAaB903xYKPqx3qNOFhRhBVo-LUJJSGmK88bm0Nv7zhXSo3I9v3bY8kvSeYaCwU37uqbRPYKJIWQMH0C9JfmndDs4rrkTSb2pQGGHoA4OiGQNMwJQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "d05d9384-7ce7-4757-b599-b4fb8326fe28",
      "x": "ifiY-eocDRa7Ki69NuOJY6TPXzX0w0-CqFfke9mcAOM",
      "y": "UvkeW-Eyf8n1SM-PuyRAu4OzjYI8uDnoKS91bn-pbiE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "099f9bba-d496-4b94-b1fd-0efbc57e2c0f",
      "x": "Xb-sIUt7CX0tGsxtoPV-9isLgtOkxyAOMzMveGDXIBo",
      "y": "e9yCBSm56ch_eFsoLCOEckG0ELn64UETes3PvRA7eFA"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "46d8fac0-32f1-4626-9cc6-1bbd5d912ba8",
      "x": "loLTawZoI1LWhGggg02MRrDGqDwdCKkDC-__rV_qIxo",
      "y": "AE9_PaCuuyaePMp9yUws_vPesmpHDlrTvADrdtsLDPc"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "7b62a808-2a03-4034-a79b-7e3627fb6185",
      "x": "lTyl0gb5B6MbLBWXx_wp5kCZQ2rDwLWr2M8OXvgTllU"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "f53cd5f8-cc2f-48f2-94b3-877df396dbda",
      "alg": "RSA-OAEP",
      "n": "rs9oAPoyp2jcJ8u1lytIHzam_Vb2Zf51O5VgBm1aZTx2V6manz5HH9aropJmoXB_k8P9zSvTaDIvs1dWv-xk_hNkxVO71JTaujmPVGrSo6Vez2SOkKHqSpGdt8dJtw1u8cHt-OjL1pN_kOxDAz_3XFRd4zbg1Fr41oBL1wNzB2zaTiq3JVLSWIqPU9kTEBIkYj-KEk6i3CXjQeleJIcDNfT3X4HpoyQBLkfjWU5_KQhj3MiiwfCyK__ut824YuuJ2zvWuZ6RpqOBESQXP70X1GqlFnli_7K6ndSvFATvwxXYHAs10gRNp-iZAWAPMRyLs0VR1RN0Brx8OAyExJzouQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "04c7f70b-5773-4589-9ae4-b2a3d6359100",
      "x": "iuYEKxWV9_JKfk1S_i8bJlGBxzLVlas9PgSwzfQSQak",
      "y": "tFpF21jyOwX339wNO1F99KdhX4UDyoCozdWVt1qt6NQ",
      "alg": "ECDH-ES"
    }
  ]
}
2021-10-01 07:11:00 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-10-01 07:11:00 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-10-01 07:11:00 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 07:11:00
StoreOriginalClientConfiguration
No client details on configuration, created an empty original_client_config object.
2021-10-01 07:11:00
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
2021-10-01 07:11:00
oidcc-client-test-idtoken-sig-rs256
Setup Done
2021-10-01 07:11:08 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance JGHqt33r5zNen40
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 07:11:08 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance JGHqt33r5zNen40
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 07:11:08 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance JGHqt33r5zNen40
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 07:11:08 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance JGHqt33r5zNen40
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "ac760f82-c88a-4b41-b760-08fcf6de5382",
      "n": "m39mc91gXjCMnVOY67nDfbQ6g19UnKMdLCgIXiObB5EuKLJkMFnY3CdCSvSA_oF0xyKJIqC8NzK_plLk7KVsTDDk2PWXk7mZsuBaNXXeSXfKmmmUJJ9MuhtZ4u8akeqSaiWs4jMT6lcw4lk4E4_GHNmkT48ZeY_ap5jlBVLdz-laTA864WkXucU8Bun5Wzmj3Y6oMv75vShf9SzjqS3t7qwuxuT96SJp_vm7jSnEiGO8mHf55ivMjG6JdPvwMbtGTnjAzNgANFeGYwJ0PP9qYwnK4hQ2gUpMmYNyaJZiPeUrI6cybT2SS4xKZdR14E7aGRosxr3kHXUae-qNbeJAwQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "b7ddc4a2-875c-4ba5-89c7-9b259e7b71a4",
      "n": "iaaN_cFwg4ZsndS5EIwr-HfFvKGmJ_PEoi9SeubX8qaxXKnN6gmJqufFWtMx8AhgMPJrjmMH1KF0P7FB5lS8qqswX286Ge118P-Piaf9W07qdaxqhnU307_zJkAl_uWSdYsDbpTSfrg-G4_zJ3aNRSWvssCJ0ZteV3yzsJTyZ8NvkaLLQ5gUjK5AyMfYyuogWzFaIcMMYnljexbGQVQZ9YsZpg2zNb-kutChJLAaB903xYKPqx3qNOFhRhBVo-LUJJSGmK88bm0Nv7zhXSo3I9v3bY8kvSeYaCwU37uqbRPYKJIWQMH0C9JfmndDs4rrkTSb2pQGGHoA4OiGQNMwJQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "d05d9384-7ce7-4757-b599-b4fb8326fe28",
      "x": "ifiY-eocDRa7Ki69NuOJY6TPXzX0w0-CqFfke9mcAOM",
      "y": "UvkeW-Eyf8n1SM-PuyRAu4OzjYI8uDnoKS91bn-pbiE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "099f9bba-d496-4b94-b1fd-0efbc57e2c0f",
      "x": "Xb-sIUt7CX0tGsxtoPV-9isLgtOkxyAOMzMveGDXIBo",
      "y": "e9yCBSm56ch_eFsoLCOEckG0ELn64UETes3PvRA7eFA"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "46d8fac0-32f1-4626-9cc6-1bbd5d912ba8",
      "x": "loLTawZoI1LWhGggg02MRrDGqDwdCKkDC-__rV_qIxo",
      "y": "AE9_PaCuuyaePMp9yUws_vPesmpHDlrTvADrdtsLDPc"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "7b62a808-2a03-4034-a79b-7e3627fb6185",
      "x": "lTyl0gb5B6MbLBWXx_wp5kCZQ2rDwLWr2M8OXvgTllU"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "f53cd5f8-cc2f-48f2-94b3-877df396dbda",
      "alg": "RSA-OAEP",
      "n": "rs9oAPoyp2jcJ8u1lytIHzam_Vb2Zf51O5VgBm1aZTx2V6manz5HH9aropJmoXB_k8P9zSvTaDIvs1dWv-xk_hNkxVO71JTaujmPVGrSo6Vez2SOkKHqSpGdt8dJtw1u8cHt-OjL1pN_kOxDAz_3XFRd4zbg1Fr41oBL1wNzB2zaTiq3JVLSWIqPU9kTEBIkYj-KEk6i3CXjQeleJIcDNfT3X4HpoyQBLkfjWU5_KQhj3MiiwfCyK__ut824YuuJ2zvWuZ6RpqOBESQXP70X1GqlFnli_7K6ndSvFATvwxXYHAs10gRNp-iZAWAPMRyLs0VR1RN0Brx8OAyExJzouQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "04c7f70b-5773-4589-9ae4-b2a3d6359100",
      "x": "iuYEKxWV9_JKfk1S_i8bJlGBxzLVlas9PgSwzfQSQak",
      "y": "tFpF21jyOwX339wNO1F99KdhX4UDyoCozdWVt1qt6NQ",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2021-10-01 07:11:09 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance JGHqt33r5zNen40
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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"
  ],
  "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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48", "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48", "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48", "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"], "jwks_uri": "https://89.45.234.133:8090/static/jwks.json", "grant_types": ["authorization_code", "implicit"]}
Registration endpoint
2021-10-01 07:11:09 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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ]
}
2021-10-01 07:11:09 SUCCESS
EnsureRegistrationRequestContainsAtLeastOneContact
Registration request contains valid contacts
contacts
[
  "ops@example.com"
]
2021-10-01 07:11:09 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code",
  "implicit"
]
response_types
[
  "code",
  "id_token"
]
2021-10-01 07:11:09 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://89.45.234.133:8090/authz_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"
]
2021-10-01 07:11:09 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2021-10-01 07:11:09 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2021-10-01 07:11:09 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2021-10-01 07:11:09 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2021-10-01 07:11:09 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2021-10-01 07:11:09 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 07:11:09 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2021-10-01 07:11:09 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 07:11:09 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2021-10-01 07:11:09 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 07:11:09 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2021-10-01 07:11:09 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 07:11:09 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2021-10-01 07:11:09 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2021-10-01 07:11:09 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2021-10-01 07:11:09 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2021-10-01 07:11:09 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2021-10-01 07:11:09 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2021-10-01 07:11:09 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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_lVCgiHuqcBWRLyW42200%,\u003c\"`"
}
2021-10-01 07:11:09
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_rVySMsEbHSYweejUcLqXunoebkFZuhdXDiqipSveRJCTPlTvKw0894675713.!;$%
2021-10-01 07:11:09 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2021-10-01 07:11:09
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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_lVCgiHuqcBWRLyW42200%,\u003c\"`",
  "client_secret": "secret_rVySMsEbHSYweejUcLqXunoebkFZuhdXDiqipSveRJCTPlTvKw0894675713.!;$%",
  "id_token_signed_response_alg": "RS256"
}
2021-10-01 07:11:09 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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_lVCgiHuqcBWRLyW42200%,\u003c\"`",
  "client_secret": "secret_rVySMsEbHSYweejUcLqXunoebkFZuhdXDiqipSveRJCTPlTvKw0894675713.!;$%",
  "id_token_signed_response_alg": "RS256"
}
2021-10-01 07:11:09
FetchClientKeys
Fetching client keys
jwks_uri
https://89.45.234.133:8090/static/jwks.json
2021-10-01 07:11:09
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 07:11:09 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 07:11:08 GMT",
  "cache-control": "public, max-age\u003d43200",
  "expires": "Fri, 01 Oct 2021 19:11:09 GMT",
  "etag": "\"1633072268.0413742-691-625874018\"",
  "date": "Fri, 01 Oct 2021 07:11:09 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 07:11:09
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 07:11:09 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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_lVCgiHuqcBWRLyW42200%,\u003c\"`",
  "client_secret": "secret_rVySMsEbHSYweejUcLqXunoebkFZuhdXDiqipSveRJCTPlTvKw0894675713.!;$%",
  "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 07:11:09
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2021-10-01 07:11:09
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2021-10-01 07:11:09 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance JGHqt33r5zNen40
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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
    "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_lVCgiHuqcBWRLyW42200%,\u003c\"`",
  "client_secret": "secret_rVySMsEbHSYweejUcLqXunoebkFZuhdXDiqipSveRJCTPlTvKw0894675713.!;$%",
  "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 07:11:11 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance JGHqt33r5zNen40
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/f9b6adf0700aa958cd02a1113c87a096da837de8cce2124d75d3345e0f19194f",
  "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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "scope": "openid profile email address phone",
  "response_type": "code",
  "nonce": "U360eME3uzGjQuSV98pPLi26",
  "response_mode": "form_post",
  "state": "66akcgK5LDmgQvwVnZEMY01WCyYeQi7p",
  "client_id": "client_lVCgiHuqcBWRLyW42200%,\u003c\"`"
}
incoming_body
Authorization endpoint
2021-10-01 07:11:11 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2021-10-01 07:11:11 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
expected
openid
2021-10-01 07:11:11 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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "scope": "openid profile email address phone",
  "response_type": "code",
  "nonce": "U360eME3uzGjQuSV98pPLi26",
  "response_mode": "form_post",
  "state": "66akcgK5LDmgQvwVnZEMY01WCyYeQi7p",
  "client_id": "client_lVCgiHuqcBWRLyW42200%,\u003c\"`"
}
2021-10-01 07:11:11 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email address phone
2021-10-01 07:11:11 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
U360eME3uzGjQuSV98pPLi26
2021-10-01 07:11:11 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2021-10-01 07:11:11 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_lVCgiHuqcBWRLyW42200%,<"`
2021-10-01 07:11:11 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48
expected
[
  "https://89.45.234.133:8090/authz_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "https://89.45.234.133:8090/authz_im_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "https://89.45.234.133:8090/req_uri/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48"
]
2021-10-01 07:11:11 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
expected
openid
2021-10-01 07:11:11 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2021-10-01 07:11:11 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
o2Oz1H3zAdss2yIIHwhEcpuObtl1gKH5
2021-10-01 07:11:11 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
3JpT7HQert2t86H9vqaLXw
2021-10-01 07:11:11 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "state": "66akcgK5LDmgQvwVnZEMY01WCyYeQi7p"
}
2021-10-01 07:11:11 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "state": "66akcgK5LDmgQvwVnZEMY01WCyYeQi7p",
  "code": "o2Oz1H3zAdss2yIIHwhEcpuObtl1gKH5"
}
2021-10-01 07:11:11 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance JGHqt33r5zNen40
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://89.45.234.133:8090/authz_fp_cb/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48, formParameters={"state":"66akcgK5LDmgQvwVnZEMY01WCyYeQi7p","code":"o2Oz1H3zAdss2yIIHwhEcpuObtl1gKH5"}}]
outgoing_path
authorize
2021-10-01 07:11:13 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance JGHqt33r5zNen40
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "python-requests/2.25.1",
  "accept-encoding": "gzip, deflate",
  "accept": "*/*",
  "authorization": "Basic Y2xpZW50X2xWQ2dpSHVxY0JXUkx5VzQyMjAwJTI1JTJDJTNDJTIyJTYwOnNlY3JldF9yVnlTTXNFYkhTWXdlZWpVY0xxWHVub2Via0ZadWhkWERpcWlwU3ZlUkpDVFBsVHZLdzA4OTQ2NzU3MTMuJTIxJTNCJTI0JTI1",
  "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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48",
  "client_id": "client_lVCgiHuqcBWRLyW42200%,\u003c\"`",
  "state": "66akcgK5LDmgQvwVnZEMY01WCyYeQi7p",
  "code": "o2Oz1H3zAdss2yIIHwhEcpuObtl1gKH5"
}
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%2Fa4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48&client_id=client_lVCgiHuqcBWRLyW42200%25%2C%3C%22%60&state=66akcgK5LDmgQvwVnZEMY01WCyYeQi7p&code=o2Oz1H3zAdss2yIIHwhEcpuObtl1gKH5
Token endpoint
2021-10-01 07:11:13 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_lVCgiHuqcBWRLyW42200%,<"`
client_secret
secret_rVySMsEbHSYweejUcLqXunoebkFZuhdXDiqipSveRJCTPlTvKw0894675713.!;$%
method
client_secret_basic
2021-10-01 07:11:13 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2021-10-01 07:11:13 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
o2Oz1H3zAdss2yIIHwhEcpuObtl1gKH5
2021-10-01 07:11:13 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/a4102dfce746fb4bbb796881f735ff35df80781577261df7046e6e024f3fbc48
2021-10-01 07:11:13 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
Apgek5PG9ryakX6dJ1U1DTL0rb8ZwbeJ1Z1RquZ7PsYfcE9mnV
2021-10-01 07:11:13 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
L8V0sSe87JbTq4AXBqPdpQ
2021-10-01 07:11:13 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/idpy/
sub
user-subject-1234531
aud
client_lVCgiHuqcBWRLyW42200%,<"`
nonce
U360eME3uzGjQuSV98pPLi26
iat
1633072273
exp
1633072573
2021-10-01 07:11:13 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
L8V0sSe87JbTq4AXBqPdpQ
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/idpy/",
  "sub": "user-subject-1234531",
  "aud": "client_lVCgiHuqcBWRLyW42200%,\u003c\"`",
  "nonce": "U360eME3uzGjQuSV98pPLi26",
  "iat": 1633072273,
  "exp": 1633072573,
  "at_hash": "L8V0sSe87JbTq4AXBqPdpQ"
}
2021-10-01 07:11:13 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiJhYzc2MGY4Mi1jODhhLTRiNDEtYjc2MC0wOGZjZjZkZTUzODIiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiTDhWMHNTZTg3SmJUcTRBWEJxUGRwUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X2xWQ2dpSHVxY0JXUkx5VzQyMjAwJSw8XCJgIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL2lkcHlcLyIsImV4cCI6MTYzMzA3MjU3Mywibm9uY2UiOiJVMzYwZU1FM3V6R2pRdVNWOThwUExpMjYiLCJpYXQiOjE2MzMwNzIyNzN9.LRua6b7mlEjIFjr1Adf_rcPZ1KpbhOIdiGUR3v_AqaVyuXd8ckMhv4ws0zbxHIVoEHzS4d2H80UTGfVD7bVfFCuVf_AH_E0tge5p7xjFprBfYtKCWw0O2m5xiRhopDW_xYAITUm38mxrTYEsofB3BBKp7pZf2Vczzqa7tVZs4xY0mI1PioBmvApLvDmONndkgAdtVxZQQXoct6ol0VvKDmk38zv6E0j28iUbLuYpzsBJ98om4O2IC-UyV9UvJBQfnJ-EvHCnhbPLEksu5YTuiGLR6fhdCqwiugLOEFVqolIWtPjoQ2f49Pl9H6EaR-IBoNgTT2A1bNxv9Oxxib6VXw
key
{"p":"zyvvB10ciIUGoixvmtrTUy-e5KtU7RLzI4kkC24n2ZM3OLMbQ1b7uU7pecebNItTGCdeHqdn9wL5oP5U610Gp1996iPWDpAIENpPoriWZ67uFPAdwE9YV3HJo2kACB1Pb3YAs3vBmhHdwbQ_yV6zWFH8c6JuUjLsJcnmkXKTajk","kty":"RSA","q":"wCWgbmRZBInVV4bHmdxZQ8kCuGhO-Gl0prvvodbegLhNuJXFogfJ8oEQpIjjtuiYVT44lp0IFmdhkMPtesLgsFX_30zRlGIBlYczsue22ZW1h4H39yZ4vIORuKNy4lQovBJE2GHzudfZzknnGl-D4DKgMVdpiTD8XWMgb1hqqsk","d":"DPH-RYcYjr7b9f0PrhA5Bi4K8QTutlueAh8TE0NDlM2xWhH_5UaVlz5tdnAEjSuZ3Toy0H8xLCc9bUtZY5oh-fXYF3fatqGs-gdTez_k0Zj3dQN1IddhO90rDol5XMx6g_u--NXnwoqftzhWQsqlY6F63GS9ajFfsrQ33MmZTcWuUExyzMYptTDWJMGtPTsY57YURvf-J6Xg0FhI_u2MjPinVeZhZKNz8dW18WcHy3x4m3PFkvFeaCfUFTz9EZ7jLjk2fqZIHUz-aSF8Gu96HN3E3-4ABaSB4qizs9gAETTB0t2-UBS3nM1o91ir4cq12PbaZ2R_NXNO5XJsMuNsAQ","e":"AQAB","use":"sig","kid":"ac760f82-c88a-4b41-b760-08fcf6de5382","qi":"yS-AKXzhGwfvgM3TsG2PaYS81aFGJ4oKKkf5_lI0XXTnpgGrDu_iXimZwnaP7HVo8HkEds6BRrd1rNGWycfIE9mc08FC-6FfaWdSbBK2E4QGaCPqjd6GYrBJFfxqipE0jI2tn0FrKpJ95oxO8uNZ_-yiCdJMfTuW27MGkINU5i0","dp":"IGRnKEiXuITMJ7k47gZ--ke82VYsnjDTUWAVAbCEjJFnFfdzMNE95JiBCuh5zPpn0KP_JF3adJXDgDekAXT3IF5e6qgVxQsiJ7hqsS-ZXLbORPnSPQpq7qk89M7rEVm73Nqfe3DDMZrPiITtYEftVMbk6ROhmjqaD8KEyYMXp4k","dq":"RnxHCtfi08hgK5h0lht_317YkZ8qAPRmZ1efw0WYH638TM8cTaD_0ubHnSPeLNXMM9D8XzvBoL5RyxIkhpkAZY9Wqqp6Yy1EmX6cV2-q4syJZ-kkdlR1i-nTxeCnnyDyRHOLL7lW-ACXlJYFoeYR8WeA3jjLrRj8KqHXXyEXGAk","n":"m39mc91gXjCMnVOY67nDfbQ6g19UnKMdLCgIXiObB5EuKLJkMFnY3CdCSvSA_oF0xyKJIqC8NzK_plLk7KVsTDDk2PWXk7mZsuBaNXXeSXfKmmmUJJ9MuhtZ4u8akeqSaiWs4jMT6lcw4lk4E4_GHNmkT48ZeY_ap5jlBVLdz-laTA864WkXucU8Bun5Wzmj3Y6oMv75vShf9SzjqS3t7qwuxuT96SJp_vm7jSnEiGO8mHf55ivMjG6JdPvwMbtGTnjAzNgANFeGYwJ0PP9qYwnK4hQ2gUpMmYNyaJZiPeUrI6cybT2SS4xKZdR14E7aGRosxr3kHXUae-qNbeJAwQ"}
algorithm
RS256
2021-10-01 07:11:13 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 07:11:13 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
Apgek5PG9ryakX6dJ1U1DTL0rb8ZwbeJ1Z1RquZ7PsYfcE9mnV
token_type
Bearer
id_token
eyJraWQiOiJhYzc2MGY4Mi1jODhhLTRiNDEtYjc2MC0wOGZjZjZkZTUzODIiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiTDhWMHNTZTg3SmJUcTRBWEJxUGRwUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X2xWQ2dpSHVxY0JXUkx5VzQyMjAwJSw8XCJgIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL2lkcHlcLyIsImV4cCI6MTYzMzA3MjU3Mywibm9uY2UiOiJVMzYwZU1FM3V6R2pRdVNWOThwUExpMjYiLCJpYXQiOjE2MzMwNzIyNzN9.LRua6b7mlEjIFjr1Adf_rcPZ1KpbhOIdiGUR3v_AqaVyuXd8ckMhv4ws0zbxHIVoEHzS4d2H80UTGfVD7bVfFCuVf_AH_E0tge5p7xjFprBfYtKCWw0O2m5xiRhopDW_xYAITUm38mxrTYEsofB3BBKp7pZf2Vczzqa7tVZs4xY0mI1PioBmvApLvDmONndkgAdtVxZQQXoct6ol0VvKDmk38zv6E0j28iUbLuYpzsBJ98om4O2IC-UyV9UvJBQfnJ-EvHCnhbPLEksu5YTuiGLR6fhdCqwiugLOEFVqolIWtPjoQ2f49Pl9H6EaR-IBoNgTT2A1bNxv9Oxxib6VXw
scope
openid profile email address phone
2021-10-01 07:11:13 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance JGHqt33r5zNen40
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "Apgek5PG9ryakX6dJ1U1DTL0rb8ZwbeJ1Z1RquZ7PsYfcE9mnV",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiJhYzc2MGY4Mi1jODhhLTRiNDEtYjc2MC0wOGZjZjZkZTUzODIiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiTDhWMHNTZTg3SmJUcTRBWEJxUGRwUSIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X2xWQ2dpSHVxY0JXUkx5VzQyMjAwJSw8XCJgIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL2lkcHlcLyIsImV4cCI6MTYzMzA3MjU3Mywibm9uY2UiOiJVMzYwZU1FM3V6R2pRdVNWOThwUExpMjYiLCJpYXQiOjE2MzMwNzIyNzN9.LRua6b7mlEjIFjr1Adf_rcPZ1KpbhOIdiGUR3v_AqaVyuXd8ckMhv4ws0zbxHIVoEHzS4d2H80UTGfVD7bVfFCuVf_AH_E0tge5p7xjFprBfYtKCWw0O2m5xiRhopDW_xYAITUm38mxrTYEsofB3BBKp7pZf2Vczzqa7tVZs4xY0mI1PioBmvApLvDmONndkgAdtVxZQQXoct6ol0VvKDmk38zv6E0j28iUbLuYpzsBJ98om4O2IC-UyV9UvJBQfnJ-EvHCnhbPLEksu5YTuiGLR6fhdCqwiugLOEFVqolIWtPjoQ2f49Pl9H6EaR-IBoNgTT2A1bNxv9Oxxib6VXw",
  "scope": "openid profile email address phone"
}
outgoing_path
token
2021-10-01 07:11:13 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance JGHqt33r5zNen40
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "python-requests/2.25.1",
  "accept-encoding": "gzip, deflate",
  "accept": "*/*",
  "authorization": "Bearer Apgek5PG9ryakX6dJ1U1DTL0rb8ZwbeJ1Z1RquZ7PsYfcE9mnV",
  "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 07:11:13 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
Apgek5PG9ryakX6dJ1U1DTL0rb8ZwbeJ1Z1RquZ7PsYfcE9mnV
2021-10-01 07:11:13 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
Apgek5PG9ryakX6dJ1U1DTL0rb8ZwbeJ1Z1RquZ7PsYfcE9mnV
2021-10-01 07:11:13 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 07:11:13
ClearAccessTokenFromRequest
Condition ran but did not log anything
2021-10-01 07:11:13 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 07:11:13 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 07:11:13 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 07:11:13 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance JGHqt33r5zNen40
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 07:11:13 FINISHED
oidcc-client-test-idtoken-sig-rs256
Test has run to completion
testmodule_result
PASSED
2021-10-01 07:11:18
TEST-RUNNER
Alias has now been claimed by another test
alias
idpy
new_test_id
ac0y4eOl2ci9KE5
Test Results