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

SSO with extra URL parameter

 
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,

congratulation for the good work at first.

I need to integrate jforum in an existing webapp and i can't do the single sign on with cookies. I understand the principle of SSO and i should like the communication realize with extra url params.

I wrote my own MyUserSSO class with authenticateUser and isSessionValid methods. But i notice that my extra GET params disappear as the case may be i can't access them. The post https://coderanch.com/t/577673 #17377 shows a similiar case, but without solution.

Thanks for all replies!

(sorry for my bad english)
[originally posted on jforum.net by starr]
 
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, my mistake.

The problem wasn't a problem, just user error ;-)
[originally posted on jforum.net by starr]
 
No, tomorrow we rule the world! With this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic