Technical Articles
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 |
Watch out for next blog Part 2 – How to Authenticate APIs using OAuth token
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?
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.