Dotnet core OKTA not accepting Authorization header token from React

OK i figured it out based on you telling me to look more closely at the Authority provider :). I simply had:
“Authority”: “https://xxx.oktapreview.com/oauth/default” instead of:
“Authority”: “https://xxx.oktapreview.com”. I think I just followed some bad advice on stack overflow for this one.
Thank you so much for help :slight_smile:

1 Like