Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairkom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
fairlogin
fairkom
Wiki
openid connect with rocketchat
Changes
Page history
New page
Templates
Clone repository
roland.alton created page: openid connect with rocketchat
authored
7 years ago
by
Roland Alton
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openid-connect-with-rocketchat.md
+25
-0
25 additions, 0 deletions
openid-connect-with-rocketchat.md
with
25 additions
and
0 deletions
openid-connect-with-rocketchat.md
0 → 100644
View page @
ce8c0d9b
We are successfully running Rocket.Chat with keycloak and OpenID Connect in a production environment.
Our client settings in keycloak:
```
Consent-required: off
Accss-type: confidential
Standard-flow enabled: on
Impicit-flow enabled: on
Valid Redirect URIs: http://localhost/_oauth/myidentityprovidername , http://mychatserver.org/_oauth/myidentityprovidername
```
Oauth settings in Rocket.Chat:
```
URL: https://myidentityprovider.org/auth
Token path: /realms/myrealm/protocol/openid-connect/token
Identity path: /realms/myrealm/protocol/openid-connect/userinfo
Auth path: /realms/myrealm/protocol/openid-connect/auth
Area: openid
Token sent via: head line
ID: as provided by ield username: keycloak
Secret: as provided by keycloak
```
Field Username: preferred_username
This diff is collapsed.
Click to expand it.