0

I am following the new support of spring security 5.x for oauth2. Trying the samples: oauth2-login,I am unable to understand how the default auto-generated login page is created ( what is the handler for '/login' endpoint) ?

Any idea please ?

Amir Choubani
  • 829
  • 2
  • 14
  • 28
  • I was looking for [OAuth2LoginConfigurer](https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/config/annotation/web/configurers/oauth2/client/OAuth2LoginConfigurer.html). – Amir Choubani Jan 14 '20 at 11:59
  • 1
    "if `loginPage(String)` is not configured and `DefaultLoginPageGeneratingFilter` is available, than a default login page will be made available" – OrangeDog Jan 14 '20 at 12:32

0 Answers0