You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I type one of my GET endpoints in the browser, I get redirected to Dex login page, I input my user creds, and see "Grant access" button. After pressing it, I see the GET response, and subsequent requests do not require login BUT there is no token in their headers.
I wonder why that happens, shouldn't there be a token in every request after authorization?
This is my filter chain in Spring Security config:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am running Dex server (port 5556) with my Spring Boot app (port 8085) locally, and my Spring Boot oauth2 creds look like this:
When I type one of my GET endpoints in the browser, I get redirected to Dex login page, I input my user creds, and see "Grant access" button. After pressing it, I see the GET response, and subsequent requests do not require login BUT there is no token in their headers.
I wonder why that happens, shouldn't there be a token in every request after authorization?
This is my filter chain in Spring Security config:
Beta Was this translation helpful? Give feedback.
All reactions