Question
SAML Authentication for CSRF token attack
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
