Skip to content

Commit be87614

Browse files
authored
Update index.md
1 parent c9a04c3 commit be87614

File tree

1 file changed

+4
-4
lines changed
  • LightSAML-Core/Components/Model/Metadata

1 file changed

+4
-4
lines changed

LightSAML-Core/Components/Model/Metadata/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Metadata classes implements the
99
[SAML metadata schema](http://www.oasis-open.org/committees/download.php/35391/sstc-saml-metadata-errata-2.0-wd-04-diff.pdf). Root
1010
objects of the SAML metadata model are ``EntitiesDescriptor`` and ``EntityDescriptor``.
1111

12-
![EntitiesDescriptor](SAML-EntitiesDescriptor.png)
12+
<img src="SAML-EntitiesDescriptor.png" alt="EntitiesDescriptor" style="max-width: 90%">
1313

1414
[comment]: <> ( [EntitiesDescriptor]<>-items*>[EntitiesDescriptor] )
1515
[comment]: <> ( [EntitiesDescriptor]<>-items*>[EntityDescriptor] )
1616

1717

1818
``EntitiesDescriptor`` is a collection of ``EntitiesDescriptor``s and ``EntityDescriptor``s.
1919

20-
![EntityDescriptor](SAML-EntityDescriptor.png)
20+
<img src="SAML-EntityDescriptor.png" alt="EntityDescriptor" style="max-width: 90%">
2121

2222
[comment]: <> ( [EntityDescriptor| entityID; ID; validUntil] )
2323
[comment]: <> ( [EntityDescriptor]<>-items*>[IdpSsoDescriptor] )
@@ -31,7 +31,7 @@ objects of the SAML metadata model are ``EntitiesDescriptor`` and ``EntityDescri
3131
It can be signed with a ``Signature``. It has many ``IdpSsoDescriptor``s and ``SpSsoDescriptor``s that describe the party functionalities
3232
as SP and/or IDP. And it has many ``Organization``s and ``ContactPerson``s.
3333

34-
![SSODescriptor](SAML-SsoDescriptor.png)
34+
<img src="SAML-SsoDescriptor.png" alt="SSODescriptor" style="max-width: 90%">
3535

3636
[comment]: <> ( [SSODescriptor]<>-*>[SingleLogoutService] )
3737
[comment]: <> ( [SSODescriptor]^-[IdpSsoDescriptor] )
@@ -42,7 +42,7 @@ as SP and/or IDP. And it has many ``Organization``s and ``ContactPerson``s.
4242
Both ``IdpSsoDescriptor`` and ``SpSsoDescriptor`` inherits ``SSODescriptor`` that has many ``SingleLogoutService``s, while
4343
``IdpSsoDescriptor`` has many ``SingleSignOnService``s, and ``SpSsoDescriptor`` many ``AssertionConsumerService``s.
4444

45-
![EndPoint](SAML-Endpoint.png)
45+
<img src="SAML-Endpoint.png" alt="EndPoint" style="max-width: 90%">
4646

4747
[comment]: <> ( [Endpoint| binding; location]^-[IndexedEndpoint| index] )
4848
[comment]: <> ( [IndexedEndpoint]^-[AssertionConsumerService] )

0 commit comments

Comments
 (0)