SAML configuration steps
-
Access Integration Settings:
- Navigate to your Account page.
- Click on the Integration tab.
-
Select SAML as Sign-On provider:
- From the dropdown menu, choose Sign-On provider (SAML).
-
Provide SAML configuration details:
- Identifier (Entity ID):
https://api.cosafe.com/
- Reply URL (assertion consumer service URL):
https://api.cosafe.com/api/Account/SamlRedirect
- For Admin Panel access, add:
https://admin.cosafe.com/api/account/SamlRedirect
- For Admin Panel access, add:
- Identifier (Entity ID):
-
Define required SAML attributes:
name
: User's full nameemailaddress
: User's email addressidentifier
(optional): Unique identifier, especially if the user's email changes. When using SAML SSO with SFTP user import, this should match theUniqueID
in the SFTP file.
info
The attributes should be added with a namespace.
Example for Entra ID:
<AttributeName="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name">
<AttributeName="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress">
-
Add domains:
- Specify the email domains of users who will utilize SSO.
- To add multiple domains:
- Click +Add domain.
- Enter each domain accordingly.
-
Save configuration:
- After entering all necessary information, save your settings to enable SAML SSO.