I needed to be able to pass around a token identifying a user between different systems.
I've added an optional step to get a session token from Crowd and add it to the users info hash.
I can now pass around the token and it's fine for authn/authz in separate systems.
I needed to be able to pass around a token identifying a user between different systems. I've added an optional step to get a session token from Crowd and add it to the users info hash. I can now pass around the token and it's fine for authn/authz in separate systems.