mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-06 18:38:31 +02:00
Add support for OIDC (#389)
* added support for oidc auth * fixed oidc usernames * hiding password for users that aren't logged in via local auth * add dependency, update settings * keep change password link * add tests * add docs --------- Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
This commit is contained in:
7
scripts/setup-oicd.sh
Normal file
7
scripts/setup-oicd.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
# Example setup for OIDC with Zitadel
|
||||
export LD_ENABLE_OIDC=True
|
||||
export OIDC_USE_PKCE=True
|
||||
export OIDC_OP_AUTHORIZATION_ENDPOINT=http://localhost:8080/oauth/v2/authorize
|
||||
export OIDC_OP_TOKEN_ENDPOINT=http://localhost:8080/oauth/v2/token
|
||||
export OIDC_OP_USER_ENDPOINT=http://localhost:8080/oidc/v1/userinfo
|
||||
export OIDC_RP_CLIENT_ID=258574559115018243@linkding
|
Reference in New Issue
Block a user