Skip to content

OIDC authentication not working? #2232

Answered by GeorgeMac
werwuifi asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for the slow reply @werwuifi !

I finally got around to having a play with Flipt and Keycloak and got them working together with the following setup.
Docker compose:

version: "3"

services:
  keycloak:
    image: quay.io/keycloak/keycloak:22.0.4
    command: start-dev
    ports:
      - "8080:8080"
    environment:
      KEYCLOAK_ADMIN: admin
      KEYCLOAK_ADMIN_PASSWORD: admin
    networks:
      - flipt_network

  flipt:
    image: flipt/flipt:latest
    command: ["./flipt", "--force-migrate"]
    ports:
      - "8081:8080"
    volumes:
      - ./config.yaml:/etc/flipt/config/default.yml
    environment:
      - FLIPT_META_TELEMETRY_ENABLED=false
    networks:
      - flipt_network

Replies: 1 comment 20 replies

Comment options

You must be logged in to vote
20 replies
@GeorgeMac
Comment options

@GeorgeMac
Comment options

@werwuifi
Comment options

@GeorgeMac
Comment options

Answer selected by werwuifi
@werwuifi
Comment options

@GeorgeMac
Comment options

@markphelps
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants