Hi All, Wondering if it’s possible to issue the Knox JWT cookie (created via SSOCookieProvider) without having the httpOnly flag set? I could not find any such configuration in the docs.
We would like to read the user information from the JWT via the ’sub’ field in javascript code, seems httpOnly cookies are not available to JS. Regards, Christopher Jackson
