Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XUI does not enable Secure cookie flags for SSO tracking cookie on 13.5.0 #3

Closed
ogis-miyamura opened this issue Jun 13, 2018 · 0 comments
Assignees
Milestone

Comments

@ogis-miyamura
Copy link
Contributor

ogis-miyamura commented Jun 13, 2018

Title

XUI does not enable Secure cookie flags for SSO tracking cookie on 13.5.0

Description

On 13.5.0 the iPlanetDirectoryPro (SSO) cookie is not set to Secure even when this is enabled. The same exact setting worked on 13.0.0.

# curl -k https://openam.example.com:8443/openam/json/serverinfo/* 
{"domains":[".example.com"],"protectedUserAttributes":[],"cookieName":"iPlanetDirectoryPro","secureCookie":true,"forgotPassword":"false","forgotUsername":"false","kbaEnabled":"false","selfRegistration":"false","lang":"en-US","successfulUserRegistrationDestination":"default","socialImplementations":[],"referralsEnabled":"false","zeroPageLogin":{"enabled":false,"refererWhitelist":[],"allowedWithoutReferer":true},"realm":"/","xuiUserSessionValidationEnabled":true}

Steps to reproduce

  • Setting Change

    1. Access OpenAM login as adminstrator.
    2. Configure > Server Defaults > Security.
    3. On the Cookie tab, select Secure Cookie, and then click Save Changes.
  • Testcase

    1. Clear all browser cookies
    2. Access OpenAM in XUI and login
    3. Check the iPlanetDirectoryPro cookie attributes.

Expected Results

The SSO cookie (iPlanetDirectoryPro) have the secure attribute (using XUI).
This worked in 13.0.0

Actual Results

The SSO cookie does not have the secure attribute (using XUI).

Reference

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

No branches or pull requests

2 participants