You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -211,11 +211,10 @@ public Saml2LoginConfigurer<B> authenticationRequestUri(String authenticationReq
211
211
}
212
212
213
213
/**
214
-
* Customize the URL that the SAML Authentication Request will be sent to.
215
-
* This method also supports query parameters like so: <pre>
214
+
* Customize the URL that the SAML Authentication Request will be sent to. This method
0 commit comments