authelia/web/src/services
James Elliott 3aaca0604f
feat(oidc): implicit consent (#4080)
This adds multiple consent modes to OpenID Connect clients. Specifically it allows configuration of a new consent mode called implicit which never asks for user consent.
2022-10-20 13:16:36 +11:00
..
Api.ts refactor(handlers): ppolicy (#3103) 2022-04-03 21:58:27 +10:00
Client.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
Configuration.ts ci: add eslint rule for sorting imports (#3858) 2022-08-18 19:13:10 +10:00
Consent.ts feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
FirstFactor.ts fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00
OneTimePassword.ts feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
PasswordPolicyConfiguration.ts feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
PushNotification.ts feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
RegisterDevice.ts ci: add eslint rule for sorting imports (#3858) 2022-08-18 19:13:10 +10:00
ResetPassword.ts ci: add eslint rule for sorting imports (#3858) 2022-08-18 19:13:10 +10:00
SafeRedirection.ts fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
SignIn.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
SignOut.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
State.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
UserInfo.ts feat(web): add user display name to oidc consent view (#3138) 2022-04-08 12:50:55 +10:00
UserInfoTOTPConfiguration.ts feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
Webauthn.ts feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00