You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2019. It is now read-only.
With #3939, we have the ability to send kpiggybank the number of users who see the /sign_in dialog directly from the backend. There is a problem, users who redirect to a primary IdP are counted twice, the first time when they first open the dialog, the second time when they return to from the IdP.
The text was updated successfully, but these errors were encountered:
…ticating with their primary.
* Instead of using the #AUTH_RETURN* hash, use ?AUTH_RETURN*, which is sent to the backend and can be used to avoid double count.
* /sign_in?AUTH_RETURN logs an `idp.auth_return` message
* /sign_in?AUTH_RETURN_CANCEL logs an `idp.auth_cancel` message
* Update tests.
fixes#3970
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With #3939, we have the ability to send kpiggybank the number of users who see the /sign_in dialog directly from the backend. There is a problem, users who redirect to a primary IdP are counted twice, the first time when they first open the dialog, the second time when they return to from the IdP.
The text was updated successfully, but these errors were encountered: