We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fe5a45 + 9442e4b commit 4f762d5Copy full SHA for 4f762d5
1 file changed
sample/src/main/webapp/index.jsp
@@ -22,7 +22,7 @@
22
AccountSettings accSettings = new AccountSettings();
23
24
// The URL at the Identity Provider where to the authentication request should be sent
25
- accSettings.setIdpSsoTargetUrl("https://app.onelogin.com/saml/signon/20956"");
+ accSettings.setIdpSsoTargetUrl("https://app.onelogin.com/saml/signon/20956");
26
27
// Generate an AuthRequest and send it to the identity provider
28
AuthRequest authReq = new AuthRequest(appSettings, accSettings);
0 commit comments