SSO using SAML
Integrate your SAML identity provider with Arcade
This is an early preview for our Enterprise plan customers
Arcade currently supports SSO using SAML 2.0.
Contact us at [email protected] with the your SAML metadata URL (or attach the SAML metadata XML file).
Alternatively, if you don't have a metadata URL, you can provide your:
- SAML entity ID (also known as issuer)
- SAML login URL
- SAML certificate
Finally, on your identity provider side, you need to allow the following callback URL:
https://app.arcade.software/__/auth/handler
We'll give you a unique Arcade SSO URL that you can use to sign in.
If you configure Arcade SSO using that add-on, make sure that the SAML
NameID
is set to the user email address, by configuring nameIdentifierProbes
like this in the add-on settngs:{
"nameIdentifierProbes": [
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
]
}
Last modified 1mo ago