I have created ASP.net Web API and called the SAP BAPI function. It is working fine after being hosted to a Windows server with SAP user name and password but it does not work with the Kerberos SSO after the Host the Web API in the Windows server IIS.
The Web API will call by the end user using a frontend Web application. he will insert his data into SAP with the help of ASP.Net Web API.
I need one centralized solution all users will access the Web application with SAP SSO.
My Web Application Flow :
End User (Web Browser) => Authenticate in Azure AD => Login to Web Application Portal => User Post Data to SAP system using BAPI function.
Can anyone please help me here to call the SAP BAPI function in ASP.net Web API for multiple users??
Please provide details of the configuration and SAP Software installation.