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

when making requests (e.g. exchanging code for token, getting certs), user agent header is not set #423

Open
zainulabideen87 opened this issue Sep 11, 2022 · 1 comment

Comments

@zainulabideen87
Copy link

Description

Certain servers (AWS: block nouseragent-header in Web ACLs ) block requests that are missing user-agent headers. Due to this, it's not possible to retrieve JWKs or exchange code with access tokens.

Discussion

No response

Motivation

Due to security policies of cloud providers e.g., AWS, Azure they can block requests which don't have user agent headers.

Details

I would like to add user agent headers wherever requests are sent to keycloak servers

@RoopanV
Copy link

RoopanV commented Jun 7, 2024

Facing similar issues from my side too. For now whitelisted the ip address.

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

No branches or pull requests

2 participants