Add support for Entra IDP in multi-OIDC mode
frontend
25.08
enhancement
You can now log in using the Entra IDP when operating in multi-OIDC mode. To enable this feature, set the following environment variables in the frontend:
REACT_APP_AUTH_AUTHORITY=https://login.microsoftonline.com/{APPLICATION_ID}/v2.0
REACT_APP_AUTH_CLIENT_ID={TENANT_ID}
REACT_APP_AUTH_AUDIENCE={TENANT_ID}
REACT_APP_ENTRA_MODE=true