IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 763 forks source link

JWT/Signed UserInfo response #3885

Closed olegb2bsoft closed 7 years ago

olegb2bsoft commented 7 years ago

Question

Hi. According to http://openid.net/specs/openid-connect-core-1_0.html#UserInfoResponse, UserInfo can be in JWT format and signed. It is possible in ID3 ?

leastprivilege commented 7 years ago

No. And no plans of changing it. In IS4 you can take control over the rendering of the response yourself.