Get Started with Spring Boot, SAML, and Okta

Matt Raible

Hello Vineet: I don’t think you have to use SAML with Okta for SSO. Using our OAuth 2.0 / OIDC support will give you the same capabilities. That being said, you could use SAML (as described in this post) and package your Angular application in your Spring Boot application. That way, you could allow Spring Boot to handle the authentication, and redirect to the root path (where your Angular app is) after authenticating. I wrote a post about how to package Angular in your Spring Boot app recently.