I want to build small intranet solution with Umbraco with following features:
-some small c# usercontrols that will display some data from SQL into grids.
-file sharing functionality.
-wiki & and howto documents.
-Active directory integration.
If I understood well the permision for front-users can be setup with members group and role base protection.
For AD integration I have seen 2 methods but both has some lacks.
1 - Change web.config to AD membershiprovider - but the problem is that it is not possible to setup member groups because the members are not displayed.
i saw your post here and was wondering if eventually you did use umbraco for your intranet solution. I'm actually looking for the same kind of solution.
i do not know if it is still topical, if yes, may be that will be https://our.umbraco.org/projects/collaboration/uintra/ interesting for you. we are using Umbraco for set of success Intranets for our client for our company internally. we integrated it with AD, CRMs, asp.net membership and so on... u are welcome free to contact me, if you have questions.
Umbraco Intranet Solution and AD
Hello,
I want to build small intranet solution with Umbraco with following features:
-some small c# usercontrols that will display some data from SQL into grids.
-file sharing functionality.
-wiki & and howto documents.
-Active directory integration.
If I understood well the permision for front-users can be setup with members group and role base protection.
For AD integration I have seen 2 methods but both has some lacks.
1 - Change web.config to AD membershiprovider - but the problem is that it is not possible to setup member groups because the members are not displayed.
2 - Custom login usercontrol and using DirectoryServices to authenticate users and automatically create members assign group , enum membership (for example : http://our.umbraco.org/wiki/how-tos/membership-providers/use-active-directory-to-authenticate-site-members-(intranet) but the problem with this method that the media folders are not protected and can be accesed with direct link.
Any suggestions ?
Thanks,
hello,
i saw your post here and was wondering if eventually you did use umbraco for your intranet solution. I'm actually looking for the same kind of solution.
thx for your reply
hallo,
i do not know if it is still topical, if yes, may be that will be https://our.umbraco.org/projects/collaboration/uintra/ interesting for you. we are using Umbraco for set of success Intranets for our client for our company internally. we integrated it with AD, CRMs, asp.net membership and so on... u are welcome free to contact me, if you have questions.
vadym
https://docs.uintra.com/getting-started/membership-Inettegration page did not find detailed information on how to sign in with Active Directory. Will you update the page?
is working on a reply...