Hello!
I have an authentication system that I would like to implement with Okta. I would like Okta to act as the Identity Provider for my apps, but I want Okta to use my authentication system to authenticate users.
This is how I envision the authentication flow to work (similar to Hypr’s integration specified here:
- User logs in to an app that supports SSO solutions (G suite, Gitlab, etc.)
- The user gets redirected to Okta (identity provider)
- Okta starts the authentication process using my authentication system
- Once user successfully completes auth process using my system, they will be logged in
Is this possible to integrate using Okta’s developer tools and API? If so, how can I go about implementing a system like this?