<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y0000AFqs9ISQROkta Classic EngineOkta Integration NetworkAnswered2023-06-01T20:10:12.000Z2021-01-07T17:13:42.000Z2021-01-08T19:39:42.000Z

FrankV.22174 (Customer) asked a question.

Example request .net core 3.x web api with angular frontend

Hi, for years now i'm looking for an good working example or tutorial for an .net core webapi with build in okta authentication and authorization. The web api should be able to register/create-, login-, delete- user(s) and change password(s) (and maybe something like retrieve password?) with the help of Okta.

 

My Angular (or Reactjs) application(s) have there own login screen which sends an request to my backend to login an retrieve an Jwt Token. So my roles and maybe group policies can be used in the frontend application.

 

All the applications I've seen so far all use OR asp.net mvc OR use some sort of widget in the frontend application? The reason I want my backend application to be responsible for the authentication and authorization is, that way I can use multiple frontend applications to use the same backend and it would be far easier to test it. Or in my case use something like swagger/swashbuckle to make my api human readable.

 

Can anyone help me with this or maybe help making an working example repository for this so other people can reuse it?

 

With kind regards,

 

Frank van der Geld

 


This question is closed.
Loading
Example request .net core 3.x web api with angular frontend