20220329 - IdentityServer Release

Summary:
Automatically set password of migrated user in "Azure AD B2C" after successful login

Ticket:
https://bigdigit.atlassian.net/browse/SSO-71

Detail:

When a user successfully signs in to IdentityServer we perform the following actions:

  • Read the Azure AD B2C User Account corresponding to the “Username” entered.

  • Check whether the User Account is flagged for migration by evaluating a Boolean extension attribute

  • If the User Account is flagged for migration, write the password to the Azure AD B2C account and change the Boolean extension attribute to “False”.


Summary:
Reset password applied to IdentityServer and Azure B2C

Ticket:
https://bigdigit.atlassian.net/browse/SSO-136

Detail:
Resetting a Users password is applied to IdentityServer and Azure B2C