Commit graph

15 commits

Author SHA1 Message Date
Lukas Reschke d9245ae533
Follow PSR file naming
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-07-31 16:28:31 +02:00
Lukas Reschke 034e2d7c8a
Claim to always support \OC\User\Backend::GET_DISPLAYNAME
`\OC_User::loginWithApache` sets the display name otherwise to the login name which is wrong.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-07-31 16:28:26 +02:00
Morris Jobke 7a1cd3c216 Use proper namespace for user backend class
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-27 16:05:02 +02:00
Lukas Reschke 1a1a11c8e9
Add support for mapping attributes
This adds support for mapping attributes for full name and email

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-16 15:23:46 +01:00
Joas Schilling a0662caf61
Do not use deprecated class anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-14 11:45:50 +01:00
Lukas Reschke a616f1d238
No password confirmation for SAML
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-24 10:11:12 +01:00
Lukas Reschke 314ae475f6
Add support for environment variable login 2016-11-14 13:47:30 +01:00
Lukas Reschke a5a8b98512
It should be uid not token
That happens when testing locally with SQLite...
2016-07-06 15:11:54 +02:00
Lukas Reschke 07a98d66f1
Add Shibboleth users to DB
So search etc. works fine
2016-07-04 11:34:20 +02:00
Lukas Reschke f734958836
Add possibility to enforce local user account
Fixes https://github.com/nextcloud/user_saml/issues/12
Fixes https://github.com/nextcloud/user_saml/issues/5
2016-06-29 20:34:10 +02:00
Lukas Reschke 84c1547c85
Add application specific passwords
Fixes https://github.com/nextcloud/user_saml/issues/1
2016-06-29 18:50:02 +02:00
Lukas Reschke 77499230a2
Only show logout if SLO is set
Fixes https://github.com/nextcloud/user_saml/issues/10
2016-06-29 11:10:59 +02:00
Lukas Reschke 0e66028025
Add CSRF token and track AuthnRequestID
Fixes https://github.com/nextcloud/user_saml/issues/11
2016-06-29 10:51:07 +02:00
Lukas Reschke 99bbde20dc
Add mapping editor
Fixes https://github.com/nextcloud/user_saml/issues/4
2016-06-29 10:25:09 +02:00
Lukas Reschke ada6b6ebc8
Initial import 2016-06-29 00:04:23 +02:00