Identity and Access

Administrators and users against what they can reach.

Identity and Access: rendered example
Rendered by Gnomon from the source below. No edits.

The source

21 lines of PlantUML, and pulls in Office icons. Copy it, or open the template inside Gnomon and render it as it is.

@startuml
!include <office/OfficeCommon>
!include <office/Users/administrator>
!include <office/Users/user>
!include <office/Security/active_directory>
!include <office/Security/certificate>
!include <office/Servers/application_server>

title Office — Identity and access

OFF_ADMINISTRATOR(admin, "Administrator")
OFF_USER(user, "Employee")
OFF_ACTIVE_DIRECTORY(ad, "Directory")
OFF_CERTIFICATE(cert, "Certificate")
OFF_APPLICATION_SERVER(app, "Line-of-business app")

admin --> ad
user --> ad
ad --> cert
cert --> app
@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in Office and infrastructure diagrams