-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comment out OAuth2Configuration.oidcLogoutSuccessHandler for OAuth2Se…
…curityAutoConfigurationTest to pass again OAuth2SecurityAutoConfigurationTest was disabled when ServerLogoutSuccessHandler was introduced. Reverting with a warn to revisit. TODO: Restore ability to customize the OAuth2 end session endpoint. Commented out to allow tests to pass and because we don't quite understand it. Revisit the following at org.georchestra.gateway.security.oauth2.OAuth2Configuration ``` /** * TODO: REVISIT, we don't know why this bean has been added, but it breaks * OAuth2SecurityAutoConfigurationTest as there's no * InMemoryReactiveClientRegistrationRepository */ // @bean ServerLogoutSuccessHandler oidcLogoutSuccessHandler( ```
- Loading branch information
Showing
3 changed files
with
31 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters