You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version: '3'volumes:
postgres_data:
driver: localservices:
kc_db:
container_name: kc_postgresimage: postgres:15.1-alpine# volumes:# - postgres_data:/var/lib/postgresql/dataenvironment:
POSTGRES_DB: keycloakPOSTGRES_USER: keycloakPOSTGRES_PASSWORD: passwordports:
- '${EXTERNAL_DB_PORT}:5432'kc_app:
container_name: keycloakimage: quay.io/keycloak/keycloak:20.0.1environment:
KC_DB: postgresKC_DB_URL: jdbc:postgresql://kc_db:5432/keycloakKC_DB_USERNAME: keycloakKC_DB_PASSWORD: password# DB_SCHEMA: publicKEYCLOAK_ADMIN: adminKEYCLOAK_ADMIN_PASSWORD: admin# Uncomment the line below if you want to specify JDBC parameters. The parameter below is just an example, and it shouldn't be used in production without knowledge. It is highly recommended that you read the PostgreSQL JDBC driver documentation in order to use it.#JDBC_PARAMS: "ssl=true"command: start-devports:
- '${KC_PORT}:8080'depends_on:
- kc_dbnetworks:
- bd_external
- defaultnetworks:
bd_external:
external: true
Bearer realm="master", error="invalid_token", error_description="Token verification failed"
provider
jwt
looks like this error https://gist.github.com/des1roer/b7240dfcb299c7d91881f7908b92cbe8
response + request - https://gist.github.com/des1roer/b7240dfcb299c7d91881f7908b92cbe8
keycloack container
php container
client
The text was updated successfully, but these errors were encountered: