• 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

Login SSO mixing

 
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!! first of all sorry about my english I will try to express my doubt best as posibble.

I have been reading some posts about SSO and login but I can�t get a solution to my problem.

I need to combine two differents ways of enter in my forum:

First (user with permission in webapp and forum): login on my webapp, so with SSO I get logged to the forum also.

Second (user with permission just in forum) : access forum without login on my webapp, so when I want to post I get to JForum default login page but it�s impossible to log in. I tried to configure sso.redirect parameter without success becouse it�s always adding returnPath and I don�t really know what to do with that.

What I�m trying to do is the same as having 2 Jforums using the same database, one with SSO=true and the other SSO=false.

If anyone have been dealing with this please help!!

Thank you

JB




[originally posted on jforum.net by jblozano17]
 
Because those who mind don't matter and those who matter don't mind - Seuss. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic