Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
5a0bf72d
Commit
5a0bf72d
authored
Nov 29, 2018
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warnings in RPM build (
#1559
)
parent
182a7a69
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
5 deletions
+1
-5
lemonldap-ng-portal/t/32-Auth-and-issuer-OIDC-implicit.t
lemonldap-ng-portal/t/32-Auth-and-issuer-OIDC-implicit.t
+1
-1
lemonldap-ng-portal/t/37-CAS-App-to-SAML-IdP-POST.t
lemonldap-ng-portal/t/37-CAS-App-to-SAML-IdP-POST.t
+0
-1
lemonldap-ng-portal/t/37-OIDC-RP-to-SAML-IdP-GET.t
lemonldap-ng-portal/t/37-OIDC-RP-to-SAML-IdP-GET.t
+0
-1
lemonldap-ng-portal/t/37-OIDC-RP-to-SAML-IdP-POST.t
lemonldap-ng-portal/t/37-OIDC-RP-to-SAML-IdP-POST.t
+0
-1
lemonldap-ng-portal/t/40-Notifications-JSON-Server.t
lemonldap-ng-portal/t/40-Notifications-JSON-Server.t
+0
-1
No files found.
lemonldap-ng-portal/t/32-Auth-and-issuer-OIDC-implicit.t
View file @
5a0bf72d
...
...
@@ -147,7 +147,7 @@ $op->logout($idpId);
# Query RP for auth
ok
(
$res
=
$rp
->
_get
(
'
/
',
accept
=>
'
text/html
'
),
'
Unauth SP request
'
);
count
(
1
);
my
(
$url
,
$query
)
=
(
$url
,
$query
)
=
expectRedirection
(
$res
,
qr#http://auth.op.com(/oauth2/authorize)\?(.*)$#
);
# Rewrite response_type to use implicit
...
...
lemonldap-ng-portal/t/37-CAS-App-to-SAML-IdP-POST.t
View file @
5a0bf72d
...
...
@@ -114,7 +114,6 @@ SKIP: {
),
'
Launch SAML request to IdP
'
);
my
$tmp
;
my
$idpPdata
=
'
lemonldappdata=
'
.
expectCookie
(
$res
,
'
lemonldappdata
'
);
# Try to authenticate to IdP
...
...
lemonldap-ng-portal/t/37-OIDC-RP-to-SAML-IdP-GET.t
View file @
5a0bf72d
...
...
@@ -136,7 +136,6 @@ SKIP: {
'
Launch SAML request to IdP
'
);
my
$idpPdata
=
'
lemonldappdata=
'
.
expectCookie
(
$res
,
'
lemonldappdata
'
);
my
$tmp
;
# Try to authenticate to IdP
my
$body
=
$res
->
[
2
]
->
[
0
];
...
...
lemonldap-ng-portal/t/37-OIDC-RP-to-SAML-IdP-POST.t
View file @
5a0bf72d
...
...
@@ -138,7 +138,6 @@ SKIP: {
'
Launch SAML request to IdP
'
);
my
$idpPdata
=
'
lemonldappdata=
'
.
expectCookie
(
$res
,
'
lemonldappdata
'
);
my
$tmp
;
# Try to authenticate to IdP
my
$body
=
$res
->
[
2
]
->
[
0
];
...
...
lemonldap-ng-portal/t/40-Notifications-JSON-Server.t
View file @
5a0bf72d
...
...
@@ -45,7 +45,6 @@ count(1);
# Try yo authenticate
# -------------------
my
$res
;
ok
(
$res
=
$client
->
_post
(
'
/
',
...
...
Write
Preview
Markdown
is supported
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