Open zvrba opened 3 years ago
Are you able to share your URL?
Yes, but how do I send a private message on github?
Feel free to email at jenius_apps@outlook.com
Sent to email.
Thanks, just so I understand, this is an API that you're building yourself right? Does the error repro in both localhost and with the link you sent?
Yes, it's an API I'm building myself. It's a plain ASPNET Core api configured to verify tokens issued by Azure AD. I do not test against localhost, I use only remote debugging.
Installed Nightingale from app store. Tried to use access token in three ways:
Nothing worked, I always get "401 unauthorized" back. Copy-pasting the same token into Postman triggers the API call successfully. Though probably not the issue, in the log window I noticed that Nightingale adds a "Cokkie ARRAffinity" header that Postman does not.