Frontend Query Parameters

It is possible to call the BPC using various URL Parameters to influence its behavior upon startup. These Parameters are passed directly in the URL and are described below.

Available Parameters

Parameter Description Example

redirectPostAuth

Enables automatic redirection to a specified URL on the same server after successful authentication. This can be used, for example, to redirect to a BPC API endpoint after login.

Redirection after login only works for OIDC identity providers (e.g., Keycloak).

https://bpc-url/?redirectPostAuth=https://bpc-url/cxf/bpc-core/api-endpoint

language

Forces the BPC to load in a specific language. This setting overrides the language stored in the browser or in the BPC user profile for the current session. A language is passed as a language key, e.g., de or en.

https://bpc-url/?language=en

theme

Loads the BPC with a specific installed theme.

https://bpc-url/?theme=bpc-theme-dark


Keywords: