user_oidc icon indicating copy to clipboard operation
user_oidc copied to clipboard

OIDC connect user backend for Nextcloud

Results 151 user_oidc issues
Sort by recently updated
recently updated
newest added

Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.4.0 to 3.0.1. Release notes Sourced from @​nextcloud/stylelint-config's releases. v3.0.1 v3.0.1 (2024-05-07) Fixed fix: Remove stylistic rules also for scss v3.0.0 v3.0.0 (2024-04-15) Full Changelog Breaking changes...

dependencies
javascript

Hi, I have enbled `user_oidc` - and i can log-in with my provider, but I need to create users manually and avoid `user_oidc` auto-provisioning. I tried to create an user...

php-jwt dropped support for P-521 curve. Parsing a keyset which contains a key using this curve will now fail. We could either wait for php-jwt to do something about that....

bug

I like to get groups in Nextcloud from my Authentik instance and - being not a specialist in authentification methods - the provided information does not really help me. First...

We would like to limit access to Nextcloud to users having certain groups. So when a user authenticates with OAuth, it should check the groups coming from the OAuth provider...

enhancement
priority: normal

When group provisioning is enabled and a user looses access to a group, the plugin will also remove the group from the user in Nextcloud. This is great for groups...

enhancement
priority: normal

The bearer token validation is less complete than the login controller one. * add issuer, audience and azp (authorized party) checks in bearer token validator * make it possible to...

enhancement
3. to review

Bumps [@nextcloud/logger](https://github.com/nextcloud-libraries/nextcloud-logger) from 2.7.0 to 3.0.1. Release notes Sourced from @​nextcloud/logger's releases. v3.0.1 3.0.1 - 2024-04-24 Fixed fix: Drop CoreJS from package.json Changed chore(deps): Bump @​nextcloud/auth from 2.2.1 to 2.3.0...

dependencies
javascript

### Feature Request Add a "display text" field for a provider, so that it is not bound by "Login with $Provider" Additionally, this may sound nitpicky but currently "Login" should...

enhancement
priority: normal

### Description I am currently in a situation where i have an `access_token` for `nextcloud` which i got from `keycloak`. The `user_oidc` app allows a setting to make API request...