Skip to content

Commit

Permalink
Merge pull request #813 from owncloud/bugfix/811
Browse files Browse the repository at this point in the history
Enable dynamic client registration
  • Loading branch information
kulmann authored Nov 20, 2020
2 parents f02d80d + 0859316 commit c362ff2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/enable-dynamic-client-registration.md
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions konnectd/pkg/flagset/flagset.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit c362ff2

Please sign in to comment.