Replies: 1 comment
-
In most multi-tenant setups, you authorize your tokens in one place, but the scope of the tokens dictates if it's allowed to cross tenancy. We implemented this with Azure AD, it's a simple middleware that uses the jwt & jwks-rsa libraries. We control what the token has access to in the azure app registration API control module. So, in short, follow the documentation of OAuth or similar on your tenant and then give that token access to what it needs. |
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.
-
Has anyone implemented multi tenancy with Adonis? Are there any libs or tutorials to help me implementing it?
Beta Was this translation helpful? Give feedback.
All reactions