Skip to main content
May 7, 2023
Question

SAML Authentication for CSRF token attack

  • May 7, 2023
  • 1 reply
  • 0 views

Hi Team,

Does SAML protect cross site request forgery token attack? A CSRF token is a unique, secret, and unpredictable value that is generated by the server-side application and shared with the client. When issuing a request to perform a sensitive action, such as submitting a form, the client must include the correct CSRF token. Otherwise, the server will refuse to perform the requested action.

Please let me know if any further information is required

    1 reply

    stefanhelzle0001
    May 8, 2023

    SAML is a technique to implement browser based end-user single-sign-on. CRSF has nothing to do with it.