Skip to content
Snippets Groups Projects
Verified Commit bfc5cd1c authored by Tobias Gurtzick's avatar Tobias Gurtzick
Browse files

remove space for label

parent bbd7f728
No related branches found
No related tags found
No related merge requests found
```seqdiag
seqdiag {
browser -> Service [label = "click login with oidc"];
browser <- Service [label = "generate pkce challenge and redirect to SBI IDM, or directly against IR Router"];
browser <- SBI IDM [label = "if SBI IDM initiate PKCE challenge against IR Router and redirect"];
browser <- Service [label = "generate pkce challenge and redirect to SBI_IDM, or directly against IR Router"];
browser <- SBI_IDM [label = "if SBI_IDM initiate PKCE challenge against IR Router and redirect"];
browser -> IR [label = "locabalance towards 'zb'"];
browser <-- IR [label = "write 301 redirect"];
browser -> ZB [label = "oidc request example: zb.example.com/auth"];
......@@ -17,14 +17,14 @@ seqdiag {
browser <- IDP [label = "send jwt token"];
browser -> ZB [label = "send token to zb"]
browser <- ZB [label = "validate token, finalize login and redirect back to IR"]
browser -> IR [label = "process and redirect to SBI IDM"]
browser -> IR [label = "process and redirect to SBI_IDM"]
browser <-- IR [label = "write 301 redirect"];
browser -> SBI IDM [label = "send data to SBI IDM"];
browser -> SBI_IDM [label = "send data to SBI_IDM"];
browser -> IR [label = "talk to token endpoint"];
browser <-- IR [label = "redirect request to ZB"];
browser -> ZB [label = "talk to token endpoint"];
browser <- ZB [label = "send token to SBI IDP"];
browser -> SBI IDM [label = "send token"]
browser <-- SBI IDM [label = "successful login flow"];
browser -> SBI_IDM [label = "send token"]
browser <-- SBI_IDM [label = "successful login flow"];
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.