Azure AD Authentication
Describe the solution you'd like Enable Authentication with Azure Active Directory (Enterprise App) to simplufy user authentication and enable central user management with probably additional MFA aufthentication (if user by MS Auth)
@aschneebergerdk I have some questions:
- Do you need single or multi tenant support?
- Do you need support for personal accounts as well?
A good description can be found here: https://katystech.blog/projects/php-azuread-oauth-login
single tenant would be sufficient - we need enterprise application, not basic app registration due to some limitation in conditional controls and the fact that we cannot assign right direct to the app.
@aschneebergerdk I have some working code, but some parts are still missing.
Login and logout is working, refresh token handling is in the works.

@aschneebergerdk do you want to test this?
@thorsten we test this asap... thanks!
@aschneebergerdk just a side note, v3.2 is quite unstable in the frontend
Question about this. are you able to make a feature that will auto attempt Microsoft login to by-pass the need click "Sign-in with Microsoft" so it would only run with OAuth and not utilize the built-in login form?
Using this as an enterprise app like the other user would be an amazing feature but if i do, I would just want to bypass the internal / built-in login form and only user Azure AD for Authentication.
I understand not everyone would want this but its a nice to have
Thanks
In a later version I can add this feature as well.