Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-10-08 08:45:10 INFO
TEST-RUNNER
Test instance USFHuUfFLjBfSw1 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": "default",
  "client_registration": "dynamic_client"
}
alias
idpy
description
oidcrp
planId
DzQn2tM8FOnAc
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-08 08:45:10 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-08 08:45:10
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-08 08:45:10
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "84ZG5aPxr_Uu6ykynfeRUQ4kIVOHZmsMRZMsNtzE8mfpmnpH8jqrNDKMkkbRXI3AA59MZBbxeGyJWnzz643jF_yvL5D2uIR_ghlnU_ES9FS128zRhH_tiUXDCjzs9oizfcp4v8gCETyMJtDuoKb3RpVwvAtleYv9kRAxkB_vEpk",
      "kty": "RSA",
      "q": "mQ5kAtHZXngmPzoli2zNPUe7tQZAvv0CJlVEKXUa8oclmv9r-39cH5yuzi-xqltBJpW87ijJEP6ZOKBUEOxjeVA0RGFtPNt5qATeeSaNalkPHRdQ-aI_0LEVbqBhCzeKEuCs6Mn09qHm9uN5MeYycacXOkU1THfZ4waozc1xGMU",
      "d": "ZWKetR0XwOoMVyIxeCapzSVetXdIhA5AFmVnRiPL1wuk3eO4qo3wXNHnLE_mbSvqnPitUCCdCtRtOTCLM08xurlXGDiRR-5PKqcHBwKMiN-MCAik0NOTA9tW_P1mt4qqKFbTOAStRBKORnDp2e8dj6r9gNGsVBd1DVo8N0i7Xn-XPN-oaMShDwCzeMk7zgwNqBgG_q6Ok-2_Py8y5FVVcblt8FOiBqEzOwrqPQirQqOcOXyWLZO2VvijkOmgpF1h-VTdsYf3F-04BIaJqO888UUk1VCPCT6LUKlJ3KytpEimrW51hx5LK4hZoCCcsy5OeCG_d3L4dkFnvS4c7JrJgQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "72b65bd1-beb8-4be0-8d46-557adef0bc9b",
      "qi": "Cr8Wwbfm0yWANi2_7lrJKdjMhigCDuzJxBKV8DdhEuVKeKg4wwKXpwnzJjxy3eMpShWGEOt9oKJPXYs28Ri9fcav_uBJlHrDh3spFMMDJ_yVHu3ly1WZJOnJJzrlukxqDwBJZ-f-cXRchx7uyhgTRR9cA9FJ2CVjC9bbo3qopvo",
      "dp": "zu1igO92BxZH7_rpz-D10fI6MTdQ7m4310bfYx7lGzXBAkq1p9bCc3Agkosqi4LHjkxmFQaJ2NIhRIq4mYfPWCqWkcyUWOX9kwcTDfjjKkpw3XyE7BnoNaTZvnFWyYYPPuw0_oFtgEf6r2EJ4-j8ZTXGvYLRjx6tL_6anuUDuME",
      "dq": "jWltX-mRIyZxeAN6QtqQuii3tiaD1bIftVkcdA1di2zwgsexdhmS_SYfoCMSzKophMPeXlDSjOAeouIHKeeudJx03iUB77N8MI_nGRpUmEiWnTM4vpx4x5GFksOdRebXrF9ngmFt8h1eLwe2pzLfsoBGBrGA8Bjf-FDjz9obv10",
      "n": "kZjw2kHoEcgF7iz4URfc7XvQfcdPKLgEsXlPvlzFhNri5-1HO3n4Hf2N3j9WK2i4C4HGNAAp47Dh5Y4VEaCqOolg1J_nlvxh4b4s0irJmyPFnOSsvT90eYRs1AXa0ydBHFhh6jBzpt-ib_aT1x9jdnSee0WnwnNACzcYWq3Sq4q_Vsx179G1WC7gh3Om7leqbd7YS60_4BTP1N0rXM2pa_2AyeJYL_Auba6D-5DIjMa6lQhVBWB9rQIwFHJ4jQXpxJGMFOM7lYkbUZTL8emY0dE2hVcXIPlummcVHT78cDzomA7x6GWTREXGQ8y11D4JJAHSsHmnZLgBiH3Xt0CnvQ"
    },
    {
      "kty": "EC",
      "d": "GwdvIsI7kaeECEeWyayJq4LcP-2Hj3Aqm9Iefm9FBh8",
      "use": "sig",
      "crv": "P-256",
      "kid": "87fee076-bd42-45f0-870c-371cc1583fa2",
      "x": "WXHTg7xWCtEZbTuuKPUWWRYHoZg69Zo12GrSBB6rACE",
      "y": "NEOViCcmMQuZ1Uk_DV1oLDk2a-zrQDpuhnsRoG0RKNg"
    },
    {
      "kty": "EC",
      "d": "6fKU4hrRhxcxlqPXS9_KZi-X40h5Ahkpv8zJJ8DdDM8",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "14f5695a-e054-47f8-aa31-4bf3dda4aa35",
      "x": "WiqYmoPDQOG63P7-PTH--LqF_PXtc4d3r9rDu679Eag",
      "y": "rrS_qBhrEjQyMR5YmCXRSK4aXLdPoTtRETGeoDpS8fk"
    },
    {
      "kty": "OKP",
      "d": "eyJQ7_flWYAXxMdvtBsXRWKCiWePRJ_0pZ0SaPAQmDU",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "319503f3-4b21-4830-8482-e40d58e429b2",
      "x": "HljNTQWjwsXdSuHfRKTnoiKmLK90Xt9dEOw6RSZeC6E"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "3zmjgrMLliM79JCu1ZkyY8gpAxlu8yVRfJnXr8VgIdK7gG2gigUVODChKTPlBcxHnBWb0s7kOtXr0k2Dp6LAZ0be8KkE_av15VVpzaRK5_MLjBVY2BIFrog3_kXRb9--oaz6P2ICnCqxN5kx9yDmAE58Z7A7ueFI-lpFDpoOilk",
      "kty": "RSA",
      "q": "19LrjW2xFP8iU3FDsimDabQkAmsBnGQsPgk2SZx0i66cfubOIy1VIE1q20rpeSP5bp_iM2a-We0D4gW6ZxGAz8gpOrdGwR-nArIK_t1zvpm8bGL78WqB5Yhi4Y2omTduTgcaFGACh1pG4HiBUDwpcamQgL-rYocOpLLDh7GmYFE",
      "d": "l8Lm_imuVSHWdirXsZfsbJv8LP-8UzT7eX_Y5G20tj59fWGvaY3RtaRCTpaEj2arrPMmosVXaQory2KQ6Kuo03SyBAfibYcYNeRpAQCyJcHtgTLVRc_yqVfqD_x4UseMFSqB2Tf1NkaG6FT3q6aOdEUnTcr9T10z5xwtKPUYvJ7Ehbk9XvMQ6WG_75mM5gk_-_2aHXT5_eveEZKdeSdu7L95BLHmnOjR_rW_G8D0mnBVQVTYRztD2VbhzG4klEfeiOEfwYs_5_pl5--SaI-Y0ACjPdCPHqeGdThswdwaNutDmyTkUr79M5yceEXFxr6MuRv7R7iUNOslp_eMKjJ_AQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "2e9b0fd8-5a67-4db7-a6a0-32f51c89a3b2",
      "qi": "yONw2yUACXFm5UYxQsfD2MY1c2eiA9Rg1BauGpGdfDrT_niem-u8RvhhDCFdVZ-OGeaW6g2AXXqW-DbSpZXyfqFm5nt5YeAVdsIz5xqm8QYSVaTXO8oDafW1b7bPFd6URV9-XE_8vGa2xmi9NauHk8w-Bk1AE7runHxKWdJaIso",
      "dp": "M61gUS2qDQPzKVclYoWoyLjZ5cHJkbid-L6U1DhZXPswNTcr50ft9agsZyGAb6svGM9X16HV7FkB0xnm1LQ03rPlgMlgQmnA72qqp9TVEoWNssxuWPczIYifjdoT9lZSB5PIC0xhVk374OcyTgfrtz50RnziFtI01uB3BD5eB2E",
      "alg": "RSA-OAEP",
      "dq": "W1eoW-YV8VX92CTyyr-pH56fMurI9sCqvOK3ODZgWRHgqBDVI6w3AAHj_MXaxGuGUNyYJrsQSwz1_L4B40dUJhyH3pLc_jWAQLLL1owxRXTZe2H1UXqLWXL8rot-1MHSDHITBpaP22tI3g4CZMvhmnpybxsv1PZmKyyBdreoO9E",
      "n": "vDFTACETl7itLdba8kBMSMbWDAMvG0v-jxDqsqfRSQNXS82Rtd_86qrVl0dnlN5egyXPOLjQoOcO1uztGGz5v0EPiHY47q0ITqYGKxSGOgLJWM9Fzb7hhM2XbfCPJKrtC2BXIXXw-bElpqOgezhdNdVLTFJmaVGJ404dL2TZNW63zCJDwUuBMq0Rnf7z1ev6GBuQ3K5xk7r-n4gTErSLMSPxl-SVVv5onE90E7Lbuar59QZ8ElSec8LzyV2MM640690STrA2-nlo41tjsfh5WEBRg0SLjukU7QQrvbPkMdV1RWOZjoQ0IJBbhRVH3qpNUYBSD8yV3uh3YAZocTEmKQ"
    },
    {
      "kty": "EC",
      "d": "fuffhyZ54NV36oq5GQRvQlTILqAF4TxsExfO_4ioVfM",
      "use": "enc",
      "crv": "P-256",
      "kid": "2bc20572-ea37-4b0c-88e5-3debb083a39e",
      "x": "L2CSb2uHNRd5-Jebr8-X7GvhMbIljz8Gmolw53Stza0",
      "y": "RrwJT7SOeiBKScpSNozxbbfgnY7586ZsZ5w9dW8t7rk",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "72b65bd1-beb8-4be0-8d46-557adef0bc9b",
      "n": "kZjw2kHoEcgF7iz4URfc7XvQfcdPKLgEsXlPvlzFhNri5-1HO3n4Hf2N3j9WK2i4C4HGNAAp47Dh5Y4VEaCqOolg1J_nlvxh4b4s0irJmyPFnOSsvT90eYRs1AXa0ydBHFhh6jBzpt-ib_aT1x9jdnSee0WnwnNACzcYWq3Sq4q_Vsx179G1WC7gh3Om7leqbd7YS60_4BTP1N0rXM2pa_2AyeJYL_Auba6D-5DIjMa6lQhVBWB9rQIwFHJ4jQXpxJGMFOM7lYkbUZTL8emY0dE2hVcXIPlummcVHT78cDzomA7x6GWTREXGQ8y11D4JJAHSsHmnZLgBiH3Xt0CnvQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "3da60096-bcd0-4f08-ab06-abd0d28030db",
      "n": "hjhuidZSNe7DG_axxxAqqNaKVKUDQ_fbDrgL_83g51E2uMtTubBlzMjmaoAoD2U1E0jSIT-L3IB56bZhsGPZV6mQMR_L4FA9GV6QYQHdRpbntQsLppERG2EgSL17YJ-kwcJrm5lSg4AsQhumVsbjPMeZdiwYgzJ8FoYBXVNE06bmRYtaL1f46ZUUtmaFTeSbWW9x1qpNm7iKZPJWvDuu0SmbOMR3FEvXDUHZqcM-0nb34uuMn8RC474SWfA3X2FAzyUGe3xP-Jg9nUoX5uBFQjzvMT4aB5RvnztaFFuqYcKH0lYYuzAeUUTBEOVSRkAQQ6RwcnsItAGzWtmtRw0x4w"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "87fee076-bd42-45f0-870c-371cc1583fa2",
      "x": "WXHTg7xWCtEZbTuuKPUWWRYHoZg69Zo12GrSBB6rACE",
      "y": "NEOViCcmMQuZ1Uk_DV1oLDk2a-zrQDpuhnsRoG0RKNg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "86e32d78-d25e-4a77-bdce-7c1ee06225d3",
      "x": "UGqdcnIwnf-I10CKiMEAv2tHvo9beWUKyh3KzgZofx0",
      "y": "sTfFWoH7MnZnPqxCY51JkXKMWYX0I3dozum8sLEfGNg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "14f5695a-e054-47f8-aa31-4bf3dda4aa35",
      "x": "WiqYmoPDQOG63P7-PTH--LqF_PXtc4d3r9rDu679Eag",
      "y": "rrS_qBhrEjQyMR5YmCXRSK4aXLdPoTtRETGeoDpS8fk"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "319503f3-4b21-4830-8482-e40d58e429b2",
      "x": "HljNTQWjwsXdSuHfRKTnoiKmLK90Xt9dEOw6RSZeC6E"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "2e9b0fd8-5a67-4db7-a6a0-32f51c89a3b2",
      "alg": "RSA-OAEP",
      "n": "vDFTACETl7itLdba8kBMSMbWDAMvG0v-jxDqsqfRSQNXS82Rtd_86qrVl0dnlN5egyXPOLjQoOcO1uztGGz5v0EPiHY47q0ITqYGKxSGOgLJWM9Fzb7hhM2XbfCPJKrtC2BXIXXw-bElpqOgezhdNdVLTFJmaVGJ404dL2TZNW63zCJDwUuBMq0Rnf7z1ev6GBuQ3K5xk7r-n4gTErSLMSPxl-SVVv5onE90E7Lbuar59QZ8ElSec8LzyV2MM640690STrA2-nlo41tjsfh5WEBRg0SLjukU7QQrvbPkMdV1RWOZjoQ0IJBbhRVH3qpNUYBSD8yV3uh3YAZocTEmKQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "2bc20572-ea37-4b0c-88e5-3debb083a39e",
      "x": "L2CSb2uHNRd5-Jebr8-X7GvhMbIljz8Gmolw53Stza0",
      "y": "RrwJT7SOeiBKScpSNozxbbfgnY7586ZsZ5w9dW8t7rk",
      "alg": "ECDH-ES"
    }
  ]
}
2021-10-08 08:45:10 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-10-08 08:45:10 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-10-08 08:45:10 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-08 08:45:10
StoreOriginalClientConfiguration
No client details on configuration, created an empty original_client_config object.
2021-10-08 08:45:10
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
2021-10-08 08:45:10
oidcc-client-test-idtoken-sig-rs256
Setup Done
2021-10-08 08:45:14 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance USFHuUfFLjBfSw1
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-08 08:45:14 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance USFHuUfFLjBfSw1
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-08 08:45:14 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance USFHuUfFLjBfSw1
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-08 08:45:14 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance USFHuUfFLjBfSw1
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "72b65bd1-beb8-4be0-8d46-557adef0bc9b",
      "n": "kZjw2kHoEcgF7iz4URfc7XvQfcdPKLgEsXlPvlzFhNri5-1HO3n4Hf2N3j9WK2i4C4HGNAAp47Dh5Y4VEaCqOolg1J_nlvxh4b4s0irJmyPFnOSsvT90eYRs1AXa0ydBHFhh6jBzpt-ib_aT1x9jdnSee0WnwnNACzcYWq3Sq4q_Vsx179G1WC7gh3Om7leqbd7YS60_4BTP1N0rXM2pa_2AyeJYL_Auba6D-5DIjMa6lQhVBWB9rQIwFHJ4jQXpxJGMFOM7lYkbUZTL8emY0dE2hVcXIPlummcVHT78cDzomA7x6GWTREXGQ8y11D4JJAHSsHmnZLgBiH3Xt0CnvQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "3da60096-bcd0-4f08-ab06-abd0d28030db",
      "n": "hjhuidZSNe7DG_axxxAqqNaKVKUDQ_fbDrgL_83g51E2uMtTubBlzMjmaoAoD2U1E0jSIT-L3IB56bZhsGPZV6mQMR_L4FA9GV6QYQHdRpbntQsLppERG2EgSL17YJ-kwcJrm5lSg4AsQhumVsbjPMeZdiwYgzJ8FoYBXVNE06bmRYtaL1f46ZUUtmaFTeSbWW9x1qpNm7iKZPJWvDuu0SmbOMR3FEvXDUHZqcM-0nb34uuMn8RC474SWfA3X2FAzyUGe3xP-Jg9nUoX5uBFQjzvMT4aB5RvnztaFFuqYcKH0lYYuzAeUUTBEOVSRkAQQ6RwcnsItAGzWtmtRw0x4w"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "87fee076-bd42-45f0-870c-371cc1583fa2",
      "x": "WXHTg7xWCtEZbTuuKPUWWRYHoZg69Zo12GrSBB6rACE",
      "y": "NEOViCcmMQuZ1Uk_DV1oLDk2a-zrQDpuhnsRoG0RKNg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "86e32d78-d25e-4a77-bdce-7c1ee06225d3",
      "x": "UGqdcnIwnf-I10CKiMEAv2tHvo9beWUKyh3KzgZofx0",
      "y": "sTfFWoH7MnZnPqxCY51JkXKMWYX0I3dozum8sLEfGNg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "14f5695a-e054-47f8-aa31-4bf3dda4aa35",
      "x": "WiqYmoPDQOG63P7-PTH--LqF_PXtc4d3r9rDu679Eag",
      "y": "rrS_qBhrEjQyMR5YmCXRSK4aXLdPoTtRETGeoDpS8fk"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "319503f3-4b21-4830-8482-e40d58e429b2",
      "x": "HljNTQWjwsXdSuHfRKTnoiKmLK90Xt9dEOw6RSZeC6E"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "2e9b0fd8-5a67-4db7-a6a0-32f51c89a3b2",
      "alg": "RSA-OAEP",
      "n": "vDFTACETl7itLdba8kBMSMbWDAMvG0v-jxDqsqfRSQNXS82Rtd_86qrVl0dnlN5egyXPOLjQoOcO1uztGGz5v0EPiHY47q0ITqYGKxSGOgLJWM9Fzb7hhM2XbfCPJKrtC2BXIXXw-bElpqOgezhdNdVLTFJmaVGJ404dL2TZNW63zCJDwUuBMq0Rnf7z1ev6GBuQ3K5xk7r-n4gTErSLMSPxl-SVVv5onE90E7Lbuar59QZ8ElSec8LzyV2MM640690STrA2-nlo41tjsfh5WEBRg0SLjukU7QQrvbPkMdV1RWOZjoQ0IJBbhRVH3qpNUYBSD8yV3uh3YAZocTEmKQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "2bc20572-ea37-4b0c-88e5-3debb083a39e",
      "x": "L2CSb2uHNRd5-Jebr8-X7GvhMbIljz8Gmolw53Stza0",
      "y": "RrwJT7SOeiBKScpSNozxbbfgnY7586ZsZ5w9dW8t7rk",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2021-10-08 08:45:15 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance USFHuUfFLjBfSw1
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": "493",
  "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/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
    "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"
  ],
  "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/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1", "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"], "jwks_uri": "https://89.45.234.133:8090/static/jwks.json", "grant_types": ["authorization_code", "implicit"]}
Registration endpoint
2021-10-08 08:45:15 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/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
    "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ]
}
2021-10-08 08:45:15 SUCCESS
EnsureRegistrationRequestContainsAtLeastOneContact
Registration request contains valid contacts
contacts
[
  "ops@example.com"
]
2021-10-08 08:45:15 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code",
  "implicit"
]
response_types
[
  "code",
  "id_token"
]
2021-10-08 08:45:15 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://89.45.234.133:8090/authz_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
  "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"
]
2021-10-08 08:45:15 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2021-10-08 08:45:15 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2021-10-08 08:45:15 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2021-10-08 08:45:15 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2021-10-08 08:45:15 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2021-10-08 08:45:15 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-08 08:45:15 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2021-10-08 08:45:15 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2021-10-08 08:45:15 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2021-10-08 08:45:15 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2021-10-08 08:45:15 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2021-10-08 08:45:15 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-08 08:45:15 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2021-10-08 08:45:15 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2021-10-08 08:45:15 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2021-10-08 08:45:15 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2021-10-08 08:45:15 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2021-10-08 08:45:15 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2021-10-08 08:45:15 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/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
    "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_TxLjzQuxeWEyzma29994[\"$$$"
}
2021-10-08 08:45:15
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_WYIlajkYfVbOtkchaiyTkrWVtYJWPOvsSmBStNnpYqGQTfMadr7937133340? {=_
2021-10-08 08:45:15 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2021-10-08 08:45:15
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/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
    "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_TxLjzQuxeWEyzma29994[\"$$$",
  "client_secret": "secret_WYIlajkYfVbOtkchaiyTkrWVtYJWPOvsSmBStNnpYqGQTfMadr7937133340? {\u003d_",
  "id_token_signed_response_alg": "RS256"
}
2021-10-08 08:45:15 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/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
    "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_TxLjzQuxeWEyzma29994[\"$$$",
  "client_secret": "secret_WYIlajkYfVbOtkchaiyTkrWVtYJWPOvsSmBStNnpYqGQTfMadr7937133340? {\u003d_",
  "id_token_signed_response_alg": "RS256"
}
2021-10-08 08:45:15
FetchClientKeys
Fetching client keys
jwks_uri
https://89.45.234.133:8090/static/jwks.json
2021-10-08 08:45:15
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-08 08:45:15 RESPONSE
FetchClientKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-length": "691",
  "content-type": "application/json",
  "last-modified": "Fri, 08 Oct 2021 08:45:13 GMT",
  "cache-control": "public, max-age\u003d43200",
  "expires": "Fri, 08 Oct 2021 20:45:15 GMT",
  "etag": "\"1633682713.9664295-691-625874018\"",
  "date": "Fri, 08 Oct 2021 08:45:15 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-08 08:45:15
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-08 08:45:15 SUCCESS
FetchClientKeys
Downloaded and added client JWK set to client
client
{
  "application_type": "web",
  "response_types": [
    "code",
    "id_token"
  ],
  "contacts": [
    "ops@example.com"
  ],
  "token_endpoint_auth_method": "client_secret_basic",
  "redirect_uris": [
    "https://89.45.234.133:8090/authz_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
    "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_TxLjzQuxeWEyzma29994[\"$$$",
  "client_secret": "secret_WYIlajkYfVbOtkchaiyTkrWVtYJWPOvsSmBStNnpYqGQTfMadr7937133340? {\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-08 08:45:15
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2021-10-08 08:45:15
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2021-10-08 08:45:15 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance USFHuUfFLjBfSw1
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/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
    "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"
  ],
  "jwks_uri": "https://89.45.234.133:8090/static/jwks.json",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "client_id": "client_TxLjzQuxeWEyzma29994[\"$$$",
  "client_secret": "secret_WYIlajkYfVbOtkchaiyTkrWVtYJWPOvsSmBStNnpYqGQTfMadr7937133340? {\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-08 08:45:15 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance USFHuUfFLjBfSw1
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,*/*;q\u003d0.8",
  "cookie": "JSESSIONID\u003d0E0601437642B0449830803A5B3B74D7; __utma\u003d201319536.1325286560.1632909994.1633446768.1633523692.11; __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/15.0 Safari/605.1.15",
  "accept-language": "en-us",
  "referer": "https://89.45.234.133:8090/",
  "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_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
  "scope": "openid profile email address phone",
  "response_type": "code token",
  "nonce": "iOGhlk0qkDL3LDVBfDm4hFTy",
  "state": "7bRywntY0AFazfQkesJmQAM0gFBp4C0J",
  "client_id": "client_TxLjzQuxeWEyzma29994[\"$$$"
}
incoming_body
Authorization endpoint
2021-10-08 08:45:15 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2021-10-08 08:45:15 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
expected
openid
2021-10-08 08:45:15 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "redirect_uri": "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
  "scope": "openid profile email address phone",
  "response_type": "code token",
  "nonce": "iOGhlk0qkDL3LDVBfDm4hFTy",
  "state": "7bRywntY0AFazfQkesJmQAM0gFBp4C0J",
  "client_id": "client_TxLjzQuxeWEyzma29994[\"$$$"
}
2021-10-08 08:45:15 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email address phone
2021-10-08 08:45:15 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
iOGhlk0qkDL3LDVBfDm4hFTy
2021-10-08 08:45:15 SUCCESS
EnsureResponseTypeIsCodeToken
Response type is expected value
expected
code token
2021-10-08 08:45:15 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_TxLjzQuxeWEyzma29994["$$$
2021-10-08 08:45:15 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1
expected
[
  "https://89.45.234.133:8090/authz_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
  "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1"
]
2021-10-08 08:45:15 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
expected
openid
2021-10-08 08:45:15 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2021-10-08 08:45:15 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
WSToaSZF7GZLU3pZBx11RQcZ76dS1Ahc
2021-10-08 08:45:15 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
xuzN_i0dF6_fHATsf1Paiw
2021-10-08 08:45:15 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
JcT8ozaYxilPGTodfqMw303qVov4IGk7unBvvBl2ojpp63MiOL
2021-10-08 08:45:15 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
-CCgLMA2lHAEAxEJj9gpZg
2021-10-08 08:45:15 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
  "state": "7bRywntY0AFazfQkesJmQAM0gFBp4C0J"
}
2021-10-08 08:45:15 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
  "state": "7bRywntY0AFazfQkesJmQAM0gFBp4C0J",
  "code": "WSToaSZF7GZLU3pZBx11RQcZ76dS1Ahc"
}
2021-10-08 08:45:15
AddTokenToAuthorizationEndpointResponseParams
Added token and token_type to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
  "state": "7bRywntY0AFazfQkesJmQAM0gFBp4C0J",
  "code": "WSToaSZF7GZLU3pZBx11RQcZ76dS1Ahc",
  "access_token": "JcT8ozaYxilPGTodfqMw303qVov4IGk7unBvvBl2ojpp63MiOL",
  "token_type": "Bearer"
}
2021-10-08 08:45:15
SendAuthorizationResponseWithResponseModeFragment
Redirecting back to client
uri
https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1#state=7bRywntY0AFazfQkesJmQAM0gFBp4C0J&code=WSToaSZF7GZLU3pZBx11RQcZ76dS1Ahc&access_token=JcT8ozaYxilPGTodfqMw303qVov4IGk7unBvvBl2ojpp63MiOL&token_type=Bearer
2021-10-08 08:45:15 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance USFHuUfFLjBfSw1
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1#state=7bRywntY0AFazfQkesJmQAM0gFBp4C0J&code=WSToaSZF7GZLU3pZBx11RQcZ76dS1Ahc&access_token=JcT8ozaYxilPGTodfqMw303qVov4IGk7unBvvBl2ojpp63MiOL&token_type=Bearer]
outgoing_path
authorize
2021-10-08 08:45:16 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance USFHuUfFLjBfSw1
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "python-requests/2.25.1",
  "accept-encoding": "gzip, deflate",
  "accept": "*/*",
  "authorization": "Basic Y2xpZW50X1R4TGp6UXV4ZVdFeXptYTI5OTk0JTVCJTIyJTI0JTI0JTI0OnNlY3JldF9XWUlsYWprWWZWYk90a2NoYWl5VGtyV1Z0WUpXUE92c1NtQlN0Tm5wWXFHUVRmTWFkcjc5MzcxMzMzNDAlM0YrJTdCJTNEXw\u003d\u003d",
  "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_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1",
  "client_id": "client_TxLjzQuxeWEyzma29994[\"$$$",
  "state": "7bRywntY0AFazfQkesJmQAM0gFBp4C0J",
  "code": "WSToaSZF7GZLU3pZBx11RQcZ76dS1Ahc"
}
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_im_cb%2F0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1&client_id=client_TxLjzQuxeWEyzma29994%5B%22%24%24%24&state=7bRywntY0AFazfQkesJmQAM0gFBp4C0J&code=WSToaSZF7GZLU3pZBx11RQcZ76dS1Ahc
Token endpoint
2021-10-08 08:45:16 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_TxLjzQuxeWEyzma29994["$$$
client_secret
secret_WYIlajkYfVbOtkchaiyTkrWVtYJWPOvsSmBStNnpYqGQTfMadr7937133340? {=_
method
client_secret_basic
2021-10-08 08:45:16 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2021-10-08 08:45:16 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
WSToaSZF7GZLU3pZBx11RQcZ76dS1Ahc
2021-10-08 08:45:16 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://89.45.234.133:8090/authz_im_cb/0fbd46f70abf6f37700bc6b4625798efe528455b0b004a5aa2607b82339de4a1
2021-10-08 08:45:16 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
pk7V6J6JhBxwmwfCTdGH033qP4I8BycdF0V1IO1A9WKtpmsoET
2021-10-08 08:45:16 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
rIKuvbEQOpHcb74-LOhSQw
2021-10-08 08:45:16 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/idpy/
sub
user-subject-1234531
aud
client_TxLjzQuxeWEyzma29994["$$$
nonce
iOGhlk0qkDL3LDVBfDm4hFTy
iat
1633682716
exp
1633683016
2021-10-08 08:45:16 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
rIKuvbEQOpHcb74-LOhSQw
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/idpy/",
  "sub": "user-subject-1234531",
  "aud": "client_TxLjzQuxeWEyzma29994[\"$$$",
  "nonce": "iOGhlk0qkDL3LDVBfDm4hFTy",
  "iat": 1633682716,
  "exp": 1633683016,
  "at_hash": "rIKuvbEQOpHcb74-LOhSQw"
}
2021-10-08 08:45:16 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiI3MmI2NWJkMS1iZWI4LTRiZTAtOGQ0Ni01NTdhZGVmMGJjOWIiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicklLdXZiRVFPcEhjYjc0LUxPaFNRdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1R4TGp6UXV4ZVdFeXptYTI5OTk0W1wiJCQkIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL2lkcHlcLyIsImV4cCI6MTYzMzY4MzAxNiwibm9uY2UiOiJpT0dobGswcWtETDNMRFZCZkRtNGhGVHkiLCJpYXQiOjE2MzM2ODI3MTZ9.XEoT01eyUa9Jt-wg57RdpYcGiK7E75YK8y2b21jLTcQ2LW2BxqsfBD_3N8kj-mf9e6iebUygvs0F56T5ymK2bVcKJgXXVWSx4433hdxh_AEFTAabMQf_pfWk7EuX_tX4Oz4AiXwYeD024Xr3kVWwaGS0Y2x5hHncHq7iCFlyN4TkhAnTY9soC8BWoHx4OcGOPBFSVr5duQPao5mnfbcjWvLqAv_Hknxxw2WMyTHZ82SLWeIOb2kxtaBVIq1Chv4CcBt-YDmJ9pXmraCu5CRn87krzqzfb9JjmoG0aiMitr4AE-cH02-RyWo4OaPt1vEmOvM-Grh2O2wBZnUXVBaT4A
key
{"p":"84ZG5aPxr_Uu6ykynfeRUQ4kIVOHZmsMRZMsNtzE8mfpmnpH8jqrNDKMkkbRXI3AA59MZBbxeGyJWnzz643jF_yvL5D2uIR_ghlnU_ES9FS128zRhH_tiUXDCjzs9oizfcp4v8gCETyMJtDuoKb3RpVwvAtleYv9kRAxkB_vEpk","kty":"RSA","q":"mQ5kAtHZXngmPzoli2zNPUe7tQZAvv0CJlVEKXUa8oclmv9r-39cH5yuzi-xqltBJpW87ijJEP6ZOKBUEOxjeVA0RGFtPNt5qATeeSaNalkPHRdQ-aI_0LEVbqBhCzeKEuCs6Mn09qHm9uN5MeYycacXOkU1THfZ4waozc1xGMU","d":"ZWKetR0XwOoMVyIxeCapzSVetXdIhA5AFmVnRiPL1wuk3eO4qo3wXNHnLE_mbSvqnPitUCCdCtRtOTCLM08xurlXGDiRR-5PKqcHBwKMiN-MCAik0NOTA9tW_P1mt4qqKFbTOAStRBKORnDp2e8dj6r9gNGsVBd1DVo8N0i7Xn-XPN-oaMShDwCzeMk7zgwNqBgG_q6Ok-2_Py8y5FVVcblt8FOiBqEzOwrqPQirQqOcOXyWLZO2VvijkOmgpF1h-VTdsYf3F-04BIaJqO888UUk1VCPCT6LUKlJ3KytpEimrW51hx5LK4hZoCCcsy5OeCG_d3L4dkFnvS4c7JrJgQ","e":"AQAB","use":"sig","kid":"72b65bd1-beb8-4be0-8d46-557adef0bc9b","qi":"Cr8Wwbfm0yWANi2_7lrJKdjMhigCDuzJxBKV8DdhEuVKeKg4wwKXpwnzJjxy3eMpShWGEOt9oKJPXYs28Ri9fcav_uBJlHrDh3spFMMDJ_yVHu3ly1WZJOnJJzrlukxqDwBJZ-f-cXRchx7uyhgTRR9cA9FJ2CVjC9bbo3qopvo","dp":"zu1igO92BxZH7_rpz-D10fI6MTdQ7m4310bfYx7lGzXBAkq1p9bCc3Agkosqi4LHjkxmFQaJ2NIhRIq4mYfPWCqWkcyUWOX9kwcTDfjjKkpw3XyE7BnoNaTZvnFWyYYPPuw0_oFtgEf6r2EJ4-j8ZTXGvYLRjx6tL_6anuUDuME","dq":"jWltX-mRIyZxeAN6QtqQuii3tiaD1bIftVkcdA1di2zwgsexdhmS_SYfoCMSzKophMPeXlDSjOAeouIHKeeudJx03iUB77N8MI_nGRpUmEiWnTM4vpx4x5GFksOdRebXrF9ngmFt8h1eLwe2pzLfsoBGBrGA8Bjf-FDjz9obv10","n":"kZjw2kHoEcgF7iz4URfc7XvQfcdPKLgEsXlPvlzFhNri5-1HO3n4Hf2N3j9WK2i4C4HGNAAp47Dh5Y4VEaCqOolg1J_nlvxh4b4s0irJmyPFnOSsvT90eYRs1AXa0ydBHFhh6jBzpt-ib_aT1x9jdnSee0WnwnNACzcYWq3Sq4q_Vsx179G1WC7gh3Om7leqbd7YS60_4BTP1N0rXM2pa_2AyeJYL_Auba6D-5DIjMa6lQhVBWB9rQIwFHJ4jQXpxJGMFOM7lYkbUZTL8emY0dE2hVcXIPlummcVHT78cDzomA7x6GWTREXGQ8y11D4JJAHSsHmnZLgBiH3Xt0CnvQ"}
algorithm
RS256
2021-10-08 08:45:16 INFO
EncryptIdToken
Skipped evaluation due to missing required element: client id_token_encrypted_response_alg
path
id_token_encrypted_response_alg
mapped
object
client
2021-10-08 08:45:16 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
pk7V6J6JhBxwmwfCTdGH033qP4I8BycdF0V1IO1A9WKtpmsoET
token_type
Bearer
id_token
eyJraWQiOiI3MmI2NWJkMS1iZWI4LTRiZTAtOGQ0Ni01NTdhZGVmMGJjOWIiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicklLdXZiRVFPcEhjYjc0LUxPaFNRdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1R4TGp6UXV4ZVdFeXptYTI5OTk0W1wiJCQkIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL2lkcHlcLyIsImV4cCI6MTYzMzY4MzAxNiwibm9uY2UiOiJpT0dobGswcWtETDNMRFZCZkRtNGhGVHkiLCJpYXQiOjE2MzM2ODI3MTZ9.XEoT01eyUa9Jt-wg57RdpYcGiK7E75YK8y2b21jLTcQ2LW2BxqsfBD_3N8kj-mf9e6iebUygvs0F56T5ymK2bVcKJgXXVWSx4433hdxh_AEFTAabMQf_pfWk7EuX_tX4Oz4AiXwYeD024Xr3kVWwaGS0Y2x5hHncHq7iCFlyN4TkhAnTY9soC8BWoHx4OcGOPBFSVr5duQPao5mnfbcjWvLqAv_Hknxxw2WMyTHZ82SLWeIOb2kxtaBVIq1Chv4CcBt-YDmJ9pXmraCu5CRn87krzqzfb9JjmoG0aiMitr4AE-cH02-RyWo4OaPt1vEmOvM-Grh2O2wBZnUXVBaT4A
scope
openid profile email address phone
2021-10-08 08:45:16 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance USFHuUfFLjBfSw1
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "pk7V6J6JhBxwmwfCTdGH033qP4I8BycdF0V1IO1A9WKtpmsoET",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiI3MmI2NWJkMS1iZWI4LTRiZTAtOGQ0Ni01NTdhZGVmMGJjOWIiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicklLdXZiRVFPcEhjYjc0LUxPaFNRdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X1R4TGp6UXV4ZVdFeXptYTI5OTk0W1wiJCQkIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL2lkcHlcLyIsImV4cCI6MTYzMzY4MzAxNiwibm9uY2UiOiJpT0dobGswcWtETDNMRFZCZkRtNGhGVHkiLCJpYXQiOjE2MzM2ODI3MTZ9.XEoT01eyUa9Jt-wg57RdpYcGiK7E75YK8y2b21jLTcQ2LW2BxqsfBD_3N8kj-mf9e6iebUygvs0F56T5ymK2bVcKJgXXVWSx4433hdxh_AEFTAabMQf_pfWk7EuX_tX4Oz4AiXwYeD024Xr3kVWwaGS0Y2x5hHncHq7iCFlyN4TkhAnTY9soC8BWoHx4OcGOPBFSVr5duQPao5mnfbcjWvLqAv_Hknxxw2WMyTHZ82SLWeIOb2kxtaBVIq1Chv4CcBt-YDmJ9pXmraCu5CRn87krzqzfb9JjmoG0aiMitr4AE-cH02-RyWo4OaPt1vEmOvM-Grh2O2wBZnUXVBaT4A",
  "scope": "openid profile email address phone"
}
outgoing_path
token
2021-10-08 08:45:17 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to test instance USFHuUfFLjBfSw1
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "python-requests/2.25.1",
  "accept-encoding": "gzip, deflate",
  "accept": "*/*",
  "authorization": "Bearer pk7V6J6JhBxwmwfCTdGH033qP4I8BycdF0V1IO1A9WKtpmsoET",
  "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-08 08:45:17 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
pk7V6J6JhBxwmwfCTdGH033qP4I8BycdF0V1IO1A9WKtpmsoET
2021-10-08 08:45:17 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
pk7V6J6JhBxwmwfCTdGH033qP4I8BycdF0V1IO1A9WKtpmsoET
2021-10-08 08:45:17 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
website
https://openid.net/
zoneinfo
America/Los_Angeles
birthdate
2000-02-03
gender
female
preferred_username
d.tu
given_name
Demo
middle_name
Theresa
locale
en-US
updated_at
1580000000
name
Demo T. User
nickname
Dee
family_name
User
email
user@example.com
email_verified
false
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-08 08:45:17
ClearAccessTokenFromRequest
Condition ran but did not log anything
2021-10-08 08:45:17 INFO
AddIssAndAudToUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2021-10-08 08:45:17 INFO
SignUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2021-10-08 08:45:17 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2021-10-08 08:45:17 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance USFHuUfFLjBfSw1
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-08 08:45:17 FINISHED
oidcc-client-test-idtoken-sig-rs256
Test has run to completion
testmodule_result
PASSED
2021-10-08 08:45:23
TEST-RUNNER
Alias has now been claimed by another test
alias
idpy
new_test_id
bAATasjpsHtRyQX
Test Results