Integration with Azure AAD

0
Hi gurus, This is my first foray into Mendix, a PoC that accesses our APIs, secured via AAD and OAuth 2. To enable this, I have added the OpenIDConnect Single Sign-on (OIDC, OAuth2, SSO) marketplace module and configured it to retrieve a bearer token, used when accessing our APIs. This workflow is fired by the use of Anonymous users and redirecting them to an Anonymous_Home page that redirects them to the Microsoft login page. The then returns them to the User role home page. I don’t wish to use the Mendix login screens, but the OIDC configuration appears to be configurable only by an Admin role user. What is considered the best approach for application configuration, when no admin users exist? Thank you James
asked
0 answers