• 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

Why not have a complete demo 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
hello,every body,do you have find SSO complet example ?

you know,to intergrate forum into web apps is very important,but almost not found the examples,

help me please!
[originally posted on jforum.net by softdevelop]
 
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
Why integrate a full example that will mess up the integration?!

... any portal system or website you might want to integrate jforum in may have its own mechanism of how it works. Why providing a full example if you can't get it to work? You always have to work on both ends of it: You have to fill something on the surrounding side, that you can read on the inner side ... simple as that.

So this way you have the basic signatures that you can use, and can fill those methods with the code that will best match your requirements and needs on how it should work.

In my case for instance ... a cookie sso example would have been useless, as I'm working with URLs - that are encrypted. And if you start with these things, it'd be kind of dangerous to provide full examples as users may tend to not change the IV, Key, ... and thus anyone could actually break in.

I think it has been solved in a good way. And - if you have a look in the forum you may find alot of discussion on this topic aswell, which gives an idea on how to implement it. Even full code can be found too - but keep in mind that in order to use this code you will have to write the required data on the surrounding site
[originally posted on jforum.net by Sid]
 
Then YOU must do the pig's work! Read this tiny ad. READ IT!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic