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
Discussion posts and replies are publicly visible
SAML is a technique to implement browser based end-user single-sign-on. CRSF has nothing to do with it.