[java-identity-provider] branch master updated: IDP-1353 - Revert to displaying organizationName

Tom Zeller tzeller at dragonacea.biz
Thu Oct 25 13:50:44 EDT 2018


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=4a41e1e6fb8cc7cb996e637cca07b997d75af17c

The following commit(s) were added to refs/heads/master by this push:
       new  4a41e1e   IDP-1353 - Revert to displaying organizationName
4a41e1e is described below

commit 4a41e1e6fb8cc7cb996e637cca07b997d75af17c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Oct 25 12:50:21 2018 -0500

    IDP-1353 - Revert to displaying 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 cc9352e..20bde46 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.organizationDisplayName)
+#set ($rpOrganizationName = $rpUIContext.organizationName)
 #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