Greetings All,
I want to perform OAuth 2.0 authentication to protect my API URL.
I have the documentation for the same but that document is too old.
can anyone provide the step by step procedure for OAuth 2.0 authentication.
Thanks & Regards
Vinayak Vanjare
I have written an article here https://medium.com/itnext/protect-outsystems-rest-apis-using-openid-connect-87a2ac7575c1 on how to protect an exposed API by OAuth / OpenId Connect. Hope that helps.
Stefan
@Stefan Weber Thank you.
Hi @Vinayak
Here is the link for OAuth2.0 kindly go through that, Hope It will help you!
Securing Your OutSystems APIsWith OAuth 2.0
Communications back and forth with your application programming interface (API) need to be secured and authenticated. That's where OAuth 2.0, the industry-standard protocol for authorization, comes in.
Regards
Sourabh Shaarma
@Sourabh sharma I have already referred this Doc, there is no Rest API Actions present Over there and not proper information for new users.