Frontend query parameters

It is possible to call the BPC with different URL parameters in order to influence the behavior at 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.

Redirecting 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 be loaded in a specific language. This setting overwrites the language stored in the browser or in the user profile of the BPC for the current session. A language is transferred 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: