Set up enterprise-grade SAML Single Sign-On (SSO) for secure authentication in Openlayer with step-by-step instructions for Okta, Azure AD, and Google Workspace
Access Workspace Settings
Access Security and Privacy Settings
Configure SAML SSO
Set Up Your Identity Provider
https://api.openlayer.com/auth/saml/callback
https://api.openlayer.com/auth/saml
https://app.openlayer.com/login
Attribute Name | Description |
---|---|
email | User’s email address (required) |
firstName | User’s first name (optional) |
lastName | User’s last name (optional) |
groups | User’s group memberships for role mapping (optional) |
Complete the Configuration
Create a SAML Application
Configure Basic Settings
Configure SAML Settings
https://api.openlayer.com/auth/saml/callback
https://api.openlayer.com/auth/saml
Configure Attribute Statements
email
= user.email
firstName
= user.firstName
lastName
= user.lastName
groups
= Matches regex .*
(to include all groups)Finish Setup
openlayer-role-admin
will be assigned admin rolesopenlayer-role-member
will be assigned member rolesopenlayer-role-viewer
will be assigned viewer roles (read-only access)groups
.*
to include all groups)openlayer-role-admin
, openlayer-role-member
, and openlayer-role-viewer
Create a Service Account
bot-name@yourdomain.com
or service-integration@yourdomain.com
Assign Appropriate Groups
openlayer-role-admin
group - For member
access: add to the openlayer-role-member
groupConfigure Authentication Method
Log in as the bot user
Create an API key
Use the API key
Bot
User
(or a descriptive name)bot-user@yourdomain.com
openlayer-role-admin
)Access Security Settings
Enable SAML-Only Access
Confirm the Change
Users Cannot Log In
Incorrect Role Assignment
openlayer-role-admin
, etc.) - Ensure the
groups attribute is properly configured in your IdP’s SAML settingsBot User Authentication Failures
SAML Configuration Errors
Which identity providers are supported?
Can I use SAML SSO with the free plan?
How do I migrate existing users to SAML SSO?
Can I use multiple identity providers?
Does SAML SSO support multi-factor authentication (MFA)?
What happens if my IdP is temporarily unavailable?