gpt4 book ai didi

java - 处理错误: UnsupportedGrantTypeException,不支持的授权类型:密码

转载 作者:行者123 更新时间:2023-12-02 09:53:50 25 4
gpt4 key购买 nike

我正在尝试在我的应用程序中使用 oauth2.0 设置 spring security。我遇到了一个异常(exception):

UnsupportedGrantTypeException, Unsupported grant type: password

配置中是否缺少任何内容?

错误日志:

org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException: Unsupported grant type: password
at org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(TokenEndpoint.java:134) ~[spring-security-oauth2-2.2.1.RELEASE.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_201]

最佳答案

我认为您的 Oauth 服务器不支持密码授予类型。这个用于获取“访问 token ”。我认为您应该寻找由 OAuth 服务器处理的授权类型

关于java - 处理错误: UnsupportedGrantTypeException,不支持的授权类型:密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56143452/

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