Adjust deauth time window and send revocation when SSO members expire.
This commit is contained in:
parent
2d0f76bb9c
commit
576b4f03a5
6 changed files with 27 additions and 3 deletions
|
@ -107,7 +107,9 @@ public:
|
|||
virtual void eraseNetwork(const uint64_t networkId) = 0;
|
||||
virtual void eraseMember(const uint64_t networkId,const uint64_t memberId) = 0;
|
||||
virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId,const InetAddress &physicalAddress) = 0;
|
||||
|
||||
virtual std::string getSSOAuthURL(const nlohmann::json &member, const std::string &redirectURL) { return ""; }
|
||||
virtual void networkMemberSSOHasExpired(uint64_t nwid, int64_t ts);
|
||||
|
||||
inline void addListener(DB::ChangeListener *const listener)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue