cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with SAP Identity Authentication API call

chiara_ferrari
Explorer
0 Kudos

Hello,

I developed a Web Content Widget that retrieves the information configured about the logged user, using the API of SAP Cloud Platform Identity Authentication service.

I have created a new portal site including the widget in a page. Until last week I have been able to get results from the API according to the documentation here https://help.sap.com/viewer/6d6d63354d1242d185ab4830fc04feb1/Cloud/en-US/cce8d64eed1c4d8d8311147336f...

I tried this morning but I get 404 for every call. The code has NOT changed! I've had other issues with the widget, which was working fine until last week.

Do you have any idea how to solve this? Has been released some update that creates conflict?

Accepted Solutions (0)

Answers (1)

Answers (1)

oppancs
Contributor
0 Kudos

Dear Chiara,


404 means not found as a http error code. It usually means that the string that you use is not a supported value for the provider parameter of the relevant API call. The full list of supported values can be found in the help that you putin the question:


https://help.sap.com/viewer/6d6d63354d1242d185ab4830fc04feb1/Cloud/en-US/cce8d64eed1c4d8d8311147336f...


Please double check the provider parameters for the relevant API and pass the correct value for this.


Best Regards,
Barnabás Paksi