Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-proxystatistics
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-proxystatistics
Merge requests
!94
feat:
Support multiple credentials write API
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat:
Support multiple credentials write API
apiWritemulticreds
into
main
Overview
1
Commits
1
Pipelines
2
Changes
3
Merged
Ghost User
requested to merge
apiWritemulticreds
into
main
1 year ago
Overview
1
Commits
1
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
9055805c
1 commit,
1 year ago
3 files
+
37
−
19
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
config-templates/module_proxystatistics.php
+
10
−
0
Options
@@ -104,6 +104,16 @@ $config = [
@@ -104,6 +104,16 @@ $config = [
*/
*/
//'apiWritePasswordHash' => password_hash('ap1Wr1T3rP@S$'),
//'apiWritePasswordHash' => password_hash('ap1Wr1T3rP@S$'),
/*
* Map of credentials for API writer (has no effect if write is disabled).
* Either apiWriteUsername and apiWritePasswordHash or this array has to contain valid credentials pair.
*/
//'apiWriters' => [
// 'api_writer' => password_hash('ap1Wr1T3rP@S$'),
// 'api_writer2' => password_hash('ap1Wr1T3rP@S$'),
//],
/*
/*
* List of IDP and/or SP EntityIDs for which the login statistic will be ignored even
* List of IDP and/or SP EntityIDs for which the login statistic will be ignored even
* when requested to be instered into the storage. By default lists are empty
* when requested to be instered into the storage. By default lists are empty
Loading