Skip to content

Releases: Keeper-Security/keeper-sdk-examples

Azure Auto Approval

06 Mar 20:03
Compare
Choose a tag to compare
Azure Auto Approval Pre-release
Pre-release

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

16 Oct 23:13
Compare
Choose a tag to compare
AzureAdminApproval

Merge remote-tracking branch 'origin/main' into main