-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
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
…ery parameters
5 tasks
pietrygamat
added a commit
to pietrygamat/bruno
that referenced
this issue
Mar 4, 2024
…ery parameters
pietrygamat
added a commit
to pietrygamat/bruno
that referenced
this issue
Mar 4, 2024
…ery parameters
helloanoop
pushed a commit
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
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:
Bruno appends
while I'd expected it appended
Bruno: 1.10.0
#1003
The text was updated successfully, but these errors were encountered: