Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Help about SSO

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

I like the JForum!It's so great!

I want to use it with SSO,I have read the doc about SSO,and modified the value in SystemGlobals.properties,but i failed to open the JForum.I wondered if i should use some orthe software such as jossso whit my own web application and JForum?

I noticed the "CookieUserSSO" defined in "sso.implementation = net.jforum.sso.CookieUserSSO" do not exist like RemoteUserSSO.class.

I'm sorry for my poor english.Please help me.
[originally posted on jforum.net by Anonymous]
 
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
"CookieUserSSO" is just a dummy example.

What do you mean by "failed to open JForum"?

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
Thanks for the replay.
"failed to open JForum" means that I login in my web(http://127.0.0.1/) success ,but the it terminated when i goto the JForum (http://127.0.0.1/JForum/).The error is "Expression templateName is undefined on line 5, column 14 in exception.html....".
You said "'CookieUserSSO' is just a dummy example."I don't konw if it means I must make my SSO.class file,and I find this (https://coderanch.com/t/575659 ) just like the error I got.
Thanks again!
[originally posted on jforum.net by collartea]
 
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
Yes, you must make your own SSO class.

Remove CookieSSO from the configuration and JForum should start working again.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
Thanks a lot!

Can you tell me how encrypts and unencrypts the password?I want make my own web use the same db with the JForum.

And I want to know whether the CookieUserSSO.class just be made like the MyUserSSO.java which in this (http://www.jforum.net/confluence/display/integration/implementSSO).
[originally posted on jforum.net by collartea]
 
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
Sorry to trouble you for these thing,i am fresh to JAVA,so there are many things I don' know.Thanks for you help.
[originally posted on jforum.net by collartea]
 
reply
    Bookmark Topic Watch Topic
  • New Topic