-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| @startuml | ||
| !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml | ||
| ' uncomment the following line and comment the first to use locally | ||
| ' !include C4_Container.puml | ||
|
|
||
| ' LAYOUT_TOP_DOWN() | ||
| ' LAYOUT_AS_SKETCH() | ||
| ' LAYOUT_WITH_LEGEND() | ||
|
|
||
| title Container diagram for high-level TAP Capabilities | ||
|
|
||
| System_Ext(SoR, "Systems of Record", "ERP and other systems that manage a population of users relevant to their operations") | ||
|
|
||
| System_Boundary(tap, "TAP Reference Architecture") { | ||
| Container(reg, "Person Registry", " ", "Brings together data from Systems of Record, Resolves person identities") | ||
| Container(authn, "AuthN and Federation", " ", "Authentication, WebSSO, Identity Federation") | ||
| Container(group, "Groups, Access Policies", " ", "Group management, access policy administration") | ||
| Container(prov, "(De-)Provisioning ", " ", "Provisioning and de-provisioning") | ||
| } | ||
|
|
||
| System_Ext(targ, "(De-)Provisioned Systems", "Systems and Services to be provisioned (local, federated or XaaS)") | ||
|
|
||
| SoR -[hidden]> tap | ||
|
|
||
| @enduml |