Forum Discussion

John_Bryant_134's avatar
John_Bryant_134
Icon for Nimbostratus rankNimbostratus
Sep 26, 2013

iapp for Windows domain password change

Anyone ever hear of a iapp that you can use to allow users to change their windows domain passwords. Much like you can in the Exchange iapp. Basically I need to provide a Portal/web page to allow users to change their windows domain passwords at will.

 

JB

 

1 Reply

  • Hi John,

     

    The only way I have been able to do this in APM is to create a branch for a new URI in my access policy that points to a different logon page, AD Auth and AD Query. In the AD Query make the value for "Prompt user to change password before expiration" greater than your expiration date (I used 50). This will allow them to change the password.

     

    The user goes to the uri "https://myapm.company.com/password" and they get a login page and authenticate. It then asks them to change the password. They get a successful and then you can use a redirect to send them to the normal "https://myapm.company.com/" site for authentication.

     

    Hope this helps...

     

    Seth