arpitfs / aad-secured-api

This is a secured api which requires a token to get the data. The azure active directory is identity server for the api. The clients needs to be registered to azure too where it will provide the secret or the certificate thumbprint to azure to get the token which is the passed to headers in the api call. The token needs to be passed as a bearer token in the authorization header. The following sets needs to done to register the api to azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arpitfs/aad-secured-api Stargazers