Closed
Description
Hi,
Is there a way to add spring-security-oauth2-client endpoints, like the oauth2 callback uri /login/oauth2/code/{registrationId}
& the one to generate the oauth2 login link /oauth2/authorization/{registrationId}
? (Those can be customizable)
Or is it possible to add entries to the OpenAPI without a Controller?
Thanks