mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-11 03:29:33 +00:00
parent
3a43ad408c
commit
bec485de0b
@ -111,6 +111,7 @@ with lib; let
|
|||||||
scope = "profile";
|
scope = "profile";
|
||||||
authorize-url = null;
|
authorize-url = null;
|
||||||
token-url = null;
|
token-url = null;
|
||||||
|
logout-url = "";
|
||||||
user-url = null;
|
user-url = null;
|
||||||
sign-key = "";
|
sign-key = "";
|
||||||
sig-algo = "RS256";
|
sig-algo = "RS256";
|
||||||
@ -424,6 +425,11 @@ in {
|
|||||||
default = defaults.openid.provider.token-url;
|
default = defaults.openid.provider.token-url;
|
||||||
description = "The URL used to retrieve the token.";
|
description = "The URL used to retrieve the token.";
|
||||||
};
|
};
|
||||||
|
logout-url = mkOption {
|
||||||
|
type = types.str;
|
||||||
|
default = defaults.openid.provider.logout-url;
|
||||||
|
description = "The URL used for user's logout.";
|
||||||
|
};
|
||||||
user-url = mkOption {
|
user-url = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = defaults.openid.provider.user-url;
|
default = defaults.openid.provider.user-url;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user