set browser flow switch
This commit is contained in:
parent
1e4b3fc3b6
commit
9433ef284a
2 changed files with 2 additions and 0 deletions
|
@ -511,6 +511,7 @@ public class SamlService {
|
|||
processor.setClientSession(clientSession)
|
||||
.setFlowPath(LoginActionsService.AUTHENTICATE_PATH)
|
||||
.setFlowId(flowId)
|
||||
.setBrowserFlow(true)
|
||||
.setConnection(clientConnection)
|
||||
.setEventBuilder(event)
|
||||
.setProtector(authManager.getProtector())
|
||||
|
|
|
@ -347,6 +347,7 @@ public class AuthorizationEndpoint {
|
|||
processor.setClientSession(clientSession)
|
||||
.setFlowPath(flowPath)
|
||||
.setFlowId(flowId)
|
||||
.setBrowserFlow(true)
|
||||
.setConnection(clientConnection)
|
||||
.setEventBuilder(event)
|
||||
.setProtector(authManager.getProtector())
|
||||
|
|
Loading…
Reference in a new issue