Skip to content

Dashboard-Configuration

Configuration OptionDescription
NUXT_OIDC_PROVIDERS_OIDC_AUTHORIZATION_URLThe URL used for OIDC authorization requests.
NUXT_OIDC_PROVIDERS_OIDC_CLIENT_IDThe client ID for the OIDC provider.
NUXT_OIDC_PROVIDERS_OIDC_CLIENT_SECRETThe client secret for the OIDC provider.
NUXT_OIDC_PROVIDERS_OIDC_OPEN_ID_CONFIGURATIONThe discovery endpoint for the OIDC provider's configuration.
NUXT_OIDC_PROVIDERS_OIDC_REDIRECT_URIThe redirect URI used after successful authentication.
NUXT_OIDC_PROVIDERS_OIDC_TOKEN_URLThe URL for obtaining tokens from the OIDC provider.
NUXT_PUBLIC_FEEDBACK_FUSION_ENDPOINTThe public endpoint for the feedback fusion service.