Create, configure and use an identity provider
The BPC requires the connection of an external identity provider (IdP). The BPC offers corresponding settings in the administration area for configuring the external IdP. To do this, an identity provider is created in the BPC under the Backend Connections and this is then defined as the identity provider to be used in the Core Services settings.
When the BPC is started, an Identity Provider Backend Connections is created for the local Karaf with the ID idp_karaf and the name Karaf (default).
This is also immediately used as the active identity provider.
Creating and configuring identity providers
Identity providers are generally created via Backend Connections
General identity provider configuration
The following configuration parameters can be found at Backend Connections of type identity_provider.
Settings for the AdditionalInfo group are described at Add additional organizations/roles/rights and other data to the user session.
| Setting (Key) | Group | Type | Description |
|---|---|---|---|
IdentityProvider |
Config |
text/combobox |
Identity Provider Service. Default: |
IdentityProvider_URL Only BPC version < 4.2.13 |
Config |
text |
The URL at which the identity provider can be reached |
IdentityProvider_Configuration Only BPC version < 4.2.13 |
Config |
json |
Configuration Object for Identity Provider |
Config |
json |
Mapping of the role between BPC and Identity Provider. |
|
IdentityProvider_HealthEndpoint |
Config |
text |
Health endpoint of the identity provider. If set, the status of the identity provider can be checked via the Status API can be queried via the status API. |
IdentityProvider_PasswordValidationRegExp |
Config |
text |
Regular Expression (see Java documentation) for validating passwords. For example, for Complex example consisting of several parts:
|
IdentityProvider_ChangeOrganizationEnabled |
Frontend |
bool |
Enables the deactivation/activation of the change of organization in the interface. |
IdentityProvider_ChangePasswordEnabled |
Frontend |
bool |
Enables the deactivation/activation of the change of password in the interface. |
Use identity provider
One of the identity providers created above can now be defined in the Core Services → Settings as the (active) IdP to be used. If it is not possible to log in with this IdP afterwards, you will find a solution under Forcing the local IdP as a fallback
| Setting (Key) | Group | Type | Description |
|---|---|---|---|
IdentityProvider_BackendConnection |
identityProvider |
text/combobox |
Selection/definition of the Identity Provider Backend Connection to be used. |

Click on "Save"!
You will then be logged out and must log in again.
The new identity provider will be taken into account.