Provider setup

Overview

Polar SSO includes custom setup wizards for the most commonly used SAML identity providers on the market. The setup wizards are tailor-made for each provider and goes a long way in simplifying setup as much as possible.

Where possible, setup is done programmatically using scripting and / or API access. In other cases, we show step-by-step instructions for how to configure the provider using appropriate management user interfaces.

Active Directory Federation Services 

This wizard generates a PowerShell script which registers a relying party in AD FS.

Auth0

The wizard uses the Auth0 Management API with an API token to configure a SAML application. 

Azure AD

The wizard generates a PowerShell script which adds an App Registration in Azure AD. The app registration is then approved via an admin consent screen.

Okta

The wizard uses Okta's API to register a SAML application.

Google G Suite

The wizard shows step-by-step instructions for adding a SAML application using the G Suite admin portal. 

OneLogin

The wizard uses OneLogin's API to add a SAML application.

Other providers

The wizard allows use of Metadata XML or manual configuration of certificates and URLs, depending on what your provider supports.

Learn more