unik-name / kover.link

Unikname Connect integrated with Kutt application (https://kutt.it/)
https://kover.link/
MIT License
2 stars 0 forks source link

OIDC setup #6

Open carlo-quinonez opened 3 years ago

carlo-quinonez commented 3 years ago

Can you share any info on the setting up OIDC?

ftreguer commented 3 years ago

Hi @carlo-quinonez, You can configure OIDC with 4 environment variables in environment file:

OIDC_CONNEXION_ENABLED: boolean
OIDC_DISCOVERY_URL: string
OIDC_CLIENT_ID: string
OIDC_CLIENT_SECRET: string
carlo-quinonez commented 3 years ago

Thank you. I'll see if I can figure out how to set it up.