Skip to content

Commit

Permalink
Fixed tooltips, readonly field
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 30, 2022
1 parent 752e521 commit 68666fe
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 557 deletions.
15 changes: 9 additions & 6 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ label.finish-summary-validation=Finished!
label.select-entity-id-to-copy=Select the Entity ID to copy
label.metadata-source-name-dashboard-display-only=Service Provider Name (Dashboard Display Only)
label.new-entity-id=New Entity ID
label.metadata-source-protocol=Identity Protocol
label.source-protocol=Authentication Protocol
label.select-source-protocol=Select Protocol

label.sections-to-copy=Sections to Copy?
Expand Down Expand Up @@ -423,7 +423,7 @@ label.remove-empty-entities-descriptors=Remove Empty Entities Descriptors?

label.select-metadata-provider-type=Select Metadata Provider Type
label.select-metadata-filter-type=Select Metadata Filter Type
label.select-metadata-source-protocol=Select Metadata Source Protocol
label.select-source-protocol=Select Authentication Protocol
label.filter-list=Filter List
label.common-attributes=Common Attributes
label.reloading-attributes=Reloading Attributes
Expand Down Expand Up @@ -638,11 +638,11 @@ message.session-timeout-body=Your session has timed out. Please login again.
message.session-timeout=An error has occurred while saving. Your session may have timed out.

tooltip.entity-id=An entityID is the SAML identifier that uniquely names a service provider.
tooltip.service-provider-name=Service Provider Name (Dashboard Display Only)
tooltip.metadata-source-protocol=Identity Protocol
tooltip.service-provider-name=Used only in the Shibboleth IDP UI, this name is used to distinguish the service provider in the dashboard.
tooltip.source-protocol=Authentication Protocol to use for this Metadata Source. (SAML, OIDC, CAS, etc)
tooltip.force-authn=Disallows use (or reuse) of authentication results and login flows that don\u0027t provide a real-time proof of user presence in the login process
tooltip.ignore-request-signatures=Whether to skip validation of signatures on requests when dealing with badly broken or incompetently operated services
tooltip.service-provider-name-dashboard-display-only=Service Provider Name (Dashboard Display Only)
tooltip.service-provider-name-dashboard-display-only=Used only in the Shibboleth IDP UI, this name is used to distinguish the service provider in the dashboard.
tooltip.service-provider-entity-id=Service Provider Entity ID
tooltip.organization-name=Name of the organization standing up the entity.
tooltip.organization-display-name=Name of the organization standing up the entity to be used for display purposes.
Expand All @@ -662,7 +662,8 @@ tooltip.authentication-requests-signed=Whether to sign requests. Signing request
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)
tooltip.certificate=A certificate containing a public key to use to require and verify an XML signature over the resource.
tooltip.certificate=Value used for the key descriptor. (Certificate, ClientSecret, etc)
tooltip.key-descriptors=A certificate containing a public key to use to require and verify an XML signature over the resource.
tooltip.logout-endpoints=If your SP supports SAML 2.0 Single Logout, you will need to include one or more <md:SingleLogoutService> endpoint elements in the metadata.
tooltip.logout-endpoints-url=The location of the handler (when combined with the base handlerURL). This is the location to which an IdP sends messages using whatever protocol and binding it shares with the SP. Each combination of SLO protocol and binding is installed at a unique location to improve efficiency.
tooltip.logout-endpoints-binding-type=Identifies the protocol binding supported by the handler. Bindings describe how the message is packaged by the IdP (or by the browser in some cases) for consumption by the handler.
Expand Down Expand Up @@ -806,7 +807,9 @@ message.algorithms-unique=Each algorithm may only be used once.
label.source-protocol=Authentication Protocol
label.key-descriptors=Key Descriptors
label.certificate-value=Value
tooltip.certificate-value=Value used for the key descriptor. (Certificate, ClientSecret, etc)
label.element-type=Element Type
tooltip.element-type=Type of element used to contain the certificate in metadata. (x509, etc)
label.oauth-rp-extensions=OAuth Relying Party Extensions

label.post-logout-redirect-uris=Post Logout Redirect URIs
Expand Down
Loading

0 comments on commit 68666fe

Please sign in to comment.