How SSO works
Forest uses a standard SP-initiated SAML 2.0 flow: the user starts at Forest, authenticates against your IdP, and is redirected back with a signed assertion.Forest SAML settings
When you declare Forest as an application in your IdP, use these values (the audience / Entity ID is shown in your organization settings):| Setting | Value |
|---|---|
| Callback / ACS URL | https://api.forestadmin.com/api/saml/callback |
| Sign-on URL | https://api.forestadmin.com/api/saml/callback |
| Logout URL | https://app.forestadmin.com/login |
NameID | The user’s email address (must match their Forest account) |
Configuring SSO
Open your organization's security settings
As an organization owner, go to Organization settings → Security and open the SSO configuration.
Declare Forest in your identity provider
Create a SAML 2.0 application in your IdP using the Forest SAML settings above. Make sure the
NameID it returns is the user’s email address.Provide your IdP metadata to Forest
Give Forest your IdP’s metadata in one of these ways:
- XML metadata endpoint URL (recommended): paste the metadata URL exposed by your IdP.
- XML metadata file: upload the metadata file downloaded from your IdP.
- Manual entry: enter the login endpoint, the logout endpoint, and a valid signing certificate.