Skip to content

Commit

Permalink
Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Sep 9, 2024
1 parent dd48a4d commit 08df031
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions modules/auth_saml/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ en:
identifier: Identifier
secret: Secret
scope: Scope
assertion_consumer_service_url: Assertion consumer service URL
assertion_consumer_service_url: ACS (Assertion consumer service) URL
limit_self_registration: Limit self registration
sp_entity_id: Service entity ID
metadata_url: Identity provider metadata URL
Expand Down Expand Up @@ -70,7 +70,9 @@ en:
description: Connect OpenProject to a SAML identity provider
request_attributes:
title: 'Requested attributes'
legend: 'These attributes are added to the SAML XML metadata to signify to the identify provider which attributes OpenProject requires.'
legend: >
These attributes are added to the SAML XML metadata to signify to the identify provider which attributes OpenProject requires.
You may still need to explicitly configure your identity provider to send these attributes. Please refer to your IdP's documentation.
name: 'Requested attribute key'
format: 'Attribute format'
section_headers:
Expand All @@ -79,7 +81,7 @@ en:
section_texts:
display_name: "Configure the display name of the SAML provider."
metadata: "Pre-fill configuration using a metadata URL or by pasting metadata XML"
metadata_form: "If your identity provider has a metadata endpoint or XML download, add it below to pre-fill configuration."
metadata_form: "If your identity provider has a metadata endpoint or XML download, add it below to pre-fill the configuration."
metadata_form_banner: "Editing the metadata may override existing values in other sections. "
configuration: "Configure the endpoint URLs for the identity provider, certificates, and further SAML options."
configuration_metadata: "This information has been pre-filled using the supplied metadata. In most cases, they do not require editing."
Expand All @@ -106,7 +108,7 @@ en:
limit_self_registration: >
If enabled users can only register using this provider if the self registration setting allows for it.
sp_entity_id: >
The entity ID of the service provider. This is the unique client identifier of the OpenProject instance.
The entity ID of the service provider (SP). Sometimes also referred to as Audience. This is the unique client identifier of the OpenProject instance.
idp_sso_service_url: >
The URL of the identity provider login endpoint.
idp_slo_service_url: >
Expand Down

0 comments on commit 08df031

Please sign in to comment.