StatisticsService

Skip to end of metadata
Go to start of metadata

Whydah StatisticsService

Some live urls to see som datasets

Architecture

Unknown macro: {gliffy}

StatisticsService Whydah configuration properties

Unknown macro: {code}
    1. Use reports
      reportservice=https://sso.whydah.net/reporter/
    1. Send data to StatisticsService
      #
  1. Valuereporter - sWhydah statisticsService
    #
    valuereporter.host=sso.whydah.net
    valuereporter.port=4901
    valuereporter.activity.batchsize=500
    valuereporter.activity.postintervalms=10000
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
    • userid, "logon"
  • where are these data collected from
    • UAS
  • 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
    • UAS
  • 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
    • UAS, STS?
  • how is these data collected

More usecases to be covered

#4 New users for a period/appication

#5 Application revoked per time/application

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.