Skip to content

Commit 4f762d5

Browse files
committed
Merge pull request #14 from benmccann/fix-quote
Remove an extra quote mark which stops the sample project from compiling
2 parents 3fe5a45 + 9442e4b commit 4f762d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/src/main/webapp/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
AccountSettings accSettings = new AccountSettings();
2323
2424
// The URL at the Identity Provider where to the authentication request should be sent
25-
accSettings.setIdpSsoTargetUrl("https://app.onelogin.com/saml/signon/20956"");
25+
accSettings.setIdpSsoTargetUrl("https://app.onelogin.com/saml/signon/20956");
2626
2727
// Generate an AuthRequest and send it to the identity provider
2828
AuthRequest authReq = new AuthRequest(appSettings, accSettings);

0 commit comments

Comments
 (0)