Expand my Community achievements bar.

SOLVED

why /j_security check not return login-token in response header?

Avatar

Level 2

Scenario is I have Login form and I want to make request to /j_secirity_check which gives token in return. but in my case i called /j_security_check but its not setting 'set-cookie' in response header. I am not getting why /j_security check not return login-token in response header?

Note- AEM server is production server and author instance

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you can get token by simply calling /libs/granite/csrf/token.json

Does it work in lower environment? the login cookie is created when user is able to login successfully. Can you see login-token cookie? if yes then check if dispatcher is removing cookie header

 



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

you can get token by simply calling /libs/granite/csrf/token.json

Does it work in lower environment? the login cookie is created when user is able to login successfully. Can you see login-token cookie? if yes then check if dispatcher is removing cookie header

 



Arun Patidar