I am implementing a password complexity and expiration policy and have a couple of questions:
Some users only VPN in and use services provided by the servers (VPN uses AD authentication). Will an expired password stop them from VPNing in and using the Portal to change their password?
If the answer is yes: Is it safe to have the portal facing the Internet?
If the answer is no, how do I enforce the 90 day password expiration on remote users?
Yes an expired password should stop them from using the VPN. I say Should because it depends strongly on your exact VPN-Settings. If you bind your Authentication straight to the AD I would say Yes.
On 2.
This is a broad question and more a matter of your security politics and whats behind your portal . Is Self-Service a consideration ?
On 3.
If no you might use the auth-module in your VPN Environment. If yes have a look to our documentation about password management
I’d like to run the Portal with nothing but Self Service password changing (no password reset, profile, etc). I guess the password can be brute force changed, but it still doesn’t give them access.