Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed Metadata description referring to Metadata class.
  • Loading branch information
Robby Clements committed Feb 27, 2013
1 parent 3fe7644 commit 5bb45aa
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 5bb45aa

Please sign in to comment.