• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

login using x509 certificates

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Excuse my ignorance but what is :

"remote user SSO implementation" :?:

Hugs,
Tarrinho
[originally posted on jforum.net by tarrinho]
 
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
helo,

I would like to know if the jforum has the functionality of permitting the login using x509 certificates, instead of username/password.

Thanks.
Tarrinho
[originally posted on jforum.net by tarrinho]
 
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 built in support for this.

The easiest way to do this might be to front end Jforum with a Web server that supports this (IIS or (I think) Apache) and then use the remote user SSO implementation.

Alternatively, you can write your own SSO implimentation to do this.
[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
I take he was thinking of the default SSO implementation that is given as example within jforum - namely "RemoteUserSSO" - which simply asks if there is a remoteUser set in the request.

You can write any own implementation too, to validate that a user has been signed on within the surrounding applications ... and if the session is still valid. After you did, modify the settings within systemglobals.conf or preferably jforum-custom.conf and correct the sso-implementation entry, now pointing to the new sso file you just may have created ...

The documentations for sso probably are still somewhat out of date ^^

But it's actually quite easy to understand once you look at the source files
[originally posted on jforum.net by Sid]
 
Are we home yet? Wait, did we forget the tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic