Skip to content

Unity Security Use Cases

Galen Hollins edited this page May 12, 2022 · 16 revisions

Please use this page to determine which use case best applies to your particular security need.

App-to-App (service-to-service) Interaction.

In this case, there is a need to call/interact with one service endpoint, from another, in a non-human way. For example, this could be:

  • a Python program calling a REST API,
  • a web application backend service layer, calling a REST API,
  • etc.. The below diagram shows the high-level use case: Screen Shot 2022-05-12 at 10 26 04 AM TODO: cleanup above diagram

Human-to-UI Interaction.

description coming soon..