Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenID-Connect-Java-Spring-Server
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
Package registry
Model registry
Operate
Terraform modules
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
OpenID-Connect-Java-Spring-Server
Commits
b2514dfb
Verified
Commit
b2514dfb
authored
1 year ago
by
Dominik Frantisek Bucik
Browse files
Options
Downloads
Patches
Plain Diff
fix:
Fix jurisdiction in consent
parent
a83fba7b
No related branches found
No related tags found
1 merge request
!388
fix: 🐛 Fix jurisdiction in consent
Pipeline
#416654
passed
1 year ago
Stage: .pre
Stage: build
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
perun-oidc-server/src/main/java/cz/muni/ics/oauth2/web/controller/OAuthConfirmationController.java
+1
-0
1 addition, 0 deletions
...cs/oauth2/web/controller/OAuthConfirmationController.java
with
1 addition
and
0 deletions
perun-oidc-server/src/main/java/cz/muni/ics/oauth2/web/controller/OAuthConfirmationController.java
+
1
−
0
View file @
b2514dfb
...
...
@@ -204,6 +204,7 @@ public class OAuthConfirmationController {
if
(
perunOidcConfig
.
getTheme
().
equalsIgnoreCase
(
LSAAI
))
{
model
.
put
(
"getsOfflineAccess"
,
authRequest
.
getScope
().
contains
(
"offline_access"
));
model
.
put
(
"jurisdiction"
,
AuthenticationUtilities
.
getJurisdiction
(
client
));
model
.
put
(
"fullJurisdiction"
,
client
.
getJurisdiction
());
model
.
put
(
"isTestSp"
,
AuthenticationUtilities
.
isTestSp
(
client
,
perunAdapter
,
facilityAttrsConfig
.
getTestSpAttr
()));
model
.
put
(
"acceptedTos"
,
client
.
isAcceptedTos
());
return
"lsaai/approve"
;
...
...
This diff is collapsed.
Click to expand it.
Perun-GitLab Service Account
@9045464
mentioned in commit
8f23f422
·
1 year ago
mentioned in commit
8f23f422
mentioned in commit 8f23f4220ac2737353ee77fec8038bac0d5b24e9
Toggle commit list
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