-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 Application redirect URL with https, but it becomes contains some 'redirect' query params in url. #26897
Labels
issue/not-a-bug
The reported issue is the intended behavior or the problem is not inside Gitea
Milestone
Comments
mei-rune
changed the title
OAuth2 Application redirect URL with https, but it becomes contains some 'state, client_id' query params in url.
OAuth2 Application redirect URL with https, but it becomes contains some 'redirect' query params in url.
Sep 4, 2023
Try |
I know it, but i hope pass a argument 'redirect' |
Please send a PR. |
mei-rune
added a commit
to mei-rune/gitea
that referenced
this issue
Apr 8, 2024
I send a PR. |
wxiaoguang
added
issue/not-a-bug
The reported issue is the intended behavior or the problem is not inside Gitea
and removed
type/bug
labels
Apr 13, 2024
silverwind
pushed a commit
that referenced
this issue
Apr 13, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
issue/not-a-bug
The reported issue is the intended behavior or the problem is not inside Gitea
Description
my request url is http://127.0.0.1/xxxxx/oauth/login_callback?redirect=http%3a%2f%2f127.0.0.1%2flogin
my validate url in gitea is "http://127.0.0.1/xxxxx/oauth/login_callback"
I fix it with :
Gitea Version
1.20.0
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
run it as service in the windows
Database
SQLite
The text was updated successfully, but these errors were encountered: