Excluding App from SSO

Overview

This article provides steps to exclude a specific application from Auth0’s Seamless Single Sign-On (SSO) feature.

Applies To

  • Applications
  • Application Programming Interface (API)
  • Software Development Kit (SDK)

Solution

There are two ways to achieve this:

  1. The Update a Client endpoint can be used with the following body: {"sso_disabled":true}
  2. The Authorize call can be changed to include prompt=login