mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-05 12:29:56 -06:00
Merge pull request #813 from owncloud/bugfix/811
Enable dynamic client registration
This commit is contained in:
@@ -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
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user