Deep LinkingΒΆ
If an SSO-authenticated user has access to more than one organization, Warrior allows them to bypass manual organization selection through deep linking. A user can append the url parameter ?organization_id=[ORGANIZATION ID]
to the Warrior platform host name, where ORGANIZATION_ID
is equal to one of the organization IDs to which the user has access. This will tie the users session to that organization ID upon authentication through SSO.
N.B. This will only work when appended to the platform host name. E.g. https://[Warrior hostname]/?organization_id=[ORG ID]
This will not work if you are attempting to apply the parameter to any other path on the Warrior host. E.g. https://[Warrior hostname]/login/?organization_id=[ORG ID]
will NOT work.