spring-authorization-server Questions
2
With WebClient I use this code to make web client work with a Spring Resource Server endpoint.
Is it possible to make this code work with the new RestClient?
@Bean
UserClient userClient(OAuth2Autho...
Substratum asked 28/11, 2023 at 9:4
1
Solved
The official sample Spring Authorization Server returns an access_token and id_token by default for Oauth 2.1 with PKCE
https://github.com/spring-projects/spring-authorization-server/tree/main/samp...
Blintz asked 26/5, 2022 at 10:16
1
© 2022 - 2025 — McMap. All rights reserved.