• 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

Single Sign on

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
we are implementing single sign on in our application, we are planned to use java open single sign on and on more thing we need go combine two different application (mail, chat),
my doubt is
how the db structure will be,because, JAVA Open Single Sign On gateway has a set of tables
our application is enterprise resource planning, for that set of user management tables is there and i have create user account in postfix mail server and openfire chat server,
whether i have to create the same user name and password in all the user detail tables or in gateway.

if i create a user in gateway how to authorize in other application?


please help me for this its very urgent


regards
Nataraj
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


whether i have to create the same user name and password in all the user detail tables or in gateway.

if i create a user in gateway how to authorize in other application?


This sort of stuff should be in the JOSSO docs. I would start there.

And since this is not an ORM question, I'll move it to a more appropriate forum.
 
Your mother is a hamster and your father smells of tiny ads!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic