Spring OAuth2 - custom “OAuth Approval” page at oauth/authorize
问题 what is recommended way to create custom pages OAuth Approval page: I have to completely override the stuff on the page, need to add styles, branding etc. What is the right way to achieve that? Where could I see the source of the default page to use it as a starting point? I also need to override the /login page but I think the approach of overriding it is going to be pretty much the same. 回答1: The recommended way is to provide a normal Spring MVC @RequestMapping for the "/oauth/confirm