Skip to content

Enabling OIDC login post-implementation #591

Answered by meltyshev
harryburr asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

After adding an application to Azure AD, you'll have Issuer, Client ID, Client Secret which you need to add to Planka environment variables. If you are using docker-compose.yml to run the container, you need to uncomment these environment variables (by removing # ):

- OIDC_ISSUER=
- OIDC_CLIENT_ID=
- OIDC_CLIENT_SECRET=

Then fill them with the values you have after adding the application in Azure AD. It should be something like:

- OIDC_ISSUER=https://login.microsoftonline.com/{tenant}/v2.0
- OIDC_CLIENT_ID=client-id-value
- OIDC_CLIENT_SECRET=client-secret-value

After that you need to restart the container which can be done by: docker-compose restart planka (has to be executed in th…

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
11 replies
@harryburr
Comment options

@meltyshev
Comment options

@harryburr
Comment options

@harryburr
Comment options

@meltyshev
Comment options

Answer selected by harryburr
Comment options

You must be logged in to vote
1 reply
@simeoncode
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