<?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>Bob&#039;s Identity Management Blog &#187; Entitlement</title>
	<atom:link href="http://www.bobbobel.com/category/entitlement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bobbobel.com</link>
	<description>&#34;Anyone can hold the helm when the sea is calm.&#34; - Syrus Publilius</description>
	<lastBuildDate>Mon, 16 Jan 2012 21:47:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HTC Incredible to support Near Field Communciation (NFC)</title>
		<link>http://www.bobbobel.com/htc-incredible-to-support-near-field-communciation-nfc/</link>
		<comments>http://www.bobbobel.com/htc-incredible-to-support-near-field-communciation-nfc/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 19:13:55 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Bobel]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Mobile Computing]]></category>
		<category><![CDATA[Cloud Payment]]></category>
		<category><![CDATA[Droid Incredible S]]></category>
		<category><![CDATA[Near Field Communication]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=1144</guid>
		<description><![CDATA[A friend of mine is working on NFC and I wondered if my Android device would support it &#8211; well it didn&#8217;t but there is a new version of the phone in development that was just tested by the FCC for NFC compatibility. http://www.nfcrumors.com/08-17-2011/is-the-htc-incredible-s-the-next-google-wallet-enabled-nfc-phone-it-just-passed-through-the-fcc/]]></description>
			<content:encoded><![CDATA[<p>A friend of mine is working on NFC and I wondered if my Android device would support it &#8211; well it didn&#8217;t but there is a new version of the phone in development that was just tested by the FCC for NFC compatibility.</p>
<p><a href="http://www.nfcrumors.com/08-17-2011/is-the-htc-incredible-s-the-next-google-wallet-enabled-nfc-phone-it-just-passed-through-the-fcc/">http://www.nfcrumors.com/08-17-2011/is-the-htc-incredible-s-the-next-google-wallet-enabled-nfc-phone-it-just-passed-through-the-fcc/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/htc-incredible-to-support-near-field-communciation-nfc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just-in-Time Access Provisioning</title>
		<link>http://www.bobbobel.com/just-in-time-access-provisioning/</link>
		<comments>http://www.bobbobel.com/just-in-time-access-provisioning/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 04:56:04 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Access Management]]></category>
		<category><![CDATA[Active Directory Help]]></category>
		<category><![CDATA[Athentication and Authorization]]></category>
		<category><![CDATA[Google Apps provsioning]]></category>
		<category><![CDATA[Just in time provisoning]]></category>
		<category><![CDATA[SAML]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=863</guid>
		<description><![CDATA[While I was in college I worked summers for a glass company. My job was in the engineering drafting department where I drafted furnace parts, conveyor belts and paint bands that hides the goo they use to stick your windshield to your car. During this time American automakers struggling cope with the explosion of Japanese [...]]]></description>
			<content:encoded><![CDATA[<p>While I was in college I worked summers for a glass company. My job was in the engineering drafting department where I drafted furnace parts, conveyor belts and paint bands that hides the goo they use to stick your windshield to your car. During this time American automakers struggling cope with the explosion of Japanese imported cars. Japanese cars had a reputation of low cost and good quality, but the Japanese automakers also had a secret weapon that made them more efficient &#8211; Just-in-Time manufacturing.</p>
<p>Just-in-Time manufacturing is a simple concept &#8211; rather than keep all the unassembled car parts in expensive warehouses, have them delivered to the factory at the time they are needed to assemble a car.  This idea stuck with me and has been rattling around in the back of my mind for the past twenty years. Dell later used a similar concept steal market share away from IBM and Gateway who were building huge numbers of PCs and storing them until they were sold &#8211; while Dell built PCs that were already sold.</p>
<p>A project I have been working on for the past year or so was applying Just-in-Time concept to the process of granting users access to applications or data. The idea is that when a user attempts to access a resource for which they have not been granted access &#8211; the access attempt kicks of a self-service process or an automatic grant of access.</p>
<p>While I have seen other applications perform similar activities, many people have seen Microsoft SharePoint&#8217;s basic request access feature. The challenge I see with SharePoint is that it only allows generic requests that don&#8217;t allow the user to select the level of access they wish nor does it tell the user the state of their access request. Both are needed and both must be components of any more complete solution. A more complete solution must also provide access to more than just SharePoint; files, folders and applications access are also desperately needed.</p>
<p>Today, we posted a technical preview of Just-in-Time Access Provisioning called the ActiveRoles AuthX Provider The provider not only integrates authentication using SAML between AD users and Google Apps, it also can trigger a self-service access request through ActiveRoles if the user does not yet have an account. Once the request is approved a Google account is created. The next time the user points his/her browser to Google Apps URL the Provider seamlessly authenticates the user by doing an account mapping of AD user to the Google account and creates a SAML token that automatically signs the user into their Google Apps account. We created a 2 minute video showing the process so you can see how this works. The video was a little long and choppy at some points so I cut it down to about 2 minutes.</p>
<p><code><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/RN6pYgnQaa8&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/RN6pYgnQaa8&amp;hl=en&amp;fs=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></code></p>
<p> <code><a href="http://www.bobbobel.com/wp-content/uploads/2010/04/ActiveRolesAccessProvider.wmv">Video:ActiveRoles Access Provider</a></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/just-in-time-access-provisioning/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://www.bobbobel.com/wp-content/uploads/2010/04/ActiveRolesAccessProvider.wmv" length="2003011" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Moving from Group to Access Management</title>
		<link>http://www.bobbobel.com/moving-from-group-to-access-management/</link>
		<comments>http://www.bobbobel.com/moving-from-group-to-access-management/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:37:15 +0000</pubDate>
		<dc:creator>Allison</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Tech Demo]]></category>
		<category><![CDATA[ActiveRoles Server]]></category>
		<category><![CDATA[Automated Provisioning]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Group Management]]></category>
		<category><![CDATA[Quick Connect]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=831</guid>
		<description><![CDATA[Managing access to applications and data resources can be a time-consuming and error-prone process. IT administrators are often asked to grant access to sensitive data without knowing the business justification why a user should have it. The result may be inappropriate authorization, access delays, or groups that are bloated, outdated and inaccurate. This lack of [...]]]></description>
			<content:encoded><![CDATA[<p>Managing access to applications and data resources can be a time-consuming and error-prone process. IT administrators are often asked to grant access to sensitive data without knowing the business justification why a user should have it. The result may be inappropriate authorization, access delays, or groups that are bloated, outdated and inaccurate. This lack of accountability may cause security breaches and compliance audit failure. During this archived webcast, you&#8217;ll see how ActiveRoles Server enables:</p>
<ul>
<li>Access Accountability</li>
<li>Authorizing groups today using roles and attribute access control (ABAC) to resources</li>
<li>Authorizing groups in the future with emerging technologies</li>
<li>Moving from Group Management to Access Governance and the keys to success</li>
</ul>
<p>Presented by:<br />
<em>Robert Bobel, Platform Director of Product Management, Quest Software<br />
</em><em>Jason Barnett, Partner and Information Security Practice Manager, Ingenuity Associates, </em></p>
<p><a href="http://www.quest.com/events/ListDetails.aspx?ContentID=11239" target="_blank">View Archived Webcast</a></p>
<p><!-- Begin Small Standard CSS Button--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/moving-from-group-to-access-management/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ebay sells Skype majority stake &#8211; woops!</title>
		<link>http://www.bobbobel.com/ebay-sells-skype-majority-stake-woops/</link>
		<comments>http://www.bobbobel.com/ebay-sells-skype-majority-stake-woops/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:09:12 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[SAAS]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=576</guid>
		<description><![CDATA[Following up on my post at the beginning of August about Skype possibly being discontinuedand today it was announced that Ebay is selling off 65% of its share of Skype in a move that is called &#8220;Unsurprising&#8221; by some analysts. Check out MSNBC&#8217;s coverage here.]]></description>
			<content:encoded><![CDATA[<p>Following up on my <a href="http://www.bobbobel.com/skype-to-be-discontinued/">post at the beginning of August about Skype possibly being discontinued</a>and today it was announced that Ebay is selling off 65% of its share of Skype in a move that is called &#8220;Unsurprising&#8221; by some analysts.</p>
<p><a href="http://www.msnbc.msn.com/id/32641611/ns/business-us_business/">Check out MSNBC&#8217;s coverage here. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/ebay-sells-skype-majority-stake-woops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Based Virtual Desktops &#8211; pretty cool!</title>
		<link>http://www.bobbobel.com/cloud-based-virtual-desktops-pretty-cool/</link>
		<comments>http://www.bobbobel.com/cloud-based-virtual-desktops-pretty-cool/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:08:20 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[SAAS]]></category>
		<category><![CDATA[VDI]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=532</guid>
		<description><![CDATA[IBM announced a new service that allows administrators to upload desktop images to their subscription based service. Once uploaded, the administrator can grant access to that image to users from anywhere they choose. There is a fifty desktop minimum and if the administrator doesn&#8217;t want to use IBM&#8217;s hosted service, IBM can provide them the [...]]]></description>
			<content:encoded><![CDATA[<p>IBM announced a new service that allows administrators to upload desktop images to their subscription based service. Once uploaded, the administrator can grant access to that image to users from anywhere they choose. There is a fifty desktop minimum and if the administrator doesn&#8217;t want to use IBM&#8217;s hosted service, IBM can provide them the infrastructure to deliver the desktops from an on-premise deployment.</p>
<p>For more information on this see PC World &#8211; http://www.pcworld.com/businesscenter/article/171183/ibm_puts_virtual_desktops_in_the_cloud.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/cloud-based-virtual-desktops-pretty-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why did Motorola choose Google Apps?</title>
		<link>http://www.bobbobel.com/why-did-motorola-choose-google-apps/</link>
		<comments>http://www.bobbobel.com/why-did-motorola-choose-google-apps/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:15:49 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Active Directory Help]]></category>
		<category><![CDATA[ActiveRoles Server]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Provisioning]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=526</guid>
		<description><![CDATA[Motorola Mobile Device division choose Google Apps as their primary email and office application platform. They put together a nice marketing video for Google explaining their decision to choose Google over other offerings.]]></description>
			<content:encoded><![CDATA[<p>Motorola Mobile Device division choose Google Apps as their primary email and office application platform. They put together a nice marketing video for Google explaining their decision to choose Google over other offerings.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/56ETTYvGsg4&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/56ETTYvGsg4&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/why-did-motorola-choose-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release Canidate for Exchange 2010</title>
		<link>http://www.bobbobel.com/release-canidate-for-exchange-2010/</link>
		<comments>http://www.bobbobel.com/release-canidate-for-exchange-2010/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 16:17:46 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Microsoft Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=510</guid>
		<description><![CDATA[I didn&#8217;t get a chance to blog about yesterday, but Late Monday the Mcirosoft Exchange team shipped a Release Canidate which esentially is a final beta of the product. It appears they are still on track to have a late year release. http://msexchangeteam.com/archive/2009/08/17/451976.aspx]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t get a chance to blog about yesterday, but Late Monday the Mcirosoft Exchange team shipped a Release Canidate which esentially is a final beta of the product. It appears they are still on track to have a late year release.</p>
<p><a href="http://msexchangeteam.com/archive/2009/08/17/451976.aspx">http://msexchangeteam.com/archive/2009/08/17/451976.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/release-canidate-for-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New: Sharing to groups for Google Docs</title>
		<link>http://www.bobbobel.com/new-shareing-to-groups-for-google-docs/</link>
		<comments>http://www.bobbobel.com/new-shareing-to-groups-for-google-docs/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:53:21 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Google Apps]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=505</guid>
		<description><![CDATA[Google continues to improve their cloud service by adding the ability to share content to a group of additional users.  This means you can setup a group and grant it the ability to contribute to your google apps data and so when people are joined to the group they get the permissions you have given [...]]]></description>
			<content:encoded><![CDATA[<p>Google continues to improve their cloud service by adding the ability to share content to a group of additional users.  This means you can setup a group and grant it the ability to contribute to your google apps data and so when people are joined to the group they get the permissions you have given the group.</p>
<p><a href="http://www.informationweek.com/news/internet/google/showArticle.jhtml?articleID=219400485">Information Week</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/new-shareing-to-groups-for-google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demo: ActiveRoles SharePoint Provisioning</title>
		<link>http://www.bobbobel.com/demo-activeroles-sharepoint-provisioning/</link>
		<comments>http://www.bobbobel.com/demo-activeroles-sharepoint-provisioning/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:20:04 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Active Directory Help]]></category>
		<category><![CDATA[ActiveRoles]]></category>
		<category><![CDATA[SharePoint Access]]></category>
		<category><![CDATA[SharePoint Compliance]]></category>
		<category><![CDATA[SharePoint Provisioning]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=460</guid>
		<description><![CDATA[ActiveRoles Quick Connect for Base Systems: SharePoint Integration provides real-time Provisioning &#38; Deprovisioning of SharePoint access. This integration extends the SharePoint access provision already in ActiveRoles Server. Today, ActiveRoles Server can automatically provision/deprovision in real-time SharePoint access if AD groups are used to grant access to SharePoint resources. With Quick Connect for Base Systems: SharePoint Integration, ActiveRoles [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;">ActiveRoles Quick Connect for Base Systems: SharePoint Integration</span> provides real-time Provisioning &amp; Deprovisioning of SharePoint access. This integration extends the SharePoint access provision already in ActiveRoles Server. Today, ActiveRoles Server can automatically provision/deprovision in real-time SharePoint access if AD groups are used to grant access to SharePoint resources. With <span style="text-decoration: underline;">Quick Connect for Base Systems: SharePoint Integration</span>, ActiveRoles can in real-time provision/deprovision SharePoint access, to SharePoint sites where direct user membership was used instead of the traditional best practice of nesting Active Directory groups.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/h8gHV3H89jM&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/h8gHV3H89jM&amp;hl=en&amp;fs=1&amp;" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/demo-activeroles-sharepoint-provisioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public Beta: SharePoint Provisioning &amp; Attestation</title>
		<link>http://www.bobbobel.com/public-beta-sharepoint-provisioning-attestation/</link>
		<comments>http://www.bobbobel.com/public-beta-sharepoint-provisioning-attestation/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 15:41:57 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[ActiveRoles Server]]></category>
		<category><![CDATA[Group Provisioning]]></category>
		<category><![CDATA[SharePoint Attestation]]></category>
		<category><![CDATA[SharePoint Compliance]]></category>
		<category><![CDATA[SharePoint Deprovisioning]]></category>
		<category><![CDATA[SharePoint Provisioning]]></category>
		<category><![CDATA[User Provisioning]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=440</guid>
		<description><![CDATA[We have posted the public beta of Quick Connect for Base Systems: SharePoint Integration. This beta provides group synchronization between Active Directory and the SharePoint groups in the site of your choice allowing all of the ActiveRoles Server provisioning, deprovisioning, work-flow, self-service, attestation and temporal access management features to work immediately for SharePoint Access Managment. To [...]]]></description>
			<content:encoded><![CDATA[<p>We have posted the public beta of <span style="text-decoration: underline;">Quick Connect for Base Systems: SharePoint Integration</span>. This beta provides group synchronization between Active Directory and the SharePoint groups in the site of your choice allowing all of the ActiveRoles Server provisioning, deprovisioning, work-flow, self-service, attestation and temporal access management features to work immediately for SharePoint Access Managment.</p>
<p>To use this beta you will need to have ActiveRoles Server 6.1 installed and a key for Quick Connect for Base Systems. (When you download the beta you will receive an email telling you how to get a trial key if you don&#8217;t own Quick Connet for Base Systems.)</p>
<p>Because this is a beta there is no official support from Quest Support Services so please direct any Questions to the ActiveRoles Community forum at <a href="http://activeroles.inside.quest.com/forum.jspa?forumID=264">http://activeroles.inside.quest.com/forum.jspa?forumID=264</a>.</p>
<p>You can download the public beta from <a href="http://www.quest.com/common/registration.aspx?requestdefid=20088">http://www.quest.com/common/registration.aspx?requestdefid=20088</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/public-beta-sharepoint-provisioning-attestation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype to be discontinued?</title>
		<link>http://www.bobbobel.com/skype-to-be-discontinued/</link>
		<comments>http://www.bobbobel.com/skype-to-be-discontinued/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 19:26:25 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Bobel]]></category>
		<category><![CDATA[Joltid]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Skype Discontinued]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=438</guid>
		<description><![CDATA[We all hope not, but it could potentially be discontinued if Joltid Ltd wins its legal battle against Ebay the owner of Skype. Both sides of the dispute are claiming the other has violated the contractual agreement between them. It is my understanding that Niklas Zennstrom sold Skype to Ebay later to form Joltid; Joltid [...]]]></description>
			<content:encoded><![CDATA[<p>We all hope not, but it could potentially be discontinued if Joltid Ltd wins its legal battle against Ebay the owner of Skype. Both sides of the dispute are claiming the other has violated the contractual agreement between them. It is my understanding that Niklas Zennstrom sold Skype to Ebay later to form Joltid; Joltid retains the P2P technology during the sale &#8211; pretty interesting.</p>
<p>This reminds me a lot of the situation RIM faced, but one difference is obvious. In that case an individual &#8220;claimed&#8221; to own RIM&#8217;s technology &#8211; here it is pretty clear Joltid DOES own the technology.</p>
<p><a href="http://edition.cnn.com/2009/TECH/biztech/07/31/skype.lawsuit.threat/index.html">http://edition.cnn.com/2009/TECH/biztech/07/31/skype.lawsuit.threat/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/skype-to-be-discontinued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Provisioning and Attestation for SharePoint (Part 2)</title>
		<link>http://www.bobbobel.com/provisioning-and-attestation-for-sharepoint-part-2/</link>
		<comments>http://www.bobbobel.com/provisioning-and-attestation-for-sharepoint-part-2/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 14:00:56 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Access Review]]></category>
		<category><![CDATA[Active Directory Help]]></category>
		<category><![CDATA[ActiveRoles]]></category>
		<category><![CDATA[Attestation]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Access Control]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=399</guid>
		<description><![CDATA[On Friday I posted part 1 of the additional details about how Quick Connect for Base Systems: SharePoint Integration will provision SharePoint. This post, Part 2, will provide some additional details on the SharePoint Attestation and Remediation aspects of our solution. SharePoint Attestation: For customers who own ActiveRoles Server and ActiveRoles Self-Service manager, this new [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday I posted part 1 of the additional details about how Quick Connect for Base Systems: SharePoint Integration will provision SharePoint. This post, Part 2, will provide some additional details on the SharePoint Attestation and Remediation aspects of our solution.</p>
<p><strong>SharePoint Attestation: </strong>For customers who own ActiveRoles Server and ActiveRoles Self-Service manager, this new addition will allow you to extend access certification reviews (a.k.a. Attestation) to your SharePoint Site owners through the easy-to-use self-service interface. The goal of attestation it to have the owner of the site’s data periodically review the individuals that have been granted access. The owner of the data is the logical choice for this type of review because he/she is typically the person who understands the business reasons why a particular user was granted access the data. Period certification reviews also provide a great way to determine which groups in AD are being properly managed – meaning if a group owner fails to perform the review their group is added to a list of suspect groups. If you want to understand more about Attestation, see my recent posts <a href="http://www.bobbobel.com/what-is-attestation/">http://www.bobbobel.com/what-is-attestation/</a>.</p>
<p><strong>SharePoint Access Remediation:</strong> (Warning-teaser) In the next major release of ActiveRoles Server we will include a new set of optional policies that can be used to what essentially amounts to the ability to disable a group that is granting security access. We also link this new capability to our Attestation Policy so that when the resource owner fails to perform a required attestation review within a given review timeframe access can be withheld in a non-destructive way. This is of course optional and the disablement of the group can be reversed with a single click so that if a group is super critical it can be brought back almost instantly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/provisioning-and-attestation-for-sharepoint-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Connect now provisions Lotus and Google Apps!</title>
		<link>http://www.bobbobel.com/quick-connect-now-provisions-lotus-and-google-apps/</link>
		<comments>http://www.bobbobel.com/quick-connect-now-provisions-lotus-and-google-apps/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 17:44:04 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Active Directory Help]]></category>
		<category><![CDATA[ActiveRoles Quick Connect]]></category>
		<category><![CDATA[Provision Google]]></category>
		<category><![CDATA[Provision Lotus Notes]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=388</guid>
		<description><![CDATA[New: ActiveRoles Quick Connect 4.0.3 Now Generally Available to the public. An update to the Quick Connect synchronization engine has been released. This is a maintenance update with several minor changes to support several new connectors being released at the same time.    New: ActiveRoles Quick Connect for Lotus Notes extends ActiveRoles Server to quickly provision Lotus Notes [...]]]></description>
			<content:encoded><![CDATA[<p><strong>New: ActiveRoles Quick Connect 4.0.3 Now Generally Available to the public.</strong> An update to the Quick Connect synchronization engine has been released. This is a maintenance update with several minor changes to support several new connectors being released at the same time.<strong> </strong></p>
<p> </p>
<p><strong>New:</strong><strong> </strong><strong>ActiveRoles Quick Connect for Lotus Notes</strong><strong> </strong>extends ActiveRoles Server to quickly provision Lotus Notes user accounts for use with Notes mail or Notes applications. Quick Connect for Lotus Notes also extends ActiveRoles automated and self-service group management through the provisioning of Lotus Notes Groups. Provisioning of Lotus Notes accounts has never been easier.</p>
<p> </p>
<p> <strong>New:</strong><strong> </strong><strong>ActiveRoles Quick Connect for Online Services</strong><strong> </strong>extends ActiveRoles Server to quickly provision Google Premier accounts from and to ActiveRoles Server. It populates Google groups from Active Directory using easily-configured provisioning workflows. Once accounts or groups are provisioned or mapped, one or more workflows can be created to keep the account properties synchronized. Deprovisioning workflows may be used to lockdown or delete obsolete users and groups.</p>
<p> </p>
<p>To download the latest versions go to <a href="http://www.quest.com/common/registration.aspx?requestdefid=20088">http://www.quest.com/common/registration.aspx?requestdefid=20088</a>. </p>
<p>To learn more about the power of ActiveRoles or to see how easy Quick Connect to deploy visit our demo video page at <a href="http://www.quest.com/activeroles-server/integration.aspx">http://www.quest.com/activeroles-server/integration.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/quick-connect-now-provisions-lotus-and-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Attestation? (Part 1 of 3)</title>
		<link>http://www.bobbobel.com/what-is-attestation/</link>
		<comments>http://www.bobbobel.com/what-is-attestation/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 18:24:33 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Access Review]]></category>
		<category><![CDATA[Active Directory Help]]></category>
		<category><![CDATA[Attestation]]></category>
		<category><![CDATA[Bobel]]></category>
		<category><![CDATA[Compliance Review]]></category>
		<category><![CDATA[HIPPA Attestation]]></category>
		<category><![CDATA[SOX Attestation]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=371</guid>
		<description><![CDATA[Attestation describes any certification review process where an individual swears to or witness/confirm something important. This term is almost universally used to describe a review/certification process that requires resource owners to verify their authorized users during on an on-going basis. This on-going process Attestation usually provides an organization with a  measure of protection from liability [...]]]></description>
			<content:encoded><![CDATA[<p>Attestation describes any certification review process where an individual swears to or witness/confirm something important. This term is almost universally used to describe a review/certification process that requires resource owners to verify their authorized users during on an on-going basis. This on-going process</p>
<p>Attestation usually provides an organization with a  measure of protection from liability and the risks associated with the failure of the resource owner to control access the his or her resource so that to comply with legal or regulatory requirements. (See <a href="http://en.wiktionary.org/wiki/attestation">http://en.wiktionary.org/wiki/attestation</a>)<strong> </strong></p>
<p><strong>Three Typical Statements Required for Attestation:</strong></p>
<p>There are three basic tenants that most compliance auditors deem as necessary and in fact the following three statements are actually from a SOX compliance statement.</p>
<p>1. I am the individual who makes the authorization decision for the specific resource(s).</p>
<p>2. These individuals and/ or groups are authorized to use the intended resource(s).</p>
<p>3. I understand which resource(s) I have authorized these individuals to access.</p>
<p>Read Part 2 of 3 here <a href="http://www.bobbobel.com/what-makes-attestation-difficult-2-of-3/">http://www.bobbobel.com/what-makes-attestation-difficult-2-of-3/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/what-is-attestation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Connect for Lotus Notes goes gold!</title>
		<link>http://www.bobbobel.com/quick-connect-for-lotus-notes-goes-gold/</link>
		<comments>http://www.bobbobel.com/quick-connect-for-lotus-notes-goes-gold/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 18:00:18 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Entitlement]]></category>
		<category><![CDATA[Active Directory Help]]></category>
		<category><![CDATA[ActiveRoles]]></category>
		<category><![CDATA[Automated Provisioning]]></category>
		<category><![CDATA[IdM ROI]]></category>
		<category><![CDATA[Provisioning ROI]]></category>
		<category><![CDATA[Provison Lotus Notes]]></category>
		<category><![CDATA[Provisoning]]></category>
		<category><![CDATA[Quick Connect]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=342</guid>
		<description><![CDATA[The presents in my inbox just keep arriving. A few moments ago I received notice that ActiveRoles Quick Connect for Lotus notes went gold today. Now that I have recieved the Gold code from my development team, work on delivering the public release can begin. The public release process involves coordinating the various groups within [...]]]></description>
			<content:encoded><![CDATA[<p>The presents in my inbox just keep arriving. A few moments ago I received notice that ActiveRoles Quick Connect for Lotus notes went gold today. Now that I have recieved the Gold code from my development team, work on delivering the public release can begin. The public release process involves coordinating the various groups within Quest so that everyone is ready to execute on delivering this awsome software to the market. This process takes some time so look for a formal public release in July.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/quick-connect-for-lotus-notes-goes-gold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

