Accessing Community Services Ward Directory Service in .NET

Some discussions just don't fit into a well defined box. Use this forum to discuss general topics and issues revolving around the Church and the technology offerings we use and share.
Post Reply
jcurley
New Member
Posts: 1
Joined: Fri Apr 01, 2011 12:51 am

Accessing Community Services Ward Directory Service in .NET

#1

Post by jcurley »

Hello All,

Does anybody have an example of accessing the Community Services in .NET?

I've seen the Java example for SSO Authentication. I'd like to do this for a desktop client. Before I take the deep dive, I'm hoping that someone has an example available in .NET that they would be willing to share.

Thanks!

Jason
russellhltn
Community Administrator
Posts: 34487
Joined: Sat Jan 20, 2007 2:53 pm
Location: U.S.

#2

Post by russellhltn »

Oddly this question just came up:
aebrown wrote:The membership APIs are not available except for Church-sponsored applications. See this response from Joel Dehlin, CIO for the Church:
joel wrote:Actually, it's against our policy to have 3rd party apps use these web services. The policy going forward is that the only apps which can use LDS Account credentials are LDS Community apps.
Have you searched the Help Center? Try doing a Google search and adding "site:churchofjesuschrist.org/help" to the search criteria.

So we can better help you, please edit your Profile to include your general location.
RossEvans
Senior Member
Posts: 1345
Joined: Wed Jun 11, 2008 9:52 pm
Location: Austin TX
Contact:

#3

Post by RossEvans »

And the policy applies whether the access is by .NET, Java or any other language.

The web service interface is REST, so it is just clear-text web traffic exposed via URLs. The responses are in json structure, which can be parsed by a variety of languages. The wiki documentation states that XML is an optional alternative to json, but I could never figure out how to get the XML option to work.

However, the policy applies to the LDS Account-authenticated web service. The directory content is also downloadable by any user as a CSV.
Post Reply

Return to “General Discussions”