Skip to content

Commit 320a303

Browse files
committed
Formatting
1 parent 72ab844 commit 320a303

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,10 @@ public Saml2LoginConfigurer<B> authenticationRequestUri(String authenticationReq
211211
}
212212

213213
/**
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
215+
* also supports query parameters like so: <pre>
216216
* authenticationRequestUriQuery("/saml/authenticate?registrationId={registrationId}")
217-
* </pre>
218-
* {@link RelyingPartyRegistrations}
217+
* </pre> {@link RelyingPartyRegistrations}
219218
* @param authenticationRequestUriQuery the URI and query to use for the SAML 2.0
220219
* Authentication Request
221220
* @return the {@link Saml2LoginConfigurer} for further configuration

0 commit comments

Comments
 (0)