Swimlanes.io is a free webapp for making sequence diagrams. You simply edit the text on the left and the diagram is updated in real time. You can download your sequence diagrams as images or distribute with a link.
Title: CAM Login Flow User -> Browser: https://<ip>/cam Browser -> CAM Ingress: CAM Ingress -> CAM: CAM -> CAM: isAuthenticated? if: isAuthenticated CAM -> ICp Identity Provider: Retrieves **UserInfo** from ICp Identity Provider using Bearer token ICp Identity Provider -->> CAM Ingress: CAM Ingress -->> CAM: _200 with **UserInfo**_ Note: ICp IdentityProvider callback via the Ingress else: NotAuthenticated CAM -> ICp Identity Provider: Redirects to ICp /auth/login ICp Identity Provider -->> Browser: _302: Redirects to ICp authentication page_ Browser -->> User: User -> ICp Identity Provider: Post Credentials ICp Identity Provider -->> CAM Ingress: _200 with bearer token_ CAM Ingress -->> CAM: Note: ICp IdentityProvider callback via the Ingress ICp Identity Provider -->> CAM Ingress: _401: unauthorized_ CAM Ingress -->> CAM: CAM -> ICp Identity Provider: Retrieves **UserInfo** from ICp Identity Provider using Bearer token ICp Identity Provider -->> CAM Ingress: _200 with **UserInfo**_ CAM Ingress -->> CAM: end