![]() |
#1 |
Участник
|
Microsoft Dynamics CRM Team Blog: CRM Authentication
Источник: http://blogs.msdn.com/crm/archive/20...ntication.aspx
============== In this post, I will try to give you some insights on how CRM authentication works. Modification or updates to CRM authentication pipeline is not supported. This article should be for your reference purpose only. CRM authentication framework has a pluggable modular structure. Where each supported authentication is plugged into the architecture. CRM supports different way of authenticating users based on the deployment SKU.
Analyzing the web.config file Open the web.config file present on the CRM website in an editor and look at the following.
Analyzing the CRM authentication pipeline. The CRM authentication pipeline is stored in the configuration database (MSCRM_CONFIG) in the AuthenticationSettings and AuthenticationSettingsProperties table. The below query can be used to view the authentication pipeline. <div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"> select a.ConfigurationName, ap.ColumnName, ap.NVarCharColumn from dbo.AuthenticationSettings a, dbo.AuthenticationSettingsProperties ap where a.id = ap.id and ap.NVarCharColumn like <span style="color: #006080">'%
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|