Skip to content
Snippets Groups Projects

feat: :guitar: Option to ignore logins by SP/IDP EntityID in config

Merged Ghost User requested to merge ignored into main
3 files
+ 34
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -103,4 +103,10 @@ $config = [
* Password to protect API write endpoint (has no effect if write is disabled)
*/
//'apiWritePasswordHash' => password_hash('ap1Wr1T3rP@S$'),
'ignoredIds' => [
'IDP' => ['spentityid1', 'spentityid2', 'spentityid3',],
'SP' => ['idpentityid1', 'idpentityid2', 'idpentityid3',],
],
];
Loading