-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Description
这里, 无法根据authCode 获取token
- Post /oauth/token?client_id=SampleClientId&client_secret=tgb.258&grant_type=authorization_code&redirect_uri=http://localhost:10480/login/oauth2/code/sso-login&code=1E37Xk
响应:
{
"access_token": "a.b.c",
"refresh_token": "d.e.f",
"scope": "openid profile",
"id_token": "h.i.j",
"token_type": "Bearer",
"expires_in": 7199
}
Metadata
Metadata
Assignees
Labels
No labels