Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ Create an OpenID Connect application in your Identity Authentication account bas
Go to *Applications & Resources*, choose *Applications*, and select your application from the list. Then perform the following steps to configure the OpenID Connect application within Identity Authentication:

1. [Configure a Self-Defined Attribute](https://help.sap.com/docs/identity-authentication/identity-authentication/user-attributes?version=Cloud) with *Name*: "groups," *Source*: "Identity Directory," and *Value*: "All Groups".
2. [Configure Default Name ID Format](https://help.sap.com/docs/identity-authentication/identity-authentication/configure-subject-name-identifier-sent-to-application?version=Cloud) to *Email*.
3. Select *OpenID Connect Configuration* and *Configure Manually*.
2. [Configure Subject Name Identifier](https://help.sap.com/docs/identity-authentication/identity-authentication/configure-subject-name-identifier-sent-to-application?version=Cloud) sent to the application.
- Select the value `Identity Directory` in the `Source` field under *Primary Attribute* section
- Select the `Email` option in the `Value` dropdown field in the *Primary Attribute* section
4. Select *OpenID Connect Configuration* and *Configure Manually*.
- This step can only be done after an SAP Cloud Logging instance has been created and has to be repeated for each new service instance.
- Set `Redirect URI` to the OpenSearch Dashboards URL plus`/auth/openid/login`.
- Set `Single Logout Endpoint`: Set binding to HTTP\_REDIRECT and the URL must be the OpenSearch Dashboards URL without any path.
- Set `Post Logout Redirect`: Set the value to your OpenSearch Dashboards URL without any trailing path.
- To store the configuration, choose *Save* .


Expand Down
Loading