<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>John McLearsingle sign on | John McLear</title>
	<atom:link href="http://mclear.co.uk/category/single-sign-on/feed/" rel="self" type="application/rss+xml" />
	<link>http://mclear.co.uk</link>
	<description>My mission: To encourage effective use of ICT in Schools. My main focus is on ages 3-11.</description>
	<lastBuildDate>Thu, 17 May 2012 21:14:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://primaryblogger.co.uk/?v=3.3.2</generator>
		<item>
		<title>Etherpad with Active Directory (LDAP/AD)</title>
		<link>http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/</link>
		<comments>http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:20:00 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[ad]]></category>
		<category><![CDATA[etherpad]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[shibboleth]]></category>
		<category><![CDATA[single sign on]]></category>
		<category><![CDATA[sso]]></category>

		<guid isPermaLink="false">http://mclear.primaryblogger.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/</guid>
		<description><![CDATA[So you want to host your own Etherpad deployment and you want to tie it into your schools AD/LDAP/Active directory? Below are the basic instructions for how to accomplish this. Alternatively you can pay us to do it. Get the patch lynx https://gist.github.com/10061b4b213619816db5 Get the etherpad source (warning- may take some time- go make a [...]]]></description>
			<content:encoded><![CDATA[<div>So you want to host your own <span class="blsp-spelling-error" id="SPELLING_ERROR_0">Etherpad</span> deployment and you want to tie it into your schools AD/<span class="blsp-spelling-error" id="SPELLING_ERROR_1">LDAP</span>/Active directory?  Below are the basic instructions for how to accomplish this.  <a rel="nofollow" href="http://primaryt.co.uk/contact.html">Alternatively you can pay us to do it.</a></div>
<div></div>
<div><b>Get the patch</b></div>
<div>lynx https://gist.github.com/10061b4b213619816db5 </div>
<div></div>
<div><b>Get the <span class="blsp-spelling-error" id="SPELLING_ERROR_2">etherpad</span> source (warning- may take some time- go make a cuppa tea)</b></div>
<div><span class="blsp-spelling-error" id="SPELLING_ERROR_3">hg</span> clone https://etherpad.googlecode.com/hg/ <span class="blsp-spelling-error" id="SPELLING_ERROR_4">etherpad</span> </div>
<div></div>
<div><b>Go to the <span class="blsp-spelling-error" id="SPELLING_ERROR_5">etherpad</span> folder</b></div>
<div><span class="blsp-spelling-error" id="SPELLING_ERROR_6">cd</span> <span class="blsp-spelling-error" id="SPELLING_ERROR_7">etherpad</span> </div>
<div></div>
<div><b>Extract the patch</b></div>
<div>tar -<span class="blsp-spelling-error" id="SPELLING_ERROR_8">xvz</span> &#8211;strip-components=1 -f ../gist10061b4b213619816db5-e60df95e16c09700b4cf07cd87b9732dd7b15ace.tar.gz</div>
<div></div>
<div><b>Apply the patch</b></div>
<p>patch -p1 &lt; ldap_support.patch
<div>
<div></div>
<div><b>Set your superdomain</b></div>
<div>nano trunk/etherpad/src/etherpad/globals.js</div>
<div><i>add yourdomain.whatever to the SUPERDOMAINS</i></div>
<div></div>
<div><b>Edit pro_accounts.js</b></div>
<div>nano trunk/etherpad/src/etherpad/pro/pro_accounts.js</div>
<div></div>
<div><b>Change directory</b></div>
<div>cd trunk/etherpad</div>
<div></div>
<div><b>Add the useLdapconf to the config</b></div>
<div>echo &#8220;etherpad.useLdapConfiguration = ./etc/json.config&#8221; >> etc/etherpad.localdev-default.properties</div>
<div></div>
<div><b>Edit <span class="blsp-spelling-error" id="SPELLING_ERROR_9">json</span>.<span class="blsp-spelling-error" id="SPELLING_ERROR_10">config</span></b></div>
<div><span class="blsp-spelling-error" id="SPELLING_ERROR_11">nano</span> etc/<span class="blsp-spelling-error" id="SPELLING_ERROR_12">json</span>.<span class="blsp-spelling-error" id="SPELLING_ERROR_13">config</span></div>
<div></div>
<div><i>Paste in (you need the {}&#8217;s):  </i></div>
<div><i><br /></i></div>
<div><i>  {</i></div>
<div><i>    &#8220;<span class="blsp-spelling-error" id="SPELLING_ERROR_14">url</span>&#8221;           : &#8220;ldap://localhost:10389&#8243;,</i></div>
<div><i>    &#8220;principal&#8221;     : &#8220;<span class="blsp-spelling-error" id="SPELLING_ERROR_15">uid</span>=admin,<span class="blsp-spelling-error" id="SPELLING_ERROR_16">ou</span>=system&#8221;, </i></div>
<div><i>    &#8220;password&#8221;      : &#8220;secret&#8221;, </i></div>
<div><i>    &#8220;<span class="blsp-spelling-error" id="SPELLING_ERROR_17">rootPath</span>&#8221;      : &#8220;<span class="blsp-spelling-error" id="SPELLING_ERROR_18">ou</span>=users,<span class="blsp-spelling-error" id="SPELLING_ERROR_19">ou</span>=system&#8221;, </i></div>
<div><i>    &#8220;<span class="blsp-spelling-error" id="SPELLING_ERROR_20">userClass</span>&#8221;     : &#8220;person&#8221;, </i></div>
<div><i>    &#8220;<span class="blsp-spelling-error" id="SPELLING_ERROR_21">nameAttribute</span>&#8221; : &#8220;<span class="blsp-spelling-error" id="SPELLING_ERROR_22">displayname</span>&#8220;, </i></div>
<div><i>    &#8220;<span class="blsp-spelling-error" id="SPELLING_ERROR_23">ldapSuffix</span>&#8221;    : &#8220;@<span class="blsp-spelling-error" id="SPELLING_ERROR_24">ldap</span>&#8221; </i></div>
<div><i>  }</i></div>
<div></div>
<div><i>Replacing the above with your settings.</i></div>
<div></div>
<div><b>Build your <span class="blsp-spelling-error" id="SPELLING_ERROR_25">etherpad</span></b></div>
<div>bin/<span class="blsp-spelling-error" id="SPELLING_ERROR_26">rebuildjar</span>.sh</div>
<div></div>
<div><b>Test your <span class="blsp-spelling-error" id="SPELLING_ERROR_27">etherpad</span></b></div>
<div>bin/run-local.sh</div>
<div></div>
<div><b>Browse to http://yourdomain.com:9000/ep/pro-account/sign-in</b></div>
<div></div>
<div><b>Type in your email address (of the user in <span class="blsp-spelling-error" id="SPELLING_ERROR_28">ldap</span>) and password</b></div>
<div></div>
<div>Fin!  Credit to Elliot <span class="blsp-spelling-error" id="SPELLING_ERROR_29">Kroo</span> and <span class="blsp-spelling-error" id="SPELLING_ERROR_30">Marcio</span> <span class="blsp-spelling-error" id="SPELLING_ERROR_31">Starke</span> &#8211; discussed further in <a rel="nofollow" href="http://groups.google.com/group/etherpad-open-source-discuss/browse_thread/thread/b0907ca86976f913">this google group</a>.</div>
<div></div>
<div>Shibboleth integration coming mid 2010 (if anyone wants to fund this please <a rel="nofollow" href="http://primaryt.co.uk/contact.html">get in touch</a>!)</div>
</div>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=298&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shibboleth IDP configuration for multiple organizations &amp; Google apps</title>
		<link>http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/</link>
		<comments>http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 03:03:00 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[idp]]></category>
		<category><![CDATA[shibboleth]]></category>
		<category><![CDATA[single sign on]]></category>
		<category><![CDATA[sso]]></category>

		<guid isPermaLink="false">http://mclear.primaryblogger.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/</guid>
		<description><![CDATA[So you want to configure your IDP to allow logins from multiple organizations google apps? IE you want SchoolA to sign into http://docs.SchoolA.com and SchoolB to sign into http://docs.SchoolB.com. The documentation on googles site isn&#8217;t very clear so here are some step by step instructions. Before you even make a start, backup ALL of your [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to configure your IDP to allow logins from multiple organizations google apps?  IE you want SchoolA to sign into http://docs.SchoolA.com and SchoolB to sign into http://docs.SchoolB.com.</p>
<p>The documentation on googles site isn&#8217;t very clear so here are some step by step instructions.</p>
<p>Before you even make a start, backup ALL of your IDP configuration files.</p>
<p>PreReqs:</p>
<div>
<ul>
<li>Working IDP</li>
<li>Google Apps Educational Account</li>
<li>CNAME records set for docs.SchoolA.com and docs.SchoolB.com</li>
</ul>
</div>
<p>Firstly <a rel="nofollow" href="https://shibboleth.usc.edu/docs/google-apps/"><span style="color: #000000;">complete the steps</span></a> documented beautifully by <a rel="nofollow" href="http://willnorris.com/"><span style="color: #000000;">Will Norris</span></a> &#8211; Do the config for any school, we are just doing this to make sure you have a working IDP.</p>
<p>Test the above config changes by browsing to http://apps.SchoolA.com where SchoolA.com is the domain of the school you have configure google apps for.  A usual misconception new users have about google apps is that it will create user accounts when you first login.  This is not true.  Your user account name on google apps must match the value being passed by the IDP.  I have written a perl google apps provisioning tool, get in touch if you want it.</p>
<p>It worked?  Great!  If not, don&#8217;t continue.  Get Will&#8217;s configuration working first then continue.</p>
<p>Now let&#8217;s get started configuring your IDP to allow multiple organizations to authenticate to Google Apps.</p>
<p>1. Log into your google apps admin account at http://google.com/a/SchoolA.com</p>
<p>2. Click Advanced tools &#8211; Set up Single Sign on &#8211; Tick Use a domain specified issuer</p>
<p>You are done in Google Apps.  Congrats.</p>
<p>3. Ssh into your IDP</p>
<p>4. Is your Google Metadata located at /opt/shibboleth-idp/metadata/google-metadata.xml ?  It should be, if not, modify the below guide to suite your paths.  It will make sense..</p>
<p>5. Edit /opt/shibboleth-idp/metadata/google-metadata.xml to read</p>
<div>
<div>
<pre class="brush: plain; title: ; notranslate">
&lt;EntityDescriptor entityID=&quot;google.com/a/schoola.com&quot; xmlns=&quot;urn:oasis:names:tc:SAML:2.0:metadata&quot;&gt;
&lt;SPSSODescriptor protocolSupportEnumeration=&quot;urn:oasis:names:tc:SAML:2.0:protocol&quot;&gt;
&lt;NameIDFormat&gt;urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified&lt;/NameIDFormat&gt;
&lt;AssertionConsumerService index=&quot;1&quot; Binding=&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST&quot;
Location=&quot;https://www.google.com/a/schoola.com/acs&quot; /&gt;
&lt;/SPSSODescriptor&gt;
&lt;/EntityDescriptor&gt;
</pre>
</div>
<div>
<p>6. Copy google-metadata.xml to google-metadata2.xml</p>
<p>7. Edit /opt/shibboleth-idp/metadata/google-metadata2.xml to read</p>
<div>
<pre class="brush: plain; title: ; notranslate">
&lt;EntityDescriptor entityID=&quot;google.com/a/schoolb.com&quot; xmlns=&quot;urn:oasis:names:tc:SAML:2.0:metadata&quot;&gt;
&lt;SPSSODescriptor protocolSupportEnumeration=&quot;urn:oasis:names:tc:SAML:2.0:protocol&quot;&gt;
&lt;NameIDFormat&gt;urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified&lt;/NameIDFormat&gt;
&lt;AssertionConsumerService index=&quot;1&quot; Binding=&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST&quot;
Location=&quot;https://www.google.com/a/schoolb.com/acs&quot; /&gt;
&lt;/SPSSODescriptor&gt;
&lt;/EntityDescriptor&gt;
</pre>
</div>
<div>
<p>8. Edit /etc/shibboleth/relying-party.xml</p>
<p>9. Smile</p>
<p>10. Make me a cup of tea</p>
<div>
<div>
<p>11. Replace the entire Relying Party section for the google connectivity.  After you are done it should read something like&#8230;</p>
<div>
<div>
<div>
<pre class="brush: plain; title: ; notranslate">
&lt;RelyingParty id=&quot;google.com/a/schoola.com&quot;
provider=&quot;https://idp.youridp.com/idp/shibboleth&quot;
defaultSigningCredentialRef=&quot;IdPCredential&quot;&gt;
&lt;ProfileConfiguration xsi:type=&quot;saml:SAML2SSOProfile&quot; encryptAssertions=&quot;never&quot; encryptNameIds=&quot;never&quot; /&gt;
&lt;/RelyingParty&gt;
&lt;RelyingParty id=&quot;google.com/a/schoolb.com&quot;
provider=&quot;https://idp.youridp.com/idp/shibboleth&quot;
defaultSigningCredentialRef=&quot;IdPCredential&quot;&gt;
&lt;ProfileConfiguration xsi:type=&quot;saml:SAML2SSOProfile&quot; encryptAssertions=&quot;never&quot; encryptNameIds=&quot;never&quot; /&gt;
&lt;/RelyingParty&gt;
</pre>
</div>
<div>
<p>12. Search for Google.com again &#8211; look for the MetadataProvider section</p>
<p>13. Copy and paste the first reference replacing .xml with 2.xml, change the second schools id value to GoogleMD2, it should read something like this:</p>
<div>
<div>
<div>
<pre class="brush: plain; title: ; notranslate">
&lt;MetadataProvider id=&quot;GoogleMD&quot; xsi:type=&quot;FilesystemMetadataProvider&quot; xmlns=&quot;urn:mace:shibboleth:2.0:metadata&quot;
metadataFile=&quot;/opt/shibboleth-idp/metadata/google-metadata.xml&quot; maintainExpiredMetadata=&quot;true&quot; /&gt;
&lt;MetadataProvider id=&quot;GoogleMD2&quot; xsi:type=&quot;FilesystemMetadataProvider&quot; xmlns=&quot;urn:mace:shibboleth:2.0:metadata&quot;
metadataFile=&quot;/opt/shibboleth-idp/metadata/google-metadata2.xml&quot; maintainExpiredMetadata=&quot;true&quot; /&gt;
</pre>
</div>
<div>
<p>Congrats, you are done in relying-party.xml!</p>
<p>14. Edit /etc/shibboleth/attribute-filter.xml</p>
<p>15. Search for google.com</p>
<p>16. Edit the value to read &#8220;google.com/a/schoola.com&#8221;</p>
<p>17. Copy and paste the policy, replace schoola.com with schoolb.com in the new policy.</p>
<p>It should read:</p>
<div>
<div>
<div>
<pre class="brush: plain; title: ; notranslate">
&lt;AttributeFilterPolicy&gt;
&lt;PolicyRequirementRule xsi:type=&quot;basic:AttributeRequesterString&quot; value=&quot;google.com/a/schoola.com&quot; /&gt;
&lt;AttributeRule attributeID=&quot;principal&quot;&gt;
&lt;PermitValueRule xsi:type=&quot;basic:ANY&quot; /&gt;
&lt;/AttributeRule&gt;
&lt;/AttributeFilterPolicy&gt;
&lt;AttributeFilterPolicy&gt;
&lt;PolicyRequirementRule xsi:type=&quot;basic:AttributeRequesterString&quot; value=&quot;google.com/a/schoolb.com&quot; /&gt;
&lt;AttributeRule attributeID=&quot;principal&quot;&gt;
&lt;PermitValueRule xsi:type=&quot;basic:ANY&quot; /&gt;
&lt;/AttributeRule&gt;
&lt;/AttributeFilterPolicy&gt;
</pre>
<p>18.  I restarted tomcat using the ./Shutdown ./Startup script to test and it worked fine.  Test by browsing to http://apps.schoola.com/(assuming you have this cname set).  If you have problems please check that you replaced schoola.com and schoolb.com with your domain and also your IDP references.</p>
</div>
</div>
</div>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=209&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2009/11/24/testing-your-primary-school-google-apps-education-edition-configuration/' rel='bookmark' title='Testing your Primary School Google Apps Education Edition Configuration'>Testing your Primary School Google Apps Education Edition Configuration</a> <small>You can test your different Google Apps by accessing the...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2009/11/24/troubleshooting-google-apps-and-shibboleth/' rel='bookmark' title='Troubleshooting Google Apps and Shibboleth'>Troubleshooting Google Apps and Shibboleth</a> <small>If you receive an “invalid email” error or invalid user...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2009/11/04/are-google-planning-to-put-google-wave-into-google-apps/' rel='bookmark' title='Are Google planning to put Google Wave into Google Apps?'>Are Google planning to put Google Wave into Google Apps?</a> <small>Google Apps is becoming more and more popular in schools,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Shibboleth WAYFless URLs UKFederation</title>
		<link>http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/</link>
		<comments>http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 20:55:00 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[shibboleth]]></category>
		<category><![CDATA[single sign on]]></category>
		<category><![CDATA[sso]]></category>
		<category><![CDATA[ukfederation]]></category>
		<category><![CDATA[wayfless]]></category>

		<guid isPermaLink="false">http://mclear.primaryblogger.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/</guid>
		<description><![CDATA[Shibboleth is a single sign on method used by UK schools. Shibboleth allows you to log into multiple services without the need to enter your username and password. Shibboleth WAYFLess URLS is a knowledge requirement for Shibboleth Service Providers and users. A shibboleth user may use a service frequently and want to skip the Identity [...]]]></description>
			<content:encoded><![CDATA[<p><b>
<div><span class="Apple-style-span" style="font-weight: normal; ">Shibboleth is a single sign on method used by UK schools.</span></div>
<div><span class="Apple-style-span" style="font-weight: normal; "> Shibboleth allows you to log into multiple services without the need to enter your username and password.</span></div>
<div><span class="Apple-style-span" style="font-weight: normal;"><br /></span></div>
<div><span class="Apple-style-span" style="font-weight: normal;">Shibboleth WAYFLess URLS is a</span></div>
<div><span class="Apple-style-span" style="font-weight: normal;"> knowledge requirement for Shibboleth Service Providers and users.  A shibboleth user may use a service frequently and want to</span> skip the Identity provider selection page,<span class="Apple-style-span" style="font-weight: normal;"> a wayfless URL does exactly this.</span></div>
<div></div>
<p>Example</b>
<div><b><br /></b></div>
<div><b><br />
<input type="text" size="80" value="https://wayf.ukfederation.org.uk/shibboleth-wayf/ukfull.wayf?target=cookie&amp;providerId=urn:mace:ac.uk:sdss.ac.uk:provider:service:target.iay.org.uk&amp;time=value=1256676454&amp;cache=perm&amp;action=selection&amp;origin=https://idp.primarylogon.co.uk/idp/shibboleth&amp;shire=https://target.iay.org.uk/Shibboleth.sso/SAML/POST"></b></div>
<div><b><i>Copy and paste the above and replace %20 with ?</i></b></div>
<div><b><i><br /></i></b></div>
<div><span class="Apple-style-span" style="font-weight: bold; ">Another example</span></div>
<div><b><i><span class="Apple-style-span" style="font-style: normal; font-weight: normal; "><br />
<input type="text" size="80" value="https://wayf.ukfederation.org.uk/shibboleth-wayf/uk.wayf?target=https://shib.schoolemail.co.uk/secure&amp;providerId=https://sp.schoolemail.co.uk/shibboleth&amp;cache=perm&amp;action=selection&amp;origin=https://idp.primarylogon.co.uk/idp/shibboleth&amp;shire=https://shib.schoolemail.co.uk/Shibboleth.sso/SAML/POST"></span><br /></i></b></div>
<div></div>
<div><b>What bit do I need to change to configure my service to Primary Logon?</b></div>
<div></div>
<div>https://wayf.ukfederation.org.uk/shibboleth-wayf/ukfull.wayf?target=cookie</div>
<div>&amp;providerId=urn:mace:ac.uk:sdss.ac.uk:provider:service:<b>target.iay.org.uk</b></div>
<div>&amp;cache=perm&amp;action=selection</div>
<div><b><span class="Apple-style-span" style="font-weight: normal; ">&amp;origin=https://idp.primarylogon.co.uk/idp/shibboleth</span></b></div>
<div><b><span class="Apple-style-span" style="font-weight: normal; ">&amp;shire=https://<b>target.iay.org.uk</b>/Shibboleth.sso/SAML/POST</span></b></div>
<div></div>
<div>The bits in bold need changing.</div>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=182&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2009/10/27/configuring-shibboleth-sp-2-on-centos-to-the-ukfederation-w-godaddy-certs/' rel='bookmark' title='Configuring Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs'>Configuring Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs</a> <small>Part 2. Shibboleth Config (6 hours) Edit shibboleth2.xml Replace all...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2009/10/27/testing-shibboleth-sp-2-on-centos-to-the-ukfederation-w-godaddy-certs/' rel='bookmark' title='Testing Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs'>Testing Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs</a> <small>Part 4. Testing (2 hours) Shibboleth can be started using...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2009/10/26/installing-shibboleth-sp-2-on-centos-to-the-ukfederation-w-godaddy-certs/' rel='bookmark' title='Installing Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs'>Installing Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs</a> <small>Internet 2 give some &#8220;creative&#8221; documentation for this procedure so...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shibboleth / SSO blogging @ Primary Blogger</title>
		<link>http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/</link>
		<comments>http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:10:00 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[due date]]></category>
		<category><![CDATA[eta]]></category>
		<category><![CDATA[Primary Blogger]]></category>
		<category><![CDATA[school email]]></category>
		<category><![CDATA[shibboleth]]></category>
		<category><![CDATA[single sign on]]></category>
		<category><![CDATA[sso]]></category>

		<guid isPermaLink="false">http://mclear.primaryblogger.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/</guid>
		<description><![CDATA[I&#8217;m currently in the process of doing a test of shibboleth integrated blogs. Shibboleth is a single sign on system currently adopted by Ja.net. The idea is once I have this working then I will put it live on Primary Blogger. I am hoping to have this up after the IDP and SP for School [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently in the process of doing a test of shibboleth integrated blogs.  Shibboleth is a single sign on system currently adopted by Ja.net.
<div></div>
<div>The idea is once I have this working then I will put it live on <a rel="nofollow" href="http://primaryblogger.co.uk/">Primary Blogger</a>.</div>
<div></div>
<div>I am hoping to have this up after the IDP and SP for School Email which is due in early October so probably somewhere around the mid November time depending on how cold it gets here and if I can stay alive without any money for central heating!! </div>
<div></div>
<div>Please buy <a rel="nofollow" href="http://schoolemail.co.uk/">School Email</a> to keep me warm <img src='http://mclear.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div></div>
<div>Thanks!</div>
<div></div>
<div></div>
<div></div>
<div><b>Q.   What does this mean to me as a user?</b></div>
<div>A.  You will be able to login to Primary Blogger with your Schools username and password, it will basically save administration effort and make full class/school blogs far more easier to manage!</div>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=139&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2009/11/28/primary-blogger-how-to-use-your-own-domain/' rel='bookmark' title='Primary Blogger &#8211; How to use your own domain'>Primary Blogger &#8211; How to use your own domain</a> <small>So you want to move your current website to primary...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/' rel='bookmark' title='Shibboleth accounts from an MIS'>Shibboleth accounts from an MIS</a> <small>Today I&#8217;m happy to announce that the project I am...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2009/09/10/primary-blogger-update/' rel='bookmark' title='Primary Blogger update'>Primary Blogger update</a> <small>Hi all, just FYI when we updated Primary Blogger to...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shibboleth accounts from an MIS</title>
		<link>http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/</link>
		<comments>http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 23:05:00 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[cmis]]></category>
		<category><![CDATA[idp]]></category>
		<category><![CDATA[mis]]></category>
		<category><![CDATA[shibboleth]]></category>
		<category><![CDATA[sims]]></category>
		<category><![CDATA[single sign on]]></category>
		<category><![CDATA[sso]]></category>

		<guid isPermaLink="false">http://mclear.primaryblogger.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/</guid>
		<description><![CDATA[Today I&#8217;m happy to announce that the project I am working on (Yet to be publicly announced) will allow schools (subscribed and unsubscribed to LA internet packages) to use an independant(Yet approved by Ja.Net) single sign on IDP that will automatically update accounts (cleanly) from the school MIS. The package is extremely easy to install [...]]]></description>
			<content:encoded><![CDATA[<div>Today I&#8217;m happy to announce that the project I am working on (Yet to be publicly announced) will allow schools (subscribed and unsubscribed to LA internet packages) to use an independant(Yet approved by Ja.Net) single sign on IDP that will automatically update accounts (cleanly) from the school MIS.</div>
<div></div>
<div>The package is extremely easy to install (2 clicks and type in an id, username and password) and you are done.</div>
<div></div>
<div>An official press release is due in a few weeks (once most of the development is done and beta testing has begun).</div>
<div></div>
<div>Shibboleth is a way that schools can type in their username and password once and access a range of services such as google apps, primary email and other great web services.</div>
<div></div>
<div><a rel="nofollow" href="http://en.wikipedia.org/wiki/Shibboleth">Click here for more information on Shibboleth</a></div>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=133&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/' rel='bookmark' title='Shibboleth / SSO blogging @ Primary Blogger'>Shibboleth / SSO blogging @ Primary Blogger</a> <small>I&#8217;m currently in the process of doing a test of...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/' rel='bookmark' title='Shibboleth WAYFless URLs UKFederation'>Shibboleth WAYFless URLs UKFederation</a> <small>Shibboleth is a single sign on method used by UK...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2009/11/07/installing-shibboleth-sp-2-3-on-centos/' rel='bookmark' title='Installing shibboleth SP 2.3 on CentOS'>Installing shibboleth SP 2.3 on CentOS</a> <small>Press y 3 times. Done. Proceed to configuration.. Report This...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

