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
I probably found a bug in OAuth2AuthorizationServerConfigurer class.
The tokenEndpoint and tokenRevocationEndpoint properties from ProviderSettings are not used in OAuth2ClientAuthenticationFilter for :
creation of OAuth2ClientAuthenticationFilter
creation of DelegatingAuthenticationEntryPoint
As a result, using custom urls for both endpoints doesn't work at all.