Expiring password notification
Cantor, Scott
cantor.2 at osu.edu
Thu Oct 19 20:51:04 EDT 2017
On 10/19/17, 1:49 PM, "users on behalf of mat houser" <users-bounces at shibboleth.net on behalf of mhouser at uwm.edu> wrote:
> A bit of googling has suggested that msDS-UserPasswordExpiryTimeComputed
> could possibly be used, but I'm failing to find any documentation
> on how to set it up to trigger the expiring password flow for some
> period before expiration.
The documentation of high level features assumes you have an understanding of Spring and how all the low level components like Function and Predicate beans can be used because otherwise it would be repeating itself in every topic.
The control of when the warning occurs is a Predicate bean, shibboleth.expiring-password.Condition and that's really it. What you do with it is up to you.
Attributes resolved earlier are in an AttributeContext subcontext underneath the RelyingPartyContext underneath the root context passed into the bean under the name "input" and the example already includes shows a built-in class that can parse an attribute into a DateTime and do the check.
-- Scott
More information about the users
mailing list