-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable dynamic client registration #813
Conversation
This comment has been minimized.
This comment has been minimized.
9d3055e
to
bcebeda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set the value as default here instead if it should be the default:
ocis/konnectd/pkg/flagset/flagset.go
Line 305 in 8bef86c
EnvVars: []string{"KONNECTD_ALLOW_DYNAMIC_CLIENT_REGISTRATION"}, |
If not then this is only a configuration issue and this can be closed?
So this can be enabled using the env var? fine by me How to set this env var for https://ocis-bridge.owncloud.works/ ? We might want this to be enabled by default ... ... but this is not my call ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated the PR to use the env var and default to true
yuck, the oidc spec really could use some better explanation of why you'd want this. Reading https://curity.io/resources/architect/openid-connect/openid-connect-understanding-dcr/ I think I finally understand the value. And yes, we should set |
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Rebased to current master |
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Fixes #811