I have implemented local IdentityServer using Quickstart sample and connected Aurelia-Opein-Id-Connect to it. The setup works fine.
The question I have is:
When I run the Aurelia app as it is, its provide me with (Claims) name and website. But when I change open-id-connect-configuration-identity-server.ts and add "token" to
response_type: "id_token token"
, it does not provide me with my claims, which is name and website. Though now it provides me with an access_token.How to use this access_token and use it to access web-api after successful login?
Please if anyone can share their experience on this.