• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SSO with JForum

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have installed JForum 2.1.6 on my environment. I am trying to do SSO with another web portal application. We have a web portal application, if user logs in to that portal & clicks on JForum, it should automatically logs that user into the JForum.

This is possible by 2 different ways. Using cookies and writing your own class. My req is very simple, so I tried using cookie. Document i have explains sso with cookies for 2.1.5.

First, I tried to change
sso.implementation = net.jforum.sso.RemoteUserSSO
to
sso.implementation = net.jforum.sso.CookieUserSSO & Jforum did not start. It gave some template error.

This is the very first step if you want to use SSO with cookie.

Would you please provide your help on this?

Thanks,
--Tushar

[originally posted on jforum.net by tushar_kapadi]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

tushar_kapadi wrote:Hello,

I have installed JForum 2.1.6 on my environment. I am trying to do SSO with another web portal application. We have a web portal application, if user logs in to that portal & clicks on JForum, it should automatically logs that user into the JForum.

This is possible by 2 different ways. Using cookies and writing your own class. My req is very simple, so I tried using cookie. Document i have explains sso with cookies for 2.1.5.

First, I tried to change
sso.implementation = net.jforum.sso.RemoteUserSSO
to
sso.implementation = net.jforum.sso.CookieUserSSO & Jforum did not start. It gave some template error.

This is the very first step if you want to use SSO with cookie.

Would you please provide your help on this?

Thanks,
--Tushar



http://www.jforum.net/jira/browse/JF-540
Full support of external SSO will be imlemented in 2.2.0 release

[originally posted on jforum.net by Serge Maslyukov]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic