Copied to clipboard

Flag this post as spam?

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


  • Mimi 21 posts 91 karma points
    Oct 25, 2022 @ 10:43
    Mimi
    0

    Can I still use MembersMembershipProvider in umbraco 9.4.0 ?

    Hi

    I am migrating from Umbraco 8 to 9 and so far I have used MembersMembershipProvider but this does not work in Umbraco 9 Is there anything else I can use to inherit MembersMembershipProvider in umbraco version 9.4.0 ?

  • Huw Reddick 1757 posts 6123 karma points MVP c-trib
    Oct 25, 2022 @ 14:56
    Huw Reddick
    0

    could you post an example of your v8 code so we can see what you are attempting as there are several ways in v9 depending what you are trying to do.

  • Huw Reddick 1757 posts 6123 karma points MVP c-trib
    Dec 19, 2022 @ 10:49
    Huw Reddick
    0

    Hi Mimi,

    Unfortunately MembersMembershipProvider no longer exists AFAIK (this is the old ASP way of doing things)

    I think you will need to implement your own custom External Login provider

    See here https://docs.umbraco.com/umbraco-cms/reference/security/external-login-providers

  • Mimi 21 posts 91 karma points
    Dec 19, 2022 @ 15:29
    Mimi
    0

    Thank you for the feedback Huw.

    I am new to this, so maybe my question is a bit stupid, but just to be sure. The documentation mentions that it can be any OpenIDConnect provider so I can implement it with my own API call right rather than google, facebook etc. ?

  • Huw Reddick 1757 posts 6123 karma points MVP c-trib
    Dec 19, 2022 @ 18:49
    Huw Reddick
    0

    Hi Mimi,

    Yes, that is my understanding (alhough not tried it myself) but you should be able to roll your own.

    I think this article may help

    https://lukealderton.com/blog/posts/2022/umbraco-9-custom-membership/

  • Mimi 21 posts 91 karma points
    Dec 19, 2022 @ 19:34
    Mimi
    0

    Ok, I'll give it a try, thanks a lot for your help Huw :)

Please Sign in or register to post replies

Write your reply to:

Draft