asp.net mvc - Tokens Getting too Large for Implicit Flow - Thinktecture IdentityServer3 -


i have been working on identityserver3 , observed access token (and identity token) getting large (up 3000+ chars) in case of implicit flow, while same server returning access token of 20-30 chars against resource owner flow. issue specific flows or i'm doing wrong...???

what i'm have in visual studio solution is

  • separate/standalone identityserver server project
  • mvc application project (using implicit flow)
  • console app (using resource owner flow)
  • web api project (gets access token either mvc app or console app in request header)

once login mvc app, gets pretty large access token (and identity token), in case of console app returns nice , compact one. why difference here...???

i think, got access token of jwt type token in case of implicit flow. contains list of claims. in resource owner flow, got reference token. not contain claims.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -