【发布时间】:2019-06-16 03:52:38
【问题描述】:
我需要在身份服务器令牌端点的令牌响应中添加自定义成员。
预期响应示例:
{
"access_token": "XXXXXXXXXXXXXXX",
"token_type": "bearer",
"expires_in": 3600,
"scope": "patient/Observation.read patient/Patient.read",
"patient": 123,
"refresh_token":"XXXXXXXXXXXXXXXXX"
}
我想在响应中添加范围、患者参数,即使它存在于访问令牌中。
任何有关这方面的指导都会非常有帮助!
【问题讨论】:
标签: identityserver4 identityserver3