Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored May 26, 2021
1 parent 2724904 commit 88aa2ad
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions file/TapRefArch.puml
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

0 comments on commit 88aa2ad

Please sign in to comment.