Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • AnandBhopale 54 posts 172 karma points
    May 04, 2021 @ 04:49
    AnandBhopale
    0

    Solution to Integrate Umbraco 8 with Azure Active Directory

    Hi Experts,

    I am having business requirement to integrate Azure Active Directory with Umbraco backoffice as well as front end.

    1. Both type of users (say A user and B user) are added to Azure Active directory
    2. I have created two roles Admin and User. A is Admin and B is User.
    3. I have registered application under App Registration to get app id, tenant id etc
    4. I have created roles and assigned them via Enterprise Application

    In normal ASP.net application, a. I am able to authenticate both users and can see claims of both users. b. I can see role type also

    Now, I want to integrate this code with Umbraco with following requirement

    1. A should be authenticate and should have access to only to BackOffice Route
    2. B should have access to only to Non-backoffice routes.

    Is there is guidance available on implementation ?

  • Carl Sargunar 69 posts 91 karma points MVP 3x
    May 04, 2021 @ 08:20
    Carl Sargunar
    0

    Hi Anand,

    There was this article from the 24 days in Umbraco series which had a lot of good detail - might be a good starting point]

    https://24days.in/umbraco-cms/2019/aad-and-headless/umbraco8-aadb2c/

    Thanks Carl

  • AnandBhopale 54 posts 172 karma points
    May 04, 2021 @ 08:28
    AnandBhopale
    0

    Thanks, Carl.

    Yes, I saw this article. But it uses Azure AD B2C. My users are in single active directory as Member and Guest respectively.

    Is this recommended to use Azure AD B2C for my scenario above ?

Please Sign in or register to post replies

Write your reply to:

Draft