-
- Downloads
Storing entityIds instead of Names
* Because the SP / IdP can change the name, there is a problem that after changing the name, this SP / IdP is stored in statistics multiple times. * It is better to store SP/Idp identifier (EntityID and ClientID; This identifier should be unchangeable) and store tables for mapping identifier to Name.
Showing
- CHANGELOG.md 5 additions, 0 deletionsCHANGELOG.md
- config-templates/module_statisticsproxy.php 10 additions, 0 deletionsconfig-templates/module_statisticsproxy.php
- config-templates/tables.sql 16 additions, 2 deletionsconfig-templates/tables.sql
- lib/Auth/Process/DatabaseCommand.php 49 additions, 23 deletionslib/Auth/Process/DatabaseCommand.php
- lib/Auth/Process/DatabaseConnector.php 15 additions, 0 deletionslib/Auth/Process/DatabaseConnector.php
Please register or sign in to comment