You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
@nbarbettini Currently our SDK sends User-Agent token only as a part of Authorized requests.
In order to change "User-Agent" header for token exchange and Open Id Config request, we need to override those requests within AppAuth code. We can do it as a part of moving from AppAuth SDK.
Verify that this SDK sends a User-Agent header whenever it:
/.well-known/openid-configuration
)The value of the header must be:
The SDK may already be doing this in all cases, but I want to double check 🙂
More info can be found here: https://oktawiki.atlassian.net/wiki/spaces/PM/pages/237672215/User-Agent+and+X-Okta-User-Agent-Extended
The text was updated successfully, but these errors were encountered: