Polish gh-8906
This commit is contained in:
parent
0ed919f072
commit
73e550a867
|
@ -132,7 +132,7 @@ public final class OidcClientInitiatedLogoutSuccessHandler extends SimpleUrlLogo
|
||||||
* placeholder, for example:
|
* placeholder, for example:
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* handler.setPostLogoutRedirectUriTemplate("{baseUrl}");
|
* handler.setPostLogoutRedirectUri("{baseUrl}");
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* will make so that {@code post_logout_redirect_uri} will be set to the base url for the client
|
* will make so that {@code post_logout_redirect_uri} will be set to the base url for the client
|
||||||
|
|
|
@ -150,7 +150,7 @@ public class OidcClientInitiatedServerLogoutSuccessHandler
|
||||||
* placeholder, for example:
|
* placeholder, for example:
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* handler.setPostLogoutRedirectUriTemplate("{baseUrl}");
|
* handler.setPostLogoutRedirectUri("{baseUrl}");
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* will make so that {@code post_logout_redirect_uri} will be set to the base url for the client
|
* will make so that {@code post_logout_redirect_uri} will be set to the base url for the client
|
||||||
|
|
|
@ -112,7 +112,7 @@ public class WebClientReactiveAuthorizationCodeTokenResponseClientTests {
|
||||||
// this.exception.expect(IllegalArgumentException.class);
|
// this.exception.expect(IllegalArgumentException.class);
|
||||||
//
|
//
|
||||||
// String redirectUri = "http:\\example.com";
|
// String redirectUri = "http:\\example.com";
|
||||||
// when(this.clientRegistration.getRedirectUriTemplate()).thenReturn(redirectUri);
|
// when(this.clientRegistration.getRedirectUri()).thenReturn(redirectUri);
|
||||||
//
|
//
|
||||||
// this.tokenResponseClient.getTokenResponse(
|
// this.tokenResponseClient.getTokenResponse(
|
||||||
// new OAuth2AuthorizationCodeGrantRequest(this.clientRegistration, this.authorizationExchange));
|
// new OAuth2AuthorizationCodeGrantRequest(this.clientRegistration, this.authorizationExchange));
|
||||||
|
|
Loading…
Reference in New Issue