Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

FedAuth cookie from ADFS cannot be used as CookieCredential #65

Closed
jackcosgrove opened this issue Feb 6, 2015 · 1 comment
Closed

Comments

@jackcosgrove
Copy link

The FedAuth cookie generated by ADFS contains semicolons and a mix of Base64 encoded text and non-Base64 encoded text. The ARRAffinity cookie generated by Azure also contains semicolons. Neither of these cookies appears to be able to be used with CookieCredential, since the "cookie" header value is delimited by semicolons. How can we use cookies containing semicolons and different encodings?

Example cookie values:

FedAuth=[Base64-encoded token]; expires=Sat, 07-Feb-2015 09:49:31 GMT; path=/; secure; HttpOnly
ARRAffinity=[long number];Path=/;Domain=site.azurewebsites.net

@aspnet-hello
Copy link

All issues in this repo are being closed because this repo is no longer in use. Please see the readme for more information: https://github.com/SignalR/java-client/blob/master/readme.md.

@SignalR SignalR locked and limited conversation to collaborators Sep 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants