How to select authentication provider by url (query string) #6089
-
We have a product documented in wikijs. This product is used by several customers. Each customer has their own identity provider (login server). So in wikijs we can register separate authentication strategies for each customer (separate login servers). However now the wikijs login page shows a long list of different login servers and we don't want customers to see login servers of other customers. Each customer is running a separate instance of the product and we link to the wiki from within the product. So we could have a custom entry url for each customer into the wiki, something like:
Then wikijs could directly pick the identity provider (authentication strategy) based on the Is there any way to have wikijs do something like this? Or some other way to solve the original problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could link to the auth strategy login route directly? e.g.:
where |
Beta Was this translation helpful? Give feedback.
You could link to the auth strategy login route directly? e.g.:
where
d44d5a51-44ad-484c-acd3-8d1a98f14d77
is the UUID of the auth strategy (look for the ID in the admin).