gpt4 book ai didi

spring-security - Spring OAuth2 - oauth/authorize 中的自定义 "OAuth Approval"页面

转载 作者:行者123 更新时间:2023-12-03 23:33:43 25 4
gpt4 key购买 nike

创建自定义页面 OAuth 批准页面的推荐方法是什么:

default page

我必须完全覆盖页面上的内容,需要添加样式、品牌等。实现这一目标的正确方法是什么?我在哪里可以看到默认页面的来源以将其用作起点?

我还需要覆盖/login 页面,但我认为覆盖它的方法几乎相同。

最佳答案

推荐的方式是提供一个普通的Spring MVC @RequestMapping对于“/oauth/confirm_access”。你可以看看WhitelabelApprovalEndpoint对于默认实现。不要忘记使用 @SessionAttributes("authorizationRequest")在您的 Controller 中。

关于spring-security - Spring OAuth2 - oauth/authorize 中的自定义 "OAuth Approval"页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29345508/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com