Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:24 INFO
TEST-RUNNER
Test instance Sx6MJWrMw6nmaFo created
baseUrl
https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "default",
  "client_registration": "static_client"
}
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
description
oauth4webapi/2.0.0 (https://github.com/panva/oauth4webapi)
planId
XeujdsLfQfTiD
config
{
  "description": "oauth4webapi/2.0.0 (https://github.com/panva/oauth4webapi)",
  "alias": "77c1aa57-dd0d-49b2-b107-29103a4db242",
  "client": {
    "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
    "client_secret": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
    "scope": "openid email",
    "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
    "jwks": {
      "keys": [
        {
          "crv": "Ed25519",
          "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
          "kty": "OKP",
          "use": "sig",
          "alg": "EdDSA",
          "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
        }
      ]
    },
    "id_token_signed_response_alg": "EdDSA"
  },
  "waitTimeoutSeconds": 2
}
testName
oidcc-client-test-missing-iat
2022-11-20 20:10:24 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/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",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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"
  ]
}
2022-11-20 20:10:24
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/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/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",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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"
  ]
}
2022-11-20 20:10:24
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "_yjJtWkG5HZ6KPLz2dOCXpovOuItJRBUhQQfCca2685fNTVaFn4TFTE4KHIxwi6KNg0sB0pPSd1JbN6j7xjPhU-YEbrHvQlE_dYrmoDlJGlqm95YN2WuQtbgU1GLWbp_lNStQeivkEgWLC0wydAtKOsGKR1TtmOveh7GnEtOV70",
      "kty": "RSA",
      "q": "2Bj30i2N4l4q7cX9n1v3u6cQNkL4tlwx6aOx-n2BRFUm-PYNB16uZsiQsO8HnlsUHz02e1t_WuRHr3Q25B4V6dFLjh1g3suvwLvY9A0rsBmBNxAXZmjlJ_3klqTJ60Zcbdyn4YbIIXAVyrkSgjDJf2GbNJAAbAoEy-h2f-WjqJ0",
      "d": "sI-jRQBrt3rYNUfp2iGMPsBBkd72gsRJrpJu-G2OCIaYHli0Od5goGVpuwKTjob1m1wvDoY366O4fUJTvpsrl2c7IvysjBx2Fl3RbD_aJugAJaxGczN6jEk-Shso_pMSayrYNPex_yUcxLK-vRBSrvt_O7ZI7NIeKRoqbW3tcdGqxYVCXVspnHFA8c3byclOrQCCdIXDLZ7nVGbeLNCAENCEsdKKJZYEld3IevzMf3pCBOhw1TFbUkEf6da4VaA1I7uu4FRn3B1UrILzq7M6a2sFquTPreP_X64vO_yIp6tr_074gS7FyQcvur5gXpWfZ-ac8ES9dNNPab2zbB4dMQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "a6eb4eb8-0a0f-4ce8-a02f-6a9e5595cacb",
      "qi": "5RaVVzfV-kaZk_dL4AI97-wt2Asg_ShCRvt-47Jt17IeCZLkl1RIns4bJb17CAW6iFE7bDclZDWvr3ViyYgs_Y_T_wAyXXohq8ZvF3uK3ekgwscCoeyo1fwVOtHtxowFZuJI28an6_gx6kRzKlvAKlmwTRbqpcKuR5ctmPXmV9w",
      "dp": "yaMj83Yx-i0eUGneBk89ASF7HV9LKbUD9bHSDVm5iBMn7dZhgNDUp7SjmmLTq443rosuNfylN8vlkGFIz1Od-s1xcOFXoq1Glgm_n3MooWOk2dQVhoGV-j_wOieApcHZvHVtDV6iDrTIwNRdb75RUbqYvbjtRH72Vt0nOq_QE0k",
      "dq": "jqcU2bNmyXt-fU5JWey9QixL4HYfd0qvTFvaftBhCDnqK0lKWoYfPQzDr3lrnxbi1qhzEcXZ8admxyVBox9VOfAHH363VvxBPksDMkCLiYmcqju-JsWyGM9bGjMYdG8TTxbt4Ew4SxKR4CyCUl1gdu15Jp61GJ0Yg38m0tFGU2U",
      "n": "12NNBdEavxsKeq9dOyW6TktbsAEu_2rtmJ_oapv1B-r_hfBfd-syk5tGLct9iNWwyPwlnqdClU-B-Z5Y2ye6cMlLIjo4A4MRPVd-F4R6kt0cDRPivUDz-fAMhRHmBNntF8eO5Ic7Ipr0L6socPMPsq5UncrBwfZXRBAMAZ8x1n-KKW4LBkKyO897T5zYth9aESJ3kZhQv9XR6nCAJ63jNNRNnxLxvMDsPPdEuVffMB4dK_nAVMzK2N7nL9kWKru5K2yUJVnny9ADa_m9oiBukXFb709wm5UCmJBR9pRruyF-rnfye8DmzrEd6WTkWLWmlhwMsmvNRco2rgtmhvbW6Q"
    },
    {
      "kty": "EC",
      "d": "WVLfAiH1aTXLfDq5X6efIEcfNNPtUxEMOqCt2pYTxSo",
      "use": "sig",
      "crv": "P-256",
      "kid": "12db2b38-4cb3-436a-ba64-514ff5f905ba",
      "x": "swm2fd-8VZLXV4FkDPES_rWVAQJ0AU9cI6XvFLmcKyg",
      "y": "56ha--t_8QrDTWwaOjN9V58YBB4iypJnxowjqogtNs0"
    },
    {
      "kty": "EC",
      "d": "2RDvSU8Q9AjPDJz_-1J9FeaE0q_tV-lCGUfmlgwzsCI",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "a9fc40b1-ad94-42ce-bba8-3ed4f556b00c",
      "x": "G4TWeUSLrtG-kMktkdfQRioVWY3L4RilGClYtga15BY",
      "y": "hh0vy9IPQ8zC6XgZRDxrUebeNtShmQ47qf1Qon7pCdc"
    },
    {
      "kty": "OKP",
      "d": "AVS8uYE62_9q1nkVIoHobtIjSZeqtGi5Qy6hjLzPNoY",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "b50e4e15-df48-49b5-a10d-de780a43b220",
      "x": "MZCNltYN-YymmVRIkoboeeRM0LQDybZ0FVhZ4PmcCng"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "_T9A4H7X0ZLkTRZwGQiXKpLu98iLmRgSfOZx26Wv7yaA9NDJFUP5Hr13ni7UCA3-9exsY0SlgNP4zNrF1CR9l23Ldf6SymcCnalhqjGSThxCSLCiSvRMSPzHT_cVHHnjxc0knMZho_fHAwN9A0rVijvuLxVC9DTalqrbo_B-ENM",
      "kty": "RSA",
      "q": "7bVRDdTlDB5ptdTdJphNSOhsYmFY5QNtPIimzevyTLCemvsWGgSPXGesFC-0TCBbPFX-f0xWwCORqGpSQsYU2Cr00KQgj2j6Rw7FqFOFMMf9rAztnEborTXIWshI1jRaI6sm_tDOrLzq7J6WGQIv8--IVcL-hUuAW_GDBBNCkvE",
      "d": "r3mfsUp6pRGOilgRoD44eX8TQh_noYdui0bbQ4W74WjO_SIMkdhYilhkZwhLyBjYwTYkw69pzBlM1Fzg85LgfBwIlYa8Rkjuq4mk7dXy1vRlzp-aRSUlA_okuNW9SPwzeZYDyVu_WjbHITdD66uEudUvwgiFBhyt8JTqZRMSqwRAtXR1IgjtjO8gpAVrkwmr3cMPRfMYSD8qtydQDSbzNriiV2JWRzTJ6OUPKbx1y-Ryp9erHvlQzT4mUawcwJtB7l71qKsfJ9GAWTMx3tRK9XzPeVzSn761BT8-sv0_X5ARKmM9uBVWslhCFx416sfnwYLThUeX03R-VS8OUoXv4Q",
      "e": "AQAB",
      "use": "enc",
      "kid": "aa4f9a19-aabe-4c03-835f-3aa120c89404",
      "qi": "orP-HIri_3r2FS_n0KWnWai_C0vWUoLJyDLkmfVe3GF0LfloVEB4l2EZL-ea1rRZ9AWoFkKeK-HZneFRPBEtThAYvMIIWBNoQdW9at2hL-DUrZnaFpBCngoB0q4lTpe2AkhK8APHrKdEAcu04ZhnlQi5rME7Zt1sFSbl06xKnaQ",
      "dp": "9PhR5pdsZzLDmvogd2bC65D0jkW1G-OYRq-X5dPRavIA_lBUozh8a8r1QdOkkSIQxozrj97ghc0GOAtMIFkoD-pKTRpznkyk0CP_8GVBVEOrrqsGYqEMhfHXTzgAeOpDdZxqVSjlXHobTYP7Usr541zzmyHjAV17MRGXo27IU7c",
      "alg": "RSA-OAEP",
      "dq": "0bbkoppP1UhDpPr-fR1jGc6MSKNvxOQoDH7XAteF9ijgVQTuM9gQDsscItcPbxYgx_NqSy6zXmJDEF1045pUK36CbExQuZU5MVWUBnRhDm9ymsbxHq3ke2P2tjj7IZggalWGWssne3hUnpsu-zNV0RVjp54X5Mt-nB9PolnHo1E",
      "n": "6ybs92Z_xnDjXwm900jwHzIy6xqrUPg_dT9ePb4XwBQE86Ahmxdn9VODGTgKg2HbBddhC0gVYC6Hw4nUZdgfccRhj5Z6pyX4ygROKTDTtuZGltaX7HC5OnNoEIMw7pToLRFMFQpyYxpVAAHelkM5rVWJfoHIXpv7Zm4_ITNVsl9FWc24Bomh5Ydu47uXtXtECZDduHsVerAc95GZbCYDMHj4O5UiPHkOHyFB-atnWM_PoUFSYa_9OSLHTmSgnKuQpBllUwSMtAsnSWQ49ZMVmdaWeITPnD48e5X2xtIh9tEylaCNAjINUD37CpX2A8GrooHGCEILtdgvcNyJS6wsow"
    },
    {
      "kty": "EC",
      "d": "2dFG1FDAyFoXI1IXUVTrDMUAvYmpgClIJbaJMLB-T2Q",
      "use": "enc",
      "crv": "P-256",
      "kid": "f8917025-07f6-4575-a17a-ef6d90166a10",
      "x": "iCt2N5INjLP53IXjMe1tDgakRxL2jg6fU1BzmxI0cpA",
      "y": "szaXAdUP_62kOb97o2rpdDuSquQJfyqnjJTVBDrG7j4",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "a6eb4eb8-0a0f-4ce8-a02f-6a9e5595cacb",
      "n": "12NNBdEavxsKeq9dOyW6TktbsAEu_2rtmJ_oapv1B-r_hfBfd-syk5tGLct9iNWwyPwlnqdClU-B-Z5Y2ye6cMlLIjo4A4MRPVd-F4R6kt0cDRPivUDz-fAMhRHmBNntF8eO5Ic7Ipr0L6socPMPsq5UncrBwfZXRBAMAZ8x1n-KKW4LBkKyO897T5zYth9aESJ3kZhQv9XR6nCAJ63jNNRNnxLxvMDsPPdEuVffMB4dK_nAVMzK2N7nL9kWKru5K2yUJVnny9ADa_m9oiBukXFb709wm5UCmJBR9pRruyF-rnfye8DmzrEd6WTkWLWmlhwMsmvNRco2rgtmhvbW6Q"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "741068d6-6b3a-4f4d-a04f-6ed531667938",
      "n": "iuCOSUVua-5i9wUXED4RammiSOmhTS96e3ZrNbpme4b1sa0OA0GSF_vUX3R5u7SPdGgufVkSikYlr6IQj0u-Y79s-h6ccEo32BwejHh9dkcBYwv6r7iiq9dmMR495B72Puz7J89wq42a0dXA_8Jo-LIk-Uij0QV_dfE1Tiu6Lc5vZsw0H-wP0sYEpu9KkF18CLcMNefxI0DoSMy6FHn7Rl3PbkRgnBAwdXMJcOfjlJYOMCbRXX8AXDxBTcsQmXYbnMCjPJFA_gF0JPLVxgfJf0dqrNyxPkeR-EXCyqKzBVp89cabc-SMmeRlzjlC2uHeu-VpS-QL-ZJMeFCEVjhdww"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "12db2b38-4cb3-436a-ba64-514ff5f905ba",
      "x": "swm2fd-8VZLXV4FkDPES_rWVAQJ0AU9cI6XvFLmcKyg",
      "y": "56ha--t_8QrDTWwaOjN9V58YBB4iypJnxowjqogtNs0"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "eb82daba-cca6-45a1-aacb-74b27cb2b22f",
      "x": "h1l-ol1pWl-VT1faH24zUknaMn7bbB-xVPRWN0F9qHs",
      "y": "nHGZmigoexM-A0MOBlvaamm14oeYk84cKilFChuUEsE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "a9fc40b1-ad94-42ce-bba8-3ed4f556b00c",
      "x": "G4TWeUSLrtG-kMktkdfQRioVWY3L4RilGClYtga15BY",
      "y": "hh0vy9IPQ8zC6XgZRDxrUebeNtShmQ47qf1Qon7pCdc"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "b50e4e15-df48-49b5-a10d-de780a43b220",
      "x": "MZCNltYN-YymmVRIkoboeeRM0LQDybZ0FVhZ4PmcCng"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "aa4f9a19-aabe-4c03-835f-3aa120c89404",
      "alg": "RSA-OAEP",
      "n": "6ybs92Z_xnDjXwm900jwHzIy6xqrUPg_dT9ePb4XwBQE86Ahmxdn9VODGTgKg2HbBddhC0gVYC6Hw4nUZdgfccRhj5Z6pyX4ygROKTDTtuZGltaX7HC5OnNoEIMw7pToLRFMFQpyYxpVAAHelkM5rVWJfoHIXpv7Zm4_ITNVsl9FWc24Bomh5Ydu47uXtXtECZDduHsVerAc95GZbCYDMHj4O5UiPHkOHyFB-atnWM_PoUFSYa_9OSLHTmSgnKuQpBllUwSMtAsnSWQ49ZMVmdaWeITPnD48e5X2xtIh9tEylaCNAjINUD37CpX2A8GrooHGCEILtdgvcNyJS6wsow"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "f8917025-07f6-4575-a17a-ef6d90166a10",
      "x": "iCt2N5INjLP53IXjMe1tDgakRxL2jg6fU1BzmxI0cpA",
      "y": "szaXAdUP_62kOb97o2rpdDuSquQJfyqnjJTVBDrG7j4",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:24 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-11-20 20:10:24 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:24 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/",
  "profile": "https://example.com/user",
  "updated_at": 1580000000
}
2022-11-20 20:10:24 SUCCESS
OIDCCGetStaticClientConfigurationForRPTests
Found a static client object
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
client_secret
client-77c1aa57-dd0d-49b2-b107-29103a4db242
scope
openid email
jwks
{
  "keys": [
    {
      "crv": "Ed25519",
      "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
      "kty": "OKP",
      "use": "sig",
      "alg": "EdDSA",
      "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
    }
  ]
}
id_token_signed_response_alg
EdDSA
redirect_uris
[
  "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
]
2022-11-20 20:10:24 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "client_secret": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "scope": "openid email",
  "jwks": {
    "keys": [
      {
        "crv": "Ed25519",
        "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
        "kty": "OKP",
        "use": "sig",
        "alg": "EdDSA",
        "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
      }
    ]
  },
  "id_token_signed_response_alg": "EdDSA",
  "redirect_uris": [
    "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
  ]
}
2022-11-20 20:10:24 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:24 SUCCESS
ExtractJWKsFromStaticClientConfiguration
Extracted client JWK
client_jwks
{
  "keys": [
    {
      "crv": "Ed25519",
      "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
      "kty": "OKP",
      "use": "sig",
      "alg": "EdDSA",
      "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "d040e499-36c2-4537-8cd7-8b5618d8ee28",
      "x": "drsf-pg0BtaMF-mWYF4S7Ykt2tpce2JeFUR8mBptQSM",
      "alg": "EdDSA"
    }
  ]
}
2022-11-20 20:10:24 SUCCESS
ValidateClientJWKsPublicPart
Valid client JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-11-20 20:10:24 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:24 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:24 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:24 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
]
2022-11-20 20:10:24 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:24 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:24 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:24 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:24 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:24 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:24 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:24 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2022-11-20 20:10:24 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:24 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2022-11-20 20:10:24 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:24 INFO
ValidateTokenEndpointAuthSigningAlg
Skipped evaluation due to missing required element: client token_endpoint_auth_signing_alg
path
token_endpoint_auth_signing_alg
mapped
object
client
2022-11-20 20:10:24 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:24 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2022-11-20 20:10:24 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2022-11-20 20:10:24 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2022-11-20 20:10:24 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:24 SUCCESS
OIDCCExtractServerSigningAlg
Selected signing algorithm based on client id_token_signed_response_alg.
selected_algorithm
EdDSA
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:24
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
EdDSA
2022-11-20 20:10:24
oidcc-client-test-missing-iat
Setup Done
2022-11-20 20:10:25 INCOMING
oidcc-client-test-missing-iat
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/.well-known/openid-configuration
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json",
  "user-agent": "oauth4webapi/v2.0.0",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Discovery endpoint
2022-11-20 20:10:25 OUTGOING
oidcc-client-test-missing-iat
Response to HTTP request to test instance Sx6MJWrMw6nmaFo
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/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",
    "preferred_username",
    "gender",
    "birthdate",
    "address",
    "zoneinfo",
    "locale",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified",
    "website",
    "profile",
    "updated_at"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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",
    "RSA-OAEP-384",
    "RSA-OAEP-512",
    "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
2022-11-20 20:10:25 INCOMING
oidcc-client-test-missing-iat
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "*/*",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "user-agent": "undici",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/authorize
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "Hk81hh2lelFDWMzrBjoQOK9o8GNub_jgiYSRw_CAbTM",
  "code_challenge_method": "S256",
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "response_type": "code",
  "scope": "openid email"
}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Authorization endpoint
2022-11-20 20:10:25 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:25 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:25 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "Hk81hh2lelFDWMzrBjoQOK9o8GNub_jgiYSRw_CAbTM",
  "code_challenge_method": "S256",
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "response_type": "code",
  "scope": "openid email"
}
2022-11-20 20:10:25 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:25 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:25 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
Hk81hh2lelFDWMzrBjoQOK9o8GNub_jgiYSRw_CAbTM
2022-11-20 20:10:25 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:25 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:25 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb
expected
[
  "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
]
2022-11-20 20:10:25 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:25 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:25 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
XPEIFj6UsM6xs4Aew5DyaCW8OLizjKXk
2022-11-20 20:10:25 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
k-uJDw847nBIZEEz-MzoPfDqRem143rKajSwC4wNz_w
2022-11-20 20:10:25 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb"
}
2022-11-20 20:10:25 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "code": "XPEIFj6UsM6xs4Aew5DyaCW8OLizjKXk"
}
2022-11-20 20:10:25
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=XPEIFj6UsM6xs4Aew5DyaCW8OLizjKXk
2022-11-20 20:10:25 OUTGOING
oidcc-client-test-missing-iat
Response to HTTP request to test instance Sx6MJWrMw6nmaFo
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=XPEIFj6UsM6xs4Aew5DyaCW8OLizjKXk]
outgoing_path
authorize
2022-11-20 20:10:26 INCOMING
oidcc-client-test-missing-iat
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json",
  "authorization": "Basic Y2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MjpjbGllbnQtNzdjMWFhNTctZGQwZC00OWIyLWIxMDctMjkxMDNhNGRiMjQy",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "user-agent": "oauth4webapi/v2.0.0",
  "accept-language": "*",
  "sec-fetch-mode": "cors",
  "accept-encoding": "br, gzip, deflate",
  "connection": "close",
  "content-length": "207"
}
incoming_path
/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/token
incoming_body_form_params
{
  "redirect_uri": "https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb",
  "code_verifier": "pTxhRcLvaXTKwZOLeS0LmdhDiaUCH7I76pn35RFEqAY",
  "code": "XPEIFj6UsM6xs4Aew5DyaCW8OLizjKXk",
  "grant_type": "authorization_code"
}
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
redirect_uri=https%3A%2F%2Fclient-77c1aa57-dd0d-49b2-b107-29103a4db242.local%2Fcb&code_verifier=pTxhRcLvaXTKwZOLeS0LmdhDiaUCH7I76pn35RFEqAY&code=XPEIFj6UsM6xs4Aew5DyaCW8OLizjKXk&grant_type=authorization_code
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
DHE-RSA-AES128-GCM-SHA256
incoming_body_json
Token endpoint
2022-11-20 20:10:26
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:26 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
client_secret
client-77c1aa57-dd0d-49b2-b107-29103a4db242
method
client_secret_basic
2022-11-20 20:10:26 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:26 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
XPEIFj6UsM6xs4Aew5DyaCW8OLizjKXk
2022-11-20 20:10:26 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb
2022-11-20 20:10:26 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
miJH3VXUKrg5wuCu9lrHau7WvEcgEqUUlDNWELN2LY0dpc6CvA
2022-11-20 20:10:26 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
rIOumYt4aH0wxRt8tV_NbPeVWSNNuSEUHueByiz1YH4
2022-11-20 20:10:26 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/
sub
user-subject-1234531
aud
client-77c1aa57-dd0d-49b2-b107-29103a4db242
iat
1668975026
exp
1668975326
2022-11-20 20:10:26 SUCCESS
RemoveIatFromIdToken
Removed iat from ID token claims
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "sub": "user-subject-1234531",
  "aud": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "exp": 1668975326
}
2022-11-20 20:10:26 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
rIOumYt4aH0wxRt8tV_NbPeVWSNNuSEUHueByiz1YH4
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/",
  "sub": "user-subject-1234531",
  "aud": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "exp": 1668975326,
  "at_hash": "rIOumYt4aH0wxRt8tV_NbPeVWSNNuSEUHueByiz1YH4"
}
2022-11-20 20:10:26 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiJiNTBlNGUxNS1kZjQ4LTQ5YjUtYTEwZC1kZTc4MGE0M2IyMjAiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoicklPdW1ZdDRhSDB3eFJ0OHRWX05iUGVWV1NOTnVTRVVIdWVCeWl6MVlINCIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImV4cCI6MTY2ODk3NTMyNn0.lLdUaonJi2k0sn0Z5Fhy09q2DljFs1xsSSPnQNdIemODSBU6MZ3YgrRk5b_vK5odBG1PNjhyAVgzqAp5ygGECg
key
{"kty":"OKP","d":"AVS8uYE62_9q1nkVIoHobtIjSZeqtGi5Qy6hjLzPNoY","use":"sig","crv":"Ed25519","kid":"b50e4e15-df48-49b5-a10d-de780a43b220","x":"MZCNltYN-YymmVRIkoboeeRM0LQDybZ0FVhZ4PmcCng"}
algorithm
EdDSA
2022-11-20 20:10:26 INFO
EncryptIdToken
Skipped evaluation due to missing required element: client id_token_encrypted_response_alg
path
id_token_encrypted_response_alg
mapped
object
client
2022-11-20 20:10:26 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
miJH3VXUKrg5wuCu9lrHau7WvEcgEqUUlDNWELN2LY0dpc6CvA
token_type
Bearer
id_token
eyJraWQiOiJiNTBlNGUxNS1kZjQ4LTQ5YjUtYTEwZC1kZTc4MGE0M2IyMjAiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoicklPdW1ZdDRhSDB3eFJ0OHRWX05iUGVWV1NOTnVTRVVIdWVCeWl6MVlINCIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImV4cCI6MTY2ODk3NTMyNn0.lLdUaonJi2k0sn0Z5Fhy09q2DljFs1xsSSPnQNdIemODSBU6MZ3YgrRk5b_vK5odBG1PNjhyAVgzqAp5ygGECg
scope
openid email
2022-11-20 20:10:26 OUTGOING
oidcc-client-test-missing-iat
Response to HTTP request to test instance Sx6MJWrMw6nmaFo
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "miJH3VXUKrg5wuCu9lrHau7WvEcgEqUUlDNWELN2LY0dpc6CvA",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiJiNTBlNGUxNS1kZjQ4LTQ5YjUtYTEwZC1kZTc4MGE0M2IyMjAiLCJhbGciOiJFZERTQSJ9.eyJhdF9oYXNoIjoicklPdW1ZdDRhSDB3eFJ0OHRWX05iUGVWV1NOTnVTRVVIdWVCeWl6MVlINCIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImV4cCI6MTY2ODk3NTMyNn0.lLdUaonJi2k0sn0Z5Fhy09q2DljFs1xsSSPnQNdIemODSBU6MZ3YgrRk5b_vK5odBG1PNjhyAVgzqAp5ygGECg",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:28 FINISHED
oidcc-client-test-missing-iat
Test has run to completion
testmodule_result
PASSED
2022-11-20 20:10:29
TEST-RUNNER
Alias has now been claimed by another test
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
new_test_id
QY6sCRoCCKeY0lR
Test Results