Closed
Description
We should add the ability to specify the loginPage()
for the oauth2Login()
DSL in ServerHttpSecurity
while preserving other defaults. In particular, we should ensure that content negotiation of the ServerAuthenticationEntryPoint
for non text/html
media types is preserved similar to loginPage()
of formLogin()
.
Note: This will improve alignment of configuration with the non-reactive stack.