• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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]
 
It is no measure of health to be well adjusted to a profoundly sick society. -Krishnamurti Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic