0

I'm wondering is it "legitimate" to provide the JWT token I received back from Identity Server to the page so that Javascript can make ajax calls with it as a bearer token to several API endpoints. Clearly these end points would be using SSL, but is this a typical/correct usage pattern?

Cheers,

P

Paul Devenney
  • 889
  • 6
  • 18

1 Answers1

0

It is certainly doable - if you are OK with the access token being on the client machine/device.

leastprivilege
  • 18,196
  • 1
  • 34
  • 50