Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Last active January 10, 2026 14:49
Show Gist options
  • Select an option

  • Save wullemsb/ca9982696a795e7af31b7eaefc57fb76 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/ca9982696a795e7af31b7eaefc57fb76 to your computer and use it in GitHub Desktop.
RESOURCE_GROUP="rg-dependencytrack-prod"
API_APP_NAME="ca-dtrack-api-prod"
# Update container app with OIDC configuration
az containerapp update \
--name $API_APP_NAME \
--resource-group $RESOURCE_GROUP \
--set-env-vars \
"ALPINE_OIDC_ENABLED=true" \
"ALPINE_OIDC_CLIENT_ID=clientid" \
"ALPINE_OIDC_ISSUER=https://login.microsoftonline.com/tenantid/v2.0" \
"ALPINE_OIDC_USERNAME_CLAIM=email" \
"ALPINE_OIDC_USER_PROVISIONING=true" \
"ALPINE_OIDC_TEAMS_CLAIM=groups" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment