Skip to content

Commit

Permalink
Merge pull request SAML-Toolkits#72 from rclements/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
stouset committed Feb 28, 2013
2 parents 3fe7644 + 5bb45aa commit 9b5db64
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 @@ -100,7 +100,7 @@ contains all the saml:AttributeStatement with its 'Name' as a indifferent key an
To form a trusted pair relationship with the IdP, the SP (you) need to provide metadata XML
to the IdP for various good reasons. (Caching, certificate lookups, relying party permissions, etc)

The class Onelogin::Saml::Metdata takes care of this by reading the Settings and returning XML. All
The class Onelogin::Saml::Metadata takes care of this by reading the Settings and returning XML. All
you have to do is add a controller to return the data, then give this URL to the IdP administrator.
The metdata will be polled by the IdP every few minutes, so updating your settings should propagate
to the IdP settings.
Expand Down

0 comments on commit 9b5db64

Please sign in to comment.