Asp.net web api for external 3rd party
Want to make an asp.net web api. the endpoints should be used by external 3rd party (probably through APIM). What is the best way to handle authentication and authorization? Specially in terms of auth flow (oauth2). Api will probably be used to get data into power bi, so any considerations to be taken regarding this?
0 Replies