Category / Section
How to Integrate Logto OpenID and OAuth 2.0 Authentication in Bold BI
Published:
This article provides a step-by-step guide on how to create a new Logto application and configure OpenID and OAuth 2.0 in Bold BI.
Create New Logto application
- Login to logto account and create new .NET Core (MVC).
- Configure the Redirect URI and save the changes. You can able to find the redirect URL in the administration page of your Bold BI application.
URL path: {domain}/ums/administration/sso?view=openid-settings
Configure OpenID in Bold BI
-
Go to the Authentication page in UMS in or in the corresponding page. Settings -> Authentication -> OpenID
-
Please provide the below OpenId configuration details and save the settings.
Field | Value |
---|---|
Provider Name | Prefered name |
Provider Logo | Prefered logo |
Authority | Logto authority URL |
Client Id | Logto App Id |
Client Secret | Logto App Secret |
Identifier | ‘email’ as default value |
Response Type | ‘Code’ |
You can find the log to credentials in endpoints and credentials section
Configure OAuth 2.0 in Bold BI
-
Go to the Authentication page in UMS in or in the corresponding page. Settings -> Authentication -> OAuth 2.0
-
Please provide the below OAuth 2.0 configuration details and save the settings.
Field | Value |
---|---|
Provider Name | Prefered name |
Provider Logo | Prefered logo |
Authorization Endpoint | Logto Authorization Endpoint |
Token Endpoint | Logto Token Endpoint |
User Information Endpoint | Logto User Information Endpoint |
Client Id | Logto App Id |
Client Secret | Logto App Secret |
Scopes | ‘openid,profile,email’ as default value |
‘email’ as default value |
You can find the log to credentials in endpoints and credentials section