Skip to Content
Technical Articles
Author's profile photo Yogananda Muthaiah

SAP Commissions(K8s) – 🔑OpenId Connect(OIDC) Setup – Part 1

In this blog, you will come to know how to configure OpenID Connect Configuration for your SAP IAS (Identity Authentication Service) tenant explained in step by step process. This process is mainly required for API Authentication to get some data out of SAP Commissions using Rest APIs.

New SAP Commissions is running on a microservice architecture – Kubernetes inside Google Cloud Platform (GCP).

This blog information content is applicable only for tenants starting with ****.app.commissions.cloud.sap

Perform the following steps to create Application for OIDC

Go to IAS Administration → Applications and Create Commissions OIDC application.

To create Commissions OIDC applications, we use the following naming pattern: COMM_{SUBDOMAIN}_OIDC_{TENANTURL}.Follow the steps as shown in highlighted numbers which is required information to be updated.Follow the steps as shown for OpenID Connect Configuration

Name https://gxxx.app.commissions.cloud.sap

Redirect URIs

https://gxxx.app.commissions.cloud.sap/iamsvc/oidc/receive/login

Post Logout Redirect URIs

https://gxxx.app.commissions.cloud.sap/iamsvc/oidc/logout/receive

Open Client ID Authentication and you would see the below exampleProvide the required details in the Add Secrets dialog and click Save.Add a new secret and copy the clientId and the clientSecret from the result prompt
Save your client secret
and click OK.


Watch out for next blog Part 2 – How to Authenticate APIs using OAuth token

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Minjie Lao
      Minjie Lao

      good post, saving me lot of time of finding the direction,

       

      But question here... who should be the proper role to configure this OpenID?   SPM product support, Customer user or Implementation consultant?

      Author's profile photo Yogananda Muthaiah
      Yogananda Muthaiah
      Blog Post Author

      Hi Minjie Lao

      Customer will create a commission Admin user in IAS which will be synced to SAP Commissions in few mins and you can see Administrator role gets assigned.