Skip to content
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

Can we add user-agent parameter? #1048

Open
billnbell3 opened this issue Jan 2, 2025 · 1 comment
Open

Can we add user-agent parameter? #1048

billnbell3 opened this issue Jan 2, 2025 · 1 comment

Comments

@billnbell3
Copy link

Can we add a userAgent parameter to set the WebVIew.

Something like:

            if (additionalParametersMap.containsKey("login_hint")) {
                authRequestBuilder.setLoginHint(additionalParametersMap.get("login_hint"));
                additionalParametersMap.remove("login_hint");
            }
@carbonrobot
Copy link
Contributor

It's not possible to set the User-Agent header in a request during OAuth2 flow unless you create a custom browser implementation for Android/iOS and specify that custom browser since the browser itself is what sends the request to your IDP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants