Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
0e4d7324
Commit
0e4d7324
authored
Jan 16, 2014
by
Matija Obreza
Browse files
Fixed oauth security check
parent
7ff46eb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/oauth/confirm.jsp
View file @
0e4d7324
...
...
@@ -16,7 +16,7 @@
<c:remove
scope=
"session"
var=
"SPRING_SECURITY_LAST_EXCEPTION"
/>
<security:authentication
var=
"user"
property=
"principal"
/>
<security:authorize
ifAllGranted=
"USER
"
>
<security:authorize
access=
"isAuthenticated()
"
>
<h1><spring:message
code=
"oauth2.confirm-request"
/></h1>
<p>
<spring:message
code=
"oauth2.confirm-client"
arguments=
"
${
user
.
user
.
name
}
,${client.clientId}"
htmlEscape=
"false"
/>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment