获取 OIDC 授权码 code
GET
/oidc/auth
请求参数
Query 参数
client_id
string
APP ID
示例值:
61b882e425db2b52691ec30e
response_type
string
必需
示例值:
code
scope
string
必需
示例值:
offline_access
redirect_uri
string
重定向 url
示例值:
https://www.baidu.com
state
string
必需
示例值:
4756806
prompt
string
必需
示例值:
consent
示例代码
返回响应
修改于 2022-01-17 11:45:18