Skip to content

Commit

Permalink
Merge branch 'patch-4' of github.com:johnnyshields/ruby-saml into rew…
Browse files Browse the repository at this point in the history
…ork-readme
  • Loading branch information
johnnyshields committed Jan 19, 2025
2 parents 5cf47be + 28b1c43 commit 96d27db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Make sure you are using an updated version. (1.12.3 is safe)**

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

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

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

0 comments on commit 96d27db

Please sign in to comment.