↧
Answer by Maciej Treder for Unable to exchange cookie between Spring and...
The problem was in front-end side. I was not using 'withCredentials' option. It should be used as well for request which is setting up cookie, and for request which is sending cookie:retrieving...
View ArticleUnable to exchange cookie between Spring and Angular2
I got following oauth2 implementation:My front-end (SPA), written in angular2 is served from frontend.mydomain.com . When user is logging in, he is connecting to auth.mydomain.com, backend responds...
View Article