SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

Identity management documentation is missing #323

Closed swacsa closed 11 months ago

swacsa commented 6 years ago

Identity management configuration documentation is missing from the new community site, we should port the existing docs from the old wiki, add missing sections and links to other related articles (e.g. ad sync).

http://wiki.sensenet.com/User_Profile http://wiki.sensenet.com/User_Content_Type

<identityManagement>
    <add key="DefaultDomain" value="domain" />
</identityManagement>
tusmester commented 6 years ago

@swacsa if you want to add the missing config, please fork the sensenet repo and send a pull request to the new docs/identitymanagement branch that contains the skeleton of the new doc file (/docs/identity-management.md).

Niladri24dutta commented 4 years ago

@tusmester I would like to work on this. Where should I add missing documentation links?Should I add the above urls http://wiki.sensenet.com/User_Profile and http://wiki.sensenet.com/User_Content_Type under the user profile section?