Hello all,
I want to integrate REST API as a Destination for my Fiori application. I am using .NET Web API for a MS SQL Server Database.
My initial approach is to use Basic Authentication. However, I want to extend it to a more secure authentication mechanism i.e., OAuth2JWTBearer.
I am pretty new to OAuth2JWTBearer Authentication and would like to know about its implementation and integration as a BTP Destination.
I would appreciate any resource that would help me to get acquainted of OAuh2JWTBearer for a BTP Destination.
Thank you.