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
530c583e
Unverified
Commit
530c583e
authored
6 years ago
by
Tim van Dijen
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
PHPdoc
parent
e214c221
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/saml/lib/IdP/SAML2.php
+2
-2
2 additions, 2 deletions
modules/saml/lib/IdP/SAML2.php
with
2 additions
and
2 deletions
modules/saml/lib/IdP/SAML2.php
+
2
−
2
View file @
530c583e
...
...
@@ -1110,7 +1110,7 @@ class SAML2
* @param array $association The SP association.
* @param string|null $relayState An id that should be carried across the logout.
*
* @return \SAML2\LogoutRe
sponse
The corresponding SAML2 logout re
sponse
.
* @return \SAML2\LogoutRe
quest
The corresponding SAML2 logout re
quest
.
*/
private
static
function
buildLogoutRequest
(
Configuration
$idpMetadata
,
...
...
@@ -1148,7 +1148,7 @@ class SAML2
* @param \SimpleSAML\Configuration $spMetadata The metadata of the SP.
* @param string $consumerURL The Destination URL of the response.
*
* @return \SAML2\LogoutRe
quest
The SAML2 LogoutRe
quest
corresponding to the given data.
* @return \SAML2\LogoutRe
sponse
The SAML2 LogoutRe
sponse
corresponding to the given data.
*/
private
static
function
buildResponse
(
Configuration
$idpMetadata
,
...
...
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