Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Http Only TGT Cookies #172

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

soupmatt
Copy link
Contributor

After a security audit our company went through, it was pointed out to us that our tgt cookies should be httponly. So, we added that feature.

In the code as-is right now, we are leaving the cookies as not httponly so as to not break backwards compatibility. However, my opinion is that it should probably default the cooking to being httponly, as this is the most secure option.

fojas and others added 2 commits September 19, 2016 17:40
default the configuration to false so that the default behavior matches
the previous behavior.
@coveralls
Copy link

coveralls commented Sep 19, 2016

Coverage Status

Coverage remained the same at 97.201% when pulling 44833d7 on soupmatt:http_only_tgt_cookies into 9ebf812 on rbCAS:master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants