From e0b16d642f1c0f6c2e354c0917d3a81dac9341c7 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 3 Oct 2022 14:51:14 -0700 Subject: [PATCH] Fixed message --- backend/src/main/resources/i18n/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/i18n/messages.properties b/backend/src/main/resources/i18n/messages.properties index 9abce2699..5e578d7ea 100644 --- a/backend/src/main/resources/i18n/messages.properties +++ b/backend/src/main/resources/i18n/messages.properties @@ -819,7 +819,7 @@ tooltip.default-acr-values=Each value is defined in an extension element. label.request-uris=Request URIs tooltip.request-uris=Each value is defined in an extension element. label.audience=Audience -tooltip.audience=Each value is defined in an extension element (the element itself is a standard SAML element imported from the Assertion schema).The audience claim is not drawn from any standard, but an extension supported by Shibboleth to control/validate the “resource” parameter used in various OAuth protocol extensions, particularly in the client_credentials grant flow. +tooltip.audience=Each value is defined in an extension element (the element itself is a standard SAML element imported from the Assertion schema).The audience claim is not drawn from any standard, but an extension supported by Shibboleth to control/validate the resource parameter used in various OAuth protocol extensions, particularly in the client_credentials grant flow. label.client-uri=Client URI tooltip.client-uri=OPTIONAL. URL of the home page of the Client. The value of this field MUST point to a valid Web page.