Documentation
Documentation copied to clipboard
Documentation for IdentityServer3
https://github.com/IdentityServer/IdentityServer3/issues/2834
Hi, 1-) I am trying to add few claims to access token, While debugging I observerd, it has been added to AuthenticationResult- Claims, But I do not see in JWT...
Modified: ```var settings = { authority: 'https://localhost:44300', client_id: 'js', popup_redirect_uri: 'http://localhost:56668/popup.html', ``` response_type: 'id_token', scope: 'openid profile', //this should be scope: 'openid profile email', filter_protocol_claims: true ``` };``` Also: -...
Now this code block displays as one line: > we need to define some users: ```csharp using Thinktecture.IdentityServer.Core.Services.InMemory; > > static class Users { public static List Get() { return...