-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Integration/Connectors
-
None
My application authenticates with Crowd and sets the token in crowd.token_cookie.
Unfortunately Crowd and JIRA can't use this cookie to authenticate.
Ruby escapes the "=" in the token, since "=" is a delimiter in a cookie string.
The token 'aUgRv7qEAHCSiIrACZoYtg==' is written as 'aUgRv7qEAHCSiIrACZoYtg%3D%3D'