Содержание

oAuthKeycloak Plugin

Совместим с «Докувики»

  • 2024-02-06 "Kaos" неизвестно
  • 2023-04-04 "Jack Jackrum" да
  • 2022-07-31 "Igor" неизвестно
  • 2020-07-29 "Hogfather" да

plugin Keycloak Service for use with the oAuth Plugin

Последнее обновление:
2024-05-06
Предоставляет
Action
Репозиторий
исходный код
Требует
oauth

This plugin implements the oAuth workflow needed to authenticate users with Keycloak.

Installation

:!: External requirements: This plugin requires the oAuth Plugin 2021-12-19 or above.

Install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Configuration

You need to set the client ID, client secret and discovery URL of your Keycloak. Discovery URL is:

https://<keycloakserver>/auth/realms/<realm>/.well-known/openid-configuration

For newer keycloak versions, it is:

https://<keycloakserver>/realms/<realm>/.well-known/openid-configuration

Additionally you can set label and color of the login button if you want. The default label/color are 'Keycloak'/'#333333'

Change Log