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 is used internally, for example, when you want to access an API endpoint but are not yet logged in. In this case, the API redirects to the identity provider; after successful login, the user is redirected back to the API endpoint via redirectPostAuth.

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: