Grant Limberg
0ae09577f6
Client & Central Controller updates to support additonal OIDC features ( #1848 )
...
Client side:
* Fix compatibility with OneLogin
* Requested scopes vary by OIDC provider. Different providers have different
Controller side:
*Update Postgres queries to latest Central schema
* Added Central Controller support for the different providers
* Base OIDC provider details are still attached to an org. Client ID & group/email lists are now associated with individual networks.
3 years ago
Grant Limberg
b65c1ed3a0
Add inja
...
Requries update to C++17 standard
4 years ago
Adam Ierymenko
cb086ff97f
Simplify SSO logic. SSO should just normally expire when it expires. No full deauth needed. Deauth is for really giving someone the boot.
4 years ago
Grant Limberg
fa21fdc1cc
rename stuff for clarity
...
authenticationURL will still be used by the client for v1 and v2 of sso
4 years ago
Grant Limberg
8d39c9a861
plumbing full flow from controller -> client network
4 years ago
Adam Ierymenko
75a45eeb27
Revert "Backport guts of 1.8 to 1.6 tree so we can point release without waiting for UI quirks to be fixed."
...
This reverts commit 48ce7632fa .
5 years ago
Adam Ierymenko
48ce7632fa
Backport guts of 1.8 to 1.6 tree so we can point release without waiting for UI quirks to be fixed.
5 years ago
Adam Ierymenko
576b4f03a5
Adjust deauth time window and send revocation when SSO members expire.
5 years ago
Adam Ierymenko
c101d71d7c
Tweak auth timeout notify.
5 years ago
Adam Ierymenko
efe0e8aa7b
Notification of about-to-expire status... almost there.
5 years ago
Adam Ierymenko
34de579c91
Handling of soon-to-expire members
5 years ago
Grant Limberg
e6b4fb5af7
add "ssoRedirectURL" to local.conf
...
plumbed it through to the central controller code
5 years ago
Grant Limberg
4f521baafd
Big SSO update
...
make things hopefully work
5 years ago
Grant Limberg
19f4146aca
make DB::_memberChanged and _networkChanged virtual
5 years ago
Adam Ierymenko
c470c6255e
Postgres code for SSO (almost certainly needs work)
5 years ago
Adam Ierymenko
06730c7d1d
BSL date bump
6 years ago
Adam Ierymenko
52a166a71f
Relicense: GPLv3 -> ZeroTier BSL 1.1
7 years ago
Adam Ierymenko
55087521f6
Add periodic sync check when syncing LF<>another DB
7 years ago
Adam Ierymenko
28d0070ce2
Fix race in multiple DB mirroring configurations.
7 years ago
Adam Ierymenko
9cc76d1115
Remove debug line
7 years ago
Adam Ierymenko
00fb9c475e
More work on DB mirroring.
7 years ago
Adam Ierymenko
3c776675b3
Cruftectomy, work in progress on mirrorring
7 years ago
Adam Ierymenko
37d508ab96
Refactoring in prep for mirroring
7 years ago
Adam Ierymenko
a77b4ecddb
Add optional function in DB change listener for member online events.
7 years ago
Adam Ierymenko
f6b080b8a2
Abstract out change listener from controller itself to permit DBs to shadow changes from other DBs.
7 years ago
Adam Ierymenko
bdc2ec1f5e
Track online status in FileDB
7 years ago
Joseph Henry
0e597191b8
Updated licenses for 2019
7 years ago
Grant Limberg
1c86f25fab
update # of threads for Postgres
7 years ago
Adam Ierymenko
f94aea8119
Return error 503 if RethinkDB is down when built as RethinkDB-based controller.
8 years ago
Adam Ierymenko
574b24c082
docs
8 years ago
Adam Ierymenko
57b96af2c4
Fix for FileDB _networkChanged / _memberChanged problem.
8 years ago
Adam Ierymenko
9bab49d2f9
Move DB stuff into Db.
8 years ago
Adam Ierymenko
8d9464c414
docs, and make RethinkDB controller DB driver upsert into the Controller DB and also update the hostname field.
8 years ago
Adam Ierymenko
f7f658605d
Move more ephemeral stuff to a tiny MemberLastRequest table instead of the main Member table.
9 years ago
Adam Ierymenko
c12b68a6b2
More Central work.
9 years ago
Adam Ierymenko
4166d8ca35
Fix a deadlock and some more work on RethinkDB (for central) integration.
9 years ago
Adam Ierymenko
1613f42d00
Re-integrate in-filesystem DB into new controller DB structure.
9 years ago
Adam Ierymenko
92c7070aa8
RethinkDB fixes.
9 years ago
Adam Ierymenko
b68bca35db
Linux build fixes, linux build rule for RethinkDB mode controller, also force disable shitty allocators in libstdc++.
9 years ago
Adam Ierymenko
d97adc8789
Preparing for test.
9 years ago
Adam Ierymenko
f5014d7d71
RethinkDB direct connectivity integration.
9 years ago
Adam Ierymenko
4e88c80a22
RethinkDB native connector work, minor fixes.
9 years ago