Skip to content
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

Write a documentation to set up keycloak integration with OpenProject via docker TLS #15149

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

SagarGi
Copy link

@SagarGi SagarGi commented Mar 28, 2024

Description

  • As a first phase this PR adds a documentation for setting up keycloak with OpenProject via docker TLS.
  • The next phase will be documenting the keycloak with nextcloud for testing SSO (Single sign on) as a part of (OpenProject Integration with nextcloud which needs TBD).

Related WorkPackage:

https://community.openproject.org/work_packages/53590/activity

@SagarGi SagarGi force-pushed the document_keycloak_with_openproject branch from 939aee1 to 6400bcd Compare March 28, 2024 11:17
Keycloak being an OpenID connect provider, we need to setup an OIDC integration for OpenProject.
[Setup OIDC (keycloak) integration for OpenProject](https://www.openproject.org/docs/installation-and-operations/misc/custom-openid-connect-providers/#keycloak)

Once the above setup is completed, In the root `docker-compose.override.yml` file, uncomment all the environment in `backend` service for keycloak and set the values according to configuration done in keycloak for OpenProject Integration.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future, there may need to include some uncommented code in the backend environment. So, it would be good to have a list of environment variables that need to be uncommented for Keycloak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants