Skip to content

Commit

Permalink
Updated tooltips
Browse files Browse the repository at this point in the history
Former-commit-id: de97ae372ebb1e105a1e7697610e05cd692f1574
  • Loading branch information
rmathis committed Aug 12, 2022
1 parent 3cc37ca commit b7a6129
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/external.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"default": false
},
"description": {
"title": "label.description",
"description": "tooltip.description",
"title": "label.external-description",
"description": "tooltip.external-description",
"type": "string"
}
}
Expand Down
13 changes: 8 additions & 5 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,10 @@ tooltip.assertion-consumer-service-location-binding=The binding attribute of the
tooltip.assertion-consumer-service-endpoints=An Assertion Consumer Service (or ACS) is SAML terminology for the location at a ServiceProvider that accepts <samlp:Response> messages (or SAML artifacts) for the purpose of establishing a session based on an assertion.
tooltip.mark-as-default=Whether to mark this endpoint as the default by setting the "isDefault" property.
tooltip.protocol-support-enumeration=This attribute contains a space-delimited collection of URIs that represent general classes of protocol support for the role in question. There are URIs defined by the various standards and profiles to represent the fact that an entity acting in a role "supports" a particular protocol family, such as SAML 2.0 or the Shibboleth profile of SAML 1.1.
tooltip.nameid-format=Content is name identifier format which is added to all the applicable roles of the entities which match any of the following <Entity> or <ConditionRef> elements.
tooltip.nameid-format=Contains all name identifiers which are added to all applicable roles of the entities that match any of the following <Entity> or <ConditionRef> elements.
tooltip.enable-this-service-upon-saving=If checkbox is clicked, the metadata is enabled for integration with the IdP
tooltip.is-there-a-x509-certificate=Is there a X509 Certificate?
tooltip.authentication-requests-signed=Whether to sign requests.
tooltip.authentication-requests-signed=Whether to sign requests. Signing requests helps to verify that the request from the SP is authentic.
tooltip.want-assertions-signed=Whether to sign assertions. Element declares that the service provider wants the <saml:Assertion> element to be digitally signed.
tooltip.certificate-name=Value used by the IDP UI to identify certificates.
tooltip.certificate-type=Describes the use to which the credential will be put (as defined by the SAML standard)
Expand All @@ -656,7 +656,7 @@ tooltip.contact-name=The given name of the contact.
tooltip.contact-type=Type / role of the contact.
tooltip.contact-email=Email address of the contact.
tooltip.sign-assertion=Sign Assertion declares that the service provider wants the <saml:Assertion> element to be digitally signed.
tooltip.dont-sign-response=Don\u0027t Sign Response.
tooltip.dont-sign-response=Do not sign the full authentication response to the service provider. Enabling this property will reduce the size of the response to service providers who may have limitations to the size of the response.
tooltip.turn-off-encryption=Whether to turn off encryption of the response.
tooltip.usa-sha-algorithm=Whether to use the SHA1 Signing Algorithm.
tooltip.authentication-methods-to-use=The method used to authenticate the subject.
Expand Down Expand Up @@ -716,7 +716,7 @@ tooltip.max-cache-duration=The maximum duration for which metadata will be cache
tooltip.max-idle-entity-data=The maximum duration for which metadata will be allowed to be idle (no requests for it) before it is removed from the cache.
tooltip.cleanup-task-interval=The interval at which the internal cleanup task should run. This task performs background maintenance tasks, such as the removal of expired and idle metadata.
tooltip.persistent-cache-manager-directory=The optional manager for the persistent cache store for resolved metadata. On metadata provider initialization, data present in the persistent cache will be loaded to memory, effectively restoring the state of the provider as closely as possible to that which existed before the previous shutdown. Each individual cache entry will only be loaded if 1) the entry is still valid as determined by the internal provider logic, and 2) the entry passes the (optional) predicate supplied via initializationFromCachePredicateRef.
tooltip.initialize-from-persistent-cache-in-background=Flag indicating whether should initialize from the persistent cache in the background. Initializing from the cache in the background will improve IdP startup times.
tooltip.initialize-from-persistent-cache-in-background=Flag indicating whether system should initialize from the persistent cache in the background. Initializing from the cache in the background will improve IdP startup times.
tooltip.background-init-from-cache-delay=The delay after which to schedule the background initialization from the persistent cache when initializeFromPersistentCacheInBackground=true.

tooltip.source-directory=Convenience mechanism for wiring a FilesystemLoadSaveManager, loading from the specified source directory in the local filesystem. This attribute will be ignored if sourceManagerRef is also specified. Either this attribute or sourceManagerRef is required.
Expand All @@ -741,4 +741,7 @@ tooltip.group-description=A description of the purpose of the group.
tooltip.role-name=A user friendly name used to identify the role.
tooltip.role-description=A description of the purpose of the role.

tooltip.contact-information=Contacts provide information about how to contact the organization responsible for standing up the entity.
tooltip.contact-information=Add a contact to organization information. Contacts provide information about how to contact the organization responsible for standing up the entity.

label.external-description=Description
tooltip.external-description=A brief description of the purpose of this filter.

0 comments on commit b7a6129

Please sign in to comment.