I'm struggled with b2c custom policy. Does anyone know how to get MFA id via custom policy?
My app registers MFA phone-number via custom policy. After a user sign up. We would like to allow user to update their MFA phone number via our app. So I think MS-Graph is one option.(I know following article is beta-version.) But following article says that I need kind of "id" according to MFA phone-number.
https://docs.microsoft.com/en-us/graph/api/resources/phoneauthenticationmethod?view=graph-rest-beta
My questions are
- how to get id from via custom policy?
- Any other way to update MFA phone number via MS-graph?