@@ -157,15 +157,15 @@ Configure the following environment variables for your Feldera deployment:
157157
158158``` bash
159159# Okta OIDC configuration
160- AUTH_ISSUER =https://< your-okta-domain> /oauth2/< custom-auth-server-id>
161- AUTH_CLIENT_ID =< your-client-id>
160+ FELDERA_AUTH_ISSUER =https://< your-okta-domain> /oauth2/< custom-auth-server-id>
161+ FELDERA_AUTH_CLIENT_ID =< your-client-id>
162162```
163163
164164### Optional Variables
165165
166166``` bash
167167# Custom authorization server (if not using default)
168- AUTH_ISSUER =https://< your-okta-domain> /oauth2/< custom-auth-server-id>
168+ FELDERA_AUTH_ISSUER =https://< your-okta-domain> /oauth2/< custom-auth-server-id>
169169```
170170
171171## Helm Chart Configuration
@@ -214,7 +214,7 @@ Configure Feldera to accept tokens from multiple Okta organizations:
214214
215215` ` ` bash
216216# Example supporting multiple customers
217- AUTH_ISSUER =https://customer1.okta.com/oauth2/default,https://customer2.okta.com/oauth2/default
217+ FELDERA_AUTH_ISSUER =https://customer1.okta.com/oauth2/default,https://customer2.okta.com/oauth2/default
218218` ` `
219219
220220# ## 3. Automatic Tenant Assignment
@@ -236,10 +236,10 @@ With `--issuer-tenant=true`, each customer automatically gets their own tenant:
236236
237237# ### "Invalid audience" Error
238238- **Cause**: Client ID mismatch between Okta app and Feldera config
239- - **Solution**: Verify `AUTH_CLIENT_ID ` matches Okta application client ID
239+ - **Solution**: Verify `FELDERA_AUTH_CLIENT_ID ` matches Okta application client ID
240240
241241# ### "Invalid issuer" Error
242242- **Cause**: Issuer URL mismatch
243- - **Solution**: Verify `AUTH_ISSUER ` matches Okta authorization server URL
243+ - **Solution**: Verify `FELDERA_AUTH_ISSUER ` matches Okta authorization server URL
244244
245245For additional help, consult the [Okta Developer Documentation](https://developer.okta.com/docs/) or contact your Feldera support team.
0 commit comments