Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
5b59eeb2
Commit
5b59eeb2
authored
Jul 05, 2021
by
David Coutadeur
Browse files
remove useless test on saml signature for test logout through OIDC and SAML chaining (
#2328
)
parent
98b05eb8
Pipeline
#14628
passed with stage
in 11 minutes and 18 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/t/37-Logout-from-OIDC-RP-to-SAML-IDP-Redirect.t
View file @
5b59eeb2
...
...
@@ -22,7 +22,7 @@ BEGIN {
require
'
t/saml-lib.pm
';
}
my
$maintests
=
1
8
;
my
$maintests
=
1
7
;
my
$debug
=
'
error
';
#my $debug = 'error';
my
(
$op
,
$rp
,
$idp
,
$res
);
...
...
@@ -168,12 +168,6 @@ SKIP: {
'
SAMLResponse
',
'
RelayState
'
);
my
(
$resp
)
=
$query
=~
qr/SAMLResponse=([^&]*)/
;
my
$message
=
decode_base64
(
URI::Escape::
uri_unescape
$resp
);
like
(
$message
,
qr@SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"@
,
"
Signed using SHA-256
"
);
# Post SAML response to SP
switch
('
op
');
...
...
lemonldap-ng-portal/t/37-Logout-from-OIDC-RP-to-SAML-IDP-SOAP.t
View file @
5b59eeb2
...
...
@@ -22,7 +22,7 @@ BEGIN {
require
'
t/saml-lib.pm
';
}
my
$maintests
=
1
8
;
my
$maintests
=
1
7
;
my
$debug
=
'
error
';
#my $debug = 'error';
my
(
$op
,
$rp
,
$idp
,
$res
);
...
...
@@ -168,12 +168,6 @@ SKIP: {
'
SAMLResponse
',
'
RelayState
'
);
my
(
$resp
)
=
$query
=~
qr/SAMLResponse=([^&]*)/
;
my
$message
=
decode_base64
(
URI::Escape::
uri_unescape
$resp
);
like
(
$message
,
qr@SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"@
,
"
Signed using SHA-256
"
);
# Post SAML response to SP
switch
('
op
');
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment