Single Tenant Mode In Azure #557
Unanswered
beevabeeva
asked this question in
Q&A
Replies: 1 comment
-
Hail, @beevabeeva 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Farewell! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed the docs specifically say to use the Multitenant account type.
And indeed, Single Tenant did not work when I tested it.
Is there a reason that this is the case?
Does anyone know where one should go in the source code to try play with this?
I did search around a bit but can't find it anywhere.
It seems like quite a common use case to restrict the app to only users within your organisation.
In the mean time, could someone please advise me how to implement restricted access using a whitelist within my app?
i.e AFTER authentication.
I can do an if statement and compare the user email against the whitelist dict- sure. But is this OK (best practice, secure etc)?
Beta Was this translation helpful? Give feedback.
All reactions