Copied to clipboard

Flag this post as spam?

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


  • ggesheva 15 posts 116 karma points
    May 26, 2020 @ 11:49
    ggesheva
    0

    2 Umbraco sites sharing members

    Hi there!

    I am facing the following problem:

    I have 2 Umbraco Web sites(7.15.3) both of them use different data bases. They are going to be deployed on the same VM but under different installations.

    Each site has complete different structure(nodes, compositions so on) but they have to be able to share the same members. How could I achieve that ?

    I want my site X(1) which is primary to share its members to site Y(2). Because the registration of new members happens in X.

    Considering the fact they reside in different dabases.

  • Yakov Lebski 594 posts 2350 karma points
    May 26, 2020 @ 15:47
    Yakov Lebski
    0

    In this case I see 2 possible solutions:

    1. Move members to extarnal DB aka Microsoft Identity or Umbraco Identity
    2. Sync members from one Umbraco to the second
  • ggesheva 15 posts 116 karma points
    Jun 04, 2020 @ 10:59
    ggesheva
    0

    Synchronization is a nice idea but how could I achieve that ?

    I am planning on creating my own UmbracoApiControllers or UmbracoSurfaceController and make my own code to make it possible. This way I will be able to keep both umbraco installations separate with 2 different databases. But sadly I am still not aware how to proceed further.

    https://our.umbraco.com/Documentation/Reference/Routing/WebApi/index-v7

  • Yakov Lebski 594 posts 2350 karma points
    Jun 11, 2020 @ 03:39
    Yakov Lebski
    0

    idea for sync - You can subsribe to Memeber saved event and send request to contoller on second site

  • ggesheva 15 posts 116 karma points
    Jun 18, 2020 @ 06:58
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies