<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "JForum Integration Single Signon"]]></title>
		<link>https://community.jforum.net/posts/list/5.page</link>
		<description><![CDATA[Latest messages posted in the topic "JForum Integration Single Signon"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>JForum Integration Single Signon</title>
				<description><![CDATA[ I need some helps on JForum integration SSO. I am aware this discussion [url]http://www.coderanch.com/t/574564/jforum/Single-Signon-automatic-login[/url]. The information is out updated and doesn't match the current code base. The following is the integration logic. Please correct me if it is not right.
<br>
[list]
<br>
1. After a user signs in the application, encrypt this user’s unique identifier and save this encrypted value in a cookie.[/list]
<br>
[list]2. This cookie can be used to authenticate the user in JForum. A filter/interceptor will be created to verify the authorization for any JForum URLS with a pattern of “/forum/*”[/list]
<br>
[list]3. When a user navigates to a JForum page, the cookie value will be used to verify user’s credential against the JForum database. The cookie value will be decrypted for usage, of course.[/list]
<br>
[list]4. If it is the first time for the user using JForum (that is the user account data doesn’t exist in JForum DB), a web service call will be issued to retrieve this user’s profile data, namely screen name, email, and encrypted password, from our app. And those user data will be stored in the jforum_users table of the JForum database.[/list]
<br>
[list]5. When the user log off her/his account or a session timeout, the cookie will be removed.[/list]
<br>
<br>
<br>
Please advise how the integration need to take place.
<br>
<br>
Thanks for your helps in advance.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/47/164.page</guid>
				<link>https://community.jforum.net/posts/preList/47/164.page</link>
				<pubDate><![CDATA[Wed, 16 Jan 2013 02:13:00]]> GMT</pubDate>
				<author><![CDATA[ vTest]]></author>
			</item>
			<item>
				<title>回覆:JForum Integration Single Signon</title>
				<description><![CDATA[ Hi, check this post first if it help.
<br>
http://jforum.andowson.com/posts/list/35.page]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/47/165.page</guid>
				<link>https://community.jforum.net/posts/preList/47/165.page</link>
				<pubDate><![CDATA[Wed, 16 Jan 2013 13:36:06]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Re:JForum Integration Single Signon</title>
				<description><![CDATA[ Thanks very much for the lead.
<br>
<br>
I notice an 'Anonymous' user can post a message in a use scenario, but not in other ones. The authentication seems to be inconsistent. How to enforce only a signin user can post a message for all cases, otherwise it is read only?]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/47/166.page</guid>
				<link>https://community.jforum.net/posts/preList/47/166.page</link>
				<pubDate><![CDATA[Thu, 17 Jan 2013 07:48:01]]> GMT</pubDate>
				<author><![CDATA[ vTest]]></author>
			</item>
			<item>
				<title>回覆:JForum Integration Single Signon</title>
				<description><![CDATA[ If you want to deny anonymous post in JForum, just go to Admin Control Panel &gt; Group Managment &gt; General &gt; Permission
<br>
Choose all boards in the deny anonymous post section.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/47/167.page</guid>
				<link>https://community.jforum.net/posts/preList/47/167.page</link>
				<pubDate><![CDATA[Thu, 17 Jan 2013 13:22:36]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>回覆:JForum Integration Single Signon</title>
				<description><![CDATA[ [quote=andowson]If you want to deny anonymous post in JForum, just go to Admin Control Panel &gt; Group Managment &gt; General &gt; Permission
<br>
Choose all boards in the deny anonymous post section.[/quote]
<br>
<br>
Thanks very much.
<br>
<br>
After work, I recognize that it likely is a configuration thing, but not a code problem.
<br>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/47/168.page</guid>
				<link>https://community.jforum.net/posts/preList/47/168.page</link>
				<pubDate><![CDATA[Fri, 18 Jan 2013 00:43:40]]> GMT</pubDate>
				<author><![CDATA[ vTest]]></author>
			</item>
			<item>
				<title>Re:JForum Integration Single Signon</title>
				<description><![CDATA[ I can't figure out why I get the following error in the sso.redirect configuration.
<br>
<br>
[quote] java.net.URISyntaxException: Illegal character in authority at index 7: <a class="snap_shots" href="http://www.mycompany.com" target="_blank">http://www.mycompany.com</a> [/quote]
<br>
<br>
I don't see any bad characters there.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/47/169.page</guid>
				<link>https://community.jforum.net/posts/preList/47/169.page</link>
				<pubDate><![CDATA[Fri, 18 Jan 2013 06:37:09]]> GMT</pubDate>
				<author><![CDATA[ vTest]]></author>
			</item>
	</channel>
</rss>