locked
B2C OpenID Connect with AAD RRS feed

  • Question

  • Hi Team,

         I am new to Web Api. We are integrating our Web service to one of our customer Web API which require the bearer token from AAD to get the data from the customer service.

    The scenario is like, our Web application call our internal asmx service which call the LOB service and collect the data and based on that data, the service will decide whether to call the customer service or not. I have read the following article and complete the 50% of the work https://www.codeproject.com/Articles/1121503/Integrate-Azure-AD-B-C-with-ASP-NET-MVC-Web-App-Pa. But this article covered the MVC application, which is having Sign in page to key in the user name and password. But it cannot be done in our case since it is a back end call. Can you please guide us how to get the bearer token from AAD using OpenIDconnect?

    Regards,

    Senthilkumar R


    SenthilKumar R Please Mark as Answered if answers your question


    • Edited by SenthilKumar.TMR Friday, February 16, 2018 10:11 AM
    • Moved by CoolDadTx Friday, February 16, 2018 3:01 PM ASP.NET related
    Friday, February 16, 2018 10:10 AM

All replies

  • Please post questions like this in the ASP.NET forums. They can tell you how to set up an OAuth connection and authenticate.

    Michael Taylor http://www.michaeltaylorp3.net

    Friday, February 16, 2018 3:01 PM