Access Token Cannot be null after upgrade to 5.13.2

After the upgrade to the latest nuget package I get the following error:
“‘Access Token’ must not be empty.”

Also note, none of our providers are OAuth2.

Are there any changes we need to consider?

Br

Where are you getting this error? if it’s from HTTP can you provide the raw HTTP Request/Response Headers, if it’s in code, please provide the full Exception StackTrace.

It would seam that we had a validator on a different provider.
After the upgrade it was registering for all the providers. Fixed internally

1 Like