Hi, sorry for intruding into your time…
I have working code for JWT auth in web application. In essence:
login page if hit from browser (chrome) will redirect 304 a chrome page to auth site.
After successful login, auth site will redirect back to web application authCallBack page for another set of calls to obtain actual JWT token.
after that user is logged in web app process JWT and does some other things …
I tried postman chrome interceptor which btw I do not clearly understand a function. I also tried to follow some articles for auth 2.0 and jwt but all of this stuff does not translate exactly to my case…
Does anyone knows how to do this automatiacally via postman instead using a browser …