SAML2AttributeEncoder problem although properly defined

Martin L. martin.luboschik at uni-rostock.de
Mon May 14 08:27:29 EDT 2018


Hello everyone,

after reading and reading the tutorials on the definition and encoding of
attributes I still get the following problem:

11:31:36.451 - DEBUG
[edu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority:226]
- Attribute persistentId was not encoded because no SAML2AttributeEncoder
was attached to it.

I reentered several definitions out of the wiki and other sources, tested
them but I'm still having this problem although my attribute-resolver.xml is
set (correctly):

<resolver:AttributeDefinition id="persistentId" xsi:type="ad:Simple"
sourceAttributeID="storedId">
	
<resolver:Dependency ref="sqlStoredId" />
	
<resolver:AttributeEncoder xsi:type="enc:SAML1StringNameIdentifier"
nameFormat="urn:oasis:names:tc:SAML:1.0:nameid-format:persistent" />
	
<resolver:AttributeEncoder xsi:type="enc:SAML2StringNameID"
nameFormat="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" />

</resolver:AttributeDefinition>

Does someone may give a hint?
Best, Martin




--
Sent from: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html


More information about the users mailing list