---
permission_oidc_config: OpenID Connect Configuration
bundle_oidc_menu: OpenID Connect
bundle_oidc_menu_debug: Debugging Tool
bundle_oidc_menu_configuration: OpenID Connect Configuration
bundle_oidc_error_loading_config: An error occured during loading the OIDC config.
bundle_oidc_config_providers: Providers
bundle_oidc_config_default_provider: Default Provider
bundle_oidc_config_new_provider: New Provider
bundle_oidc_config_provider_name: Name
bundle_oidc_config_provider_client_id: Client ID
bundle_oidc_config_provider_client_secret: Client Secret
bundle_oidc_config_provider_url_discovery: Discovery URL
bundle_oidc_config_provider_scopes: Scopes
bundle_oidc_config_provider_load_user_info: Also load User Info
bundle_oidc_config_provider_claim_mapping: Claim Mapping
bundle_oidc_config_provider_preferred_username: Preferred Username
bundle_oidc_config_provider_given_name: Given Name
bundle_oidc_config_provider_family_name: Family Name
bundle_oidc_config_provider_email: E-Mail
bundle_oidc_config_provider_groups: Groups
bundle_oidc_config_provider_picture: Picture URL
bundle_oidc_config_provider_sub: Sub
bundle_oidc_config_save_success: Configuration saved successfully.
bundle_oidc_config_save_error: An error occured during saving the OIDC config.
bundle_oidc_config_invalid: Cannot save configuration, there are some missing values.
bundle_oidc_config_collapse_all: Collapse All
bundle_oidc_config_no_provider: No Default Provider
bundle_oidc_config_tooltip_client_id: Client ID provided by the provider.
bundle_oidc_config_tooltip_client_secret: Client secret provided by the provider.
bundle_oidc_config_tooltip_url_discovery: Endpoint for openid configuration discovery,
  typically it is something like <tt>PROVIDER_DOMAIN/.well-known/openid-configuration</tt>.
bundle_oidc_config_tooltip_scopes: Customize the scopes for the OpenId Connect flow.
  By default, <tt>openid</tt>, <tt>profile</tt>, <tt>email</tt> and <tt>groups</tt>
  is set as scope. <tt>openid</tt> will always be added automatically, as it is required
  for any OpenId Connect flow.
bundle_oidc_config_tooltip_load_user_info: Sometimes it is necessary to also call
  the user info endpoint of the provider to get all the necessary information about
  the user as the <tt>id-token</tt> does not contain it. Setting this setting to <tt>true</tt>
  will initiate this additional call. If not necessary, it should be prevented, as
  it slows down the sign-on process.
bundle_oidc_config_tooltip_client_mapping: Some provides do not apply to claim names
  of the OpenId Connect standard. With this setting you can configure custom names
  for the supported claims preferred_username (contains the username), given_name,
  family_name, email, groups (should contain an array of groups the user is assigned
  to), picture (URL to fetch the user avatar) and sub (remote-id of the user).
bundle_oidc_config_tooltip_default_provider: Optionally it is possible to configure
  a default provider with its name. Once set, Pimcore automatically redirects to the
  providers login page (or directly logs in the current user) instead of redirecting
  to the Pimcore login page.
...
