mirror of
https://github.com/bmlong137/alfresco-keycloak.git
synced 2025-09-10 14:11:09 +00:00
Add reasonable default timeouts
- KeycloakDeployment.resolveUrls() blocks otherwise e.g. if realm is misconfigured
This commit is contained in:
@@ -19,8 +19,8 @@ keycloak.authentication.bodyBufferLimit=10485760
|
||||
# useful primarily for Docker-ized deployments where container running Alfresco cannot resolve the auth server via the public DNS name
|
||||
keycloak.adapter.directAuthHost=
|
||||
# other custom adapter properties not part of default Keycloak adapter library
|
||||
keycloak.adapter.connectionTimeout=-1
|
||||
keycloak.adapter.socketTimeout=-1
|
||||
keycloak.adapter.connectionTimeout=5000
|
||||
keycloak.adapter.socketTimeout=5000
|
||||
|
||||
keycloak.adapter.auth-server-url=http://localhost:8180/auth
|
||||
keycloak.adapter.realm=alfresco
|
||||
|
Reference in New Issue
Block a user