Embedded Egnyte Connect UI

Introduction

Egnyte Connect has a simplified UI version which you can load inside of an iframe in your app.

You can point to a specific directory based on your app's context.

Use this recipe if you:

Ingredients

Steps

  1. Implement Auth - use a web app interface to go through OAuth2 with our Enhanced Auth Service.
  2. Make sure you send "Egnyte.launchwebsession" scope among other scopes you may need.
  3. Make a request to the navigation API with embedded=true and path set to the folder of your choice.
  4. Load the "redirect" URL you get back in an iframe.
  5. Make sure you store and use the access_token securely on the backend and only send the redirect URL to the browser.
  6. Bake your integration and send it for certification.

Tips