IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana

Home Page:https://identityserver.github.io/Documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT/Signed UserInfo response

olegb2bsoft opened this issue · comments

  • I read and understood how to enable logging

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 ?

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