summaryrefslogtreecommitdiff
path: root/lib/web/auth (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-30Fix crash when OAuth2 config parameters are missingDavid Mehren1-12/+19
2020-11-25Add oauth2 authorizationJoachim Mathes1-1/+22
2020-10-22Generic OAuth2: Set state: trueDexter Chua1-1/+2
2020-07-11saml: make logger print actual error messageSimeon Keske1-2/+2
2020-07-11add error handling to saml-certsSimeon Keske1-2/+15
2020-07-11allow to set a saml client certificateSimeon Keske1-0/+1
2020-06-20Backport of #278 for 1.6.1Victor Berger1-1/+2
2020-02-08Add Google oauth variable: hostedDomainike1-1/+1
2019-11-28Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel12-28/+8
2019-11-28Moving the storage of referrer information to main authorization check instea...Ralph Krimmel1-5/+3
2019-11-27Fixing linting problemsRalph Krimmel1-4/+3
2019-11-27Fixing redirection after SAML loginfoobarable1-2/+5
2019-10-27Move note actions to their own file.David Mehren2-8/+8
2019-06-08Rework debug loggingSheogorath4-9/+8
2019-05-31Fix eslint warningsSheogorath12-23/+23
2019-05-13asyncified setting and verifying the passwordClaudius1-2/+8
2019-04-06Added a configuration option for passport-saml:Emmanuel Ormancey1-1/+2
2019-03-09Add required change for Google+ API deprecationSheogorath1-1/+2
2018-11-27Fix typoCloudYu2-4/+4
2018-11-14InternalOAuthError is not part of passport, but of passport-oauth2Claudius Coenen1-4/+4
2018-10-05Add OpenID to CodiMDSheogorath2-0/+62
2018-06-30Update passport-ldapSheogorath1-1/+1
2018-04-27Fix typo of "grouptAttribute" in saml auth moduleMax Wu1-2/+2
2018-03-26Add support for generic OAuth2 providersPedro Ferreira2-0/+107
2018-03-25Change config to camel case with backwards compatibilitySheogorath11-35/+35
2018-03-18Add check for undefined UUIDSheogorath1-1/+8
2018-03-09Multiple emails from LDAP are already an ArrayFelix Schäfer1-1/+1
2018-03-01Introduce ldap.useridFieldDustin Frisch1-1/+4
2018-01-30Fix uncaught exception for non-existent userSheogorath1-0/+5
2017-12-09Add setting `ldap.usernameField`Lukas Kalbertodt1-1/+7
2017-12-04added guide for SAML settingsNorihito Nakae1-1/+0
2017-11-29fixed the SAML callback URL to unconfigurable.Norihito Nakae1-1/+1
2017-11-28Initial support for SAML authenticationNorihito Nakae2-0/+97
2017-10-31Add mattermost authenticationChristoph Witzany2-0/+50
2017-10-12Fix LDAP problem about missing uidNumberSheogorath1-2/+3
2017-09-04Give google the correct name.Kaiyu Shi1-3/+3
2017-05-17fix: export to gist occurred 404 not foundMax Wu1-0/+4
2017-05-08refactor(config.js): Extract config fileBoHong Li1-8/+8
2017-05-08refactor(auth.js): Remove base pathBoHong Li1-8/+8
2017-05-08refactor(app.js): Move passport serialize and deserialize to auth moduleBoHong Li1-0/+22
2017-05-08refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li10-0/+405