Skip to content

Commit

Permalink
feat: enabled legacy logout redirect URI
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Apr 6, 2024
1 parent 51945fc commit ebd0f9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docker/keycloak/configuration/keycloak.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ spi-theme-static-max-age=2592000
spi-theme-cache-themes=true
spi-theme-cache-templates=true

#logging
# logging
log=console,file
log-console-color=false
log-file=/var/log/eap/${HOSTNAME}.log

# root-logger-level:INFO
log-level=info,com.arjuna:warn,io.jaegertracing.Configuration:warn,org.jboss.as.config:debug,org.keycloak.events:debug,sun.rmi:warn
log-console-output=json
log-file-output=json

# SPIs
spi-login-protocol-openid-connect-legacy-logout-redirect-uri=true
4 changes: 3 additions & 1 deletion docker/keycloak/extensions-22.0.8/themes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptor>src/assembly/bin.xml</descriptor>
<descriptors>
<descriptor>src/assembly/bin.xml</descriptor>
</descriptors>
<finalName>${project.artifactId}-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
Expand Down

0 comments on commit ebd0f9c

Please sign in to comment.