Forum Discussion
msadiq
Oct 09, 2020Copper Contributor
How to use AAD when reseting password/forgot password with using a xamarin webpage.
i am currently using AAD on xamarin forms which i have created a my own login page which works fine as i have an api given to me. but the issue i am having i cant seem to find an api which i can rest or forgot password for??
1 Reply
- Josh Villagomez
Microsoft
msadiq Hello, you might want to check out the following Graph API method: https://docs.microsoft.com/en-us/graph/api/passwordauthenticationmethod-resetpassword?view=graph-rest-beta&tabs=http
Hope this helps.