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

The error message "User is not Provisioned" is ussed for anything that goes during the saml login. Can be that: - messages from the server are not correctly signed (at...

While I have SSO enabled and working configured via server variables, I can't login normally to my next cloud instance if I'm on a computer that isn't in my Kerberos...

enhancement

It is used in https://github.com/nextcloud/user_saml/blob/5a720dc71dd6545e6ce02cef975c0c3c1f68b798/lib/UserResolver.php#L94 which is a known duplication of LDAP code. It was removed in https://github.com/nextcloud/server/pull/29470, user_saml should follow. cc @come-nc

1. to develop
technical debt

### Steps to reproduce 1. Configure Nextcloud 15 with LDAP (ActiveDirectory) and SAML (Azure AD, SAML Plugin is configured with user must exist in backend) 2. Azure is configured to...

It would be nice if we could populate / update a user's profile info by releasing extra attributes from the IdP to nextcloud.

enhancement
3. to review

It would be good to have the possibility to allow/deny login for (or the absence of) specific shibboleth attributes. E.g. eduPersonAffiliation: Only allow login if value="employee" Maybe a more general...

enhancement

Troubleshooting federation I realized it was getting the wrong assertion consumer endpoint, I mean, it's basically the same but with the scheme http:// instead of https:// required on ADFS. I...

### Steps to reproduce 1. Create a user with a username that is 22 characters long. 2. Try logging in. ### Expected behaviour It should work. ### Actual behaviour The...

While performing testing of the following PRs, a bug was detected in the `checkPassword` function: https://github.com/nextcloud/server/pull/27929 https://github.com/nextcloud/user_saml/pull/537 ### Steps to reproduce 1. Check out and apply the PRs noted above....

bug
1. to develop

Hi there folks, I`m trying to setup SSO Login with ADFS. I`ve been using the following guide: `https://rephlex.de/blog/2018/04/05/how-to-connect-nextcloud-to-active-directory-using-ad-fs-without-losing-your-mind/` I`ve done everything exactly as that page says, i can authenticate against...