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 ?
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. ?
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 ?
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.
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
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. ?
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/
Ok, I'll give it a try, thanks a lot for your help Huw :)
is working on a reply...