-
Notifications
You must be signed in to change notification settings - Fork 2
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.
In this case, there is a need to call/interact with one service endpoint, from another, in a non-human way.
For example, the "caller program" could be:
- a Python program calling a REST API,
- a Jupyter Notebook making a service call,
- a web application backend service layer, calling a REST API,
- a JavaScript API call from a UI page,
- etc..
Service Area Implementation Requirements:
- Must implement token refresh API calls in code
- Must implement endpoint call in program(s)
The below diagram shows the high-level use case:
description coming soon..
description coming soon..
TEST CUSTOM FOOTER
TEST