Replies: 1 comment
-
@bsShoham It's determined via the mapping of url parameters, for example, if client side accesses The redirect url returned from the create function should follow the sso entry point specified in the onelogin metadata. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to build a tenantable SSO login with SAML, which means I'll have a provider for each tenant, and I wanted to use the multiple entities approach from the docs, but there is something I'm unclear on, in the example they enter the IdP type as a request param, but it doesn't show how I create each login request to return to a diffrent url (the same url but with a different param) so I could identify the correct IdP
I'm adding the code from the docs with my comments to explain
Beta Was this translation helpful? Give feedback.
All reactions