How to track Daily Active Users in Azure AD B2C?
We already track sign-in logs which will give us successful sign-ins everyday. These are issued access tokens after user interaction and credentials are submitted. Although this number is much lower than the amount of users we have in our application daily. I believe this is because we only get a sign-in event when an access token is issued after user interaction. What we need to know is how many unique users are using tokens to access our application per day whether it's using a valid access token, a refresh token or a sign-in event.
Is there anyway to determine how many users are in the application daily via B2C?