Test OAuth (Google/Microsoft) and SAML (Microsoft Entra/Okta/Duo) authentication
OAuth 2.0 Providers
Microsoft Entra SAML
/saml/:tenant/metadata - SP Metadata (for selected IdP config)/saml/:tenant/login - Initiate SAML login/saml/:tenant/acs - Assertion Consumer Service/saml/ms_entra/initiate/:username_b64 - Entra-style initiate (email base64)/saml/okta/initiate/:username_b64 - Okta-style initiate/saml/duo/initiate/:username_b64 - Duo-style initiate/saml/ms/metadata/saml/ms/login/saml/ms/acsUse this form to save SAML settings for the current tenant. You must be authenticated with an admin JWT token for this tenant.
This will call /auth/tenant/saml/config with the selected provider in
sso (MS_ENTRA, OKTA, or DUO)
using the JWT token from localStorage.jwt_token (or a token you enter when prompted).
Processing authentication...
OAuth 2.0
GET /auth/public/oauth/google/initiate/:email
GET /auth/public/oauth/google/callback
GET /auth/public/oauth/microsoft/initiate/:email
GET /auth/public/oauth/microsoft/callback
GET /auth/public/oauth/sso/validate?email={email}
http://localhost:8080