get https://www.coohom.com/api/saas/openapi/redirect
After SSO, you can get token and url.
But, it is not possible to redirect to the returned url with cookie set to token by your side.
So, we provide a way to help doing this.
Note: This api needs no authentication. And it is your front end that should make this request.
Response
The response will be a redirect view with cookie set to token, which is actually a 302 redirect.