SAML2.0 Configuration
Enabling SSO for Currents - manual SAML2.0 configuration
Define the following SAML2.0 configuration on your Identity Provider:
Call-back URL / ACS URL:
https://auth.currents.dev/saml2/idpresponseAudience / Entity ID:
urn:amazon:cognito:sp:us-east-1_Z9TVEnj0kNameIDformat (nameIdentifierFormat)must be
urn:oasis:names:tc:SAML:2.0:nameid-format:persistentlimited to 128 characters
the value must be the user's email address in lowercase — do not use an opaque persistent identifier (e.g., Azure AD's default object ID). Even though the format is
persistent, the actual value must be the email.
SAML Attribute Mapping
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
Full Name
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name
Username (usually Email)
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/identifier
Prefer sending
Emailin lowercase, to ensure correct integrationThe
identifierattribute must contain the exact same value asNameID— both must be the user's lowercase email address. A mismatch (e.g.,NameIDusing an opaque ID whileidentifieruses the email) will cause authentication failures.Metadata XML must have
HTTP-POSTandHTTP-Redirectbindings, for example:
<md:SingleSignOnService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="https://sso.jumpcloud.com/saml2/currents"
/>
<md:SingleSignOnService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
Location="https://sso.jumpcloud.com/saml2/currents"
/>Sharing SAML Configuration
Once you configured the IdP, contact Currents support via in-app chat or email, and provide the following details:
IdP Metadata or publicly available metadata document endpoint URL
Domains list that your organization members will use to access the dashboard (for example user@example.com)
Common Errors
Last updated
Was this helpful?