mirror of
https://github.com/bmlong137/alfresco-keycloak.git
synced 2025-09-10 14:11:09 +00:00
35 lines
1.5 KiB
Properties
35 lines
1.5 KiB
Properties
#
|
|
# Copyright 2019 - 2021 Acosix GmbH
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# note: this file is not named alfresco-global.properties to not override the default file in the image
|
|
# instead it relies on Dockerfile post-processing to merge with the default file
|
|
|
|
authentication.chain=keycloak1:keycloak,alfrescoNtlm1:alfrescoNtlm
|
|
|
|
keycloak.adapter.auth-server-url=http://localhost:${docker.tests.keycloakPort}/auth
|
|
keycloak.adapter.realm=test
|
|
keycloak.adapter.resource=alfresco
|
|
keycloak.adapter.credentials.provider=secret
|
|
keycloak.adapter.credentials.secret=6f70a28f-98cd-41ca-8f2f-368a8797d708
|
|
|
|
# localhost in auth-server-url won't work for direct access in a Docker deployment
|
|
keycloak.adapter.directAuthHost=http://keycloak:8080
|
|
|
|
keycloak.roles.requiredClientScopes=alfresco-role-service
|
|
|
|
keycloak.synchronization.userFilter.containedInGroup.property.groupPaths=/Test A
|
|
keycloak.synchronization.groupFilter.containedInGroup.property.groupPaths=/Test A
|
|
|
|
keycloak.synchronization.requiredClientScopes=alfresco-authority-sync |