Spring Authorization Server或OAuth2客户端是否支持将请求参数传递为JWT。

huangapple go评论46阅读模式
英文:

Does Spring Authorization Server or OAuth2 client support passing request Parameters as JWTs

问题

Spring Authorization Server或Spring Security OAuth2客户端是否支持将请求参数作为JWT传递(请参见https://openid.net/specs/openid-connect-core-1_0.html#JWTRequests)。在搜索API、文档和代码(已检出代码并搜索了request_parameter_supported等关键词)时没有找到相关信息。

英文:

Does Spring Authorization Server or the Spring Security OAuth2 client support passing request Parameters as JWTs (see https://openid.net/specs/openid-connect-core-1_0.html#JWTRequests). Searching the apis, docs and code (checked out the code and searched for buzzwords like request_parameter_supported) didn't turn up anything.

答案1

得分: 1

这部分内容不支持目前。请查看#206

英文:

This is not supported yet. See #206.

huangapple
  • 本文由 发表于 2023年2月8日 14:05:47
  • 转载请务必保留本文链接:https://go.coder-hub.com/75381917.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定