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
!17
style:
fix PSR complains
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
style:
fix PSR complains
fix_psr
into
main
Overview
1
Commits
1
Pipelines
6
Changes
5
Merged
Ghost User
requested to merge
fix_psr
into
main
1 year ago
Overview
1
Commits
1
Pipelines
6
Changes
5
Expand
0
0
Merge request reports
Compare
main
version 4
169e938e
1 year ago
version 3
914698fe
1 year ago
version 2
6f47e6fd
1 year ago
version 1
8909c35e
1 year ago
main (base)
and
latest version
latest version
513fbac8
1 commit,
1 year ago
version 4
169e938e
1 commit,
1 year ago
version 3
914698fe
1 commit,
1 year ago
version 2
6f47e6fd
1 commit,
1 year ago
version 1
8909c35e
1 commit,
1 year ago
5 files
+
69
−
64
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
lib/Auth/Process/Perunauthorize.php
+
8
−
9
Options
@@ -19,15 +19,14 @@ use SimpleSAML\Locale\Translate;
@@ -19,15 +19,14 @@ use SimpleSAML\Locale\Translate;
*/
*/
class
Perunauthorize
extends
ProcessingFilter
class
Perunauthorize
extends
ProcessingFilter
{
{
public
const
DENY
=
'deny'
;
const
DENY
=
'deny'
;
public
const
REGEX
=
'regex'
;
const
REGEX
=
'regex'
;
public
const
SERVICE_NAME_PLACEHOLDER
=
'%SERVICE_NAME%'
;
const
SERVICE_NAME_PLACEHOLDER
=
'%SERVICE_NAME%'
;
public
const
SERVICE_EMAIL_PLACEHOLDER
=
'%SERVICE_EMAIL%'
;
const
SERVICE_EMAIL_PLACEHOLDER
=
'%SERVICE_EMAIL%'
;
public
const
SP_METADATA
=
'SPMetadata'
;
const
SP_METADATA
=
'SPMetadata'
;
public
const
ADMINISTRATION_CONTACT
=
'administrationContact'
;
const
ADMINISTRATION_CONTACT
=
'administrationContact'
;
public
const
MESSAGE
=
'message'
;
const
MESSAGE
=
'message'
;
public
const
NAME
=
'name'
;
const
NAME
=
'name'
;
/**
/**
* Flag to deny/unauthorize the user a attribute filter IS found
* Flag to deny/unauthorize the user a attribute filter IS found
Loading