Skip to content

Commit f051927

Browse files
committed
update readme
fixes crewjam#590
1 parent 7e8fef5 commit f051927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The SAML standard is huge and complex with many dark corners and strange, unused
130130

131131
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.
132132

133-
The package can produce signed SAML assertions, and can validate both signed and encrypted SAML assertions. It does not support signed or encrypted requests.
133+
The package can produce signed SAML assertions, and can validate both signed and encrypted SAML assertions.
134134

135135
## RelayState
136136

saml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
//
150150
// 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.
151151
//
152-
// The package can produce signed SAML assertions, and can validate both signed and encrypted SAML assertions. It does not support signed or encrypted requests.
152+
// The package can produce signed SAML assertions, and can validate both signed and encrypted SAML assertions.
153153
//
154154
// # RelayState
155155
//

0 commit comments

Comments
 (0)