MFA error: Cannot cast java.util.LinkedHashMap to net.shibboleth.utilities.java.support.service.ReloadableService
Ryan Suarez
ryan.suarez at sheridancollege.ca
Tue May 18 21:31:06 UTC 2021
Thanks Scott,
> If you change the type of the custom object, you can't ignore that
> you changed the type of the object. It's a Java map, ergo,
> custom.get("attributeResolver") accesses one of the slots in the map.
Obviously I'm a bit out of my element here but did manage to figure it
out. Just to close off this thread, this worked for me:
# diff mfa-authn-config.xml mfa-authn-config.xml.O
51c51
< resCtx.resolveAttributes(custom["attributeResolver"]);
---
> resCtx.resolveAttributes(custom);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20210518/9a563613/attachment.htm>
More information about the users
mailing list