|
|
2aa64f7360
|
feat(sso): redirect to login when auto-sign-on is enabled and user is not authenticated
|
2024-03-14 19:20:37 +01:00 |
|
|
|
f3da2ac630
|
chore(sso): add bare auto-sign-out setting
|
2024-03-14 14:07:17 +01:00 |
|
|
|
c4501f1d08
|
chore: hlint
|
2024-03-14 13:06:58 +01:00 |
|
|
|
560d1adf5f
|
chore(sso): disable sso by default (i.e. for develop)
|
2024-03-14 12:47:04 +01:00 |
|
|
|
acd6a3c11c
|
chore: hlint
|
2024-03-14 12:42:10 +01:00 |
|
|
|
6b82c26268
|
chore(migration): fix oauth2 migration contd
|
2024-03-13 12:24:25 +01:00 |
|
|
|
770c2f3182
|
chore(migration): fix oauth2 migration
|
2024-03-13 10:20:10 +01:00 |
|
|
|
843e6dbba2
|
chore(migration): add oauth2 migration
|
2024-03-12 18:09:18 +01:00 |
|
|
|
07dd91665c
|
chore: fix auth plugin refs
|
2024-03-11 15:20:24 +01:00 |
|
|
|
5662a2d1f1
|
chore: fix merge oopsie contd
|
2024-03-11 15:09:33 +01:00 |
|
|
|
72938e41ba
|
chore: fix merge oopsie
|
2024-03-11 15:07:50 +01:00 |
|
Sarah Vaupel
|
cf6ae898c4
|
Merge branch '139-single-sign-on-sso-routing-anpassen' into 142-userdata-oauth-mode
|
2024-03-11 14:50:07 +01:00 |
|
|
|
05acba8cbe
|
chore(foundation): ditch redirectToReferrer in favour of SSOut
|
2024-03-11 14:30:44 +01:00 |
|
|
|
9856272734
|
chore(login): do not login via modal
|
2024-03-11 14:23:35 +01:00 |
|
|
|
504490f593
|
chore(admin): switch to generic Aeson Value for oauth response parsing
|
2024-03-11 11:09:59 +01:00 |
|
David Mosbach
|
4c109538ee
|
chore(auth): new 'Account' section
|
2024-03-10 22:15:20 +00:00 |
|
David Mosbach
|
1e5c4df163
|
chore(auth): fix single sign out redirect route
|
2024-03-10 19:43:54 +00:00 |
|
|
|
e1ebd528b8
|
chore(auth): use available sources in AuthIsExternal access pred
|
2024-03-08 21:16:16 +01:00 |
|
|
|
708320e067
|
chore(auth): change user identification to UserIdent for ExternalUser entries
|
2024-03-08 20:04:19 +01:00 |
|
|
|
51298ba726
|
chore: make fetch and upsert results Maybe
|
2024-03-08 19:05:58 +01:00 |
|
|
|
96e3eb613d
|
chore(admin): merge external-user handlers (ldap, oauth2)
|
2024-03-08 12:10:26 +01:00 |
|
|
|
a2903da109
|
refactor(auth): UserConversionException -> DecodeUserException
|
2024-03-08 10:40:49 +01:00 |
|
|
|
c9fa627651
|
chore(admin): generalize admin ldap handler for all source types (TODO: rename)
|
2024-03-08 09:56:54 +01:00 |
|
|
|
969cc4df63
|
chore(jobs): use userLookupAndUpsert for synchronise user job
|
2024-03-08 09:56:27 +01:00 |
|
|
|
2480efc345
|
chore: userLookupAndUpsert contd
|
2024-03-08 09:55:51 +01:00 |
|
|
|
8c4ec00c35
|
chore(ldap): ldapSearch for arbitrary number of results
|
2024-03-08 09:54:30 +01:00 |
|
|
|
78a8442d07
|
chore(auth): userLookupAndUpsert
|
2024-03-07 23:24:41 +01:00 |
|
|
|
95803db3a0
|
chore(auth): fix fetchUserData
|
2024-03-07 15:32:07 +01:00 |
|
|
|
d71ff014ea
|
chore(ldap): derive more json instances
|
2024-03-07 15:30:48 +01:00 |
|
|
|
aca5a79de2
|
chore(auth): implement fetchUserData, generalized version of azureUser and ldapUser
|
2024-03-07 05:38:39 +01:00 |
|
|
|
4feb05a02e
|
chore(foundation): tweak UpsertUserData fields
|
2024-03-07 05:37:27 +01:00 |
|
|
|
77a9100b2e
|
chore(auth): refactor; add util function
|
2024-03-07 05:36:03 +01:00 |
|
David Mosbach
|
b947037ea2
|
feat(auth): implemented single sign out
|
2024-03-07 03:31:17 +00:00 |
|
David Mosbach
|
fbe0e37d28
|
feat(auth): oidc based sso for auth protected routes
|
2024-03-05 23:57:10 +00:00 |
|
|
|
bb03d28b7d
|
chore(auth): actually use user-auth config for determining auth plugins to load
|
2024-03-03 06:16:53 +01:00 |
|
|
|
4ff51c8f6f
|
chore: add TODOs and debug logs
|
2024-03-03 04:35:39 +01:00 |
|
|
|
434eed2217
|
chore(auth): do not authenticate against external sources on dummy login
|
2024-03-01 20:42:51 +01:00 |
|
|
|
f88e527fe4
|
chore(model): remigrate ExternalAuth -> ExternalUser for more general data lookup; redefine lastSync timestamp semantics contd
|
2024-03-01 12:03:38 +01:00 |
|
|
|
13502d704e
|
refactor(auth): add missing TODOs, remove debris
|
2024-02-29 22:16:11 +01:00 |
|
|
|
d1e1f25162
|
chore(login): use correct auth plugin identifiers for comparison in login template
|
2024-02-29 17:52:31 +01:00 |
|
|
|
ac5bca2fcd
|
chore(ldap): use separate source-id for ldap instance identification
|
2024-02-28 15:50:47 +01:00 |
|
|
|
064645d1b3
|
refactor(ldap): move orphan instance
|
2024-02-28 12:00:06 +01:00 |
|
|
|
956c85a9f3
|
chore(migration): remove old ldap-primary-key index
|
2024-02-28 11:05:01 +01:00 |
|
David Mosbach
|
bee135ab48
|
chore(auth): connect azure user lookup
|
2024-02-22 18:56:03 +00:00 |
|
|
|
a37d4b369a
|
chore(application): rename conf constructors
|
2024-02-21 07:14:18 +01:00 |
|
|
|
039b1234c5
|
chore(sap): generalize ldap-cutoff over configured ldap sources
|
2024-02-21 07:13:51 +01:00 |
|
|
|
87b3214c84
|
chore(lms): fix password in fake user
|
2024-02-21 07:13:00 +01:00 |
|
|
|
ad937cda8c
|
chore(users): remove ldap-specific columns in admin users page
|
2024-02-21 07:12:29 +01:00 |
|
|
|
899071e4d6
|
chore(users): remove eppn support
|
2024-02-21 07:11:59 +01:00 |
|
|
|
55bf8c0355
|
chore: add forgotten audPassword
|
2024-02-21 07:11:22 +01:00 |
|