-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorization doesn't work #164
Comments
Are you able to share your URL? |
Yes, but how do I send a private message on github? |
Feel free to email at [email protected] |
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.
The text was updated successfully, but these errors were encountered: