You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
moreover, I had group-configs in my application.yml based on path matching, and if I add manual endpoints in my OpenAPI/OpenAPICustomizer bean, they are not accounted in groups.
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
The text was updated successfully, but these errors were encountered: