Hello, Is possible disable this feature?
"Configuring Windows AD authentication Active Directory users and roles are not imported on a regular basis, but only when users arrive on the Kentico website."
I'd like to had to the website only users without domain groups.
Thanks for answer.
Users mean, limited group of users from domain, not everyone. I will create users from Administration Interface or API.
There's a web.config setting to disable domain group import:
<add key="CMSImportWindowsRoles" value="false"/>
See here for reference.
Please, sign in to be able to submit a new answer.