- 17 Sep, 2022 1 commit
-
-
NGPixel authored
-
- 05 Sep, 2022 1 commit
-
-
Fionera authored
Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
- 16 Aug, 2022 1 commit
-
-
Pam S authored
Co-authored-by:
Pam Selle <pam@thewebivore.com>
-
- 16 Jul, 2022 1 commit
-
-
Mirco T authored
Co-authored-by:
SeaLife <mtries@united-internet.de>
-
- 09 Jun, 2022 1 commit
-
-
Nicolas Giard authored
-
- 15 May, 2022 2 commits
-
-
Nicolas Giard authored
-
Maximilian Bosch authored
* saml auth: `authnContext` must be a list now This fixes this.options.authnContext.forEach is not a function when trying to login via SAML on wiki-js 2.5.281. Reason for that is that `authnContext` must be a list now which is apparently a breaking change that was missed while upgrading passport-saml[1]. Resolves #5289 [1] https://github.com/node-saml/passport-saml/pull/615 * fix(auth): split authnContext for SAML authenticaiton module Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
- 13 May, 2022 1 commit
-
-
Erik Bigler authored
-
- 10 May, 2022 1 commit
-
-
Nicolas Giard authored
-
- 02 May, 2022 1 commit
-
-
Nicolas Giard authored
-
- 01 May, 2022 1 commit
-
-
NGPixel authored
-
- 17 Apr, 2022 1 commit
-
-
Trisztán Piller authored
-
- 12 Apr, 2022 1 commit
-
-
myml authored
-
- 26 Mar, 2022 2 commits
-
-
Nicolas Giard authored
-
Manuel authored
-
- 01 Mar, 2022 1 commit
-
-
Gabriel A. Devenyi authored
-
- 16 Oct, 2021 2 commits
-
-
NGPixel authored
-
Artur Shaik authored
* OAuth2 authentication implementation This PR shoul fix #2392. Used `passport-oauth2` strategy. * indentations cleanup * cleanup code
-
- 30 Sep, 2021 1 commit
-
-
Beh authored
-
- 01 Sep, 2021 1 commit
-
-
Étienne authored
This commit replaces the observably defunct @aoberoi/passport-slack implementation with that of nmaves's passport-slack-oauth2
-
- 24 May, 2021 1 commit
-
-
Denis authored
* Add support of hd google auth parameter - to work with G Suite domains * Style-fix * fix: google auth hostedDomain hint Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
- 31 Jan, 2021 1 commit
-
-
Kevyn Bruyere authored
Co-authored-by:
Kevyn Bruyere <kevyn@inovasi.fr>
-
- 01 Nov, 2020 1 commit
-
-
YAEGASHI Takeshi authored
This adds cookieEncryptionKeyString configuration in the Azure AD authentication module. It represents an array of cookie encryption strings and enables workaround for SameSite cookies.
-
- 21 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 10 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 09 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 08 Sep, 2020 2 commits
- 05 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 02 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 30 Aug, 2020 2 commits
- 15 Aug, 2020 1 commit
-
-
Dan Nicholson authored
* fix: pass userinfo URL in oidc strategy The userinfo URL from the definition was not being provided to the passport strategy, which resulted in a type error trying to resolve the user's profile. Furthermore, the name of the defined URL was inconsistent with all other authentication method URLs. * fix: pass all necessary scopes to oidc auth method When no scopes are provided, passport-openidconnect uses only `openid`, which does not contain the username or email address. Include `profile` and `email` to ensure the necessary claims are included. * fix: update oidc method to call processProfile correctly Now the profile object and providerKey are passed to processProfile. The usernameClaim no longer has any use as the email address is the username. * fix: mark oidc authentication method as available
-
- 20 Jul, 2020 1 commit
-
-
NGPixel authored
-
- 19 Jul, 2020 1 commit
-
-
NGPixel authored
-
- 03 Jul, 2020 1 commit
-
-
Nicolas Giard authored
* feat: multiple auth instances * fix: auth setup + strategy initialization * feat: admin auth - add strategy * feat: redirect on login - group setting * feat: oauth2 generic - props definitions * feat: new login UI (wip) * feat: new login UI (wip) * feat: admin security login settings * feat: tabset editor indicators + print view improvements * fix: code styling
-
- 27 Jun, 2020 1 commit
-
-
Maho Hiyajo authored
-
- 16 Jun, 2020 1 commit
-
-
jonasjoest authored
Signed-off-by:
Jonas Jöst <jonas@gpplanet.de>
-
- 21 May, 2020 1 commit
-
-
NGPixel authored
-
- 15 May, 2020 1 commit
-
-
Simon Lichtinghagen authored
-