[java-identity-provider] branch master updated: IDP-1353 - Display organizationDisplayName instead of organizationName
Tom Zeller
tzeller at dragonacea.biz
Thu Nov 7 14:03:18 EST 2019
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5f8fbee75fc8b1755c96b536ef24516fde725a85
The following commit(s) were added to refs/heads/master by this push:
new 5f8fbee IDP-1353 - Display organizationDisplayName instead of organizationName
5f8fbee is described below
commit 5f8fbee75fc8b1755c96b536ef24516fde725a85
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Oct 25 10:53:46 2018 -0500
IDP-1353 - Display organizationDisplayName instead of organizationName
https://issues.shibboleth.net/jira/browse/IDP-1353
---
idp-conf/src/main/resources/views/intercept/attribute-release.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/views/intercept/attribute-release.vm b/idp-conf/src/main/resources/views/intercept/attribute-release.vm
index 318bcef..93e8526 100644
--- a/idp-conf/src/main/resources/views/intercept/attribute-release.vm
+++ b/idp-conf/src/main/resources/views/intercept/attribute-release.vm
@@ -22,7 +22,7 @@
#set ($informationURL = $rpUIContext.informationURL)
#set ($privacyStatementURL = $rpUIContext.privacyStatementURL)
#set ($rpOrganizationLogo = $rpUIContext.getLogo())
-#set ($rpOrganizationName = $rpUIContext.organizationName)
+#set ($rpOrganizationName = $rpUIContext.organizationDisplayName)
#set ($replaceDollarWithNewline = true)
##
<!DOCTYPE html>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list