kc
7 years agoAce
Using a session key to start a web session
We're exploring a use case to start a web session using a session key that is generated from /restapi/vc/authentication/sessions/login API. The flow is similar to an SSO flow. However, we'd like to initiate a web session (ie. LiSESSIONID cookie-based) with session_key, rather than an SSO token.
A call like this failed with a 302 error returned:
https://<communityl>/restapi/vc/authentication/sessions/login?restapi.session_key=U7164GpkQdhmAOMEAkQDkXtDe1olPXMDnz2Y6TIYQ34.
Thanks.
kc