EmbedFAST architecture

Architecture

Authentication and authorization

  1. User login on ISV app using federated authentication

  2. ISV app generates app + user access token using Service Principal 1

  3. Make EmbedFAST API calls using app + user access token

  4. EmbedFAST API validates access token

  5. EmbedFAST API identifies user’s roles and permissions

  6. EmbedFAST API generates embed token using Service Principal 2

  7. Return embed token and data to ISV app for rendering

Last updated