Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProxyIdP GUI
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
ProxyIdP GUI
Merge requests
!32
Heuristic page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Heuristic page
heuristic-page
into
main
Overview
57
Commits
1
Pipelines
19
Changes
14
Merged
Marek Hlávka
requested to merge
heuristic-page
into
main
1 year ago
Overview
14
Commits
1
Pipelines
19
Changes
14
Expand
Heuristic page with OIDC authentication, based on MFA recovery pages
closes
PRX-282
0
0
Merge request reports
Compare
main
version 18
6059847a
1 year ago
version 17
6059847a
1 year ago
version 16
546cbb55
1 year ago
version 15
820b6bbd
1 year ago
version 14
d86fd144
1 year ago
version 13
ba8ad215
1 year ago
version 12
ad80e709
1 year ago
version 11
e9690b5d
1 year ago
version 10
2911f1de
1 year ago
version 9
b96c2312
1 year ago
version 8
0017a9d3
1 year ago
version 7
6605b209
1 year ago
version 6
5e9ca4c8
1 year ago
version 5
d8f3e21e
1 year ago
version 4
49daec10
1 year ago
version 3
9a09bd23
1 year ago
version 2
29354daa
1 year ago
version 1
6c88bec9
1 year ago
main (base)
and
latest version
latest version
33926ae7
1 commit,
1 year ago
version 18
6059847a
1 commit,
1 year ago
version 17
6059847a
1 commit,
1 year ago
version 16
546cbb55
1 commit,
1 year ago
version 15
820b6bbd
1 commit,
1 year ago
version 14
d86fd144
1 commit,
1 year ago
version 13
ba8ad215
1 commit,
1 year ago
version 12
ad80e709
2 commits,
1 year ago
version 11
e9690b5d
4 commits,
1 year ago
version 10
2911f1de
3 commits,
1 year ago
version 9
b96c2312
2 commits,
1 year ago
version 8
0017a9d3
1 commit,
1 year ago
version 7
6605b209
17 commits,
1 year ago
version 6
5e9ca4c8
16 commits,
1 year ago
version 5
d8f3e21e
13 commits,
1 year ago
version 4
49daec10
11 commits,
1 year ago
version 3
9a09bd23
10 commits,
1 year ago
version 2
29354daa
9 commits,
1 year ago
version 1
6c88bec9
3 commits,
1 year ago
14 files
+
906
−
163
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
config_templates/perun.proxygui.yaml
+
7
−
0
Options
@@ -162,3 +162,10 @@ issuers: # REQUIRED for logout system
graph_api_cfg_path
:
"
graph_api.yaml"
# REQUIRED for logout system
default_postlogout_uri
:
default_postlogout_uri
# REQUIRED for logout system - fallback redirect url
reverse_proxy_path
:
"
/prefix/path"
# OPTIONAL: tell Flask app it is running under a reverse proxy
perun_user_name_attribute
:
urn:perun:user:attribute-def:core:displayName
# OPTIONAL
heuristic_page
:
# REQUIRED
few_time_logs
:
5
# Number for logs for last connected cities, IPs and service
some_time_logs
:
20
# Number for logs for user agents
many_time_logs
:
100
# Number for logs for time graph
auth_event_logging
:
# REQUIRED
logging_db
:
postgresql+psycopg2://user:password@hostname/database_name
Loading