Releases: Keeper-Security/keeper-sdk-examples
Releases · Keeper-Security/keeper-sdk-examples
Azure Auto Approval
Approve SSO requests by the Web hook.
Azure function name: ApprovePendingRequestsByWebHook
Using this approval method still requires an Azure function executed by timer in order to keep Keeper connection alive.
KeeperConnectionGuard
function executed every 6 hours.
Keeper account in config.json
needs to be configured to have Logout Timeout
set to 12 hours.
ApprovePendingRequestsByWebHook
automatically sets Logout Timeout
to the correct value but it needs to be
successfully executed once.
Azure Auto Approval
AzureAdminApproval Merge remote-tracking branch 'origin/main' into main