Hi,
We need to enable OAuth 2.0 for API. We need to give API access to third party and they should be accessign our API using OAuth 2.0.
Can you please briefly let us know what we need to do?
Thanks
4 Answer(s)
-
0
Hi @hb
Are you using ASP.NET Core & jQuery version or ASP.NET Core & Angualr ?
-
0
Hi,
Thank you for reply. We are using ASP.NET Core & Angular.
-
0
Hi,
Thanks.
The server side project on ASP.NET Core & Angular solution only implements "Owner Password" flow for Identity Server. There is an example client in https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/test/MyCompanyName.AbpZeroTemplate.ConsoleApiClient/Program.cs You can enable Identity Server in your project and ask your third party partner to access your app just like we do in https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/test/MyCompanyName.AbpZeroTemplate.ConsoleApiClient/Program.cs
-
0
This issue is closed because it has not had recent activity for a long time.