An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Jhon Elmer Bustamante Botero Thanks for posting your question in Microsoft Q&A. Yes, you would have to integrate SAP cloud with Azure AD, and this will allow users to signing to SAP with Azure AD accounts and follow doc https://learn.microsoft.com/en-us/azure/active-directory/saas-apps/sap-hana-cloud-platform-identity-authentication-tutorial for more info.
The authentication and authorization can be performed in API Management depending on the use case. You can use validate-jwt policy to validate the JWT token passed by Azure AD and also, other policies to check role/group permissions in APIM. Refer SAP principal propagation for policy snippet and there is an example end-to-end scenario to integrate API Management with an SAP gateway with detailed steps.
I hope this helps and let me know if you have any questions.