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

Oauth2: auth url with required pre-exisiting parameters #1683

Closed
pietrygamat opened this issue Feb 28, 2024 · 0 comments · Fixed by #1712
Closed

Oauth2: auth url with required pre-exisiting parameters #1683

pietrygamat opened this issue Feb 28, 2024 · 0 comments · Fixed by #1712

Comments

@pietrygamat
Copy link
Contributor

pietrygamat commented Feb 28, 2024

My oauth2 app requires that authorization url contains a few required parameters that are out of oauth2 specification. When trying to create a request in Bruno, I hit the wall where the actual authorization url is compiled incorrectly:

My Auth URL looks like this:

{{keycloak_url}}/realms/{{realm}}/protocol/openid-connect/auth?login_hint={{user_email}}

Bruno appends

?client_id=MYID&redirect_uri=MYURL&response_type=code&scope=openid

while I'd expected it appended

&client_id=MYID&redirect_uri=MYURL&response_type=code&scope=openid

Bruno: 1.10.0
#1003

@pietrygamat pietrygamat changed the title Oauth2: auth url with required parameters Oauth2: auth url with required pre-exisiting parameters Feb 28, 2024
pietrygamat added a commit to pietrygamat/bruno that referenced this issue Mar 2, 2024
pietrygamat added a commit to pietrygamat/bruno that referenced this issue Mar 2, 2024
pietrygamat added a commit to pietrygamat/bruno that referenced this issue Mar 4, 2024
pietrygamat added a commit to pietrygamat/bruno that referenced this issue Mar 4, 2024
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

Successfully merging a pull request may close this issue.

1 participant