Hello APEX Community,
I have a client who wants to leverage their existing Azure Active Directory (Azure AD) authentication and authorization system for APEX applications, rather than creating separate user tables and authorization mechanisms within APEX itself.
Requirements:
- Use Azure AD for user authentication
- Leverage existing Azure AD groups/roles for authorization within APEX
- Avoid duplicating user management in APEX database tables
- Maintain seamless single sign-on (SSO) experience
Questions:
- What's the recommended approach for integrating Azure AD authentication with APEX applications?
- Are there any built-in APEX authentication schemes that support Azure AD/OAuth 2.0?
- How can we map Azure AD groups to APEX authorization schemes effectively?
- Are there any known limitations or best practices when implementing this integration?
Any guidance, documentation links, or real-world implementation examples would be greatly appreciated.
Environment:
- APEX version: latest
- Azure AD tenant available
Thanks in advance for your help!