TLDR - Does anyone have an example of implementing Azure AD authentication for Umbraco Members in Umbraco 9?
I have been looking for a reason to get my hands on Umbraco at work for a few years now. Last week, we came to a decision to rewrite one of our inhouse applications so that it has a plugin architecture. With Umbraco 9 on .net5, I thought that maybe we could use Umbraco 9 as a base and then rewrite each section of the old app as a package/plugin. In theory, sounds great. Adopting the terminology has been fun, to say the least. (Users are Admins and Members are Users)
Setting up the admin (User) authentication against Azure AD was a piece of cake, but I have hit a bit of a wall with getting our users (Members) to authenticate with Azure AD like they currently do in the existing system.
I have read this github comment about Umbraco 9 coming with all the Identity packages baked in, but when I try to implement a solution I either leverage too little from Umbraco and Umbraco doesn't know what I want, or I leverage too much from Umbraco and I don't know what Umbraco wants.
I'm glad to be here at long last, and especially with the Umbraco 9 release. Many thanks in advance.
Membership with Azure AD
Good morning,
TLDR - Does anyone have an example of implementing Azure AD authentication for Umbraco Members in Umbraco 9?
I have been looking for a reason to get my hands on Umbraco at work for a few years now. Last week, we came to a decision to rewrite one of our inhouse applications so that it has a plugin architecture. With Umbraco 9 on .net5, I thought that maybe we could use Umbraco 9 as a base and then rewrite each section of the old app as a package/plugin. In theory, sounds great. Adopting the terminology has been fun, to say the least. (Users are Admins and Members are Users)
Setting up the admin (User) authentication against Azure AD was a piece of cake, but I have hit a bit of a wall with getting our users (Members) to authenticate with Azure AD like they currently do in the existing system.
I have read this github comment about Umbraco 9 coming with all the Identity packages baked in, but when I try to implement a solution I either leverage too little from Umbraco and Umbraco doesn't know what I want, or I leverage too much from Umbraco and I don't know what Umbraco wants.
I'm glad to be here at long last, and especially with the Umbraco 9 release. Many thanks in advance.
Hi, did you ever figure this out? I am working on trying to do this as well, and running into the same issues as you.
Any input from the community would be much appreciated!
Unfortunately, I decided to not use Umbraco. I felt very limited in the amount of control that I had with almost everything.
I wish you luck.
Did you find a solution ? :)
is working on a reply...