Skip to end of metadata
Go to start of metadata
Whydah StatisticsService
Some live urls to see som datasets
Architecture
StatisticsService Whydah configuration properties
 | Remember to ensure that port 4901 is open from SecurityTokenService to StatisticsService |
Identify and document 3 important use-cases.
#1 Number of active users pr xx period:
- what data is needed
- where are these data collected from
- how is these data collected
- Report every user validation. -> Statistics Service
#2 Number of active users for an application pr xx period:
- what data is needed
- userid, applicationid,methodName?/"getRoles static"
- where are these data collected from
- how is these data collected
- Report every call for getRoles from Application. -> Statistics Service
#3 My Whydah auth/application activities
- what data is needed
- userid, applicationid, method
- where are these data collected from
- how is these data collected
More usecases to be covered
#4 New users for a period/appication
#5 Application revoked per time/application