- 05 Jul, 2023 1 commit
-
-
Andrew McFadden authored
--------- Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
- 17 Mar, 2023 1 commit
-
-
robinho81 authored
Co-authored-by:
Robin Chalmers <robin.chalmers@kairostech.no>
-
- 08 Feb, 2023 1 commit
-
-
gueldi authored
* Fixes setting displayName from OIDC Relates to: https://github.com/requarks/wiki/pull/6096 * Update authentication.js --------- Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
- 29 Jan, 2023 1 commit
-
-
gueldi authored
* Adds displayName property to oidc authentication method * fix: update displayName prop * fix: use blank display name in oidc auth --------- Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
- 07 Nov, 2022 1 commit
-
-
natsutteatsuiyone authored
* fix: incompatibility issues with passport-openidconnect * fix: remove a trailing semicolon
-
- 25 Oct, 2022 1 commit
-
-
Andrei Senchuk authored
-
- 17 Sep, 2022 1 commit
-
-
NGPixel authored
-
- 05 Sep, 2022 1 commit
-
-
Fionera authored
Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
- 26 Mar, 2022 1 commit
-
-
Nicolas Giard authored
-
- 10 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 30 Aug, 2020 1 commit
-
-
NGPixel authored
-
- 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
-
- 04 Aug, 2018 1 commit
-
-
NGPixel authored
-