Open
Description
Hi Guys,
I have created my own OIDC provider, I intent to setup the OIDC authentication in AKHQ, but failed although I followed https://akhq.io/docs/configuration/authentifications/oidc.html#direct-oidc-mapping, I use the AKHQ in an docker-compose.yml as below, any idea?:
akhq:
image: tchiotludo/akhq:latest
container_name: akhq
ports:
- "8080:8080"
environment:
AKHQ_CONFIGURATION: |
akhq:
connections:
my-cluster:
properties:
bootstrap.servers: "kafka:9092"
micronaut:
security:
oauth2:
enabled: true
clients:
google: #what should I use?
client-id: "akhq-client"
client-secret: "akhq-xxx"
openid:
issuer: "https://17ca27.app.shuhenglianchang.com" #this is my own OIDC issuer
caches:
local-security-claim-provider:
expire-after-write: 600s # Default. May be overridden.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Backlog