Connect application to two providers #791
Unanswered
markooslaj
asked this question in
Q&A
Replies: 2 comments 13 replies
-
I think that should work, what is happening and what do the server debug logs say? |
Beta Was this translation helpful? Give feedback.
5 replies
-
when I correct the following errors in the config:
the redirect works fine |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to connect our application to two different OP providers. (OKTA)
Our application has two login point, one for the customers and one for admins.
The application is running on one subdomain with one virtual host, the only way we can separate the logins in Apache config is by Location.
What we want to achieve is when a user comes to one location, let’s say /users, he will be redirected to one OKTA login for users and when an admin comes to /admin he will be redirected to the OKTA login page for admins.
As stated in the wiki, you must use the .conf, .provider, .client files for the configuration by multiple OPs.
We did that, but the redirect aren’t working.
Is the config wrong? Is it possible to have 2 OP for 2 Locations?
mod_auth_openidc version: 1.8.8
Thank you.
BR
Beta Was this translation helpful? Give feedback.
All reactions