Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kontron/redmine_oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Jun 4, 2024
2 parents 8be8e38 + 1733383 commit 48736c9
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,29 @@ sites. As the redirect URI add https://yourdomain/oauth2callback.

Open _Administration -> Plugins_ in your Redmine and configure the plugin.

E.g.:
Examples:

**Provider** Azure AD
#### Provider Azure AD

**Site** https://login.microsoftonline.com
* Site: https://login.microsoftonline.com
* Client ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
* Client secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
* Tenant ID / Realm xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx

**Client ID** xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
#### Provider Google

**Client secret** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
* Site: https://accounts.google.com
* Client ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
* Client secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

**Tenant ID / Realm** xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx
#### Provider Keycloak

---
**Provider** Google
Create a new OIDC Client in your Keycloak Realm. Activate `Client authentication`.

**Site** https://accounts.google.com

**Client ID** xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

**Client secret** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
* Site: https://keycloak.example.com (without any paths)
* Client-ID: keycloak.example.com (do not include `https://` or other special characters in the Client ID)
* Secret: Copy the client secret from Keycloak
* Tenant ID: the name of your Keycloak realm

### Tasks

Expand Down Expand Up @@ -101,4 +104,4 @@ https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how
cd plugins
rm redmine_oauth
```
Then restart the application/web server.
Then restart the application/web server.

0 comments on commit 48736c9

Please sign in to comment.