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:
- The Update a Client endpoint can be used with the following body:
{"sso_disabled":true}
- The Authorize call can be changed to include
prompt=login