Hi there is a way to authenticate the user without the interface UI, using only an API?
What I need is: inside my application I want the use to be able to change the passorwd, I know that there is a way using the Graph API,
but for security reasons I want to check the current password.
How can I do that?
Thanks.