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 (Expand)Author
2022-04-08Set proper relaystate urlJulius Härtl
2022-04-07code styleArthur Schiwon
2022-04-07fix reading and updated name-id-format selectionArthur Schiwon
2022-04-07makes sloWebServerDecode IdP-sensitive as it should beArthur Schiwon
2022-04-07Minor fixesCarl Schwan
2022-04-07Add regex routes requirement to providerIdJohn Molakvoæ
2022-04-07Move SAML configurations to a table of their ownArthur Schiwon
2021-12-10cs:fixJohn Molakvoæ
2021-10-21Use effective uid for autoprovisioning new usersJulius Härtl
2021-05-05Actually replace $retrieveParametersFromServer parameterLukas Reschke
2021-05-04Allow setting of "retrieveParametersFromServer"Lukas Reschke
2021-03-01Merge pull request #508 from nextcloud/fix/noid/userids-not-sanitizedblizzz
2021-02-15Add logging for SLO errorsLukas Reschke
2021-01-26adjust to recent merged changesArthur Schiwon
2021-01-26introduces a single point of saml attribute interpretationsArthur Schiwon
2021-01-26sanitize and test user id received from IdP, if original does not matchArthur Schiwon
2021-01-12Allow customer directlogin textRoeland Jago Douma
2020-11-24Merge pull request #468 from orandev/patch-1Roeland Jago Douma
2020-11-06fix missing user_saml.Idp session value which SAMLSettings rely onArthur Schiwon
2020-10-13Merge pull request #466 from nextcloud/bugfix/log-invalid-user-idblizzz
2020-10-12Merge pull request #432 from nextcloud/enh/noid/saml-response-urlblizzz
2020-10-09Fix incorrect key name in "Login flow fix"orandev
2020-10-09Add checked user id to InvalidArgumentExceptionJulius Härtl
2020-10-05Fix login flow with SAMLRoeland Jago Douma
2020-09-25Handle failing SLORoeland Jago Douma
2020-09-10optional possibility to provide a URL for SLO ResponseArthur Schiwon
2020-09-08acs endpoint to always return a RedirectResponseArthur Schiwon
2020-07-10Make work with posts and cookies againRoeland Jago Douma
2020-03-05Merge remote-tracking branch 'upstream/master' into fix-saml-single-logoutClément OUDOT
2020-01-28fixed login with chrome browserFrank Tröger
2019-12-16use NameId format, name qualifier and name SP qualifier in SAML logout reques...Soisik Froger
2019-12-16use NameId format, name qualifier and name SP qualifier in SAML logout requestClément OUDOT
2019-09-19decode objectGUID to their ASCII representation ifArthur Schiwon
2019-06-17Handle SLO logout requests from IdP via POSTFrieder Schrempf
2019-06-07fix IDP-initiated Logout #334Dylann Cordel
2019-05-27Load a timezone file if no timezone is setRoeland Jago Douma
2019-01-24Merge pull request #286 from nextcloud/fix-268Björn Schießle
2019-01-22user might be already known, but was not mapped yet. init on first login.Arthur Schiwon
2019-01-20Fixed typo.rakekniven
2018-12-18create user in the SAML back-end and update the attributes whenBjoern Schiessle
2018-11-22Implement mapping of user's home directoryDaniel Klaffenbach
2018-11-21Merge pull request #271 from nextcloud/better-error-messagesBjörn Schießle
2018-11-20improve error messages in case SAML is not configured properlyBjoern Schiessle
2018-11-19content doesn't have to be a array, e.g. for category=type, content is 'saml'Bjoern Schiessle
2018-11-19first check if it is an array and that the key exists, to avoid error message...Bjoern Schiessle
2018-11-16log IDP parameters in debug modeBjoern Schiessle
2018-11-14log provisioning errors during sso environment loginRobin Appelman
2018-11-09add a combobox instead of buttons to select the login method if more then 4 d...Bjoern Schiessle
2018-10-24make global scale setup more robustBjoern Schiessle
2018-10-11Actually add error pageRoeland Jago Douma