Cannot get Username / given_name when using angular-oauth2-oidc and Identity Server 4
问题 I am following the Implicit Workflow example from the angular-oauth2-oidc documentation. Everything works well in my Angular app, and I can login (during which I am redirected to Identity Server), get my token and use this token to access my Web Api. However, I have noticed that the "given_name" claim is null, and therefore, the username is not displayed on the login page. Specifically, the following method from the sample code appears to return null: public get name() { let claims = this