Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryPWhite authored May 17, 2018
1 parent 305ad9f commit 3bbac78
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 @@ -403,7 +403,7 @@ Related to the SP there are 3 important endpoints: The metadata view, the ACS vi
This code will provide the XML metadata file of our SP, based on the info that we provided in the settings files.
```
Auth auth = new Auth();
Saml2Settings settings = gegetSettings();
Saml2Settings settings = auth.getSettings();
String metadata = settings.getSPMetadata();
List<String> errors = Saml2Settings.validateMetadata(metadata);
if (errors.isEmpty()) {
Expand Down

0 comments on commit 3bbac78

Please sign in to comment.