laravel-sso
laravel-sso copied to clipboard
Sso server error message {"error":"Unknown command"}
I have three laravel project (https://auth.localhost, https://bbb.localhost and https://ccc.localhost). https://auth.localhost is server, bbb and ccc are broker.
I step by step to install. But https://auth.localhost have the error message.
{"error":"Unknown command"}
I try to log in https://bbb.localhost, but it use https://bbb.localhost user db data not https://auth.localhost. I have another project ccc, and add sso broker. When I log in bbb, ccc is't signed. What code and step need to add?
And how to generate SSO_BROKER_ID and SSO_BROKER_SECRET? Set my own rules?
@visualNext did you solve issue?