Skip to content

Commit

Permalink
Update README_docker_installation.md (#87)
Browse files Browse the repository at this point in the history
docs: Add missing feature required during exchange external token to internal token
  • Loading branch information
dr-star authored Dec 13, 2024
1 parent 822a515 commit 81402d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README_docker_installation.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Running Keycloak and Apple Identity Provider in a container

The following `Dockerfile` creates a pre-configured Keycloak image that enables the health and metrics endpoints,
enables the token exchange feature, uses a PostgreSQL database and installs Apple Identity Provider extension:
enables the token exchange feature and the Fine-Grained Admin Permissions, uses a PostgreSQL database and installs Apple Identity Provider extension:

```Dockerfile
FROM quay.io/keycloak/keycloak:22.0.1 as builder

ENV KC_HEALTH_ENABLED=true
ENV KC_FEATURES=token-exchange
ENV KC_FEATURES=token-exchange,admin-fine-grained-authz
ENV KC_DB=postgres
ENV KC_HTTP_RELATIVE_PATH="/auth"

Expand Down

0 comments on commit 81402d8

Please sign in to comment.