spring-boot/spring-boot-project
Steve Riesenberg 10feecbd08 Fix redirect to login page for token requests
Fixes an issue where auto-configuration for Spring Authorization Server
was overriding the default exception handling (AuthenticationEntryPoint)
resulting in anonymous requests to the token endpoint being redirected
to the Spring Security login page instead of returning 401 Unauthorized.

Auto-configuration now registers a defaultAuthenticationEntryPointFor
that is added to any other entry points already configured.

See gh-35368
2023-05-10 11:32:06 +02:00
..
spring-boot Polish 2023-05-10 08:31:36 +02:00
spring-boot-actuator Replace Mockito argument captors with assertArg 2023-05-05 11:34:55 +02:00
spring-boot-actuator-autoconfigure Polish 2023-05-10 08:31:36 +02:00
spring-boot-autoconfigure Fix redirect to login page for token requests 2023-05-10 11:32:06 +02:00
spring-boot-dependencies Start building against Spring WS 4.0.4 snapshots 2023-05-10 09:19:06 +02:00
spring-boot-devtools Small assertions improvements 2023-05-10 08:38:07 +02:00
spring-boot-docker-compose Polish "Replace Mockito argument captors with assertArg" 2023-05-05 15:41:31 +02:00
spring-boot-docs Polish 2023-05-10 08:31:36 +02:00
spring-boot-parent Provide dependency management for Testcontainers 2023-03-23 16:49:08 +00:00
spring-boot-starters Merge branch '3.0.x' 2023-05-04 16:08:55 +02:00
spring-boot-test Merge branch '3.0.x' 2023-05-05 18:22:20 +01:00
spring-boot-test-autoconfigure Merge branch '3.0.x' 2023-05-09 11:23:05 +02:00
spring-boot-testcontainers Polish "Replace Mockito argument captors with assertArg" 2023-05-05 15:41:31 +02:00
spring-boot-tools Polish 2023-05-10 08:31:36 +02:00