Category / Section
How to enable or disable default authentication in Bold BI?
Published:
Bold BI provides support for configuring your Identity Provider(IdP) as the default login provider. So, whenever a user tries to login into Bold BI, it will automatically redirect to the Identity Provider that is configured as default.
Enable Default Authentication
- Navigate to the UMS settings page or the following URL.
https://<your_domin>/ums/administration
- Select Authentication as shown in the below image.
- In Authentication Settings, you must configure any one of the below Identity Providers to enable the default authentication.
- Refer to the following links to configure any of the Identity Providers.
- Then navigate to the General section and toggle the Enable Default Authentication. Also, select the Identity Provider you want to configure as default and save the changes.
- Now the default authentication will be enabled.
Disable Default Authentication
In some cases, you may face problems with your Identity Provider and would like to access the Bold BI login page. In this scenario, you can skip the default authentication by setting the use_default_authentication query parameter value as false in the login URL as mentioned below.
https://<your-domain>/accounts/login?use_default_authentication=false
You can disable the default authentication by toggling the Enable Default Authentication in UMS page as shown in the below image. Then click the Save button.
Related links