SSO Authentication

For Administrators:

To enable SSO authentication, you'll need to:

  • Configure your Identity Provider (Azure AD, Okta, etc.)
  • Register this application with your IdP
  • Implement the SSO callback handler
  • Map IdP user attributes to Base44 user fields

Developer Note:

TODO: Implement SSO logic in pages/AuthSSOCallback.js

This would typically validate the authorization code, exchange it for tokens, retrieve user info from the IdP, and complete authentication.