<?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 McLear &#187; single sign on</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>Fri, 10 Feb 2012 00:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://primaryblogger.co.uk/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<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 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 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 href="http://primaryt.co.uk/contact.html">get in touch</a>!)</div>
</div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Etherpad+with+Active+Directory+%28LDAP%2FAD%29&amp;link=http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/&amp;notes=So%20you%20want%20to%20host%20your%20own%20Etherpad%20deployment%20and%20you%20want%20to%20tie%20it%20into%20your%20schools%20AD%2FLDAP%2FActive%20directory%3F%20%20Below%20are%20the%20basic%20instructions%20for%20how%20to%20accomplish%20this.%20%20Alternatively%20you%20can%20pay%20us%20to%20do%20it.Get%20the%20patchlynx%20https%3A%2F%2Fgist.github.com%2F10061b4b213619816db5%20Get%20the%20etherpad%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Etherpad+with+Active+Directory+%28LDAP%2FAD%29&amp;link=http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/&amp;notes=So%20you%20want%20to%20host%20your%20own%20Etherpad%20deployment%20and%20you%20want%20to%20tie%20it%20into%20your%20schools%20AD%2FLDAP%2FActive%20directory%3F%20%20Below%20are%20the%20basic%20instructions%20for%20how%20to%20accomplish%20this.%20%20Alternatively%20you%20can%20pay%20us%20to%20do%20it.Get%20the%20patchlynx%20https%3A%2F%2Fgist.github.com%2F10061b4b213619816db5%20Get%20the%20etherpad%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Etherpad+with+Active+Directory+%28LDAP%2FAD%29&amp;link=http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/&amp;notes=So%20you%20want%20to%20host%20your%20own%20Etherpad%20deployment%20and%20you%20want%20to%20tie%20it%20into%20your%20schools%20AD%2FLDAP%2FActive%20directory%3F%20%20Below%20are%20the%20basic%20instructions%20for%20how%20to%20accomplish%20this.%20%20Alternatively%20you%20can%20pay%20us%20to%20do%20it.Get%20the%20patchlynx%20https%3A%2F%2Fgist.github.com%2F10061b4b213619816db5%20Get%20the%20etherpad%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Etherpad+with+Active+Directory+%28LDAP%2FAD%29&amp;link=http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/&amp;notes=So%20you%20want%20to%20host%20your%20own%20Etherpad%20deployment%20and%20you%20want%20to%20tie%20it%20into%20your%20schools%20AD%2FLDAP%2FActive%20directory%3F%20%20Below%20are%20the%20basic%20instructions%20for%20how%20to%20accomplish%20this.%20%20Alternatively%20you%20can%20pay%20us%20to%20do%20it.Get%20the%20patchlynx%20https%3A%2F%2Fgist.github.com%2F10061b4b213619816db5%20Get%20the%20etherpad%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Etherpad+with+Active+Directory+%28LDAP%2FAD%29&amp;link=http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/&amp;notes=So%20you%20want%20to%20host%20your%20own%20Etherpad%20deployment%20and%20you%20want%20to%20tie%20it%20into%20your%20schools%20AD%2FLDAP%2FActive%20directory%3F%20%20Below%20are%20the%20basic%20instructions%20for%20how%20to%20accomplish%20this.%20%20Alternatively%20you%20can%20pay%20us%20to%20do%20it.Get%20the%20patchlynx%20https%3A%2F%2Fgist.github.com%2F10061b4b213619816db5%20Get%20the%20etherpad%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Etherpad+with+Active+Directory+%28LDAP%2FAD%29&amp;link=http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/&amp;notes=So%20you%20want%20to%20host%20your%20own%20Etherpad%20deployment%20and%20you%20want%20to%20tie%20it%20into%20your%20schools%20AD%2FLDAP%2FActive%20directory%3F%20%20Below%20are%20the%20basic%20instructions%20for%20how%20to%20accomplish%20this.%20%20Alternatively%20you%20can%20pay%20us%20to%20do%20it.Get%20the%20patchlynx%20https%3A%2F%2Fgist.github.com%2F10061b4b213619816db5%20Get%20the%20etherpad%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Etherpad+with+Active+Directory+%28LDAP%2FAD%29&amp;link=http://mclear.co.uk/2010/02/03/etherpad-with-active-directory-ldapad/&amp;notes=So%20you%20want%20to%20host%20your%20own%20Etherpad%20deployment%20and%20you%20want%20to%20tie%20it%20into%20your%20schools%20AD%2FLDAP%2FActive%20directory%3F%20%20Below%20are%20the%20basic%20instructions%20for%20how%20to%20accomplish%20this.%20%20Alternatively%20you%20can%20pay%20us%20to%20do%20it.Get%20the%20patchlynx%20https%3A%2F%2Fgist.github.com%2F10061b4b213619816db5%20Get%20the%20etherpad%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

<h3>Related Posts</h3>
<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 href="https://shibboleth.usc.edu/docs/google-apps/"><span style="color: #000000;">complete the steps</span></a> documented beautifully by <a 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>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+IDP+configuration+for+multiple+organizations+%26amp%3B+Google+apps&amp;link=http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/&amp;notes=So%20you%20want%20to%20configure%20your%20IDP%20to%20allow%20logins%20from%20multiple%20organizations%20google%20apps%3F%20%20IE%20you%20want%20SchoolA%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolA.com%20and%20SchoolB%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolB.com.%0D%0A%0D%0AThe%20documentation%20on%20googles%20site%20isn%27t%20very%20clear%20so%20here%20are%20some%20step%20by%20step%20instructions.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+IDP+configuration+for+multiple+organizations+%26amp%3B+Google+apps&amp;link=http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/&amp;notes=So%20you%20want%20to%20configure%20your%20IDP%20to%20allow%20logins%20from%20multiple%20organizations%20google%20apps%3F%20%20IE%20you%20want%20SchoolA%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolA.com%20and%20SchoolB%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolB.com.%0D%0A%0D%0AThe%20documentation%20on%20googles%20site%20isn%27t%20very%20clear%20so%20here%20are%20some%20step%20by%20step%20instructions.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+IDP+configuration+for+multiple+organizations+%26amp%3B+Google+apps&amp;link=http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/&amp;notes=So%20you%20want%20to%20configure%20your%20IDP%20to%20allow%20logins%20from%20multiple%20organizations%20google%20apps%3F%20%20IE%20you%20want%20SchoolA%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolA.com%20and%20SchoolB%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolB.com.%0D%0A%0D%0AThe%20documentation%20on%20googles%20site%20isn%27t%20very%20clear%20so%20here%20are%20some%20step%20by%20step%20instructions.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+IDP+configuration+for+multiple+organizations+%26amp%3B+Google+apps&amp;link=http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/&amp;notes=So%20you%20want%20to%20configure%20your%20IDP%20to%20allow%20logins%20from%20multiple%20organizations%20google%20apps%3F%20%20IE%20you%20want%20SchoolA%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolA.com%20and%20SchoolB%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolB.com.%0D%0A%0D%0AThe%20documentation%20on%20googles%20site%20isn%27t%20very%20clear%20so%20here%20are%20some%20step%20by%20step%20instructions.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+IDP+configuration+for+multiple+organizations+%26amp%3B+Google+apps&amp;link=http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/&amp;notes=So%20you%20want%20to%20configure%20your%20IDP%20to%20allow%20logins%20from%20multiple%20organizations%20google%20apps%3F%20%20IE%20you%20want%20SchoolA%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolA.com%20and%20SchoolB%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolB.com.%0D%0A%0D%0AThe%20documentation%20on%20googles%20site%20isn%27t%20very%20clear%20so%20here%20are%20some%20step%20by%20step%20instructions.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+IDP+configuration+for+multiple+organizations+%26amp%3B+Google+apps&amp;link=http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/&amp;notes=So%20you%20want%20to%20configure%20your%20IDP%20to%20allow%20logins%20from%20multiple%20organizations%20google%20apps%3F%20%20IE%20you%20want%20SchoolA%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolA.com%20and%20SchoolB%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolB.com.%0D%0A%0D%0AThe%20documentation%20on%20googles%20site%20isn%27t%20very%20clear%20so%20here%20are%20some%20step%20by%20step%20instructions.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+IDP+configuration+for+multiple+organizations+%26amp%3B+Google+apps&amp;link=http://mclear.co.uk/2009/11/21/shibboleth-idp-configuration-for-multiple-organizations-google-apps/&amp;notes=So%20you%20want%20to%20configure%20your%20IDP%20to%20allow%20logins%20from%20multiple%20organizations%20google%20apps%3F%20%20IE%20you%20want%20SchoolA%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolA.com%20and%20SchoolB%20to%20sign%20into%20http%3A%2F%2Fdocs.SchoolB.com.%0D%0A%0D%0AThe%20documentation%20on%20googles%20site%20isn%27t%20very%20clear%20so%20here%20are%20some%20step%20by%20step%20instructions.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

<h3>Related Posts</h3>
<ol>
		<li><a href="http://mclear.co.uk/2009/11/24/testing-your-primary-school-google-apps-education-edition-configuration/" rel="bookmark">Testing your Primary School Google Apps Education Edition Configuration</a><!-- (20.1)--></li>
		<li><a href="http://mclear.co.uk/2009/11/24/troubleshooting-google-apps-and-shibboleth/" rel="bookmark">Troubleshooting Google Apps and Shibboleth</a><!-- (16.7)--></li>
		<li><a href="http://mclear.co.uk/2009/11/04/are-google-planning-to-put-google-wave-into-google-apps/" rel="bookmark">Are Google planning to put Google Wave into Google Apps?</a><!-- (16.2)--></li>
	</ol>
]]></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>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+WAYFless+URLs+UKFederation&amp;link=http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/&amp;notes=Shibboleth%20is%20a%20single%20sign%20on%20method%20used%20by%20UK%20schools.%20Shibboleth%20allows%20you%20to%20log%20into%20multiple%20services%20without%20the%20need%20to%20enter%20your%20username%20and%20password.Shibboleth%20WAYFLess%20URLS%20is%20a%20knowledge%20requirement%20for%20Shibboleth%20Service%20Providers%20and%20users.%20%20A%20shibboleth%20user%20may%20use%20a%20service%20freq&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+WAYFless+URLs+UKFederation&amp;link=http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/&amp;notes=Shibboleth%20is%20a%20single%20sign%20on%20method%20used%20by%20UK%20schools.%20Shibboleth%20allows%20you%20to%20log%20into%20multiple%20services%20without%20the%20need%20to%20enter%20your%20username%20and%20password.Shibboleth%20WAYFLess%20URLS%20is%20a%20knowledge%20requirement%20for%20Shibboleth%20Service%20Providers%20and%20users.%20%20A%20shibboleth%20user%20may%20use%20a%20service%20freq&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+WAYFless+URLs+UKFederation&amp;link=http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/&amp;notes=Shibboleth%20is%20a%20single%20sign%20on%20method%20used%20by%20UK%20schools.%20Shibboleth%20allows%20you%20to%20log%20into%20multiple%20services%20without%20the%20need%20to%20enter%20your%20username%20and%20password.Shibboleth%20WAYFLess%20URLS%20is%20a%20knowledge%20requirement%20for%20Shibboleth%20Service%20Providers%20and%20users.%20%20A%20shibboleth%20user%20may%20use%20a%20service%20freq&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+WAYFless+URLs+UKFederation&amp;link=http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/&amp;notes=Shibboleth%20is%20a%20single%20sign%20on%20method%20used%20by%20UK%20schools.%20Shibboleth%20allows%20you%20to%20log%20into%20multiple%20services%20without%20the%20need%20to%20enter%20your%20username%20and%20password.Shibboleth%20WAYFLess%20URLS%20is%20a%20knowledge%20requirement%20for%20Shibboleth%20Service%20Providers%20and%20users.%20%20A%20shibboleth%20user%20may%20use%20a%20service%20freq&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+WAYFless+URLs+UKFederation&amp;link=http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/&amp;notes=Shibboleth%20is%20a%20single%20sign%20on%20method%20used%20by%20UK%20schools.%20Shibboleth%20allows%20you%20to%20log%20into%20multiple%20services%20without%20the%20need%20to%20enter%20your%20username%20and%20password.Shibboleth%20WAYFLess%20URLS%20is%20a%20knowledge%20requirement%20for%20Shibboleth%20Service%20Providers%20and%20users.%20%20A%20shibboleth%20user%20may%20use%20a%20service%20freq&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+WAYFless+URLs+UKFederation&amp;link=http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/&amp;notes=Shibboleth%20is%20a%20single%20sign%20on%20method%20used%20by%20UK%20schools.%20Shibboleth%20allows%20you%20to%20log%20into%20multiple%20services%20without%20the%20need%20to%20enter%20your%20username%20and%20password.Shibboleth%20WAYFLess%20URLS%20is%20a%20knowledge%20requirement%20for%20Shibboleth%20Service%20Providers%20and%20users.%20%20A%20shibboleth%20user%20may%20use%20a%20service%20freq&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+WAYFless+URLs+UKFederation&amp;link=http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/&amp;notes=Shibboleth%20is%20a%20single%20sign%20on%20method%20used%20by%20UK%20schools.%20Shibboleth%20allows%20you%20to%20log%20into%20multiple%20services%20without%20the%20need%20to%20enter%20your%20username%20and%20password.Shibboleth%20WAYFLess%20URLS%20is%20a%20knowledge%20requirement%20for%20Shibboleth%20Service%20Providers%20and%20users.%20%20A%20shibboleth%20user%20may%20use%20a%20service%20freq&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

<h3>Related Posts</h3>
<ol>
		<li><a href="http://mclear.co.uk/2009/10/27/configuring-shibboleth-sp-2-on-centos-to-the-ukfederation-w-godaddy-certs/" rel="bookmark">Configuring Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs</a><!-- (18.2)--></li>
		<li><a href="http://mclear.co.uk/2009/10/27/testing-shibboleth-sp-2-on-centos-to-the-ukfederation-w-godaddy-certs/" rel="bookmark">Testing Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs</a><!-- (17.2)--></li>
		<li><a href="http://mclear.co.uk/2009/10/26/installing-shibboleth-sp-2-on-centos-to-the-ukfederation-w-godaddy-certs/" rel="bookmark">Installing Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs</a><!-- (14.3)--></li>
	</ol>
]]></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 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 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>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+%2F+SSO+blogging+%40+Primary+Blogger&amp;link=http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/&amp;notes=I%27m%20currently%20in%20the%20process%20of%20doing%20a%20test%20of%20shibboleth%20integrated%20blogs.%20%20Shibboleth%20is%20a%20single%20sign%20on%20system%20currently%20adopted%20by%20Ja.net.The%20idea%20is%20once%20I%20have%20this%20working%20then%20I%20will%20put%20it%20live%20on%20Primary%20Blogger.I%20am%20hoping%20to%20have%20this%20up%20after%20the%20IDP%20and%20SP%20for%20School%20Email%20which%20is%20d&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+%2F+SSO+blogging+%40+Primary+Blogger&amp;link=http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/&amp;notes=I%27m%20currently%20in%20the%20process%20of%20doing%20a%20test%20of%20shibboleth%20integrated%20blogs.%20%20Shibboleth%20is%20a%20single%20sign%20on%20system%20currently%20adopted%20by%20Ja.net.The%20idea%20is%20once%20I%20have%20this%20working%20then%20I%20will%20put%20it%20live%20on%20Primary%20Blogger.I%20am%20hoping%20to%20have%20this%20up%20after%20the%20IDP%20and%20SP%20for%20School%20Email%20which%20is%20d&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+%2F+SSO+blogging+%40+Primary+Blogger&amp;link=http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/&amp;notes=I%27m%20currently%20in%20the%20process%20of%20doing%20a%20test%20of%20shibboleth%20integrated%20blogs.%20%20Shibboleth%20is%20a%20single%20sign%20on%20system%20currently%20adopted%20by%20Ja.net.The%20idea%20is%20once%20I%20have%20this%20working%20then%20I%20will%20put%20it%20live%20on%20Primary%20Blogger.I%20am%20hoping%20to%20have%20this%20up%20after%20the%20IDP%20and%20SP%20for%20School%20Email%20which%20is%20d&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+%2F+SSO+blogging+%40+Primary+Blogger&amp;link=http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/&amp;notes=I%27m%20currently%20in%20the%20process%20of%20doing%20a%20test%20of%20shibboleth%20integrated%20blogs.%20%20Shibboleth%20is%20a%20single%20sign%20on%20system%20currently%20adopted%20by%20Ja.net.The%20idea%20is%20once%20I%20have%20this%20working%20then%20I%20will%20put%20it%20live%20on%20Primary%20Blogger.I%20am%20hoping%20to%20have%20this%20up%20after%20the%20IDP%20and%20SP%20for%20School%20Email%20which%20is%20d&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+%2F+SSO+blogging+%40+Primary+Blogger&amp;link=http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/&amp;notes=I%27m%20currently%20in%20the%20process%20of%20doing%20a%20test%20of%20shibboleth%20integrated%20blogs.%20%20Shibboleth%20is%20a%20single%20sign%20on%20system%20currently%20adopted%20by%20Ja.net.The%20idea%20is%20once%20I%20have%20this%20working%20then%20I%20will%20put%20it%20live%20on%20Primary%20Blogger.I%20am%20hoping%20to%20have%20this%20up%20after%20the%20IDP%20and%20SP%20for%20School%20Email%20which%20is%20d&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+%2F+SSO+blogging+%40+Primary+Blogger&amp;link=http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/&amp;notes=I%27m%20currently%20in%20the%20process%20of%20doing%20a%20test%20of%20shibboleth%20integrated%20blogs.%20%20Shibboleth%20is%20a%20single%20sign%20on%20system%20currently%20adopted%20by%20Ja.net.The%20idea%20is%20once%20I%20have%20this%20working%20then%20I%20will%20put%20it%20live%20on%20Primary%20Blogger.I%20am%20hoping%20to%20have%20this%20up%20after%20the%20IDP%20and%20SP%20for%20School%20Email%20which%20is%20d&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+%2F+SSO+blogging+%40+Primary+Blogger&amp;link=http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/&amp;notes=I%27m%20currently%20in%20the%20process%20of%20doing%20a%20test%20of%20shibboleth%20integrated%20blogs.%20%20Shibboleth%20is%20a%20single%20sign%20on%20system%20currently%20adopted%20by%20Ja.net.The%20idea%20is%20once%20I%20have%20this%20working%20then%20I%20will%20put%20it%20live%20on%20Primary%20Blogger.I%20am%20hoping%20to%20have%20this%20up%20after%20the%20IDP%20and%20SP%20for%20School%20Email%20which%20is%20d&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

<h3>Related Posts</h3>
<ol>
		<li><a href="http://mclear.co.uk/2009/11/28/primary-blogger-how-to-use-your-own-domain/" rel="bookmark">Primary Blogger &#8211; How to use your own domain</a><!-- (14.2)--></li>
		<li><a href="http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/" rel="bookmark">Shibboleth accounts from an MIS</a><!-- (13.2)--></li>
		<li><a href="http://mclear.co.uk/2009/09/10/primary-blogger-update/" rel="bookmark">Primary Blogger update</a><!-- (11.2)--></li>
	</ol>
]]></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 href="http://en.wikipedia.org/wiki/Shibboleth">Click here for more information on Shibboleth</a></div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+accounts+from+an+MIS&amp;link=http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/&amp;notes=Today%20I%27m%20happy%20to%20announce%20that%20the%20project%20I%20am%20working%20on%20%28Yet%20to%20be%20publicly%20announced%29%20will%20allow%20schools%20%28subscribed%20and%20unsubscribed%20to%20LA%20internet%20packages%29%20to%20use%20an%20independant%28Yet%20approved%20by%20Ja.Net%29%20single%20sign%20on%20IDP%20that%20will%20automatically%20update%20accounts%20%28cleanly%29%20from%20the%20school%20MIS.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+accounts+from+an+MIS&amp;link=http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/&amp;notes=Today%20I%27m%20happy%20to%20announce%20that%20the%20project%20I%20am%20working%20on%20%28Yet%20to%20be%20publicly%20announced%29%20will%20allow%20schools%20%28subscribed%20and%20unsubscribed%20to%20LA%20internet%20packages%29%20to%20use%20an%20independant%28Yet%20approved%20by%20Ja.Net%29%20single%20sign%20on%20IDP%20that%20will%20automatically%20update%20accounts%20%28cleanly%29%20from%20the%20school%20MIS.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+accounts+from+an+MIS&amp;link=http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/&amp;notes=Today%20I%27m%20happy%20to%20announce%20that%20the%20project%20I%20am%20working%20on%20%28Yet%20to%20be%20publicly%20announced%29%20will%20allow%20schools%20%28subscribed%20and%20unsubscribed%20to%20LA%20internet%20packages%29%20to%20use%20an%20independant%28Yet%20approved%20by%20Ja.Net%29%20single%20sign%20on%20IDP%20that%20will%20automatically%20update%20accounts%20%28cleanly%29%20from%20the%20school%20MIS.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+accounts+from+an+MIS&amp;link=http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/&amp;notes=Today%20I%27m%20happy%20to%20announce%20that%20the%20project%20I%20am%20working%20on%20%28Yet%20to%20be%20publicly%20announced%29%20will%20allow%20schools%20%28subscribed%20and%20unsubscribed%20to%20LA%20internet%20packages%29%20to%20use%20an%20independant%28Yet%20approved%20by%20Ja.Net%29%20single%20sign%20on%20IDP%20that%20will%20automatically%20update%20accounts%20%28cleanly%29%20from%20the%20school%20MIS.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+accounts+from+an+MIS&amp;link=http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/&amp;notes=Today%20I%27m%20happy%20to%20announce%20that%20the%20project%20I%20am%20working%20on%20%28Yet%20to%20be%20publicly%20announced%29%20will%20allow%20schools%20%28subscribed%20and%20unsubscribed%20to%20LA%20internet%20packages%29%20to%20use%20an%20independant%28Yet%20approved%20by%20Ja.Net%29%20single%20sign%20on%20IDP%20that%20will%20automatically%20update%20accounts%20%28cleanly%29%20from%20the%20school%20MIS.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+accounts+from+an+MIS&amp;link=http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/&amp;notes=Today%20I%27m%20happy%20to%20announce%20that%20the%20project%20I%20am%20working%20on%20%28Yet%20to%20be%20publicly%20announced%29%20will%20allow%20schools%20%28subscribed%20and%20unsubscribed%20to%20LA%20internet%20packages%29%20to%20use%20an%20independant%28Yet%20approved%20by%20Ja.Net%29%20single%20sign%20on%20IDP%20that%20will%20automatically%20update%20accounts%20%28cleanly%29%20from%20the%20school%20MIS.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Shibboleth+accounts+from+an+MIS&amp;link=http://mclear.co.uk/2009/09/19/shibboleth-accounts-from-an-mis/&amp;notes=Today%20I%27m%20happy%20to%20announce%20that%20the%20project%20I%20am%20working%20on%20%28Yet%20to%20be%20publicly%20announced%29%20will%20allow%20schools%20%28subscribed%20and%20unsubscribed%20to%20LA%20internet%20packages%29%20to%20use%20an%20independant%28Yet%20approved%20by%20Ja.Net%29%20single%20sign%20on%20IDP%20that%20will%20automatically%20update%20accounts%20%28cleanly%29%20from%20the%20school%20MIS.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

<h3>Related Posts</h3>
<ol>
		<li><a href="http://mclear.co.uk/2009/09/22/shibboleth-sso-blogging-primary-blogger/" rel="bookmark">Shibboleth / SSO blogging @ Primary Blogger</a><!-- (14.6)--></li>
		<li><a href="http://mclear.co.uk/2009/10/27/shibboleth-wayfless-urls-ukfederation/" rel="bookmark">Shibboleth WAYFless URLs UKFederation</a><!-- (14.4)--></li>
		<li><a href="http://mclear.co.uk/2009/11/07/installing-shibboleth-sp-2-3-on-centos/" rel="bookmark">Installing shibboleth SP 2.3 on CentOS</a><!-- (10.9)--></li>
	</ol>
]]></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>

