From dbaee4c8794c121ae1a8dcbdd304a73f5932a9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1muel=20Fekete?= Date: Sun, 19 Nov 2023 17:11:09 +0100 Subject: [PATCH] authentication flow diagram updates --- docs/authCode.puml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/authCode.puml b/docs/authCode.puml index c799abe..3e472fc 100644 --- a/docs/authCode.puml +++ b/docs/authCode.puml @@ -1,4 +1,4 @@ -@startuml +@startuml Pontoz-O Authentication Flow hide footbox skinparam sequenceMessageAlign center participant user[ @@ -14,7 +14,7 @@ participant webapp[ ] participant mauth[ - =MTFSZ Auth + =MTFSZ SSO ---- ""OAuth Server"" ]