Multiple Providers of the Same Type #11408
Unanswered
sobencha-mz
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the need to support multiple auth providers of the same type; in this case there would need to be two different Okta options that the user would choose from. Reason being, folks from multiple companies will need to log in, and we want to simply have them pick the appropriate Okta instance.
Seems like a straight forward enough thing to do, but when I configure the
providers
array with multiple Okta providers, only a single Okta is ever returned to the UI hook.Is this explicitly not supported, or is there a trick to getting this to work if it should be possible?
Beta Was this translation helpful? Give feedback.
All reactions