Shibboleth upgrade from V3.3.1 to V3.4.6
REDDIMALLI, ANUSHA
REDDIMAA at mailbox.sc.edu
Thu Feb 13 18:28:58 EST 2020
I have an Attribute Definition like this: <AttributeDefinition id="transientId" xsi:type="TransientId" >
I changes it to <AttributeDefinition id="transientId" xsi:type="TransientIdGenerationStrategy" >
Now I am getting warning like : Cannot resolve 'TransientIdGenerationStrategy' to a type definition for element 'AttributeDefinition'.
I am referring to this link : https://wiki.shibboleth.net/confluence/display/IDP4/NameIDGenerationConfiguration
Thanks & Regards
Anusha Reddimalli
From: users <users-bounces at shibboleth.net> On Behalf Of Mak, Steve
Sent: Thursday, February 13, 2020 2:56 PM
To: Shib Users <users at shibboleth.net>; users <users-bounces at shibboleth.net>
Subject: Re: Shibboleth upgrade from V3.3.1 to V3.4.6
If you setup transient generator in saml-nameid.properties/xml then you can simply remove the legacy AttributeRule in attribute-filter.xml and it will fix your deprecation warning.
- Steve Mak
From: users <users-bounces at shibboleth.net<mailto:users-bounces at shibboleth.net>> on behalf of "REDDIMALLI, ANUSHA" <REDDIMAA at mailbox.sc.edu<mailto:REDDIMAA at mailbox.sc.edu>>
Reply-To: Shib Users <users at shibboleth.net<mailto:users at shibboleth.net>>
Date: Thursday, February 13, 2020 at 14:48
To: users <users-bounces at shibboleth.net<mailto:users-bounces at shibboleth.net>>, "users at shibboleth.net<mailto:users at shibboleth.net>" <users at shibboleth.net<mailto:users at shibboleth.net>>
Subject: RE: Shibboleth upgrade from V3.3.1 to V3.4.6
<AttributeRule attributeID="transientId">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
I have that part of code in my attribute-filter.xml.
I have enabled idp.transientId.generator in saml-nameidproperties.xml
idp.transientId.generator = shibboleth.CryptoTransientIdGenerator
I am getting warning like this.
Java class 'net.shibboleth.idp.saml.attribute.resolver.impl.TransientIdAttributeDefinition': This will be removed in the next major version of this software; replacement is via NameID Generation configuration.
Am I missing something else?
Thanks & Regards
Anusha Reddimalli
From: REDDIMALLI, ANUSHA
Sent: Thursday, February 13, 2020 9:26 AM
To: users <users-bounces at shibboleth.net<mailto:users-bounces at shibboleth.net>>; 'users at shibboleth.net' <users at shibboleth.net<mailto:users at shibboleth.net>>
Subject: Shibboleth upgrade from V3.3.1 to V3.4.6
Hi Team,
We are trying to upgrade Shibboleth V3.3.1 to V3.4.6. I am seeing so many warnings(DEPRECATED).
Here is one of them: WARN [net.shibboleth.ext.spring.config.StringBooleanToPredicateConverter:51] - Unrecognized value 'conditional' converted to false; if intentional, explicitly use 'false'
And there are so many warnings like this. Few I have found solutions from https://wiki.shibboleth.net/<https://protect2.fireeye.com/v1/url?k=3ab14c07-66236fae-3ab102c6-002590f46528-38627f03718a4a6d&q=1&e=abb0d499-16a1-4690-b46e-90c9cf5e651d&u=https%3A%2F%2Fwiki.shibboleth.net%2F>. Few I could not resolve.
Could you please help me with resolving those issues?
Thanks & Regards
Anusha Reddimalli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200213/318dff51/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 531 bytes
Desc: image001.gif
URL: <http://shibboleth.net/pipermail/users/attachments/20200213/318dff51/attachment.gif>
More information about the users
mailing list