Questions tagged [sap-cloud-identity-services]

Covers questions around "Identity Authentication" and "Identity Provisioning" as well as integrating corporate identity management via "SAP Cloud Identity Services". Consider using this tag also for "SAP Cloud Identity Access Governance" which is a separate SAP product but works on top of the SAP Cloud Identity Services.

SAP Cloud Identity Services is the strategic central hub for SAP customers' user authentication and provisioning for their business landscape, allowing them also to integrate with their corporate identity management.

Currently, it consists of:

  • "Identity Authentication", formerly known as "SAP Cloud Platform Identity Authentication" service.
  • "Identity Provisioning", formerly known as "SAP Cloud Platform Identity Provisioning" service.

(The brand name "SAP Cloud Platform" or "SCP" is no longer officially used in SAP's product portfolio.)

It does not offer a full-fledged identity management system in the cloud. For that, SAP has a separate product called "SAP Cloud Identity Access Governance" which provides enterprise capabilities (such as segregation of duties, workflows, and business role management) on top of the above mentioned SAP Cloud Identity Services.

2 questions
1
vote
0 answers

Python SAP cloud identity login

I'm trying to automate some tasks with webscraping/post/etc and can't seem to figure out how to authenticate against a SAP endpoint, using python. The endpoint is https://ar2svx3jx.accounts.ondemand.com/, I'm trying to use beautifulsoup and requests…
0
votes
1 answer

How to get Authentication Service user account info in front-end?

I am building a HTML5 application in SCP, using Portal Service to manage roles. Back-end developer asked me to give them role info (ID or e-mail) as an input of an interface (They need this authentication info). How to get it? Is there any front-end…