Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
perun-proxy-utils
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
perun-proxy-utils
Commits
f7c8fc76
Verified
Commit
f7c8fc76
authored
Jan 9, 2024
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
fix(check_saml): follow all redirects on ProxyIdP
parent
820bdf03
No related branches found
No related tags found
1 merge request
!48
fix: allow use check_saml probe on proxyidp
Pipeline
#375467
passed
Jan 9, 2024
Stage: .pre
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
perun/proxy/utils/nagios/check_saml.py
+1
-0
1 addition, 0 deletions
perun/proxy/utils/nagios/check_saml.py
with
1 addition
and
0 deletions
perun/proxy/utils/nagios/check_saml.py
+
1
−
0
View file @
f7c8fc76
...
@@ -284,6 +284,7 @@ class SAMLChecker:
...
@@ -284,6 +284,7 @@ class SAMLChecker:
def
js_form_redirect
(
self
,
html
,
url
,
force
=
False
):
def
js_form_redirect
(
self
,
html
,
url
,
force
=
False
):
if
(
if
(
force
force
or
"
document.getElementsByTagName(
'
input
'
)[0].click();
"
in
html
or
"
document.forms[0].submit()
"
in
html
or
"
document.forms[0].submit()
"
in
html
or
"
javascript:DoSubmit();
"
in
html
or
"
javascript:DoSubmit();
"
in
html
):
):
...
...
This diff is collapsed.
Click to expand it.
Jednotné přihlášení test
@9008807
mentioned in commit
a5655615
·
Jan 9, 2024
mentioned in commit
a5655615
mentioned in commit a56556154af263689b49ced76a8874bcb05e7e3f
Toggle commit list
Jiří Prokop
@525248
mentioned in commit
d2e6cb4b
·
Feb 21, 2024
mentioned in commit
d2e6cb4b
mentioned in commit d2e6cb4b8e888e695249dad8b28c6c8ac3170d34
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment