Forum Discussion

joneal1205's avatar
joneal1205
Copper Contributor
Sep 21, 2022

Authentication API on Azure AD

I am new to Azure AD and I am trying to find the equivalent functionality that PingIdentity's PingFederate Authentication API has.

 

Does anyone know if Azure AD can do REST calls to authenticate a user,  change password, and reset password using OAuth 2.0 code grant with PKCE?

 

Thanks in Advanced.

1 Reply

  • chilberto's avatar
    chilberto
    Iron Contributor
    Hello - yes, I think this might be exactly what you are looking for: https://learn.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow

    It takes some getting use (re., a bit of a learning curve), but I highly recommend spending the time exploring the REST APIs using
    https://developer.microsoft.com/en-us/graph/graph-explorer

Resources