This topic explains how to enable or disable default authentication in User Management Server.
This feature allows you to configure any third-party identity provider as your default authentication provider. Once default authentication is configured, the Bold BI application will automatically redirect to the corresponding authentication provider’s login page instead of the Bold BI’s login page.
You must configure any provider and enable one of the following identity providers to configure default authentication. Otherwise, you will be seeing the following options.
You can select any of the following provider as the default authentication provider:
When you enable the default authentication with any provider and then try to log in to the Bold BI application, it will automatically redirect to that provider.
In settings page, click Authentication
tab and select General
.
Check the Enable Default Authentication option and select any provider in default authentication.
When you disable the default authentication, then it directs you to the normal login page.
Unchecking the Enable Default Authentication option and then clicking Save will disable the OpenID Connect default authentication.
NOTE: If you want to skip default authentication after setting it, then use ’
use_default_authentication=false
’ in the login URL. (ex: https://testdomain.com/login?use_default_authentication=false).