Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the typo and url for just-in-time-migration link #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pre-migration/source-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Azure AD B2C allows you to migrate the uses through [Graph API](https://docs.mic
* **Just in time migration** - This flow fits when the user's password is not accessible. For example:
* Passwords are in HASH format
* Passwords are stored in an identity provider, which you don't have access. Your system validates user credential by calling an identity provider web service.
* For more information, see: [jsut-in-time user migration](just-in-time-migration.ms).
* For more information, see: [just-in-time user migration](just-in-time-migration.md).

## Password policy
The Azure AD B2C password policy for local accounts is based on the policy for Azure AD. Azure AD B2C's sign-up or sign-in and password reset policies uses the "strong" password strength and doesn't expire any passwords. Read the [Azure AD password policy](https://msdn.microsoft.com/library/azure/jj943764.aspx) for more details.
Expand Down