alexlebens / taiga-back-docker-oidc

Taiga Back image that includes the OpenID Plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taiga-back-docker-oidc

Taiga Back image that includes the OpenID Plugin.

taiga-back

taiga-contrib-oidc-auth

Workflows

release-image

Environment Values

Use the following environmental setting to configure the taiga-back image to enable OIDC auth.

OIDC_ENABLED: "True"
OIDC_SCOPES: "openid profile email"
OIDC_SIGN_ALGO: "RS256"
OIDC_CLIENT_ID: <generate from auth provider>
OIDC_CLIENT_SECRET: <generate from auth provider>
OIDC_BASE_URL: "https://id.fedoraproject.org/openidc"
OIDC_JWKS_ENDPOINT: "https://id.fedoraproject.org/openidc/Jwks"
OIDC_AUTHORIZATION_ENDPOINT: "https://id.fedoraproject.org/openidc/Authorization"
OIDC_TOKEN_ENDPOINT: "https://id.fedoraproject.org/openidc/Token"
OIDC_USER_ENDPOINT: "https://id.fedoraproject.org/openidc/UserInfo"

About

Taiga Back image that includes the OpenID Plugin.

License:Apache License 2.0


Languages

Language:Python 61.0%Language:Dockerfile 39.0%