Skip to content

Commit

Permalink
Updated security diagram to match new guidelines and moved to the app…
Browse files Browse the repository at this point in the history
…ropriate location.
  • Loading branch information
kito99 committed Nov 21, 2023
1 parent 9390f35 commit cfb33ad
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 104 deletions.
37 changes: 0 additions & 37 deletions src/main/antora/modules/common/images/authentication_mvc.drawio

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/antora/modules/common/images/authentication_mvc.svg

This file was deleted.

37 changes: 37 additions & 0 deletions src/main/antora/modules/security/images/authentication-mvc.drawio
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<mxfile host="app.diagrams.net" modified="2023-11-21T02:22:34.107Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" etag="mXuWKBZp1MHauwyS3mdj" version="21.6.5" type="device">
<diagram id="ihyrI3AaGvKOYQR9nSAO" name="Page-1">
<mxGraphModel dx="1347" dy="947" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="#ffffff" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="72h56-NaAaJYCsr5_jB7-1" value="&lt;b&gt;Authentication Mechanism&lt;/b&gt;&lt;br&gt;(Controller)" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fillColor=#1B208B;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="170" y="70" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="72h56-NaAaJYCsr5_jB7-2" value="&lt;b&gt;Login Form/Dialog&lt;/b&gt;&lt;br&gt;(View)" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fillColor=#1B208B;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="70" y="210" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="72h56-NaAaJYCsr5_jB7-3" value="&lt;b&gt;Identity Store&lt;/b&gt;&lt;br&gt;(Model)" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fillColor=#1B208B;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="290" y="210" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="72h56-NaAaJYCsr5_jB7-4" value="" style="endArrow=classic;startArrow=classic;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.25;entryY=1;entryDx=0;entryDy=0;strokeColor=#F98200;" parent="1" source="72h56-NaAaJYCsr5_jB7-2" target="72h56-NaAaJYCsr5_jB7-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="560" as="sourcePoint" />
<mxPoint x="440" y="510" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="72h56-NaAaJYCsr5_jB7-5" value="" style="endArrow=classic;startArrow=classic;html=1;exitX=0.75;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=#F98200;" parent="1" source="72h56-NaAaJYCsr5_jB7-1" target="72h56-NaAaJYCsr5_jB7-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="560" as="sourcePoint" />
<mxPoint x="440" y="510" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="72h56-NaAaJYCsr5_jB7-6" value="&lt;font style=&quot;font-size: 12px;&quot;&gt;HTTP&lt;br&gt;Cookies&lt;br&gt;Headers&lt;br&gt;URLs&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;labelBackgroundColor=none;" parent="1" vertex="1">
<mxGeometry x="95" y="120" width="70" height="60" as="geometry" />
</mxCell>
<mxCell id="72h56-NaAaJYCsr5_jB7-8" value="&lt;span style=&quot;&quot;&gt;Credentials&lt;br&gt;Caller name&lt;br&gt;Groups&lt;br&gt;&lt;/span&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;labelBackgroundColor=none;" parent="1" vertex="1">
<mxGeometry x="310" y="120" width="70" height="60" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
Loading

0 comments on commit cfb33ad

Please sign in to comment.