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
Some samples (for example, the servlet/spring-boot/java/oauth2/webclient sample) are attempting to show a Spring Boot error page in certain scenarios, but instead show the login page when the user is not authenticated.
Expected behavior:
When the user is not authenticated and an error occurs (for example, calling a resource server causes a 401 Unauthorized response due to a missing access token), the error page should be shown.
The text was updated successfully, but these errors were encountered:
Current behavior:
Some samples (for example, the
servlet/spring-boot/java/oauth2/webclient
sample) are attempting to show a Spring Boot error page in certain scenarios, but instead show the login page when the user is not authenticated.Expected behavior:
When the user is not authenticated and an error occurs (for example, calling a resource server causes a
401 Unauthorized
response due to a missing access token), the error page should be shown.The text was updated successfully, but these errors were encountered: