Skip to content

Commit 3bbac78

Browse files
authored
Update README.md
1 parent 305ad9f commit 3bbac78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ Related to the SP there are 3 important endpoints: The metadata view, the ACS vi
403403
This code will provide the XML metadata file of our SP, based on the info that we provided in the settings files.
404404
```
405405
Auth auth = new Auth();
406-
Saml2Settings settings = gegetSettings();
406+
Saml2Settings settings = auth.getSettings();
407407
String metadata = settings.getSPMetadata();
408408
List<String> errors = Saml2Settings.validateMetadata(metadata);
409409
if (errors.isEmpty()) {

0 commit comments

Comments
 (0)