This plugin lets you authenticate users of your product into Countly without going through a login form. In order to use this plugin you'll first need to pragmatically (or manually) create a Countly dashboard user corresponding to each of your product users.
Then, sending your user to;
http://yourcountly.com/sso/login?user=username&api_key={your-api-key}
where user
is the Countly username or email and api_key
is the Countly API key for the user, will land her/him on the Countly dashboard.
All possible parameters that can be used in your SSO request are;
user
username or email address of the Countly userapi_key
Countly API key for the userredirect
URL to redirect to, after the SSOignore
iftrue
user will be redirected toredirect
URL even if there was an error
In order to log the user out after she/he logs out from your product;
http://yourcountly.com/sso/logout
with the optional URL parameter redirect
in order to set where the user will be sent to after logout.