Spring Boot AWS IMAP SAML IdP and ADFS

Viewed 31

I am creating a login mechanism to use AWS IAM SAML IdP and ADFS. I am looking for a way on how to start using Spring Boot to login to the application through the IdP? is there any example on this?

1 Answers

You can use WorkOS (https://workos.com/) to integrate SSO with your app through an IdP. They have a Kotlin SDK and example apps

Related