Supported Protocols
SAML 2.0 Setup Summary
- Create an SSO connection in Essal Access:
POST /v1/access/sso/connectionswith"protocol": "saml2"and your IdP metadata URL
- Configure your IdP with Essal’s ACS URL (
https://access.essal.cloud/sso/saml/callback) and entity ID - Map IdP group claims to Essal roles
- Test with
POST /v1/access/sso/connections/{id}/test - Activate:
PATCHwith"status": "active"
OIDC Setup Summary
- Register Essal as an OAuth client in your IdP
- Create an OIDC connection:
POST /v1/access/sso/connectionswith"protocol": "oidc", discovery URL, client ID, and secret - Map scopes and claims
- Test and activate
Enforcing SSO
Once active, enforce SSO to disable password-based login for your domain:Service accounts and API keys are not affected by SSO enforcement. Only interactive user logins are federated through the IdP.