Providers such as Kanidm require to present the scopes you want during the initial exchange. In this case, the groups or groups_name scope.
On the server, you can configure oauth2.scopes, but this has no effect on the frontend when it does the initial auth request. The default scopes are used.
Providers such as Kanidm require to present the scopes you want during the initial exchange. In this case, the
groupsorgroups_namescope.On the server, you can configure
oauth2.scopes, but this has no effect on the frontend when it does the initial auth request. The default scopes are used.