Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow separate login details for Discovery & Organization services #2

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

The process of connecting to Microsoft Dynamics CRM 2011 is a two step process:
* We first connect to the Discovery Service, and find what Organisations are 
available
* Later, we connect to the chosen Organization Service to run our selected 
queries & updates

The WSDL is separate for each service, therefore it seems theoretically 
possible that they use separate Authentication methods, and therefore different 
login details could be required.
At present, only Federation security is supported, and 
DynamicsCRM2011_Connector class checks the security method for both services to 
ensure that Federation Security is used - but only one set of login details can 
be supplied to the Connector.

Ideally, research is needed to determine if it's really possible to have 
separate Authentication Methods (if not, we could skip parsing the Organization 
Service WSDL), and if it's really possible to have separate login details for 
each Service.

If it is possible, then all references to 
DynamicsCRM2011_Connector::security['username'] and ['password'] would need to 
be separated for each Service, and new functions would be needed to supply 
these details to the Connector.

Original issue reported on code.google.com by N.M.Pr...@gmail.com on 15 Mar 2012 at 12:08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant