I work for an FE college and we use umbraco as a tracking platform for students.
With all in our platforms/software we use our single sign in Office365 login and i would like it to also be used wih our umbraco based platform, as it stands users are setup with the same credentials however every 30 days passwords are changed and we manually have to update umbraco users to match.
Could anyone give me some guidance in this or would be willing to do this work for us? For a fee of course!
You didn't mention for which part do you want to set it up?
You can do that for backoffice. It's described in documentation or you can try this for members.
Umbraco - Office365 login authentiction
Hi all,
I work for an FE college and we use umbraco as a tracking platform for students.
With all in our platforms/software we use our single sign in Office365 login and i would like it to also be used wih our umbraco based platform, as it stands users are setup with the same credentials however every 30 days passwords are changed and we manually have to update umbraco users to match.
Could anyone give me some guidance in this or would be willing to do this work for us? For a fee of course!
Thanks Pete
You didn't mention for which part do you want to set it up? You can do that for backoffice. It's described in documentation or you can try this for members.
Hi Peter,
You could have a look at the OpenID Connect example that I have created: https://www.jeroenbreuer.nl/blog/released-umbraco-openid-connect-example-package/
Jeroen
Hi all,
Thanks for the comments, I am actually trying to set it up for back office users and not members using Umbraco 7.
I have just created a new post regarding this if you can take the time to have a look it's hugely apreciated.
https://our.umbraco.com/forum/using-umbraco-and-getting-started/110076-umbraco-7-azure-active-directory
thanks Pete
I followed this tutorial https://shazwazza.com/post/configuring-azure-active-directory-login-with-umbraco-members/ which was able to get me started with a working implementation.
I had to do a few things additional to this tutorial:
is working on a reply...