我想在CAS配置文件URI(/cas/oauth2.0/profile)中输出Client-ID。这可能吗?如果是,我在哪里可以启用此行为?
目前输出如下:
{
"attributes": { ... }
"id": "<username>"
}
我想看起来像这样:
{
"attributes": { ... }
"id": "<username>"
"client_id": "<client-id of application>"
}
提前致谢!
CAS版本:5.2.0