locked
Register Web Api with Azure Ad RRS feed

  • Question

  • User-590375999 posted

    Hi,

    i  want to implement implicit flow ( spa client +  asp.net web api ( resource ) )

    1.  Register single page app client with azure ad

    2. Register web api  with client ad

    3. ? ( expose web api or Add api permission in client app )

    I can't find proper step by step tutorial to register and configure for this scenario 

    Sunday, April 19, 2020 9:51 AM

All replies

  • User475983607 posted

    Hi,

    i  want to implement implicit flow ( spa client +  asp.net web api ( resource ) )

    1.  Register single page app client with azure ad

    2. Register web api  with client ad

    3. ? ( expose web api or Add api permission in client app )

    I can't find proper step by step tutorial to register and configure for this scenario 

    I often wonder why forum members are unable to find documentation that is openly published.   I type "Azure Ad SPA" in a Google Search and the first link was the following.

    https://docs.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-javascript-spa

    If you gone through this tutorial and you still cannot secure Web API then you are doing something wrong.  The community cannot see your code so there no way to provide assistance.  

    Sunday, April 19, 2020 12:36 PM
  • User-590375999 posted

    I often wonder why forum members are unable to find documentation that is openly published.   I type "Azure Ad SPA" in a Google Search and the first link was the following.

    Still lack of information.

    1. I can't find the steps to register my web api.
    2. I can't find step to expose my api 
    3. I can't find step to configure client app to access my web api
    Monday, April 20, 2020 2:43 PM