Bypassing the login page to send the user directly to the authorization URI
问题 I'm new to the Spring Framework and I'm trying to set up my application with Spring Security using Azure AD authentication. I have the basics set up and my application correctly authenticates to Azure AD. The question I have involves bypassing the default "/login" page that gets generated. Instead of landing on the default "/login" page (or creating my own custom one) when authentication is required, I would like the application to automatically redirect to Microsoft's login page. My