Skip to content

Commit

Permalink
Fixed tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 12, 2022
1 parent 55e45f5 commit be7d6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ 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=Value used for the key descriptor. (Certificate, ClientSecret, etc)
tooltip.certificate=Value used for the key descriptor. (Certificate, 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.
Expand Down Expand Up @@ -807,7 +807,7 @@ 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)
tooltip.certificate-value=Value used for the key descriptor. (Certificate, 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
Expand Down

0 comments on commit be7d6f2

Please sign in to comment.