• 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 authentification

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

I'm tryin to implement SSO identification for my app with jforum.
I tried with cookieUserSSO, and after some modifications it works fine.. but (there is always a but) it sucks a bit regarding security.
That's why i'm trying with the other solution : remoteuserSSO. But after reading again and again the several posts about this, I begin to have real strong genocide pulsions against my computer so.. before doing something irreversible i'm begging for your help.

Can you tell me where the getRemoteUser() is implemented ?
How can jforum can be aware about myapp users without cookies ?

Thank you for your help

(Sorry for my poor english)
[originally posted on jforum.net by tontongawel]
 
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
Hi,
you write about and indeed I see this class mentioned in the documentation.
But I can't find it in the source tree (and not even in the packaged WAR)!
Could someone please clarify?
Greg
[originally posted on jforum.net by Gregorio]
 
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
For CookieSSO you have to create your own one.
The code I used :


[originally posted on jforum.net by tontongawel]
reply
    Bookmark Topic Watch Topic
  • New Topic