Anton Komyshan
Anton Komyshan

Reputation: 1591

Azure AD B2C is possible set password expiration period?

I see that in this topic default password expiration period is 90 days.

But is there any way to change this period, for example to 30 days or 1 day? or any workaround?

Upvotes: 2

Views: 1604

Answers (2)

Chris Padgett
Chris Padgett

Reputation: 14724

This can be achieved using a custom policy.

Here is an example of a policy that forces an existing user to change their current password after 90 days (which can be changed to a lesser or greater number of days).

Upvotes: 2

SumanthMarigowda-MSFT
SumanthMarigowda-MSFT

Reputation: 2364

You can refer to the suggestion mentioned in this SO thread.

Remove password expiration on b2c custom policies

Kindly let us know if the above helps or you need further assistance on this issue.

Upvotes: 0

Related Questions