How identityserver3 token can be protected -


could please me clarify token related questions?

  1. i have implemented https way through, question when token granted can see under chrome developer tool , redirection url, means if hacked computer can use too? have checked fiddler , can't see token there.

  2. the web api has cors implemented, works fine in browsers origins not listed requests denied. problem retrieved access token chrome, used fiddler compose request , worked fine, got around cors check , returned results, expected have request denied.

thanks in advance!

  1. yes
  2. cors applies browsers , ajax requests

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -