Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perunauthorize
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
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perunauthorize
Merge requests
!4
V1.0 rename class
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
V1.0 rename class
github/fork/BaranekD/v1.0_rename_class
into
v1.0
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Pavel Břoušek
requested to merge
github/fork/BaranekD/v1.0_rename_class
into
v1.0
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Created by: BaranekD
SimpleSAML_Logger to SimpleSAML/Logger
SimpleSAML_Module to SimpleSAML/Module
0
0
Merge request reports
Compare
v1.0
v1.0 (base)
and
latest version
latest version
1e3bba9d
1 commit,
2 years ago
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
lib/Auth/Process/Perunauthorize.php
+
1
−
1
Options
@@ -126,7 +126,7 @@ class sspmod_authorize_Auth_Process_Perunauthorize extends SimpleSAML_Auth_Proce
// Save state and redirect to 403 page
$id
=
SimpleSAML_Auth_State
::
saveState
(
$request
,
'perunauthorize:Perunauthorize'
);
$url
=
SimpleSAML
_
Module
::
getModuleURL
(
$url
=
SimpleSAML
\
Module
::
getModuleURL
(
'perunauthorize/perunauthorize_403.php'
);
\SimpleSAML\Utils\HTTP
::
redirectTrustedURL
(
$url
,
array
(
'StateId'
=>
$id
));
Loading