Skip to content

Commit

Permalink
chore: Add comment on FF_DEBUG_NO_SSO_REDIRECT usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigue Canquery committed Jun 24, 2024
1 parent 1076d61 commit beedf06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ PAGERDUTY_ACCOUNT_EMAIL="[email protected]"
PAGERDUTY_API_KEY="u+XXXXXXXXXXXXXXXX-X"
PAGERDUTY_URL="https://api.pagerduty.com"

## SSO settings (optional)
## SSO settings

OIDC_OP_DISCOVERY_DOCUMENT_URL=https://oauth.mycompany.local/auth/realms/realm/.well-known/openid-configuration
OIDC_RP_CLIENT_ID=firefighter-incident
Expand All @@ -97,5 +97,6 @@ RAID_DEFAULT_JIRA_QRAFT_USER_ID="XXXXXXXX" #gitleaks:allow
RAID_JIRA_PROJECT_KEY="T2"

FF_SLACK_SKIP_CHECKS=true
# Disable SSO redirect for local dev by setting to true. When SSO is disabled, go to /admin/ to login
# Disable SSO redirect for local dev by setting to true but still need a valid URL in OIDC_OP_DISCOVERY_DOCUMENT_URL.
# When SSO is disabled, go to /admin/ to login
FF_DEBUG_NO_SSO_REDIRECT=false

0 comments on commit beedf06

Please sign in to comment.