Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
73db84b4
Unverified
Commit
73db84b4
authored
3 years ago
by
Tim van Dijen
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove www-script - There's a controller in place now
parent
3da2cad6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/multiauth/www/selectsource.php
+0
-24
0 additions, 24 deletions
modules/multiauth/www/selectsource.php
with
0 additions
and
24 deletions
modules/multiauth/www/selectsource.php
deleted
100644 → 0
+
0
−
24
View file @
3da2cad6
<?php
/**
* This page shows a list of authentication sources. When the user selects
* one of them if pass this information to the
* \SimpleSAML\Module\multiauth\Auth\Source\MultiAuth class and call the
* delegateAuthentication method on it.
*
* @package SimpleSAMLphp
*/
namespace
SimpleSAML\Module\multiauth
;
use
SimpleSAML\Configuration
;
use
SimpleSAML\Session
;
use
Symfony\Component\HttpFoundation\Request
;
$config
=
Configuration
::
getInstance
();
$session
=
Session
::
getSessionFromRequest
();
$request
=
Request
::
createFromGlobals
();
$controller
=
new
Controller\DiscoController
(
$config
,
$session
);
$response
=
$controller
->
discovery
(
$request
);
$response
->
send
();
This diff is collapsed.
Click to expand it.
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