Skip to content

Commit

Permalink
update readme to reflect our inability to produce encrypted assertions
Browse files Browse the repository at this point in the history
re #179
  • Loading branch information
crewjam committed Nov 1, 2019
1 parent 93d07ad commit 28fdf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The SAML standard is huge and complex with many dark corners and strange, unused

This package supports the **Web SSO** profile. Message flows from the service provider to the IDP are supported using the **HTTP Redirect** binding and the **HTTP POST** binding. Message flows from the IDP to the service provider are supported via the **HTTP POST** binding.

The package supports signed and encrypted SAML assertions. It does not support signed or encrypted requests.
The package can produce signed SAML assertions, and can validate both signed and encrypted SAML assertions. It does not support signed or encrypted requests.

## RelayState

Expand Down

0 comments on commit 28fdf79

Please sign in to comment.