Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Besson
lemonldap-ng
Commits
43cf53b2
Commit
43cf53b2
authored
Mar 27, 2016
by
Yadd
Browse files
Portal PSGI in progress (#595)
parent
9be52a62
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PSGI.pm
View file @
43cf53b2
...
...
@@ -116,7 +116,10 @@ sub checkConf {
);
next
;
}
$self
->
addRoute
(
$path
,
$issuerDBtype
,
[
qw(GET POST PUT DELETE)
]
);
$self
->
addAuthRoute
(
$path
,
"
${issuerDBtype}
ForAuthUser
",
[
qw(GET POST PUT DELETE)
]
);
$self
->
addUnauthRoute
(
$path
,
"
${issuerDBtype}
ForUnauthUser
",
[
qw(GET POST PUT DELETE)
]
);
# TODO "check the path"
}
...
...
@@ -159,16 +162,28 @@ sub loadModule {
return
1
;
}
sub
SAML
{
sub
SAML
ForAuthUser
{
}
sub
OpenID
{
sub
SAMLForUnauthUser
{
}
sub
CAS
{
sub
OpenIDForAuthUser
{
}
sub
OpenIDConnect
{
sub
OpenIDForUnauthUser
{
}
sub
CASForAuthUser
{
}
sub
CASForUnauthUser
{
}
sub
OpenIDConnectForAuthUser
{
}
sub
OpenIDConnectForUnauthUser
{
}
# TODO in run
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment