I have setup a User Flow and Phone Signups/Signin. After entering my phone number on Login Page, i have being redirected to enter Country and Phone number again. I want to remove this setup. Please Help
https://i.stack.imgur.com/DI6Pk.png
No, you couldn't remove it, the steps are designed by Azure. Try to feedback here.
Related
I using Microsoft ADB2C for authentication. And turn on MFA via SMS.
I have a problem with the step that confirms the code.
confirm code
In the image above. The step confirms code always needs the user to input the phone number.
So, How can I modify this step like this?
confirm code 2
This step runs when I set up the Authentication method of the user by manual.
But I need automation when users sign up.
Make sure you read the attribute where the phone number is stored before calling the MFA orchestration step. The phone number entry only appears if the phone number claim is null.
You will see in the AAD B2C SocialLocalAndMFA starter pack we read the strongAuthenticationPhoneNumber using AAD-UserReasUsingObjectId technical profile prior to the phonefactor mfa step.
You need to read the attribute where the phone number is written to at sign up.
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?.
I apologize if this has been asked in the past. The last post (I found) here and on UserVoice asking this question was in 2017 so I wanted to be sure nothing has changed since then.
I am able to disable/block local accounts in B2C via Graph by setting AccountEnabled to false. The message when the user tries to sign in is "Your account has been locked. Contact your support person to unlock it, then try again." Please correct me if that is not how to go about it. However, the same doesn't seem to work for federated accounts.
How can one disable/block sign-in for a federated/social account?
Thank you for your help.
It’s because those are always disabled, and the check is skipped since that check occurs when B2C checks the backend for creds.
Use this sample
https://github.com/azure-ad-b2c/samples/tree/master/policies/disable-social-account-from-logon
We are looking to use mobile number as username for our users to sign in. In the Signup journey we just want to send one time password to validate if they have put the correct phone number.
Is it possible to achieve this using Azure B2C IEF?
Please note we do not need 2FA as we just want to validate once at the time of sign up if user has put the correct mobile number.
Your help will be greatly appreciated.
Thanks,
A
Have a look at the sample.
"A B2C IEF Custom Policy which allows login via Phone Number (TOTP)".
Have a look at the issues viz.
"You need to use the SocialAndLocalAccountsWithMfa starter pack not the SocialAndLocalAccounts as per the Readme.
There is a missing:
ClaimsProviders
ClaimsProvider
in the xml.
When you run the sample, when it asks "Enter user name", you need to enter the phone number."
I cannot sign in to Kentico client portal, keep seeing that username and password is not correct, when trying the forgotten password link it prompts me
no user found
"when trying to sign-up with same email address it prompts me
email already exist
It seems my account has been disabled ,but how can I enable it back ?
I've had this in the past when I first partnered with Kentico. Finally after several years I was tired of it and got it worked out by contacting Support at Kentico.com. They were able to direct me to the person who handles the different portals and was able to clean them up. Be sure to give them all the email addresses you are using.