Created
August 27, 2022 09:37
-
-
Save stefanozanella/c7779ffdb018cee9d08503c17acb9cd4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@Bean | |
fun oauth2Configuration(http: HttpSecurity): SecurityFilterChain = | |
http | |
.oauth2Client() | |
// ... | |
.and().and() | |
.csrf().disable() | |
.build() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment