IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

WPF get AccessToken with Implicit Flow Javascript. #857

Closed simplynewbie closed 9 years ago

simplynewbie commented 9 years ago

First, I try to use WPF with Implicit Flow Javascript but it has errors after logging in the identityserver.

1

2

This is my code (my "www.think.com/authz/" is your "localhost/rs1/api/" )

3

(Before using WPF, everything is ok with webform) Can you help me, please?


Second, (it's not question) In the last image, do you have any ideas for me to create a client to store AccessToken such as FacebookClient(AccessToken) ?


Thank you.