We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The configuration of the Azure AD v2 source via the webpage works as expected:
However, via the CLI, there is no way to pass the tenant value. I can see the CustomURLMapping structure contains the Tenant value.
Tenant
I can work on a PR if someone can indeed confirm that the following files need the updates:
TenantID: c.String("custom-tenant-id"),
organizations
1.18.2
No
No response
2.36.4, Wire Protocol Version 2 Enabled
Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-1026-kvm x86_64)
Running it in Docker version 20.10.23 from docker image gitea/gitea:1.18.2-rootless.
gitea/gitea:1.18.2-rootless
PostgreSQL
The text was updated successfully, but these errors were encountered:
You shouldn't need to edit providers_custom.go.
Just update the cmds and the docs.
Sorry, something went wrong.
Add CLI option tenant ID for oauth2 source (#22769)
c13eb8e
Fixes #22713
Add CLI option tenant ID for oauth2 source (go-gitea#22769)
695d553
Backport go-gitea#22769 Fixes go-gitea#22713
Add CLI option tenant ID for oauth2 source (#22769) (#23263)
805c592
Backport #22769 Fixes #22713 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Adito5393
Successfully merging a pull request may close this issue.
Description
The configuration of the Azure AD v2 source via the webpage works as expected:
However, via the CLI, there is no way to pass the tenant value. I can see the CustomURLMapping structure contains the
Tenant
value.I can work on a PR if someone can indeed confirm that the following files need the updates:
TenantID: c.String("custom-tenant-id"),
to the cmd/admin.goorganizations
with something else?Gitea Version
1.18.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.36.4, Wire Protocol Version 2 Enabled
Operating System
Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-1026-kvm x86_64)
How are you running Gitea?
Running it in Docker version 20.10.23 from docker image
gitea/gitea:1.18.2-rootless
.Database
PostgreSQL
The text was updated successfully, but these errors were encountered: