Skip to content

Commit ff6ea3b

Browse files
authored
Merge pull request #4 from ibm-client-engineering/feature/update-handbook-docs
Feature/update handbook docs
2 parents 4b3812c + 861a6cc commit ff6ea3b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/solution_overview/configuration.qmd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ flowchart TD
2525
LDAP[("LDAP Server")]
2626
2727
subgraph "Authorization Flow"
28-
User -->|"1. Access UI"| AIOps
29-
AIOps -.->|"2. Redirect for Auth"| IdP
30-
IdP <-->|"3. Verify Creds and Fetch Groups"| LDAP
31-
IdP == "4. SAML Token (User + Groups)" ==> AIOps
28+
User -->|"(1) Access UI"| AIOps
29+
AIOps -.->|"(2) Redirect for Auth"| IdP
30+
IdP <-->|"(3) Verify Creds and Fetch Groups"| LDAP
31+
IdP == "(4) SAML Token (User + Groups)" ==> AIOps
3232
end
3333
3434
style AIOps fill:#14164a,stroke:#333,stroke-width:2px
@@ -58,11 +58,11 @@ flowchart TD
5858
LDAP[("LDAP Server")]
5959
6060
subgraph "Authorization Flow"
61-
User -->|"1. Access UI"| AIOps
62-
AIOps -.->|"2. Redirect for Auth"| IdP
63-
IdP <-->|"3. Verify Creds Only"| LDAP
64-
IdP == "4. SAML Token (User Only)" ==> AIOps
65-
AIOps <-->|"5. Direct Query: Get User Groups"| LDAP
61+
User -->|"(1) Access UI"| AIOps
62+
AIOps -.->|"(2) Redirect for Auth"| IdP
63+
IdP <-->|"(3) Verify Creds Only"| LDAP
64+
IdP == "(4) SAML Token (User Only)" ==> AIOps
65+
AIOps <-->|"(5) Direct Query: Get User Groups"| LDAP
6666
end
6767
6868
style AIOps fill:#f9f,stroke:#333,stroke-width:2px

0 commit comments

Comments
 (0)