I'm looking at using Active Directory for an Intranet I'm developing, I've managed to find a Custom Role provider which creates the roles from AD, but I'm unable to find anything about the member side of things.
I have tried this package and got the following error, ive tried the authentication mode as Forms and Windows and got the same error each time.
Im using the default Member type that was setup when i installed Umbraco
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: A referral was returned from the server.
Source Error:
Line 145:
Line 146: <add name="MyMembersMembershipProvider"
Line 147: type="RB.ActiveDirectoryProviders.ActiveDirectoryUmbracoMembersMembershipProvider, RB.ActiveDirectoryProviders"
I have managed to get it working, i downloaded the source amended the references to the Umbraco Version i was using and then found the AD path i had was slightly wrong
Custom Membership Provider
Hi
I'm looking at using Active Directory for an Intranet I'm developing, I've managed to find a Custom Role provider which creates the roles from AD, but I'm unable to find anything about the member side of things.
Has anyone got any good references for this?
Thanks Ian
Hi Ian,
there is a package for this:
https://our.umbraco.org/projects/developer-tools/active-directory-providers/
I have not tested this, but I think it's can help you?
Best, Sören
Hi Sören
I have tried this package and got the following error, ive tried the authentication mode as Forms and Windows and got the same error each time.
Im using the default Member type that was setup when i installed Umbraco
Thanks Ian
Hi Ian,
please contact the package owner on twitter: @discoverRB or write in the package support forum: https://our.umbraco.org/projects/developer-tools/active-directory-providers/questionssuggestions/
Then he can help you ;-)
Best, Sören
Hi
I have managed to get it working, i downloaded the source amended the references to the Umbraco Version i was using and then found the AD path i had was slightly wrong
Ian
Hi Ian,
thank you for feedback! Great that you have solved it :-)
Cheers,
Sören
Hi Sören
Thanks for your help on it
Ian
is working on a reply...