-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
Summary
I need OAuth2AuthorizationRequestRedirectFilter
redirect
to support Ajax request
Background
I before using spring-security-oauth2
jar, I can provide custom RedirectStrategy
to support Ajax request. Currently, I update my code to using spring-security-oauth2-client
, one issue is the OAuth2AuthorizationRequestRedirectFilter
cannot custom RedirectStrategy
, private final RedirectStrategy authorizationRedirectStrategy = new DefaultRedirectStrategy();
Version
5.1.4.RELEASE
Metadata
Metadata
Assignees
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply