Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Windows Authentication: Why are roles imported? View modes: 
User avatar
Member
Member
JAA - 1/15/2014 7:44:25 AM
   
Windows Authentication: Why are roles imported?
When windows authentication is enabled, when the user logs in the user and their roles are imported into the database.

Why are roles imported?

Thanks

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 1/15/2014 8:14:20 AM
   
RE:Windows Authentication: Why are roles imported?
Hi,

In most cases this is wanted to have them in Kentico to setup the permissions and not to create duplicate roles. Anyway, you can turn it off - CMSImportWindowsRoles key set to false (web.config keys).

Best regards,
Juraj Ondrus

User avatar
Member
Member
JAA - 1/15/2014 7:45:59 PM
   
RE:Windows Authentication: Why are roles imported?
kentico_jurajo wrote: Hi,

In most cases this is wanted to have them in Kentico to setup the permissions and not to create duplicate roles. Anyway, you can turn it off - CMSImportWindowsRoles key set to false (web.config keys).

Best regards,
Juraj Ondrus

Works perfect, thanks!