Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-07makes sloWebServerDecode IdP-sensitive as it should beArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-04-07Minor fixesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-07Add regex routes requirement to providerIdJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-07Move SAML configurations to a table of their ownArthur Schiwon
- adds user_saml_configurations table and migrates existing configuration - Controller methods are added since appconfig endpoints cannot be used anymore. THIS IS A BREAKING CHANGE. - Frontend code is adjusted to use new endpoints. - security-sloWebServerDecode was changed from global to provider specific setting. It being global seemed to be unintended. A migration path is yet missing. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-12-10cs:fixJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-05-04Allow setting of "retrieveParametersFromServer"Lukas Reschke
Some SAML servers require this type of decoding, otherwise the SLO request fails. Ideally the library would perform both verifications (https://github.com/onelogin/php-saml/issues/466), but it seems upstream doesn't want to perform this change. Until we have considered a better solution for this, this adds a new checkbox that one can configure. Ref https://github.com/nextcloud/user_saml/issues/403 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2020-09-10optional possibility to provide a URL for SLO ResponseArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-13Add setting to specify a different signature algorithmJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-29Use a prefix to obtain the nameid formatRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-29Make NameIDFormat configurableRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-12sort idps alphabeticallyBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-10-09set base url to 'http://domain/nextcloud/index.php/apps/user_saml/saml'Bjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-15make sure that we don't show the "select user back-end login screen if ↵Bjoern Schiessle
authentication over environment variables has been chosen Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03make sure to always use the right idp configBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03make sure to redirect to correct idpBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03show all configured IdP's on the login screenBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-08-01baseurl is expected to be the host name and protocol without pathLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-01Proper casing of fileLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>