What you’ll achieve
Partners sign in to your portal through the configured identity provider. Because portal SSO is the portal’s sign-in method once enabled, every partner uses single sign-on instead of email or social login.The steps below use SAML. Portal SSO also supports OIDC: select OIDC at the top of the page, give the partner the single Redirect URI from Service Provider Configuration, and under Identity Provider Configuration enter the partner’s Discovery URL, Client ID, Client secret, and Scopes instead of a metadata URL. Testing and enabling work the same way.
Before you start
1
Confirm SSO is on your plan
Single sign-on is a paid add-on and must be enabled for your organisation. If the Portal SSO page shows an upgrade prompt instead of the configuration, it is not yet on your plan.
2
Check your permission
You need the Single sign-on permission on your role to open and edit the Portal SSO page.
3
Coordinate with the partner's IdP admin
Portal SSO uses the partner’s identity provider, so you need someone on their side with admin access to create the SAML application and provide the metadata URL.
4
Settle your portal address first
The service provider URLs are built from your portal’s address (your custom domain if you have one, otherwise your Introw subdomain). Set your custom domain before configuring SSO so the URLs you hand the partner do not change afterwards.
Watch it
- Video
- Click through
Steps
1
Open Portal SSO
Go to Portal SSO. The Enable Portal SSO switch sits in the header, and the service provider and identity provider configuration are below it.

2
Register your portal in the partner's identity provider
Have the partner create a SAML application in their identity provider using the three values under Service Provider Configuration, each with a copy button.
- Assertion Consumer Service (ACS) URL - where the partner’s provider posts the SAML response. Unlike internal SSO, this URL points at your portal’s address, so it reflects your custom domain if one is set.
- Entity ID - the identifier the partner’s provider uses to recognise your portal as the service provider.
- Metadata URL - your portal’s service provider metadata, if their provider prefers to import the configuration from a URL.

3
Save the partner's metadata URL
Under Identity Provider Configuration, paste the partner’s identity provider Metadata URL and select Save. Introw fetches and validates the document is real SAML identity provider metadata, so the URL must be reachable; if it cannot be fetched or is not valid metadata, Introw shows an error and saves nothing.

4
Test before you enable
Turning on portal SSO immediately makes the partner’s identity provider the portal’s only sign-in method: email and social login are switched off for partners. There is no fallback once it is enabled, so confirm the metadata is saved and valid and that the partner’s users are assigned to the application before you flip the switch.

5
Enable Portal SSO
Turn on the Enable Portal SSO switch and confirm in the dialog, which states it will enable portal SSO using the identity provider for all your partners. The portal now signs in through SSO. To revert to email and social login, turn the switch off and confirm.

Verify it worked
A partner opens your portal and is sent to the configured identity provider to sign in, then lands in the portal. The portal sign-in screen no longer offers email or social login for partners while portal SSO is enabled.Related
Set up internal SSO
Do the same for your own team.
Provision people and access
How partner contacts get into the portal and how access is governed.
Implementation reference
Full configuration options.