| [auth] |
| type = OAUTH |
| [plugin "gerrit-oauth-provider-azure-oauth"] |
| tenant = @uuid-of-your-tenant@ --- secure.config ---
--- | ||
is this the only thing you have configured:gerrit.config[auth]type = OAUTHgitBasicAuthPolicy = HTTP[plugin "gerrit-oauth-provider-azure-oauth"]tenant = uuid-of-your-tenantIn the file :secure.config[plugin "gerrit-oauth-provider-azure-oauth"]client-id = client-idclient-secret = secretwhat is those "@" ?
I have try to configure and got "Forbitten"
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/c184e601-fe21-42cd-ae0d-c9fd0b3fb7b1n%40googlegroups.com.
When I press the sign in , it redirects me to and i get an attached error
the plugin i have downloaded from (the jar file)
https://gerrit-ci.gerritforge.com/job/plugin-oauth-bazel-master-stable-3.12/
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/0917ca46-3eef-4ed4-9ae1-102a4e21e29an%40googlegroups.com.
this is the code:
our Gerrit url is :Do you have a web proxy such as apache between world and gerrit? - No we don't have any proxy
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/1fdc2914-9225-4486-935c-d9a7ba8df984n%40googlegroups.com.
also in the error log: give[2025-12-22T18:26:12.749+02:00] [HTTP GET /oauth?code=1.ASAAiVIqYaiJwkWkDfNvrbbTfFQ1pT055jVAkVOy33J9EufkABogAA.AgABBAIAAABlMNzVhAPUTrARzfQjWPtKAwDs_wUA9P (N/A from 172.20.209.26)] WARN com.google.gerrit.server.account.AccountManager : Email guylevk@companycom is already assigned to account 1000044; cannot create external ID azure-oauth:8a048f54-a0cc-4537-bb5b-3f540a2dbd72 with the same email for account 1000143. [CONTEXT TRACE_ID="1766420772217-7eb2e9ba" ]
[2025-12-22T18:26:12.749+02:00] [HTTP GET /oauth?code=1.ASAAiVIqYaiJwkWkDfNvrbbTfFQ1pT055jVAkVOy33J9EufkABogAA.AgABBAIAAABlMNzVhAPUTrARzfQjWPtKAwDs_wUA9P (N/A from 172.20.209.26)] ERROR com.google.gerrit.httpd.auth.oauth.OAuthSession : Unable to authenticate user "com.google.gerrit.extensions.auth.oauth.OAuthUserInfo@17337b10" [CONTEXT TRACE_ID="1766420772217-7eb2e9ba" ]
com.google.gerrit.server.account.AccountException: Email 'guy...@company.com' in use by another accounterror_log_user_already_exist.jpg
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/016a0024-6bbd-49f9-8913-db6b5d22d0ben%40googlegroups.com.
but this is our staging server (as as our production ) all users are loged in till now via LDAP authenticationSo i can't remove all users and also how can i remove my user ?