DEV Community

sayan-rudder
sayan-rudder

Posted on

How to do session and token management on the service provider end after getting the user profile from an IDP (sso/saml)

We have a webapp that presently supports username-password login flow. We take the credentials and get the tokens from AWS Cognito. The tokens are then used to authenticate further requests from our webapp to app backend.

We are planning to add sso flow to our webapp too. After figuring out…

Top comments (0)