Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
moqui-keycloak
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7ed49189
authored
2023-05-10 08:25:56 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Disable keycloak challenge in REST calls(you're either logged in, or
not).
1 parent
fcac133a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/RestPreActions.groovy
scripts/RestPreActions.groovy
View file @
7ed4918
...
...
@@ -65,7 +65,7 @@ if (outcome == AuthOutcome.AUTHENTICATED) {
AuthChallenge
challenge
=
authenticator
.
getChallenge
()
ec
.
logger
.
info
(
"challenge: ${challenge}"
)
if
(
challenge
!=
null
)
{
if
(
challenge
.
challenge
(
facade
))
{
if
(
false
&&
challenge
.
challenge
(
facade
))
{
//sri.stopRender()
//return
}
...
...
Please
register
or
sign in
to post a comment