Skip to content

Commit 96d27db

Browse files
committed
Merge branch 'patch-4' of github.com:johnnyshields/ruby-saml into rework-readme
2 parents 5cf47be + 28b1c43 commit 96d27db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Make sure you are using an updated version. (1.12.3 is safe)**
1616

1717
The Ruby SAML library is used by Service Providers (SPs) to implement SAML authentication.
1818
It enables SPs to create SAML AuthnRequests (authentication requests) and validate SAML
19-
Response messages from Identity Providers (IdPs).
19+
Response assertions from Identity Providers (IdPs).
2020

21-
**Important:** This libary does not currently support the IdP-side of SAML authentication,
22-
such as creating SAML Response messages.
21+
**Important:** This libary does not support the IdP-side of SAML authentication,
22+
such as creating SAML Response messages to assert a user's identity.
2323

2424
A Rails 4 reference implemenation is avaiable at the
2525
[Ruby SAML Demo Project](https://github.com/saml-toolkits/ruby-saml-example).

0 commit comments

Comments
 (0)