Edward Ly
Edward Ly
I could be wrong, but I believe the Nextcloud admin group is specified under `resource_access.nextcloud.roles` (see #799 for an example). If that doesn't work and you're still having trouble, let...
I see a few possible solutions here: 1. Add `'user_oidc' => [ 'use_pkce' => true, ],` to the default [config.php](https://github.com/nextcloud/server/blob/master/config/config.sample.php), in which case there is nothing to be done on...
Closing as the discussion seems to be resolved now. The email address should be provided through the `email` claim/scope which should be enabled by default.
Closing as this particular discussion seems to be resolved now.
Closing as a duplicate of #791.
@phoenixtechnam @sikkgit Did you try applying the changes made in #761, or did you download the release version of the user_oidc app?
I don't think this feature is in our roadmap, but feel free to submit a pull request if you think it would be valuable and you're up to the task.
Hi, can you confirm if this issue still persists on the latest versions of Keycloak/Nextcloud/user_oidc? If so, we can perhaps investigate the issue further. Also, please note that running Nextcloud...
I don't believe we support anything that is outside of the [OIDC specification](https://openid.net/developers/specs/), but feel free to correct me if I'm wrong. Perhaps this article on setting up Netscaler (ADC?)...
Hi, are you still able to reproduce this on the latest Nextcloud and user_oidc versions? If so, we'll try to find time to reproduce and maybe fix this.