Fixes #811 - enable dynamic client registration

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Thomas Müller
2020-11-06 11:32:36 +01:00
committed by Benedikt Kulmann
parent 0ea04c02f9
commit 0859316571
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
Change: Enable OpenID dynamic client registration
Enable OpenID dynamic client registration
https://github.com/owncloud/ocis/issues/811
https://github.com/owncloud/ocis/pull/813
+1
View File
@@ -303,6 +303,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
Name: "allow-dynamic-client-registration",
Usage: "Allow dynamic OAuth2 client registration",
EnvVars: []string{"KONNECTD_ALLOW_DYNAMIC_CLIENT_REGISTRATION"},
Value: true,
Destination: &cfg.Konnectd.AllowDynamicClientRegistration,
},
&cli.BoolFlag{