In Multitenant Oidc, Is there a way to have a Login url instead of redirect to the default provider tenant ? #10090
Unanswered
IsmailMarmoush
asked this question in
Q&A
Replies: 1 comment 3 replies
-
David is the expert in this area, but he is currently on vacation so I'll tag him here and he can probably respond when he comes back sometime next week. cc @Verdent |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have multi tenant Oidc provider let's say google (default), github (tenant), facebook(tenant)
when I'm accessing protected paths, it goes directly to default authenticator e.g google,
But what I need, is to have some redirection to a login page before moving to the identity provider (e.g multiple buttons per provider).
Couple of notes:
Is there a way to do redirection to specific page instead of identity-uri through configuration or programmatically and what is the best practice in such case ?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions