Skip to content

Commit c9a04c3

Browse files
authored
Update index.md
1 parent 466d757 commit c9a04c3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

  • LightSAML-Core/Components/Model/Protocol

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ HTTP-Redirect bindings are abstracted into common ancessor class ``SamlMessage``
3535
``AuthnRequest`` is an artifact sent from SP to IDP to initiate authentication process. It must contain the issuer, and eventually
3636
be signed.
3737

38-
![SAML AuthnRequest](SAMl-AuthnRequest.png)
38+
<img src="SAMl-AuthnRequest.png" alt="SAML AuthnRequest" style="max-width: 90%">
3939

4040

4141
## Response
@@ -45,7 +45,7 @@ of the authentication, and if successful, it also usually contains ``Assertion``
4545
and eventually ``NameID``. Assertion in Web Browser SSO SAML profile must be signed. Assertion can also be encrypted.
4646

4747

48-
![SAML Response](SAML-Response.png)
48+
<img src="SAML-Response.png" alt="SAML Response" style="max-width: 90%">
4949

5050
[comment]: <> ( [SamlMessage|+ID;+Version;+IssueInstant;+Destination{bg:wheat}]^-[StatusResponse{bg:wheat}] )
5151
[comment]: <> ( [SamlMessage]<>-0..1>[Signature] )
@@ -62,7 +62,7 @@ and eventually ``NameID``. Assertion in Web Browser SSO SAML profile must be sig
6262
can authenticate the sender. It also must have a ``NameID`` of the user having SAML session terminated, and optionally the ``sessionIndex``
6363
of that session.
6464

65-
![SAML LogoutRequest](SAML-LogoutRequest.png)
65+
<img src="SAML-LogoutRequest.png" alt="SAML LogoutRequest" style="max-width: 90%">
6666

6767
[comment]: <> ( [SamlMessage|+ID;+Version;+IssueInstant;+Destination{bg:wheat}]^-[AbstractRequest{bg:wheat}] )
6868
[comment]: <> ( [SamlMessage]<>-0..1>[Signature] )
@@ -76,7 +76,8 @@ of that session.
7676
``LogoutResponse`` is sent by a party as a response to a received ``LogoutRequest``. It redirects the bearer user back to caller with
7777
the information of the outcome of the request. It has simple schema having the status element only.
7878

79-
![SAML LogoutResponse](SAML-LogoutResponse.png)
79+
<img src="SAML-LogoutResponse.png" alt="SAML LogoutResponse" style="max-width: 90%">
80+
8081

8182
[comment]: <> ( [SamlMessage|+ID;+Version;+IssueInstant;+Destination{bg:wheat}]^-[SamlMessage]^-[StatusResponse{bg:wheat}] )
8283
[comment]: <> ( [SamlMessage]^-[StatusResponse] )

0 commit comments

Comments
 (0)