Hello,
Is there example for SSO with Spring Boot 2.5.x and Spring Security 5.5.x? Documentation seems to cover earlier version of Spring Security OAuth 2.0, and many things changed and got deprecated since.
Specifically, I am interested in how to configure client for private_key_jwt authentication method.
Thanks!