migrate from keycloak to oidc provider
Django AllAuth dropped keycloak in recent release: https://django-allauth.readthedocs.io/en/latest/socialaccount/providers/keycloak.html
This commit is contained in:
parent
ea308dd7b0
commit
1a89213c80
3 changed files with 19 additions and 18 deletions
|
@ -60,9 +60,8 @@ INVENTREE_SECRET_KEY=some-secret-key
|
|||
ALLOWED_HOSTS=inventree.example.com,www.inventree.example.com
|
||||
|
||||
# SSO Config
|
||||
INVENTREE_SOCIAL_BACKENDS=allauth.socialaccount.providers.keycloak
|
||||
INVENTREE_SOCIAL_BACKENDS=allauth.socialaccount.providers.openid_connect
|
||||
|
||||
HKNG_KEYCLOAK_URL=https://keycloak.example.com
|
||||
HKNG_KEYCLOAK_REALM=master
|
||||
HKNG_KEYCLOAK_CLIENT_ID=example-client
|
||||
HKNG_KEYCLOAK_CLIENT_SECRET=example-secret
|
||||
HKNG_OIDC_URL=https://keycloak.example.com/realms/master/.well-known/openid-configuration
|
||||
HKNG_OIDC_CLIENT_ID=example-client
|
||||
HKNG_OIDC_SECRET=example-secret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue