Skip to content

edwin/keycloak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Keycloak with a Longer SMTP Timeout

All changes happen in this class

services/src/main/java/org/keycloak/email/DefaultEmailSenderProvider.java

changing SMTP timeout from 10s into 30s, and also configurable thru ENV Variables.

Env Variables

KEYCLOAK_SMTP_TIMEOUT 
KEYCLOAK_SMTP_CONNECTION_TIMEOUT 
KEYCLOAK_SMTP_WRITE_TIMEOUT 

How to Build

$ mvn -pl services -am clean install -DskipTests

About

Open Source Identity and Access Management For Modern Applications and Services

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.3%
  • TypeScript 7.6%
  • FreeMarker 0.7%
  • JavaScript 0.1%
  • CSS 0.1%
  • Shell 0.1%
  • Other 0.1%