-
I want to share authentication between website.org (non-CS CMS) and website.org/community (CS 2008 install). They are already sharing the membership database, I just want to share the cookie. For both website.org and website.org/community, I have: <forms name=".CommunityServer" protection...
-
[quote user="afscrome"] Have a look at http://docs.communityserver.org/wiki/page.aspx/246/morpheus-an-overview/ for more details on membership in CS. [/quote] Okay, I checked it out, and looked into it a little via del.icio.us. It's my understanding that Morpheus is only designed to integrate...
-
Greetings all, I'm in the stages of researching and designing a solution in CS, and I want to make sure I have all my bases covered before I start coding. I think I can accomplish all of the modificaitons I want solely through Themes, CSModuels, and Provider extentions (which is awesome). Though...
-
Hi, Sorry, newbie. Our implementation of CS is such that we only want the public browsers (everyone) to view the home page and certain article pages. The permissions allow us to prevent "everyone" from access to the content but, because a link to BLOGS is in the main navigation when the public...
-
Hi My setup is like this "My app" is at = www.domain.se "CS" is at = community.domain.se I've uploaded the Telligent.CommunityServer.SecurityModules.dll into community.domain.se/bin I've added the code for writing the CSUserEmailAddress Cokie I've added the "machineKey"...
-
I'm trying to move the user login away from the "login page" to a decentralized control that I can show on the within each page. I tried wrapping the exact content of CSControl:LoginForm in its own control an adding to pages, but when I clicked submit nothing happens. I'm not recognized...
-
I am considering CS for a project I will be developing shortly that requires a community element, there are a couple of things that I need to clarify before I can commit to using CS: Can you write bespoke code that allows user account management /profile management via interfaces external to CS? (Does...
Posted to
Getting Started
(Forum)
by
jamie123
on
Tue, Sep 18 2007
Filed under: Authentication, windows authentication, MembershipAdministrator, Passing Parameters, roles, personalization, novice, single sign-in, New to CS, profiles
-
I am evaluating CS 2007 with the single signon module installed. I have CS installed in a separate virtual directory from my production app. If I create a CS user manually that has the same e-mail address as my test user in my production app (ASP.NET with ASP Membership being used), I can navigate to...
Posted to
Coding with Community Server
(Forum)
by
silverfox1948
on
Thu, Sep 6 2007
Filed under: autocreate, development, .net 2005, Develop, CS Dev, Integration, api, authentication, code, .net 2.0, c#, cs 2007, cs development, CS2007, communityserver.config, Communityserver
-
I have tried to find anything in the CS2007 documentation that would explain how the Email-to-Forum capability is expected to work, but unfortunately I haven't found any information so far. I'd like to know how the CS2007 Email Gateway accomplishes the following: 1) figures out whether incoming...
-
We are trying to enable single sign on for different cs sites on different domains. Does Morpheus supports this? It worked great for sub-domains forms authentication. The second question is: can we integrate cs single sign-on with regular (not cs based) asp.net sites? Is the cookie authentication the...