Dear Fedya,
We have business processes built on SharePoint product. Our problem is:
Browser enabled Infopath form must retrieve data from SAP IDM identities using REST request to restapi.
But authentication mechanisms required by SAP IDM restapi (BASIC, DIGEST) are not allowed by SharePoint for GET requests (REST web services using GET request format).
Authentication mechanisms that allowed for GET request format are NTLM and KERBEROS.
But I do not see NTLM and KERBEROS as authentication methods for sap.com/tc~idm~rest~ear*idmrestapi. Only the standard authentication templates on the AS Java:
- SAP-J2EE-Engine
- Basic
- Client
- Digest
- Form
- Ticket
- Evaluation assertion ticket
So we decided to try Anonymous acces.
Maybe somebody can propose other solution - how to solve this problem.
Best regards,
Natalia.