dbp/relay-core-connector-oidc-bundle
frontend_client_id config entry as a replacement for frontend_keycloak_client_idfrontend_keycloak_server, frontend_keycloak_realm, frontend_keycloak_client_idservices_test.yaml from the core bundle for testingset_symfony_roles_from_scopes option, to allow disabling the default scope to role mapping.user_identifier_claims bundle config which allows users to
choose which claims to use as the user identifier. The default is the same as
before.Migration guide:
mv config/packages/dbp_relay_auth.yaml temp.yamlcomposer remove dbp/relay-auth-bundlemv temp.yaml config/packages/dbp_relay_core_connector_oidc.yamlsed -i 's/dbp_relay_auth/dbp_relay_core_connector_oidc/g' config/packages/dbp_relay_core_connector_oidc.yamlcomposer require dbp/relay-core-connector-oidc-bundleDbp\Relay\AuthBundle\API\UserRolesInterface in your code or services config with Dbp\Relay\CoreConnectorOidcBundle\API\UserRolesInterface (only if you used that interface)vendor/bin/captainhook install -f to replace the old hooks with the new ones
on an existing checkout.How can I help you explore Laravel packages today?