Azure AD support and multi-tenant? #796
-
Hi, I'm wondering if anyone could tell me whether what I'm looking for is actually possible with Lucia (with Sveltekit) before I spend many hours getting my head round it? I'm in the early stages of a project that aims to be multi-tenant, and being able to integrate with multiple existing Microsoft 365 tenants (Azure AD) is a must-have requirement. I'm sure it will take me a while to build out the auth side, but I don't want to start out down a route that's a dead end, if I can avoid it. So, I have 2 main questions:
Thanks in advance for any insight provided! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If it uses the standard OAuth 2.0 implementation, it should be fairly easy to implement it to Lucia. We're planning to add better APIs for building custom OAuth providers, but it's going to take a while. Microsoft/Azure provider is also planned to be added some time in the future. For the second question, as far as I understand your question, yes! |
Beta Was this translation helpful? Give feedback.
If it uses the standard OAuth 2.0 implementation, it should be fairly easy to implement it to Lucia. We're planning to add better APIs for building custom OAuth providers, but it's going to take a while. Microsoft/Azure provider is also planned to be added some time in the future.
For the second question, as far as I understand your question, yes!