Skip to content

Commit

Permalink
Fixed keycloak configuration to work properly with KC 25+
Browse files Browse the repository at this point in the history
  • Loading branch information
andyuk1986 committed Jan 31, 2025
1 parent 249f1bb commit 8676aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/infinispan-keycloak-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
"redirectUris" : [ "*" ],
"webOrigins" : [ "*" ],
"notBefore" : 0,
"bearerOnly" : true,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
Expand Down

0 comments on commit 8676aa4

Please # to comment.