Hi All,
I have C# web api and hosted in Azure Web APP and its working fine.
I have implemented Token based authentication and this is also working fine but if i give with out authorization also i am getting Status 200 OK but not getting out put.
tn i have googled and find the below solution but i am not sure how to implement this.
Can some one help me how to do step by step process
Configure a JWT validation policy to pre-authorize requests
With Regards,
Saran