PKCE测试 spring3
开发中
GET
http://127.0.0.1:9000/oauth2/authorize
最后修改时间:2024-01-26 07:56:27
请求参数
Query 参数
response_type
string
默认
示例值:
code
client_id
string
客户端id
示例值:
pkce-client
scope
string
授权范围
示例值:
profile openid
redirect_uri
string
重定向地址
示例值:
http://www.baidu.com
code_challenge
string
可选
示例值:
TbebE5YSgk_JyYXUT7KKHWhK_ZhxbJD9HCM94O55Wos
code_challenge_method
string
可选
示例值:
S256