0
Generating tokens in c#
So if you are trying to connect to azure api to grab info how to authenticate using a token against httpclient?
1 ответ
+ 1
Hi Xajuan,
You need to use the Azure AD App Registration with the redirect to the Microsoft login in order to get a token to use for your api. The authentication can be done by the client is and client secret (plus tenant id) of your app.