Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Modifying Vanilla to support an existing external login system.

edited October 2006 in Vanilla 1.0 Help
Hi there, I'm relatively new to vanilla, and i'm trying to modify it for use as a university department discussion forum. What I am trying to do is change it so that it uses the existing uni login system, so that users don't have to log in separately to the forum, and instead it just logs them in automatically if they have an existing uni login in their session. However, I'm having trouble locating the portion of code in vanilla to change; Any suggestions as to where I should look, or good ways to go about implementing the system, would be appreciated. Thanks!

Comments

  • Options
    All user authentication is dealt with by the functions under the library/people folder. Most importantly the People.Authenticator class.
  • Options
    You can see mark did integrate vanilla with Wordpress: http://lussumo.com/swell/122/Vanilla-and-Wordpress-Integration/
  • Options
    Oooh, I want this (external SSO).

    How 'bout openID support?
    See http://en.wikipedia.org/wiki/OpenID and http://openid.net/
  • Options
    There's a thread about that already...
  • Options
    TomTesterTomTester New
    edited October 2006
    My apologies. (IMHO this calls for a cool add-on that suggests other threads related to a new discussion topic based on what you wrote) Here are the existing openID threads: http://lussumo.com/community/discussion/4133/openid-might-be-a-good-vanilla-addon-for-a-5000-prize/ Summary: Cool info and links (but missing some) http://lussumo.com/community/discussion/3820/will-vanilla-support-openid-in-the-future/ Summary: Mark won't make it but you/we can. openID is quite nifty. It allows you to maintain your profiles in a central location and you can select which info is disclosed to each site. Your login consists of a URL, which will 'bounce' the openID-supported site/application to the where you host/maintain your identity. TT
  • Options
    MarkMark Vanilla Staff
    I don't want openid in the core, but I think we can make a pretty decent addon for it and I would include the add-on with the core release. Fair enough?
  • Options
    Did not mean to imply if should be in the core. Just want the add-on ;-) As Alig G. would say, RESPEC.......
This discussion has been closed.