fix for oidc user registration flow in 25.5.0
This commit is contained in:
@@ -182,6 +182,8 @@ in
|
|||||||
allowedLoginMethods = lib.mkForce [ "openid" ];
|
allowedLoginMethods = lib.mkForce [ "openid" ];
|
||||||
# default to openid if enabled
|
# default to openid if enabled
|
||||||
loginMethod = "openid";
|
loginMethod = "openid";
|
||||||
|
# https://github.com/actualbudget/actual/pull/4421
|
||||||
|
userCreationMode = "login";
|
||||||
# service SSO config
|
# service SSO config
|
||||||
openId = {
|
openId = {
|
||||||
discoveryURL = oauthDiscoveryURL;
|
discoveryURL = oauthDiscoveryURL;
|
||||||
|
Reference in New Issue
Block a user