From fc8d1ff93083c8bb4266067d07aaa70d58b3be83 Mon Sep 17 00:00:00 2001 From: Mat Davis Date: Tue, 25 Nov 2025 16:51:45 -0500 Subject: [PATCH] Fix Mermaid --- src/solution_overview/configuration.qmd | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/solution_overview/configuration.qmd b/src/solution_overview/configuration.qmd index 5c613e3..49f76bf 100644 --- a/src/solution_overview/configuration.qmd +++ b/src/solution_overview/configuration.qmd @@ -25,10 +25,10 @@ flowchart TD LDAP[("LDAP Server")] subgraph "Authorization Flow" - User -->|"1. Access UI"| AIOps - AIOps -.->|"2. Redirect for Auth"| IdP - IdP <-->|"3. Verify Creds and Fetch Groups"| LDAP - IdP == "4. SAML Token (User + Groups)" ==> AIOps + User -->|"(1) Access UI"| AIOps + AIOps -.->|"(2) Redirect for Auth"| IdP + IdP <-->|"(3) Verify Creds and Fetch Groups"| LDAP + IdP == "(4) SAML Token (User + Groups)" ==> AIOps end style AIOps fill:#14164a,stroke:#333,stroke-width:2px @@ -58,11 +58,11 @@ flowchart TD LDAP[("LDAP Server")] subgraph "Authorization Flow" - User -->|"1. Access UI"| AIOps - AIOps -.->|"2. Redirect for Auth"| IdP - IdP <-->|"3. Verify Creds Only"| LDAP - IdP == "4. SAML Token (User Only)" ==> AIOps - AIOps <-->|"5. Direct Query: Get User Groups"| LDAP + User -->|"(1) Access UI"| AIOps + AIOps -.->|"(2) Redirect for Auth"| IdP + IdP <-->|"(3) Verify Creds Only"| LDAP + IdP == "(4) SAML Token (User Only)" ==> AIOps + AIOps <-->|"(5) Direct Query: Get User Groups"| LDAP end style AIOps fill:#f9f,stroke:#333,stroke-width:2px