Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Besson
lemonldap-ng
Commits
d01e3472
Commit
d01e3472
authored
Dec 22, 2016
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CAS in progress (#595)
parent
de969f19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/CAS.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/CAS.pm
+2
-3
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/CAS.pm
View file @
d01e3472
...
...
@@ -397,7 +397,7 @@ sub validate {
# Get username
my
$username
=
$localSession
->
data
->
{
$self
->
{
casAttr
}
||
$sel
f
->
{
whatToTrace
}
};
$localSession
->
data
->
{
$self
->
conf
->
{
casAttr
}
||
$self
->
con
f
->
{
whatToTrace
}
};
$self
->
lmLog
(
"
Get username
$username
",
'
debug
'
);
...
...
@@ -425,7 +425,7 @@ sub proxyValidate {
sub
_validate2
{
my
(
$self
,
$urlType
,
$req
)
=
@_
;
$self
->
lmLog
(
'
URL
'
.
$req
->
uri
.
'
detected as an CAS $urlType VALIDATE URL
'
,
'
URL
'
.
$req
->
uri
.
"
detected as an CAS
$urlType
VALIDATE URL
"
,
'
debug
'
);
# GET parameters
...
...
@@ -497,7 +497,6 @@ sub _validate2 {
.
$casServiceSession
->
data
->
{
service
},
'
error
'
);
$self
->
deleteCasSession
(
$casServiceSession
);
return
$self
->
returnCasServiceValidateError
(
'
INVALID_SERVICE
',
'
Submitted service does not match initial service
'
);
...
...
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