Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-11-20 20:10:00 INFO
TEST-RUNNER
Test instance 21E2GXWwBhHLByF 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-idtoken-sig-rs256
2022-11-20 20:10:00 SUCCESS
OIDCCGenerateServerConfigurationIdTokenSigningAlgRS256Only
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": [
    "RS256"
  ],
  "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:00
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": [
    "RS256"
  ],
  "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:00
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "zj42QLWgKkYGtRS4BIJXe4l7PqfH_9dI07JKI2Xc1vSB63-qyHJ-R-Xx9QUN7WcQbSCE91J0LJiTuu82M66992qTO5AF58hGjhNbe4MfVJQBMarVi-ZiGhQkxHsb1SPil_ifvulkuYvv1QyPtUsUwAxpDwxEdWT_LM9IR_RyPzs",
      "kty": "RSA",
      "q": "rvsivNhcdnYigvIzu1TlAPjsi7VsyX-DVG_R2TIvoIvnApTy45mhzOcuzv8kg1qFlIfGyR7FbqZ4Xs4QjW-xT-qHXwmpm5f8fRYuqjGbfGjYIQGmgmD0KWeYwu1Pbn1sja28Byky7hgX6iAc_iSCbvwFBqqayIXPSbfZJY87H_0",
      "d": "MnBti8ZUZO0H7GrXMlZUCwFN0PUn_3mGp8I1v8IcGudGhBW8lBOQNHDtF7v8cWqBDn4tCTH2_iPAJJeZi-MC6Iz5_XKSyrfj-C2giSUcfl4iymPSpFSXc5Tov0yNk5YSlYdcCgssX1saeRpWX7o-M3pthaDJh-QQq6JuLUjvVC1rLfMjI6xyyqQpNbiD5DR5BlxMSrZE0AoO_3XyEoYKNLCZ7qxX03vAhmAgUsAu_z2RwLbO01IhHknNZjQ5hac59DExe6JYgM3lI5vBPBXlil_CtNZM6IjpDu99awbWZpuEKSiPg0UQgfyN1kCU-WID4OyYLssy5Gmbhc9JksShWQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "017aa79d-afa9-4ebc-93c6-bfb8fad30d91",
      "qi": "NDX1JUCf9L2P22KfzswHzJMd_yffpAqzAk3kpACC1j7_kGheqvyJt1ZOoNR84Wq8AO9ATtr4NP94cu8CoGgys6xwfplRRaZ5endr41rNt0TMdre6grVdYw-C6G50LvGN68z4407dTbx0fif42O2iyFQZaeiQuNdFn9v7JK3gS5E",
      "dp": "O6qj53SkMZawuhKUajmLNaJAlY_UvJ974kLiT_tYOJfkPk1hCzyUbBiKN2iO7u-yQN_3l9Wy5nP9yUcLV0hmjP24OrMgAj5eqxvOi50To1RuRAA4Z5DvMLxDJtS26KLJG05CaOj8yvFBIVHRAZIHHsh4XHIgHBZr_Hq7XpXJt6E",
      "dq": "jM2JJmzz-l8VZkl_Vz75B89GiSV0ZLA2_br9IclAifAJ9AnnaT429KsS_35P42L0GpEnZK9eL6vFMISgzS8Tfzs5s0ATOyESC5XN9yXz-ChlwimR01gxISA7zJ8pS7-hmmAy7ZA5a1334G325op6atRhNvwRkUobgzZthcu7yAE",
      "n": "jPib25QYW_ukcQCj0PDy_X4oklMMKGkiltI35XKTX3cRmkZ3sgIe-75hwsQC5cET6cOUFiEgCx83NmuD4uwg1aDwHrSj8swpRKeRERTsrnzA-uiHM56dfridhGiNwHqwymJs_e2TfNsFbZuTrd1pxld1ZPpCXOFLtVDXMutn3lhRg99k-OVCTR7bUOH2loiJ8mB7poAOX2CIyjPYylAvFYnJd4TRnKesoTQvLeroUPgb_jikM1sryPySnaqqplSi2IzI1VBnMG00pILUuwUBncjF7zB-iiCI-zS3kd0ogWWfj1SyGl8wJr5vY4GDt0jPq2imL_XIXcVvBXPj8imiTw"
    },
    {
      "kty": "EC",
      "d": "5O5pBrsROq5gySco1VchZngd7e8rvEz8vI9GOffUgyc",
      "use": "sig",
      "crv": "P-256",
      "kid": "1ff25411-bcdf-4435-91d4-8024e3c9f395",
      "x": "2KJwPRZRZBi3Dxiytn1BbugU32imb5BKWTiwgZwBaW0",
      "y": "N-cVhWnUSY2wueg9Gtg8g8UnEaydwwMCxkLSiJWdh_E"
    },
    {
      "kty": "EC",
      "d": "AUz1mgzQJWjX8P_blpM4VD6cb7Ssbw0UhqzaTBXVN0w",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "22a1dcd1-6f45-472b-8d53-9006b212d82c",
      "x": "5RRL1NtRVztDDGbJB-zx_EV5IVZg3ZRcmDJqBMhgJ5Y",
      "y": "YyD1oNqngblBE0X98bEJPhU41V2qNL0RasVRzNpA6RE"
    },
    {
      "kty": "OKP",
      "d": "TjvhYIAFn-P6TcgYhsLnXMy1MwXBwuasGtrI6XkMOpE",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "7bb59020-fe85-4928-8746-dd9acd4ee702",
      "x": "KxWrtT3NmPHSIb4N2VlLmnxpQ7IqVcgaZsmBL-ehT7c"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "0lgvAYmzpe2duxD8f12kLIq_CXyRYE6zsrRsBpBV2RSyvp_WSS1AWzLz_tTDKTUmZSLCPeFOI3oR2eG_MbC6UebxsJYAZxuVeWWPACRdjPTc9d6eUhpLhg0xotoOdtRYNTxZ-nZDTVC_u23mhfB92OduwH0SqBjrJD8Y2ivcf08",
      "kty": "RSA",
      "q": "qI6ZzU5fNYqd0LosyJxVgU9UmpN7VmZigYTbzb10K3tQZFpTuTjkmIbjqqSCNdykTgaVD1CNU361n6hDyvLn85zic8hlDC1QkNkzrpJKXDW_PO_RY4Hs6MgDtXwxFoJYoz0AdlXNT_W6D6cJahg9Hf49ObRmxXfm_VtvLNmgni0",
      "d": "G2AFBs-a-PxFafV4xhvWByG8kDTo7d2lew7XT3Kih22XfyPS4uIX7CsX73uxLSXqmZ5ikc0G4FDY6VhwJG0Jf5J4ZqazIXubS0o01zaCdp1vNL5BzK8HzQJQwkZn8wkps72Tcc78rmmOdBszRaKJINsuiUJbnd9Rrfmnzsa9na4kHq0icgquS-56SoceP3mbSn6OXGN6HA-6Wc_RJXYQeCmmqLjmYEtd9DuZ7ir4aXFQeXxXUm9Ye4Sa4xg3hIVbbaV57P39XyCx43BbcSVW2CMnkgIxr9TkSvUhA-RqkGEHPZgwjzL-NfBBcvr1Z9n5VtdZEeT5R2vsPjCMCDCQkQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "df078ce2-c9e7-4b16-910c-d8acd5aad665",
      "qi": "BLqIkUtaruBN-JV0WAlrUUZqhmt2eTQ0514ZKerarMwnWg2e-20osvTztnnV3hpCFBUCy_FvKqpo0iZ7w_vwJSz-BUczQA8z-hj-lybZVy_zM7ukks47QFtWYCk7lTYBzIvvi0twR14EAc051nOquhLo-Icz2v0xyl3jGWmQhxE",
      "dp": "gkuFspot4hayofH_tpW24LCBbcrv8oxN2-DPGbHGu9WKc3JnNqUFPHjvk2cQDTKTOgqx78rksC0paaHg4VLr11gLVqtUTIpVqQEz946PNIVpahQgVhNbvQnnOU2BsDIRAckEo5UmU3o1ilClf0pdakLR5AKVz_K_lZBQQLTyvRk",
      "alg": "RSA-OAEP",
      "dq": "BzLn8LPLLy83ZEW_SeYbZMVtmJh56QvAY0W4WYYg4waGPXL6Jmv-n2ELcitKgGBnCAoR7bCECK_ds-7szksniukFZuqFHksFKNqN8YO_90Y4X7LiX3yaEKsSNXsTYaG5hWdCkMtDVInrI2X_6e8VFSXZmZBR31cqn2F7UxAMYxU",
      "n": "in8KInpS7xuszjd3od1hF1qz3-9sE0KBu7VEOZYI0LEMYrf8p4Ypd2JMpjuJcXTyq8r2Pbqv_U6PM3KwnMcBFEaC2SEyPTzsLSqmRJoFPUzpPMcsrmX7kvRL0dGkaSg2Ah674x27acWt0mvjt4w_dtsw0kmw4GYfVDaodjqBBCarLVIjXt_WgG3xtSJrUrRyhxKC9bkhGR61vIFRG53yWKQOlwcrpYlZX_6YyjIEDYSK0qP0mKJUmkIWcgCqwlJ4e1lKoz8KK_fOfJ8CYIIL0a4Y5r1AGr_s35eF9-Rgz24UzPnOayRdbBKfUCcpM9baTCwdKE42HuVBJXm5VLUi4w"
    },
    {
      "kty": "EC",
      "d": "kD2usCe9TKVADa9wpV2VzTTNtF6mEUj2OstcLpm8tj8",
      "use": "enc",
      "crv": "P-256",
      "kid": "d2eae76a-0cb4-4972-a2ee-d20304655a84",
      "x": "TJwvQ9BB-bvqittACSRCVApdFmVs0SOCzJQT_SmPZAs",
      "y": "5A-_zKjiCDK6204qbNp02kDphyMOrH1Sbdo__g1cQEc",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "017aa79d-afa9-4ebc-93c6-bfb8fad30d91",
      "n": "jPib25QYW_ukcQCj0PDy_X4oklMMKGkiltI35XKTX3cRmkZ3sgIe-75hwsQC5cET6cOUFiEgCx83NmuD4uwg1aDwHrSj8swpRKeRERTsrnzA-uiHM56dfridhGiNwHqwymJs_e2TfNsFbZuTrd1pxld1ZPpCXOFLtVDXMutn3lhRg99k-OVCTR7bUOH2loiJ8mB7poAOX2CIyjPYylAvFYnJd4TRnKesoTQvLeroUPgb_jikM1sryPySnaqqplSi2IzI1VBnMG00pILUuwUBncjF7zB-iiCI-zS3kd0ogWWfj1SyGl8wJr5vY4GDt0jPq2imL_XIXcVvBXPj8imiTw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "8e585eea-e3a6-4ea9-ba25-517fd3dc119d",
      "n": "3lmQNcPwUCQbBL0dgrc8xH2QM3WTtHL_DLljnB2BWxqvXRgFU3cQy67lIyfjw1Y2lsORX0paCHC7D-fI8F3GHU2V75mZjkxg0FdYd_1aoMJvjMnIYrxz9k8uk2eQKBO0xnRxSPLhDI-8cCwj-TAObSVGt3MC6lHo21gZuH-s8wkPz1rXvmV8PqdL4dgGVG3rd98iyHELj62pB_hQQfS6MlX3BuWy_hgjJ9U9wbPaWN_tMTj9KlOsjwqWqrZatygjUKNZ_sqEW_Fl1VdG3jeKsd2g0m3jHJKFTeA4hiWRHd5_mAdofuIZSKlkJBawWkVHWmuiqRUK3aCJ-yTwmkEO0w"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "1ff25411-bcdf-4435-91d4-8024e3c9f395",
      "x": "2KJwPRZRZBi3Dxiytn1BbugU32imb5BKWTiwgZwBaW0",
      "y": "N-cVhWnUSY2wueg9Gtg8g8UnEaydwwMCxkLSiJWdh_E"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "29e05369-2c1f-4d8c-a662-d5c76bbbe3dc",
      "x": "J1z9Z-pQN-yE9ioslSh70Aog_-5YuImrSrqvpuJZ1h8",
      "y": "i15oENTY4JW6FdWGT7M82RvqzrLAsBdNrqvEJ_qBTZk"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "22a1dcd1-6f45-472b-8d53-9006b212d82c",
      "x": "5RRL1NtRVztDDGbJB-zx_EV5IVZg3ZRcmDJqBMhgJ5Y",
      "y": "YyD1oNqngblBE0X98bEJPhU41V2qNL0RasVRzNpA6RE"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "7bb59020-fe85-4928-8746-dd9acd4ee702",
      "x": "KxWrtT3NmPHSIb4N2VlLmnxpQ7IqVcgaZsmBL-ehT7c"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "df078ce2-c9e7-4b16-910c-d8acd5aad665",
      "alg": "RSA-OAEP",
      "n": "in8KInpS7xuszjd3od1hF1qz3-9sE0KBu7VEOZYI0LEMYrf8p4Ypd2JMpjuJcXTyq8r2Pbqv_U6PM3KwnMcBFEaC2SEyPTzsLSqmRJoFPUzpPMcsrmX7kvRL0dGkaSg2Ah674x27acWt0mvjt4w_dtsw0kmw4GYfVDaodjqBBCarLVIjXt_WgG3xtSJrUrRyhxKC9bkhGR61vIFRG53yWKQOlwcrpYlZX_6YyjIEDYSK0qP0mKJUmkIWcgCqwlJ4e1lKoz8KK_fOfJ8CYIIL0a4Y5r1AGr_s35eF9-Rgz24UzPnOayRdbBKfUCcpM9baTCwdKE42HuVBJXm5VLUi4w"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "d2eae76a-0cb4-4972-a2ee-d20304655a84",
      "x": "TJwvQ9BB-bvqittACSRCVApdFmVs0SOCzJQT_SmPZAs",
      "y": "5A-_zKjiCDK6204qbNp02kDphyMOrH1Sbdo__g1cQEc",
      "alg": "ECDH-ES"
    }
  ]
}
2022-11-20 20:10:00 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:00 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:00 SUCCESS
OIDCCLoadUserInfo
Added user information
user_info
{
  "sub": "user-subject-1234531",
  "name": "Demo T. User",
  "given_name": "Demo",
  "family_name": "User",
  "middle_name": "Theresa",
  "nickname": "Dee",
  "preferred_username": "d.tu",
  "gender": "female",
  "birthdate": "2000-02-03",
  "address": {
    "street_address": "100 Universal City Plaza",
    "locality": "Hollywood",
    "region": "CA",
    "postal_code": "91608",
    "country": "USA"
  },
  "zoneinfo": "America/Los_Angeles",
  "locale": "en-US",
  "phone_number": "+1 555 5550000",
  "phone_number_verified": false,
  "email": "user@example.com",
  "email_verified": false,
  "website": "https://openid.net/",
  "profile": "https://example.com/user",
  "updated_at": 1580000000
}
2022-11-20 20:10:00 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:00 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:00 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2022-11-20 20:10:00 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:00 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:00 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-11-20 20:10:00 SUCCESS
EnsureClientJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-11-20 20:10:00 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2022-11-20 20:10:00 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:00 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2022-11-20 20:10:00 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2022-11-20 20:10:00 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2022-11-20 20:10:00 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2022-11-20 20:10:00 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2022-11-20 20:10:00 SUCCESS
ValidateIdTokenSignedResponseAlg
id_token_signed_response_alg is one of the known algorithms
alg
EdDSA
2022-11-20 20:10:00 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2022-11-20 20:10:00 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:00 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2022-11-20 20:10:00 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:00 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2022-11-20 20:10:00 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:00 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2022-11-20 20:10:00 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:00 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:00 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:00 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2022-11-20 20:10:00
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2022-11-20 20:10:00
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2022-11-20 20:10:00
oidcc-client-test-idtoken-sig-rs256
Setup Done
2022-11-20 20:10:01 INCOMING
oidcc-client-test-idtoken-sig-rs256
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:01 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance 21E2GXWwBhHLByF
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": [
    "RS256"
  ],
  "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:02 INCOMING
oidcc-client-test-idtoken-sig-rs256
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": "duyUf2kyIznMRFIFJoydeIsvnI_B_nQO7DEK3mxCStI",
  "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:02 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2022-11-20 20:10:02 SUCCESS
EnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:02 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client-77c1aa57-dd0d-49b2-b107-29103a4db242",
  "code_challenge": "duyUf2kyIznMRFIFJoydeIsvnI_B_nQO7DEK3mxCStI",
  "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:02 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid email
2022-11-20 20:10:02 INFO
ExtractNonceFromAuthorizationRequest
Couldn't find 'nonce' in authorization endpoint parameters
2022-11-20 20:10:02 SUCCESS
EnsureAuthorizationRequestContainsPkceCodeChallenge
Found required PKCE parameters in request
code_challenge_method
S256
code_challenge
duyUf2kyIznMRFIFJoydeIsvnI_B_nQO7DEK3mxCStI
2022-11-20 20:10:02 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2022-11-20 20:10:02 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client-77c1aa57-dd0d-49b2-b107-29103a4db242
2022-11-20 20:10:02 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:02 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "email"
]
expected
openid
2022-11-20 20:10:02 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2022-11-20 20:10:02 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
ttTKq6ZeHOunXSV8Qd2dkYQclzgp0TKX
2022-11-20 20:10:02 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
oTH-aypoiFXEnFO_WK9Z2Q
2022-11-20 20:10:02 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:02 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": "ttTKq6ZeHOunXSV8Qd2dkYQclzgp0TKX"
}
2022-11-20 20:10:02
SendAuthorizationResponseWithResponseModeQuery
Redirecting back to client
uri
https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=ttTKq6ZeHOunXSV8Qd2dkYQclzgp0TKX
2022-11-20 20:10:02 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance 21E2GXWwBhHLByF
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [https://client-77c1aa57-dd0d-49b2-b107-29103a4db242.local/cb?code=ttTKq6ZeHOunXSV8Qd2dkYQclzgp0TKX]
outgoing_path
authorize
2022-11-20 20:10:02 INCOMING
oidcc-client-test-idtoken-sig-rs256
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": "_-ZsdStIN9QEVkmOlGHlmjClmIgadYeJpwhaiJ9nVR0",
  "code": "ttTKq6ZeHOunXSV8Qd2dkYQclzgp0TKX",
  "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=_-ZsdStIN9QEVkmOlGHlmjClmIgadYeJpwhaiJ9nVR0&code=ttTKq6ZeHOunXSV8Qd2dkYQclzgp0TKX&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:02
CheckClientIdMatchesOnTokenRequestIfPresent
client_id not present, nothing to check
2022-11-20 20:10:02 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:02 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2022-11-20 20:10:02 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
ttTKq6ZeHOunXSV8Qd2dkYQclzgp0TKX
2022-11-20 20:10:02 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:02 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
8BcT6KqmUaYcYdt2rkhL46oPpCFNaEAvz8seafMbmfE2tAGpS6
2022-11-20 20:10:02 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
-r-x5PTpWiroWomAjYpP8Q
2022-11-20 20:10:02 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
1668975002
exp
1668975302
2022-11-20 20:10:02 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
-r-x5PTpWiroWomAjYpP8Q
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": 1668975002,
  "exp": 1668975302,
  "at_hash": "-r-x5PTpWiroWomAjYpP8Q"
}
2022-11-20 20:10:02 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIwMTdhYTc5ZC1hZmE5LTRlYmMtOTNjNi1iZmI4ZmFkMzBkOTEiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiLXIteDVQVHBXaXJvV29tQWpZcFA4USIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMwMiwiaWF0IjoxNjY4OTc1MDAyfQ.JrGCLbHhCqro4UuGak62cZiFcULuN-2XqYznawd2RGyK5LiOYN00QrDbloxWmm6j_Dz8e2wS3BwHSplxmqmmUde0rjNnoTTuz3ui-_8EFDFGepPM53sE1Mz2-r4TQXYUgMeILVqofDmecaCQA6hLvlJwhl6U1AMuHEb89UsQ4Om3ImgsQIAz24-sxtqqbOXveqyuQP8Z7_JCaIay1OeOkaaGNHE1D_UnnGT70-lPEGYl0bu1fRlhuZThIod-NYyYDeMfDwN52rms956hADtB4hZIRXCa5sdMx7hJG4SR1hgiVhNDCWr9sRmyMx8mCGdF6hnp-noYpivAbhE0ORqOyg
key
{"p":"zj42QLWgKkYGtRS4BIJXe4l7PqfH_9dI07JKI2Xc1vSB63-qyHJ-R-Xx9QUN7WcQbSCE91J0LJiTuu82M66992qTO5AF58hGjhNbe4MfVJQBMarVi-ZiGhQkxHsb1SPil_ifvulkuYvv1QyPtUsUwAxpDwxEdWT_LM9IR_RyPzs","kty":"RSA","q":"rvsivNhcdnYigvIzu1TlAPjsi7VsyX-DVG_R2TIvoIvnApTy45mhzOcuzv8kg1qFlIfGyR7FbqZ4Xs4QjW-xT-qHXwmpm5f8fRYuqjGbfGjYIQGmgmD0KWeYwu1Pbn1sja28Byky7hgX6iAc_iSCbvwFBqqayIXPSbfZJY87H_0","d":"MnBti8ZUZO0H7GrXMlZUCwFN0PUn_3mGp8I1v8IcGudGhBW8lBOQNHDtF7v8cWqBDn4tCTH2_iPAJJeZi-MC6Iz5_XKSyrfj-C2giSUcfl4iymPSpFSXc5Tov0yNk5YSlYdcCgssX1saeRpWX7o-M3pthaDJh-QQq6JuLUjvVC1rLfMjI6xyyqQpNbiD5DR5BlxMSrZE0AoO_3XyEoYKNLCZ7qxX03vAhmAgUsAu_z2RwLbO01IhHknNZjQ5hac59DExe6JYgM3lI5vBPBXlil_CtNZM6IjpDu99awbWZpuEKSiPg0UQgfyN1kCU-WID4OyYLssy5Gmbhc9JksShWQ","e":"AQAB","use":"sig","kid":"017aa79d-afa9-4ebc-93c6-bfb8fad30d91","qi":"NDX1JUCf9L2P22KfzswHzJMd_yffpAqzAk3kpACC1j7_kGheqvyJt1ZOoNR84Wq8AO9ATtr4NP94cu8CoGgys6xwfplRRaZ5endr41rNt0TMdre6grVdYw-C6G50LvGN68z4407dTbx0fif42O2iyFQZaeiQuNdFn9v7JK3gS5E","dp":"O6qj53SkMZawuhKUajmLNaJAlY_UvJ974kLiT_tYOJfkPk1hCzyUbBiKN2iO7u-yQN_3l9Wy5nP9yUcLV0hmjP24OrMgAj5eqxvOi50To1RuRAA4Z5DvMLxDJtS26KLJG05CaOj8yvFBIVHRAZIHHsh4XHIgHBZr_Hq7XpXJt6E","dq":"jM2JJmzz-l8VZkl_Vz75B89GiSV0ZLA2_br9IclAifAJ9AnnaT429KsS_35P42L0GpEnZK9eL6vFMISgzS8Tfzs5s0ATOyESC5XN9yXz-ChlwimR01gxISA7zJ8pS7-hmmAy7ZA5a1334G325op6atRhNvwRkUobgzZthcu7yAE","n":"jPib25QYW_ukcQCj0PDy_X4oklMMKGkiltI35XKTX3cRmkZ3sgIe-75hwsQC5cET6cOUFiEgCx83NmuD4uwg1aDwHrSj8swpRKeRERTsrnzA-uiHM56dfridhGiNwHqwymJs_e2TfNsFbZuTrd1pxld1ZPpCXOFLtVDXMutn3lhRg99k-OVCTR7bUOH2loiJ8mB7poAOX2CIyjPYylAvFYnJd4TRnKesoTQvLeroUPgb_jikM1sryPySnaqqplSi2IzI1VBnMG00pILUuwUBncjF7zB-iiCI-zS3kd0ogWWfj1SyGl8wJr5vY4GDt0jPq2imL_XIXcVvBXPj8imiTw"}
algorithm
RS256
2022-11-20 20:10:02 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:02 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
8BcT6KqmUaYcYdt2rkhL46oPpCFNaEAvz8seafMbmfE2tAGpS6
token_type
Bearer
id_token
eyJraWQiOiIwMTdhYTc5ZC1hZmE5LTRlYmMtOTNjNi1iZmI4ZmFkMzBkOTEiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiLXIteDVQVHBXaXJvV29tQWpZcFA4USIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMwMiwiaWF0IjoxNjY4OTc1MDAyfQ.JrGCLbHhCqro4UuGak62cZiFcULuN-2XqYznawd2RGyK5LiOYN00QrDbloxWmm6j_Dz8e2wS3BwHSplxmqmmUde0rjNnoTTuz3ui-_8EFDFGepPM53sE1Mz2-r4TQXYUgMeILVqofDmecaCQA6hLvlJwhl6U1AMuHEb89UsQ4Om3ImgsQIAz24-sxtqqbOXveqyuQP8Z7_JCaIay1OeOkaaGNHE1D_UnnGT70-lPEGYl0bu1fRlhuZThIod-NYyYDeMfDwN52rms956hADtB4hZIRXCa5sdMx7hJG4SR1hgiVhNDCWr9sRmyMx8mCGdF6hnp-noYpivAbhE0ORqOyg
scope
openid email
2022-11-20 20:10:02 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance 21E2GXWwBhHLByF
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "8BcT6KqmUaYcYdt2rkhL46oPpCFNaEAvz8seafMbmfE2tAGpS6",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIwMTdhYTc5ZC1hZmE5LTRlYmMtOTNjNi1iZmI4ZmFkMzBkOTEiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiLXIteDVQVHBXaXJvV29tQWpZcFA4USIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50LTc3YzFhYTU3LWRkMGQtNDliMi1iMTA3LTI5MTAzYTRkYjI0MiIsImlzcyI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC83N2MxYWE1Ny1kZDBkLTQ5YjItYjEwNy0yOTEwM2E0ZGIyNDJcLyIsImV4cCI6MTY2ODk3NTMwMiwiaWF0IjoxNjY4OTc1MDAyfQ.JrGCLbHhCqro4UuGak62cZiFcULuN-2XqYznawd2RGyK5LiOYN00QrDbloxWmm6j_Dz8e2wS3BwHSplxmqmmUde0rjNnoTTuz3ui-_8EFDFGepPM53sE1Mz2-r4TQXYUgMeILVqofDmecaCQA6hLvlJwhl6U1AMuHEb89UsQ4Om3ImgsQIAz24-sxtqqbOXveqyuQP8Z7_JCaIay1OeOkaaGNHE1D_UnnGT70-lPEGYl0bu1fRlhuZThIod-NYyYDeMfDwN52rms956hADtB4hZIRXCa5sdMx7hJG4SR1hgiVhNDCWr9sRmyMx8mCGdF6hnp-noYpivAbhE0ORqOyg",
  "scope": "openid email"
}
outgoing_path
token
2022-11-20 20:10:02 INCOMING
oidcc-client-test-idtoken-sig-rs256
Incoming HTTP request to /test/a/77c1aa57-dd0d-49b2-b107-29103a4db242/userinfo
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "application/json, application/jwt",
  "authorization": "Bearer 8BcT6KqmUaYcYdt2rkhL46oPpCFNaEAvz8seafMbmfE2tAGpS6",
  "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/userinfo
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
Userinfo endpoint
2022-11-20 20:10:02 SUCCESS
OIDCCExtractBearerAccessTokenFromRequest
Found access token on incoming request
access_token
8BcT6KqmUaYcYdt2rkhL46oPpCFNaEAvz8seafMbmfE2tAGpS6
2022-11-20 20:10:02 SUCCESS
RequireBearerAccessToken
Found access token in request
actual
8BcT6KqmUaYcYdt2rkhL46oPpCFNaEAvz8seafMbmfE2tAGpS6
2022-11-20 20:10:02 SUCCESS
FilterUserInfoForScopes
User info endpoint output
sub
user-subject-1234531
email
user@example.com
email_verified
false
2022-11-20 20:10:02
ClearAccessTokenFromRequest
Removed incoming access token from environment
2022-11-20 20:10:02 INFO
AddIssAndAudToUserInfoResponse
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:02 INFO
SignUserInfoResponse
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:02 INFO
EncryptUserInfoResponse
Skipped evaluation due to missing required element: client userinfo_encrypted_response_alg
path
userinfo_encrypted_response_alg
mapped
object
client
2022-11-20 20:10:02 OUTGOING
oidcc-client-test-idtoken-sig-rs256
Response to HTTP request to test instance 21E2GXWwBhHLByF
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "sub": "user-subject-1234531",
  "email": "user@example.com",
  "email_verified": false
}
outgoing_path
userinfo
2022-11-20 20:10:02 FINISHED
oidcc-client-test-idtoken-sig-rs256
Test has run to completion
testmodule_result
PASSED
2022-11-20 20:10:04
TEST-RUNNER
Alias has now been claimed by another test
alias
77c1aa57-dd0d-49b2-b107-29103a4db242
new_test_id
iPfw0uN9457erI2
Test Results