Overview
The SAML authentication flow involves two steps:
- The SP sends an
AuthnRequestto the IdP. - The IdP authenticates the user and sends an
AuthnResponseback to the SP with user attributes.
Pages
- Authentication request — SP sends a request; IdP receives it
- Authentication response — IdP sends a response with attributes; SP receives and reads it