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
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
6de7dd36
Commit
6de7dd36
authored
6 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Fixes for modules/discopower
parent
3c38a5b7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/SimpleSAML/XHTML/IdPDisco.php
+1
-1
1 addition, 1 deletion
lib/SimpleSAML/XHTML/IdPDisco.php
modules/discopower/lib/PowerIdPDisco.php
+10
-1
10 additions, 1 deletion
modules/discopower/lib/PowerIdPDisco.php
with
11 additions
and
2 deletions
lib/SimpleSAML/XHTML/IdPDisco.php
+
1
−
1
View file @
6de7dd36
...
...
@@ -267,7 +267,7 @@ class IdPDisco
*
* This function finds out which IdP the user has manually chosen, if any.
*
* @return string The entity id of the IdP the user has chosen, or null if the user has made no choice.
* @return string
|null
The entity id of the IdP the user has chosen, or null if the user has made no choice.
*/
protected
function
getSelectedIdP
()
{
...
...
This diff is collapsed.
Click to expand it.
modules/discopower/lib/PowerIdPDisco.php
+
10
−
1
View file @
6de7dd36
...
...
@@ -11,7 +11,6 @@ namespace SimpleSAML\Module\discopower;
* @author Andreas Åkre Solberg <andreas@uninett.no>, UNINETT AS.
* @package SimpleSAMLphp
*/
class
PowerIdPDisco
extends
\SimpleSAML\XHTML\IdPDisco
{
/**
...
...
@@ -69,6 +68,7 @@ class PowerIdPDisco extends \SimpleSAML\XHTML\IdPDisco
* This is an helper function for logging messages. It will prefix the messages with our discovery service type.
*
* @param string $message The message which should be logged.
* @return void
*/
protected
function
log
(
$message
)
{
...
...
@@ -236,6 +236,7 @@ class PowerIdPDisco extends \SimpleSAML\XHTML\IdPDisco
* Handles a request to this discovery service.
*
* The IdP disco parameters should be set before calling this function.
* @return void
*/
public
function
handleRequest
()
{
...
...
@@ -303,6 +304,13 @@ class PowerIdPDisco extends \SimpleSAML\XHTML\IdPDisco
$t
->
show
();
}
/**
* @param \SimpleSAML\XHTML\Template $t
* @param array $metadata
* @param string $favourite
* @return array
*/
private
function
processMetadata
(
$t
,
$metadata
,
$favourite
)
{
$basequerystring
=
'?'
.
...
...
@@ -394,6 +402,7 @@ class PowerIdPDisco extends \SimpleSAML\XHTML\IdPDisco
* This function overrides the corresponding function in the parent class, to add support for common domain cookie.
*
* @param string $idp The entityID of the IdP.
* @return void
*/
protected
function
setPreviousIdP
(
$idp
)
{
...
...
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