Dashboard-Configuration
Configuration Option | Description |
---|---|
NUXT_OIDC_PROVIDERS_OIDC_AUTHORIZATION_URL | The URL used for OIDC authorization requests. |
NUXT_OIDC_PROVIDERS_OIDC_CLIENT_ID | The client ID for the OIDC provider. |
NUXT_OIDC_PROVIDERS_OIDC_CLIENT_SECRET | The client secret for the OIDC provider. |
NUXT_OIDC_PROVIDERS_OIDC_OPEN_ID_CONFIGURATION | The discovery endpoint for the OIDC provider's configuration. |
NUXT_OIDC_PROVIDERS_OIDC_REDIRECT_URI | The redirect URI used after successful authentication. |
NUXT_OIDC_PROVIDERS_OIDC_TOKEN_URL | The URL for obtaining tokens from the OIDC provider. |
NUXT_PUBLIC_FEEDBACK_FUSION_ENDPOINT | The public endpoint for the feedback fusion service. |