[java-identity-provider] branch master updated: Add id to example bean.

Scott Cantor cantor.2 at osu.edu
Mon May 4 14:15:36 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor 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=2e023ede6ca9d0e72fbc10d45a3a0a1178907322

The following commit(s) were added to refs/heads/master by this push:
       new  2e023ede6 Add id to example bean.
2e023ede6 is described below

commit 2e023ede6ca9d0e72fbc10d45a3a0a1178907322
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 4 10:15:46 2020 -0400

    Add id to example bean.
---
 idp-conf/src/main/resources/conf/relying-party.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/conf/relying-party.xml b/idp-conf/src/main/resources/conf/relying-party.xml
index 5045b93bf..9072d3310 100644
--- a/idp-conf/src/main/resources/conf/relying-party.xml
+++ b/idp-conf/src/main/resources/conf/relying-party.xml
@@ -61,7 +61,7 @@
         for SAML 2 SSO without encryption. This is a common "vendor" scenario.
         -->
         <!--
-        <bean parent="RelyingPartyByName" c:relyingPartyIds="https://sp.example.org">
+        <bean id="ExampleSP" parent="RelyingPartyByName" c:relyingPartyIds="https://sp.example.org">
             <property name="profileConfigurations">
                 <list>
                     <bean parent="SAML2.SSO" p:encryptAssertions="false" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list