We created our applications as SPA(OIDC) in Okta and they are good so far. But recently there is a requirement to support SAML authentication as well for some new set of users. How can we support both these flows for our applications? Does Okta provide any specific way to do that?
Below is my understanding until now.
- I need to create a new app for SAML authentication.
- Create a web page before the login page asking for the end user’s email.
- Validate the email through a lookup table and then direct the user to respective authentication flow(either SPA or SAML).