Skip to main content
added 29 characters in body; edited title
Source Link
marc_s
  • 759.8k
  • 186
  • 1.4k
  • 1.5k

How to use one ASP.NET Web API as OauthOAuth authentication provider for another ASP.NetNET Web API inon .Net FrameworkNET 4.8

I have developed an ASP.NET Web API application usingto run on .NetNET 4.8. It generates JWT tokens using OAuth.

From my ASP.NET MVC application, I invoke above API endpoints to get access token.

Now, I have developed another Web API application inon .NetNET 4.8 which needs authentication handled by the first Web apiAPI itself without writing entire oauthOAuth code.

That is from my mvcASP.NET MVC application I call second Web apiAPI and this second Web apiAPI should call first Web apiAPI to get accesaccess token and send to my ASP.NET MVC application.

Can someone help me on how to achieve this?

How to use one ASP.NET Web API as Oauth authentication provider for another ASP.Net Web API in .Net Framework 4.8

I have developed an ASP.NET Web API application using .Net 4.8. It generates JWT tokens using OAuth.

From my MVC application, I invoke above API endpoints to get access token.

Now, I have developed another Web API application in .Net 4.8 which needs authentication handled by the first Web api itself without writing entire oauth code.

That is from my mvc application I call second Web api and this second Web api should call first Web api to get acces token and send to my MVC application.

Can someone help me on how to achieve this?

How to use one ASP.NET Web API as OAuth authentication provider for another ASP.NET Web API on .NET 4.8

I have developed an ASP.NET Web API application to run on .NET 4.8. It generates JWT tokens using OAuth.

From my ASP.NET MVC application, I invoke above API endpoints to get access token.

Now, I have developed another Web API application on .NET 4.8 which needs authentication handled by the first Web API itself without writing entire OAuth code.

That is from my ASP.NET MVC application I call second Web API and this second Web API should call first Web API to get access token and send to my ASP.NET MVC application.

Can someone help me on how to achieve this?

Source Link

How to use one ASP.NET Web API as Oauth authentication provider for another ASP.Net Web API in .Net Framework 4.8

I have developed an ASP.NET Web API application using .Net 4.8. It generates JWT tokens using OAuth.

From my MVC application, I invoke above API endpoints to get access token.

Now, I have developed another Web API application in .Net 4.8 which needs authentication handled by the first Web api itself without writing entire oauth code.

That is from my mvc application I call second Web api and this second Web api should call first Web api to get acces token and send to my MVC application.

Can someone help me on how to achieve this?