• 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

net.jforum.sso.CookieUserSSO is missing in release 2.1.8

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

https://coderanch.com/t/577843

There's a more recent variation of the CookieSSO code close to the bottom of the thread.
[originally posted on jforum.net by monroe]
 
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
Hello,
I downloaded JForum Release 2.1.8 in zip and war version and tried integrating with my application..I am using SSO feature for integration..
It is surprising that there is no net.jforum.sso.CookieUserSSO file. Looks like it is missing. Could you please verify or let me know how to get this class?

Thanks
Raghu
[originally posted on jforum.net by rsrawat]
 
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
There is no cookie example shipping with jforum ...

there's only one sso implementation, that is remoteusersso .

But there's an example for cookie sso within the forum. You can use the search to dig down and find the info if required
[originally posted on jforum.net by Sid]
 
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
This is real confusing then...
I read jForum documentation on SSO couple of times...They clearly say [net.jforum.sso.CookieUserSSO] is default for sso.implementation property...Yes it say "You can also implement your own SSO class to support your particular situation" as well and there is an example MyUserSSO for CookieUserSSO...

http://www.jforum.net/doc/SSO

http://www.jforum.net/doc/SSOcookies

I am new to jForum and still trying to catch up with lot of things...
[originally posted on jforum.net by rsrawat]
 
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
Oh, I just read below statement for this file...
"This is just an example. CookieSSO does not exist in JForum by default. "
Please ignore this topic...I will create a CookieUserSSO for my appln..
[originally posted on jforum.net by rsrawat]
 
Story like this gets better after being told a few times. Or maybe it's just a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic