Self-service password reset (SSPR) - Lockout user account with multiple attempts - azure

In self-service password reset (SSPR), to prevent users from multiple attempts to reset a password, if user try only five wrong password reset attempts it lock user for 24 hours. I would like to confirm, if there is a way for Admins to reset the counter for the locked user account and/or unblock user to login to the Azure portal?
Reference article: https://learn.microsoft.com/en-us/azure/active-directory/authentication/active-directory-passwords-faq
In the scenario, where a bad actor try to lock some user’s then it could easily be done by knowing the username and users will not be able to login for 24 hours. Is there a way to prevent it?
enter image description here
enter image description here
Thanks in advance

Administrator can block/unblock users from Azure portal. To do that login to Azure portal from administrator account. Go to Azure Active Directory --> User Section. Select particular user and edit the setting section and select "Yes" to Block sign in the user. Below is the screenshot.
Above process is same for Azure AD B2C.
I hope this helps.

Related

Keycloak, First Broker Login: if no account exists ask user to link to an existing account or create new

How to configure First Broker Login to achieve the following behaviour when user sign in with Social IdP:
User (with on account in Keycloak) clicks on Sign in with Google
button.
Keycloack doesn't automatically create a new account for
the user but suggests to options: Link to existing account or Create New Account
When Link to existing account user should click on sign in button of other social IdP with which user's Keycloack account was created before.
When Create New Account the new Keycloak account is created.
Why do I need this? - Different socials accounts of the same user may be registered using different emails, hence I want to avoid situation when the same user will have two accounts in my app.
So far, I disabled the Automatic user account creation by updating First Broker Login flow following the documentation, but I don't know how to configure the flow to show the user Create New Account option
Can anyone explain how I can do that?

Azure B2C Different Login Experience Based on Extension Attribute

I have a scenario where it is not desired to have a sign in screen that combines login for local and social/federated accounts. The reason is that users can get confused and may not know which category they belong. The login experience should be thus: -
User provides email
User clicks Next
Read directory for value of extension_Type
If extension_Type equals "Internal", user is taken through federated login (IdP claims provider will be added in custom policy)
If extension_Type equals "External", user is asked for a password, and then clicks the login button.
Any help will be much appreciated.

Cannot reset the work account's password because "password reset isn't properly set up for your organization."

I'm in a bind with Azure login account. I've forgotten my password for my account that I use for a client's DevOps. It wasn't until I ended up created another account today to troubleshoot the problem that I might understand the issue, but still can't fix it.
About a year ago, my client added me as a Guest in their Active Directory. I did not have an active directory myself. I got the notice from Microsoft in an invite email to get started, which created an account to get access to their Azure Portal and DevOps. I've been logged in for a year, but was trying test a feature which required me to login to DevOps during the process. I tried what I thought was my password, but that didn't work. No problem, I'll just click on the reset password feature. That ended up informing me that "password reset isn't properly set up for your organization." Knowing who setup my account up, I ask them to reset my password. The response was we do not have control to reset your password because you're a guest.
Through several discussions, and seeing what was available to them, and how a Guest was set up, it was suggested to setup an account within Microsoft for the email. I did that, and when I went back to try and login to their portal, I was presented with two options after I entered my email address. There was a work account and a personal account. Both with the same email address. The work account indicated it was created by "your IT department". Which we did not create this, it was a result of the client adding us as a guest, then finishing the process to gain access. So I can only assume, either an active directory was created for my domain, or I was added to a generic active directory.
In either case, I still can't change the password for the work account, and researching has not helped, as it keeps resetting my personal account.
Does anyone have any suggestions on how to resolve this issue?
Here is what I'm currently seeing.
Thank you,
Marc
You don't have an AAD tenant. So I assume that your account is an Microsoft personal account.
Although you are added as the guest user in your client's tenant, the password management is not handled by that tenant. It is still handled by Microsoft personal account.
You can reset your password here: click on Sign In, enter your account and click on Forgot password?.

Customize Reset password screen

I have a application registerd in Azure AD B2C, When new user logs in for the very first time he is redirected to the attached screen for updating the password. The issue here is that the user does not know what combination of password he needs to input untill and unless a specific combination works.
I need to customize this screen to display user friendly lable telling the user what combination of password he/she needs to enter on this screen.
enter image description here
With AAD B2C you can customize the user interface, which including the sign-up/sign-in, profile editing and password resetting experiences. This documentation outlines how to do the UX customization, test out the templates in the portal and has a few tutorials on setting it up.
Here are the specifics on password rule enforcement.

Allowing users to change password-based sso password

Using AzureAD, users can log in through https://portal.office.com/myapps to their assigned apps. Some of them use the password-based sso with the option "User manages credentials".
This works fine, the user gets a question for his password and this password is used for SSO. Exept when this password changes or is mistyped the first time, then the user can't change his own saved credentials unless two factor authentication is activated for this user.
What is the best way to let the initial password prompt reappear for an user, or give another way to reset the password without activating 2FA?
To answer my own question, there are two portals, the Office 365 version at https://portal.office.com/myapps and the Azure version at https://myapps.microsoft.com. At the second portal, you can click on the three dots and select "update credentials". This can only be done by the users themselves.
Another way, is via the Azure admin portal. There you can assign permissions to an app. We do this normally based on groups. If you assign the permission individually, you can set or change the password, but also empty the fields. This way the user will be re-prompted for their password. After this, you can delete the individual permission, so it's again only group assigned. This can only be done by an admin.

Resources