Hi.
The SSO integration is great!
Really easy to setup and works like a charm
Only issue I got is how to set the email address when the user isn't registered yet, but he's registered in my web app. So I want to do like the
doc says:
Using this logic, if you want to set a custom email or password, you must add it to the session before getting into JForum:
But I guess I need to do this within the JForum web application right? Or is there a way to share session information between my web app and the JForum one? Then I would have to add code in JForum that connects to my database and does a query for the email. Guess this can be done, but just want to be sure that it is the right way to do it
[originally posted on jforum.net by cnordvik]