API Communication flow

When a user opens a protected file in the browser via Seclore Online, the flow is as follows.

  1. 1 User clicks “Open in Browser” in the enterprise application.
  2. 2 Application generates:
  3. 3 Application redirects user to Seclore Online API endpoint.
  4. 4 Seclore Online:
  5. 5 User is authenticated via Policy Server.
  6. 6 Effective permissions are computed.
  7. 7 File opens in view or edit mode (based on permissions).
  8. 8 On save (optional):

Integration Endpoints Required by Enterprise Application

The enterprise application needs to implement below APIs:

These endpoints allow Seclore Online to securely communicate with the application for file retrieval and lifecycle management. For full request/response specifications, see the Developer Guide.