Concept Flow - SAML authentication
User tries to access Service Provider (SP)
SP redirects user to Identity Provider (IdP) for login
User logs in at IdP
IdP creates SAML Response with user info
IdP sends SAML Response to SP via user browser
SP verifies SAML Response
If valid, SP grants access to user
END
The user tries to access a service, is redirected to log in at their identity provider, which sends back a secure message to the service to confirm identity, allowing access.