user_saml icon indicating copy to clipboard operation
user_saml copied to clipboard

:lock: App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml

Results 143 user_saml issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce 1. Install Nextcloud 2. Install user_saml and chose environment variable 3. try to enter REOTE_USER ### Expected behaviour Tell us what should happen It should take...

### Steps to reproduce 1. User have already accounts via LDAP plugin 2. SAML on Azure successfully enrolled 3. User accounts do not match ### Expected behaviour I expect that...

solves #862 * [X] integration test for this scenario (should fail at first) * [ ] the actual fix failing test proof ![Screenshot_20240704_205417](https://github.com/nextcloud/user_saml/assets/2184312/81f87b55-8483-4042-b27d-19380d750f5b)

2. developing

In https://github.com/nextcloud/user_saml/blob/master/lib/Jobs/MigrateGroups.php#L89-L113 we move the group id from the local backend's table to the SAML backend's table. But the members are being ignored. They stay in `oc_group_user` while the new...

bug
1. to develop

### Steps to reproduce 1. Fresh Install of Nextcloud AIO v. 9.0.1 (Hub 8 - 29.0.2) 2. Fresh install of Authentik 2024.6.0 3. Using this instruction https://blog.cubieserver.de/2022/complete-guide-to-nextcloud-saml-authentication-with-authentik/ (which worked with...

SAML's GroupBackend does not allow you to set the display name of the groups. The Nextcloud interface, ISetDisplayNameBackend, is implemented, which will enable setting the group name to work with...

feedback-requested

We had to run integration tests on github runners, as executing on the local ones was unstable some time ago. I understand issues where resolved with local runners, so we...

3. to review

This issue initially popped up when looking into https://github.com/stjosh/auto_groups/issues/74 For now only added: - `UserLoggedInEvent` - `UserLoggedOutEvent` - `UserDeletedEvent` `UserCreatedEvent` should be added as well, but the ClassConstructor expects the...

feedback-requested

![eb72e7ccf57529e6b6b2da89caad52f037789179](https://github.com/nextcloud/user_saml/assets/102286311/6a5b02c5-e103-4371-a11f-b6921832f9cd) Hello, I am encountering an issue with our Nextcloud. Attached is a screenshot of the error message, and the details are included in the ticket titles. The problem affects...

bug
needs info
1. to develop