<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Anil John</title>
    <link>http://www.aniltj.com/blog/</link>
    <description>On Architecture, Digital Security, Service Orientation...</description>
    <language>en-us</language>
    <copyright>Anil John</copyright>
    <lastBuildDate>Sun, 28 Sep 2008 04:11:50 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>aniltj@gmail.com</managingEditor>
    <webMaster>aniltj@gmail.com</webMaster>
    <image><link>http://www.aniltj.com/blog/</link><url>http://www.aniltj.com/blog/images/aniltj88x31.png</url><title>Anil John</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AnilJohn" type="application/rss+xml" /><feedburner:emailServiceId>152077</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=1a2bd62a-129a-4e5b-a049-3b79d915b130</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,1a2bd62a-129a-4e5b-a049-3b79d915b130.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,1a2bd62a-129a-4e5b-a049-3b79d915b130.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=1a2bd62a-129a-4e5b-a049-3b79d915b130</wfw:commentRss>
      
      <title>Reality of XACML PEP-PDP Interoperability</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,1a2bd62a-129a-4e5b-a049-3b79d915b130.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/405169864/RealityOfXACMLPEPPDPInteroperability.aspx</link>
      <pubDate>Sun, 28 Sep 2008 04:11:50 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
What is the current state of interoperability between XACML PEPs and PDPs from different&#xD;
vendors? I am currently looking to see if there is a consistent implementation of&#xD;
PDP interfaces among the multiple Fine Grained Authorization/Entitlement vendors such&#xD;
that I can point a XACML PEP from one vendor to the XACML PDP of multiple vendors&#xD;
and not have to do custom integration to make it work. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Back in February 2007, Burton Group &lt;a href="http://identityblog.burtongroup.com/bgidps/2007/02/waiting_on_xacm.html"&gt;issued&#xD;
a challenge to the the industry to demonstrate interoperability of XACML&lt;/a&gt;. Some&#xD;
of the questions they asked were "&lt;em&gt;Can enterprises really mix and match policy&#xD;
administration points (PAPs), policy decision points (PDPs), and policy enforcement&#xD;
points (PEPs) from different vendors? Is the XACML RBAC Profile practical? Or will&#xD;
we find that different interpretations of the specification yield less than satisfactory&#xD;
levels of interoperability?&lt;/em&gt;"&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The industry responded, via the OASIS XACML TC, in June 2007 by having the first &lt;a href="http://www.oasis-open.org/events/xacml-interop-2007/"&gt;XACML&#xD;
Interoperability Demo&lt;/a&gt; at the Burton Group Catalyst conference. There were two&#xD;
particular use cases in this demo, which required interoperability between vendor&#xD;
implementations of PEPs, PDPs and PAPs:&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Authorization Decision Request/Response&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Policy Exchange&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
I am particularly interested in the first scenario and in looking at the &lt;a href="http://www.oasis-open.org/committees/download.php/24475/xacml-2.0-core-interop-draft-12-04.doc"&gt;interop&#xD;
scenario document&lt;/a&gt;, it would appear that some specific choices were made in order&#xD;
to make this work:&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Implementation of the XACML Interface of the PDP as a SOAP Interface which accepts&#xD;
a &lt;i&gt;XACMLAuthzDecisionQuery&lt;/i&gt; and returns a &lt;i&gt;XACMLAuthzDecisionStatement&lt;/i&gt; which&#xD;
are contained in the SOAP body. &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Use of the &lt;a href="http://www.oasis-open.org/committees/download.php/24681/xacml-profile-saml2.0-v2-spec-wd-5-en.pdf"&gt;SAML&#xD;
2.0 Profile for XACML 2.0&lt;/a&gt; which defines a Request/Response mechanism for carrying &lt;em&gt;xacml-context:Request&lt;/em&gt; and &lt;em&gt;xacml-context:Response&lt;/em&gt; elements.&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
In effect, what you ended up with in order to make this work is the implementation&#xD;
of a standardized SOAP interface that adhered to the following Request/Response (Taken&#xD;
from the interop scenario document):&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Sample SOAP SAML XACML Request wrapper:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="308" alt="SOAP_XACML_Request" src="http://www.aniltj.com/blog/content/binary/WindowsLiveWriter/RealityofXACMLPEPPDPInteroperability_2C4/SOAP_XACML_Request_6.png" width="506" border="0"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Sample SOAP SAML XACML Response wrapper:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="597" alt="SOAP_XACML_Response" src="http://www.aniltj.com/blog/content/binary/WindowsLiveWriter/RealityofXACMLPEPPDPInteroperability_2C4/SOAP_XACML_Response_6.png" width="535" border="0"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I attended this event and remember coming away impressed at the results while simultaneously&#xD;
amused at some of the coding heroics of the vendors who, if I remember correctly,&#xD;
in some cases had very short time frames to work with. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
It has now been more than a year since this interop event and at this point I have&#xD;
a very simple question for the vendors in this space "&lt;strong&gt;Who among you actually&#xD;
implement this interoperable interface specification in your current shipping product?&lt;/strong&gt;"&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
From what I see to date (and I am more than happy to be corrected on this point) is&#xD;
that while many vendors claim conformance and implementation of the XACML 2.0 standard,&#xD;
their PDP interfaces are still proprietary and unique. Oh, don't get me wrong, these&#xD;
interfaces may be implemented using web services etc. BUT each web service implementation&#xD;
is unique and special to that vendor and does not follow any consistent interface&#xD;
specification and as such is an integration exercise that is left up to implementers&#xD;
if you have PEPs from multiple vendors. e.g. XML Security Gateways or Software PEPs&#xD;
from multiple vendors which need to talk to a XACML PDP.&#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2517213d-f281-4133-a842-96d28f4e8a4d" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
Tags: &lt;a href="http://del.icio.us/popular/XACML" rel="tag"&gt;XACML&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/PEP" rel="tag"&gt;PEP&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/PDP" rel="tag"&gt;PDP&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/Interop" rel="tag"&gt;Interop&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e9c34028-5d7c-4ca9-ab68-ab3da00f7736" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
Tags: &lt;a href="http://technorati.com/tags/XACML" rel="tag"&gt;XACML&lt;/a&gt;,&lt;a href="http://technorati.com/tags/PEP" rel="tag"&gt;PEP&lt;/a&gt;,&lt;a href="http://technorati.com/tags/PDP" rel="tag"&gt;PDP&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Interop" rel="tag"&gt;Interop&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=1a2bd62a-129a-4e5b-a049-3b79d915b130"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=DHobl"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=DHobl" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=AhiWL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=AhiWL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=PamtL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=PamtL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/405169864" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,1a2bd62a-129a-4e5b-a049-3b79d915b130.aspx</comments>
      <category>Security</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/09/28/RealityOfXACMLPEPPDPInteroperability.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=797afba7-f887-4a06-8ceb-a851cb179ae4</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,797afba7-f887-4a06-8ceb-a851cb179ae4.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,797afba7-f887-4a06-8ceb-a851cb179ae4.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=797afba7-f887-4a06-8ceb-a851cb179ae4</wfw:commentRss>
      <slash:comments>1</slash:comments>
      
      <title>Information Disclosure Threats and Web Services</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,797afba7-f887-4a06-8ceb-a851cb179ae4.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/399117240/InformationDisclosureThreatsAndWebServices.aspx</link>
      <pubDate>Sun, 21 Sep 2008 19:09:18 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
In the physical world, when an attacker is preparing to assassinate someone or bomb&#xD;
a target, the first thing that they will do is to determine how best to set up that&#xD;
attack. The phrase used to describe the initial phase of the set-up is called 'pre-operational&#xD;
surveillance'.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Unfortunately, the default configuration of most web services allow a potential attacker&#xD;
to do the digital equivalent of pre-operational surveillance very easily. In the digital&#xD;
world, these type of threats are often classified under the category of 'Information&#xD;
Disclosure Threats'. There are two in particular (there are more) that I would like&#xD;
to call attention to: &#xD;
&lt;/p&gt;&#xD;
        &lt;ol&gt;&#xD;
          &lt;li&gt;&#xD;
SOAP Fault Error Messages &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
WSDL Scanning/Foot-Printing/Enumeration&lt;/li&gt;&#xD;
        &lt;/ol&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;1. SOAP Fault Error Messages&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
All too often, detailed fault messages can provide information about the web service&#xD;
or the back-end resources used by that web service. In fact, one of the favorite tactic&#xD;
of attackers is to try to deliberately cause an exception or fault in a web service&#xD;
in the hope that sensitive information such as connection strings, stack traces and&#xD;
other information may end up in the SOAP fault. Mark O'Neill has a recent blog entry&#xD;
'&lt;a href="http://xmlnetworking.blogspot.com/2008/09/soap-faults-too-much-information.html"&gt;SOAP&#xD;
Faults - Too much information&lt;/a&gt;' in which he points to a vulnerability assessment&#xD;
that his company did of a bank that provided information that enabled an attacker&#xD;
to understand the infrastructure the bank was running and presumably allowed them&#xD;
to further tailor the attack.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The typical mitigation for this type of information disclosure is the implementation&#xD;
of the '&lt;a href="http://msdn.microsoft.com/en-us/library/aa480591.aspx"&gt;Exception&#xD;
Shielding Pattern&lt;/a&gt;' as noted in the Patterns &amp;amp; Practices Book &lt;a href="http://www.amazon.com/Web-Service-Security-Implementation-Enhancements/dp/0735623147/"&gt;'Web&#xD;
Service Security&lt;/a&gt;' [&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3E02A6C8-128A-47C2-9F39-4082582F3FE1&amp;amp;displaylang=en"&gt;Free&#xD;
PDF Version&lt;/a&gt;] which can be used to "&lt;em&gt;Return only those exceptions to the client&#xD;
that have been sanitized or exceptions that are safe by design. Exceptions that are&#xD;
safe by design do not contain sensitive information in the exception message, and&#xD;
they do not contain a detailed stack trace, either of which might reveal sensitive&#xD;
information about the Web service's inner workings.&lt;/em&gt;" (FULL DISCLOSURE: &#xD;
I was an external, unpaid, technical reviewer of this book).&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
You can either implement this pattern in software or use a hardware device like a&#xD;
XML Security Gateway to implement this pattern. Mark utilized a Vordel Security GW,&#xD;
but this is something that can be implemented by all devices in this category. I have&#xD;
direct experience with Layer 7 as well as Cisco/Reactivity Gateways and happen to&#xD;
know that they support this functionality and I don't doubt that IBM/DataPower and&#xD;
others in this space support it as well.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Note that this does not imply that the error's that happen are not caught or addressed&#xD;
but simply that they are not propagated to an end-user. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;2. WSDL Scanning/Foot-Printing/Enumeration&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Appendix A of '&lt;a href="http://csrc.nist.gov/publications/nistpubs/800-95/SP800-95.pdf"&gt;NIST&#xD;
800-95: Guide to Secure Web Services&lt;/a&gt;' provides a listing of common attacks against&#xD;
web services, and you will note that there are many references to the information&#xD;
that can be found in a WSDL that can lend itself to a variety of attacks including&#xD;
Reconnaissance Attacks, WSDL Scanning, Schema Poisoning and more. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
And in the '&lt;a href="https://buildsecurityin.us-cert.gov/daisy/bsi/articles/best-practices/assembly/639-BSI.html"&gt;Security&#xD;
Concepts, Challenges, and Design Considerations for Web Services Integration&lt;/a&gt;'&#xD;
article at the "Build Security In" web site sponsored by the DHS National Cyber Security&#xD;
Division, it notes that "&lt;em&gt;An attacker may footprint a system’s data types and operations&#xD;
based on information stored in WSDL, since the WSDL may be published without a high&#xD;
degree of security. For example, in a world-readable registry, the method’s interface&#xD;
is exposed. WSDL is the interface to the web services. WSDL contains the message exchange&#xD;
pattern, types, values, methods, and parameters that are available to the service&#xD;
requester. An attacker may use this information to gain knowledge about the system&#xD;
and to craft attacks against the service directly and the system in general.&lt;/em&gt;"  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The type of information found in a WSDL, and which can be obtained simply by appending&#xD;
a ?WSDL to the end of a service endpoint URL, can be an extremely useful source of&#xD;
info for an attacker seeking to exploit a weakness in a service, and as such should&#xD;
not be provided or simply turned off. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
There are multiple ways of mitigating this type of an attack which include turning&#xD;
off the automatic ?WSDL generation at the SOAP stack application level or by the configuring&#xD;
the intermediary that is protecting the service end-point. For example, most XML Security&#xD;
Gateway's by default turn off the ability to query the ?WSDL on a service end-point. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I consider this to be a very good default.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
When this option is implemented, there are often a variety of questions that come&#xD;
up that I would like a take a quick moment to address.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Q. If you turn off the automatic WSDL generation capabilities (i.e. ?WSDL) how are&#xD;
developers supposed to implement a client that invokes the web service?&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
There are two ways. (1) Publish the WSDL and the associates XML Schema and Policy&#xD;
files in an Enterprise Registry/Repository that has the appropriate Access Control&#xD;
Mechanisms on it so that a developer can obtain a copy of the WSDL/Schema/Policy Documents&#xD;
at design time. (2) Provide the WSDL/Schema/Policy files out of band (e.g. Zip File,&#xD;
At a protected web site) to the developer.  &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Oh yes, there is always the run-time binding question that comes up here as well.&#xD;
What I will say is that run-time binding does not mean "run time proxy generation&#xD;
+ dynamic UI code generation + glue code" but simply that the client side proxy and&#xD;
the associated UI and glue code are generated at design time, but that the end-point&#xD;
that the client points to may be a dynamic lookup from a UDDI compliant Registry.&#xD;
I've done this before and this does not require any run-time lookup of a web service's&#xD;
WSDL.&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
There is an additional benefit to this method as well. Have you ever gone through&#xD;
the process of &lt;a href="http://www.aniltj.com/blog/2005/05/15/GuidelinesForXMLSchemaDesignToImproveWebServicesInteroperability.aspx"&gt;defining&#xD;
a WSDL and Schema using best practices for web services interoperability&lt;/a&gt;, implemented&#xD;
a service using that WSDL and Schema, and then looked at the auto-generated WSDL?&#xD;
You may be surprised to find that the automatic generated WSDL may be in a majority&#xD;
of cases is not as clean or easy to follow and in some cases may indeed be wrong.&#xD;
The best practice for developing interoperable web services recommends &lt;a href="http://www.aniltj.com/blog/2005/10/09/SchemaFirstContractFirstTopDownStyleOfDevelopmentTools.aspx"&gt;following&#xD;
a contract-first approach&lt;/a&gt;. This requires that the "contract" i.e. the WSDL and&#xD;
the Schema to be something that is developed with a great deal of care given to interoperability.&#xD;
Since the automatic generation of WSDL is platform-specific, there is always the possibility&#xD;
of some platform-specific artifacts ending up in the contract documents, which is&#xD;
not what you intended to happen.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Q. What about those existing/legacy services that do a run time lookup? Won't those&#xD;
break? &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
The question that needs to be asked at this point is why these services are doing&#xD;
a run time lookup, is there value being added by this capability in this client, and&#xD;
are there alternatives that will enable the client to provide the same functionality&#xD;
without compromising security?  &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
As an example take the case of a BEA Weblogic client.  If you will look at the &lt;a href="http://edocs.bea.com/wls/docs70/webserv/client.html#1024463"&gt;documentation&#xD;
that BEA provides on building a Dynamic client&lt;/a&gt; you will note that they provide&#xD;
two different approaches, one that uses a dynamic WSDL lookup and another that does&#xD;
not. The interesting thing about this is that the approach that uses the WSDL makes&#xD;
a run-time lookup of a Web Service's WSDL which will end up breaking if the ?WSDL&#xD;
functionality is turned off. But the alternative approach of building a dynamic client&#xD;
provides the same functionality without the run-time WSDL lookup. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
From what I can see, from a functional perspective there is no difference between&#xD;
the two approaches and given that one of the things that you want to do when developing&#xD;
web services, or any software for that matter, is to minimize the number of external&#xD;
dependencies, I would choose the second option of NOT doing a run-time WSDL lookup&#xD;
in this particular case. What is regrettable in this case is that it appears that&#xD;
the default configuration in BEA's tooling is to use the run-time WSDL option (Or&#xD;
so I have been informed), which leads to issues when folks who choose the default&#xD;
options with their tools develop the clients.  &#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Mitigating these information disclosure threats requires both developers and operational&#xD;
support folks to understand their shared responsibility for security. Developer's&#xD;
need to understand that security should be part of the software development lifecycle&#xD;
and is not something that is bolted on at the end or is 'thrown over the wall' for&#xD;
someone else to take care of. Operational folks need to understand that a layered&#xD;
defense in depth strategy is needed and that secure coding practices of developers&#xD;
are an essential component of any operational environment. In particular the mentality&#xD;
of "Firewalls and SSL will save us all" needs to change for all parties concerned.&lt;br&gt;&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:36ddef89-6bea-490a-97e3-80069e355e50" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
Tags: &lt;a href="http://del.icio.us/popular/information-disclosure" rel="tag"&gt;information-disclosure&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/web-services" rel="tag"&gt;web-services&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/WSDL-Scanning" rel="tag"&gt;WSDL-Scanning&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c4e7d2c6-23ec-42a0-afba-33637ccbd129" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
Tags: &lt;a href="http://technorati.com/tags/information-disclosure" rel="tag"&gt;information-disclosure&lt;/a&gt;,&lt;a href="http://technorati.com/tags/web-services" rel="tag"&gt;web-services&lt;/a&gt;,&lt;a href="http://technorati.com/tags/WSDL-Scanning" rel="tag"&gt;WSDL-Scanning&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=797afba7-f887-4a06-8ceb-a851cb179ae4"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=rrjgl"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=rrjgl" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=5TJCL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=5TJCL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=fZhmL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=fZhmL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/399117240" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,797afba7-f887-4a06-8ceb-a851cb179ae4.aspx</comments>
      <category>Security</category>
      <category>Service Orientation</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/09/21/InformationDisclosureThreatsAndWebServices.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=31148f10-be9e-495f-82e7-6ed8bda2bbf3</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,31148f10-be9e-495f-82e7-6ed8bda2bbf3.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,31148f10-be9e-495f-82e7-6ed8bda2bbf3.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=31148f10-be9e-495f-82e7-6ed8bda2bbf3</wfw:commentRss>
      
      <title>Digital Identity World 2008 Recap</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,31148f10-be9e-495f-82e7-6ed8bda2bbf3.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/391795958/DigitalIdentityWorld2008Recap.aspx</link>
      <pubDate>Sat, 13 Sep 2008 20:43:32 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
Digital ID World 2008 is the first IdM conference that I've gone to as part of a team,&#xD;
and given the &lt;a href="http://public.cxo.com/conferences/print_agenda.html?conferenceID=24"&gt;variety&#xD;
of breakout sessions&lt;/a&gt; we decided early on to use the divide and conquer approach&#xD;
based on our areas of interest and expertise. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The following are some highlights on some (not all) of the sessions that I attended&#xD;
and found to be interesting. As with a lot of conferences, there were some sessions&#xD;
that were pretty much disguised vendor pitches which I am not even going to bother&#xD;
with a mention.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Keynote - Identity Assurance: A Backbone For The Identity Marketplace&lt;/b&gt;&#xD;
          &lt;br&gt;&#xD;
by Peter Alterman - GSA, Andrew Nash - PayPal, Frank Villavicencio - Citigroup&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
In some ways this was rehash of the panel on the same topic that was moderated by&#xD;
Mark Diodati at Burton Catalyst but with the addition of Peter Alterman of the GSA,&#xD;
who tends to add a certain amount of ...ah... flair to the conversation :-)&lt;br&gt;&lt;br&gt;&#xD;
The intent of the Liberty Identity Assurance Framework (IAF) is to develop a framework&#xD;
that leverages the existing work that has been done by EAP, tScheme, US e-Auth etc.&#xD;
to generate an identity assurance standard that is technology agnostic but provides&#xD;
a consistent way of of defining identity credential policy and the process and policy&#xD;
rule set etc.  The IAF consists of four parts (1) Assurance Levels (2) Assessment&#xD;
Criteria (3) Accreditation and Certification Model and (4) Business Rules. You can&#xD;
find out more about it on the &lt;a href="http://www.projectliberty.org/liberty/strategic_initiatives/identity_assurance"&gt;IAF&#xD;
Section of the Liberty Alliance Web Site&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&#xD;
What interested me about the entire conversation was the leveraging of OMB M-04-04&#xD;
and NIST 800-63 to define the assurance criteria but the drive to make a "Liberty&#xD;
Alliance IAF Assurance Token" (if you will) that will be certified to mean the same&#xD;
thing across federations. Mr. Alterman also noted, and I hope that I interpreted this&#xD;
correctly, that the intent from the GSA side would be to not re-invent the wheel but&#xD;
to adopt this IAF framework going forward. He spoke of current inter-federation work&#xD;
he is involved in between NIH and the InCommon Federation that is leveraging this.&lt;br&gt;&lt;br&gt;&#xD;
During the Q&amp;amp;A session, I brought up the fact that this work is directly focused&#xD;
on AuthN but in general, access to resources is granted based on a variety of factors,&#xD;
only one of which is the strength and assurance of the authentication token. The response&#xD;
is that the Liberty work is deliberately focusing on the AuthN and considers AuthZ&#xD;
to be out-of-scope for their work.&lt;br&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Keynote Presentation: State Of The Industry&lt;/b&gt;&#xD;
          &lt;br&gt;&#xD;
by Jamie Lewis - Burton Group&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
Enterprise IdM is the set of business processes, and a supporting infrastructure,&#xD;
that provides identity-based &lt;u&gt;access control&lt;/u&gt; to systems and resources in accordance&#xD;
with established &lt;u&gt;policies&lt;/u&gt;.&#xD;
&lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
Business trends are driving integration across processes and folks are being asked&#xD;
to do more with less.&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
SaaS is gaining momentum&lt;/li&gt;Many failures in IdM projects caused by a lack of doing&#xD;
homework and a belief in the silver bullet product etc.&lt;br&gt;&lt;li&gt;&#xD;
People manage risk, not products.&lt;/li&gt;&lt;li&gt;&#xD;
IdM is a means and not an end; It is about enabling capabilities and not an end in&#xD;
itself.&lt;/li&gt;&lt;li&gt;&#xD;
The Identity Big Bang is around new ways of working, collaborating and communicating&lt;/li&gt;&lt;li&gt;&#xD;
Make every project an installment on the Architecture and scope the goals to around&#xD;
3 years.&lt;/li&gt;&lt;li&gt;&#xD;
Always think about data linking and cleansing&lt;/li&gt;&lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
That was the first half of the keynote, but the second half was something I found&#xD;
to be very fascinating and is based on work that Burton has been proposing around&#xD;
the idea of a "Relationship Layer for the Web"&#xD;
&lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
AuthN and AuthZ are necessary but not sufficient&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Centrism of any kind does NOT work&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Lessons from social science on trust, reciprocity, reputation etc.&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;strong&gt;The future of identity is relationships&lt;/strong&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Difference between close and distant relationships; Able to make many observations&#xD;
in a close relationship, so able to get good identity information. Not so for distant&#xD;
relationships&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
A good relationship provides value to all parties. And it is not just about rights&#xD;
but also obligations&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Values like privacy etc. require awareness of relationship context&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Systems fail if they are not "relationship-aware"&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Difference between Custodial, Contextual and Transactional identities.&lt;br&gt;&#xD;
-- Custodial Identity is directly maintained by an org and a person has a direct relationship&#xD;
with the org. &#xD;
&lt;br&gt;&#xD;
-- Contextual identity is something you get from another party but there are rules&#xD;
associated with how that identity can be used. &#xD;
&lt;br&gt;&#xD;
-- Transactional identity is just the limited amount of info that an RP (?) gets to&#xD;
complete a transaction e.g. Ability to buy alcohol requires a person to be over 18&#xD;
(?) but in a transactional relationship, you would simply ask the question of "Is&#xD;
this person old enough to buy alcohol?" and the answer would come back as "Yes/No".&#xD;
Compare this to a question of "What is this person's age or birthday?" which releases&#xD;
a lot more info.&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
The last type of identity in effect requires the existence of what Burton Calls an&#xD;
"Identity Oracle" (See Bob Blakley's &lt;a title="What the Identity Oracle Isn't" href="http://identityblog.burtongroup.com/bgidps/2007/10/what-the-identi.html"&gt;blog&lt;/a&gt;&lt;a title="The Meta-Identity System" href="http://notabob.blogspot.com/2006/07/meta-identity-system.html"&gt;entries&lt;/a&gt;)&#xD;
that has a primary and trusted relationship with a user as well as with relying party&#xD;
and can stand behind (from a legal and liability perspective) the transactional identity&#xD;
statements that it makes.&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
I found this entire topic absolutely fascinating as this is so very relevant to a&#xD;
lot of the work that I do around information sharing across organizations that may&#xD;
or may not trust each other for a variety of (sometimes very valid) reasons. Will&#xD;
be actively tracking this area on an ongoing basis.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;The Plot To Kill Identity&lt;/strong&gt;&#xD;
          &lt;br&gt;&#xD;
by Pamela Dingle - Nulli Secundus&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
I really enjoyed this session by Pamela on the disconnect that currently exists between&#xD;
the needs of the users, what is being asked of the application vendors and the lack&#xD;
of a common vocabulary to express our needs such that there is a change in the same&#xD;
old way of doing business.&#xD;
&lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
Need for an effort to be consistent all the way at the RFP/RFI time&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Need a common vocabulary when requesting capability from vendors&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Start with:  Provide &lt;u&gt;and&lt;/u&gt; Rely support i.e. the ability to choose whether&#xD;
or not a product relies on external identity services or provides its own.&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Pamela also had a great starting set of RFI type questions one can use.. I am hoping&#xD;
that she will post them on &lt;a href="http://eternaloptimist.wordpress.com/2008/09/11/home-from-didw-08/"&gt;her&#xD;
blog&lt;/a&gt;.&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
One of the questions I brought up during the Q&amp;amp;A session was that if I bought&#xD;
in to the Kool-Aid of what she discussed during the presentation (and I do), what&#xD;
would it take to scale the conversation to a larger audience? Bob Blakley, who was&#xD;
also in the audience, chimed in and noted that if Pamela wrote up a white-paper on&#xD;
the topic, he would help her get it published and widely distributed as well. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
I would also be very interested in expanding the scope of the sample RFI questions&#xD;
to be grouped by product/project category (and released under an open licence; Creative&#xD;
Commons?) so that folks like me can use them in our RFP/RFIs as well.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
There were more sessions that I attended that were interesting such as the Concordia&#xD;
Workshop on "&lt;strong&gt;Bootstrapping Identity Protocols: A Look At Integrating OpenID,&#xD;
ID-WSF, WS-Trust And SAML&lt;/strong&gt;", "&lt;strong&gt;Using An Identity Capable Platform To&#xD;
Enhance Cardspace Interactions&lt;/strong&gt;" and more..&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
All in all, beyond the sessions themselves, the hall-way conversations and the connections&#xD;
made to be as valuable (or even more so) than just the sessions themselves. I know&#xD;
that I found and made connections with multiple folks who work in my community and&#xD;
am very much looking forward to future collaborations with them and others. &#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2b7c9327-e7f1-469f-aab7-bf1b829c66c3" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
Tags: &lt;a href="http://del.icio.us/popular/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/DIDW2008" rel="tag"&gt;DIDW2008&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:20f3ed6a-af9d-4deb-95eb-17d6ad2512cc" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
Tags: &lt;a href="http://technorati.com/tags/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;,&lt;a href="http://technorati.com/tags/DIDW2008" rel="tag"&gt;DIDW2008&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=31148f10-be9e-495f-82e7-6ed8bda2bbf3"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=5s9fl"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=5s9fl" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=9KTxL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=9KTxL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=wyraL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=wyraL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/391795958" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,31148f10-be9e-495f-82e7-6ed8bda2bbf3.aspx</comments>
      <category>Architecture</category>
      <category>Security</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/09/13/DigitalIdentityWorld2008Recap.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=a4b6e422-3c75-4fa5-a951-6a7ab35f05bd</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,a4b6e422-3c75-4fa5-a951-6a7ab35f05bd.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,a4b6e422-3c75-4fa5-a951-6a7ab35f05bd.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a4b6e422-3c75-4fa5-a951-6a7ab35f05bd</wfw:commentRss>
      
      <title>Attending Digital ID World 2008</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,a4b6e422-3c75-4fa5-a951-6a7ab35f05bd.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/386073451/AttendingDigitalIDWorld2008.aspx</link>
      <pubDate>Sun, 07 Sep 2008 21:13:35 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
I am off next week to Anaheim, with the rest of my team, to attend &lt;a href="http://public.cxo.com/conferences/index.html?conferenceID=24"&gt;Digital&#xD;
ID World 2008&lt;/a&gt;.  Very much looking forward to the event given its &lt;a href="http://public.cxo.com/conferences/print_agenda.html?conferenceID=24"&gt;packed&#xD;
agenda&lt;/a&gt; as well as some already scheduled side-bar meetings.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://public.cxo.com/conferences/index.html?conferenceID=24"&gt;&#xD;
            &lt;img style="border-right: 0px; border-top: 0px; margin: 0px 0px 0px 10px; border-left: 0px; border-bottom: 0px" height="106" alt="DIDW2008" src="http://www.aniltj.com/blog/content/binary/WindowsLiveWriter/AttendingDigitalIDWorld2008_F23E/DIDW2008_5.png" width="366" align="right" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt; This&#xD;
looks like it is going to be another one of my usual business trips that combines&#xD;
visiting some of the nicest/most-scenic cities on the North American Continent and&#xD;
spending all the time indoors in window-less conference sessions, which in turn leaves&#xD;
you with absolutely no time for any site-seeing :-)&#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:26d48431-cc1f-43ee-97e6-8e5a1129107f" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
Tags: &lt;a href="http://del.icio.us/popular/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/DIDW2008" rel="tag"&gt;DIDW2008&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ed07df01-616a-4e28-95c1-7206a85380ce" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
Tags: &lt;a href="http://technorati.com/tags/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;,&lt;a href="http://technorati.com/tags/DIDW2008" rel="tag"&gt;DIDW2008&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=a4b6e422-3c75-4fa5-a951-6a7ab35f05bd"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=t4Vil"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=t4Vil" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=AxEqL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=AxEqL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=PKpLL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=PKpLL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/386073451" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,a4b6e422-3c75-4fa5-a951-6a7ab35f05bd.aspx</comments>
      <category>Security</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/09/07/AttendingDigitalIDWorld2008.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=bbe91e44-19d3-410c-9158-c60423a0cba9</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,bbe91e44-19d3-410c-9158-c60423a0cba9.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,bbe91e44-19d3-410c-9158-c60423a0cba9.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=bbe91e44-19d3-410c-9158-c60423a0cba9</wfw:commentRss>
      
      <title>Building a new Windows Vista compatible computer</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,bbe91e44-19d3-410c-9158-c60423a0cba9.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/385951568/BuildingANewWindowsVistaCompatibleComputer.aspx</link>
      <pubDate>Sun, 07 Sep 2008 18:00:39 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
I recently came back from vacation to find that my primary desktop at home (a Dell&#xD;
Unit) was not booting up and the only indicator was a slowly blinking yellow power&#xD;
light. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
After some investigation, it turned out that this was due to a bad power supply. On&#xD;
top of that, it appeared that the power supply fried the motherboard on its way to&#xD;
the land of no return. My first inclination was to buy another brand name computer.&#xD;
But in shopping around, I really was not happy with choices that were being offered,&#xD;
so decided to go the custom build route.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Although I have built multiple computers in the past, I have not been keeping up with&#xD;
the current hardware esoterica, so got some recommendations from folks at work that&#xD;
led to a pre-built list of computer parts through the SlickDeals forum. An additional&#xD;
criteria was that since I had a copy of Windows Vista Ultimate lying around that I&#xD;
still had not installed on any of my systems, and since Vista SP1 had come out, I&#xD;
wanted this to be a machine that was capable of running Vista.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.aniltj.com/blog/content/binary/WindowsLiveWriter/BuildinganewWindowsVistacompatiblecomput_C505/winscore_2.png"&gt;&#xD;
            &lt;img style="border-right: 0px; border-top: 0px; margin: 0px 0px 0px 10px; border-left: 0px; border-bottom: 0px" height="199" alt="aniltj-Mid-Range-Computer" src="http://www.aniltj.com/blog/content/binary/WindowsLiveWriter/BuildinganewWindowsVistacompatiblecomput_C505/winscore_thumb.png" width="487" align="right" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt; It&#xD;
took me 2-3 hours to put the system together on a Saturday with the additional benefit&#xD;
that it was a cool thing to do with the kids. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I am happy to note that all of the parts work together seamlessly, have full Vista&#xD;
driver support and once Vista SP1 and all of the latest updates were installed, I&#xD;
have a very smooth running machine.  While my Aero score was not at the top end,&#xD;
it still is enough to give me the full Aero experience with Vista (Per the Vista Help,&#xD;
the current base scores for the Windows Experience Index ranges from 1 to 5.9).&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
For those who are interested in building a very decently performing Vista compatible&#xD;
computer at a reasonable price, I have turned my list of parts into into a &lt;a href="http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=9465606&amp;amp;WishListTitle=aniltj-Mid-Range-Computer"&gt;NewEgg&#xD;
Computer Wishlist for a Mid-Range Computer&lt;/a&gt;. My experience with this was very positive&#xD;
and I would recommend both the vendor as well as the parts.&#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:faae7933-5a2a-43bb-9ba7-b326c2f18cdb" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
Tags: &lt;a href="http://del.icio.us/popular/Custom-Computer" rel="tag"&gt;Custom-Computer&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/Vista" rel="tag"&gt;Vista&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/NewEgg" rel="tag"&gt;NewEgg&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:79d73c3f-3a17-4c30-ab37-95cff03ca616" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
Tags: &lt;a href="http://technorati.com/tags/Custom-Computer" rel="tag"&gt;Custom-Computer&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Vista" rel="tag"&gt;Vista&lt;/a&gt;,&lt;a href="http://technorati.com/tags/NewEgg" rel="tag"&gt;NewEgg&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=bbe91e44-19d3-410c-9158-c60423a0cba9"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=YS61l"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=YS61l" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=xf1NL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=xf1NL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=cPhKL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=cPhKL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/385951568" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,bbe91e44-19d3-410c-9158-c60423a0cba9.aspx</comments>
      <category>Musings</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/09/07/BuildingANewWindowsVistaCompatibleComputer.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=648a6e19-82b7-488b-a5fd-e552d60da16d</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,648a6e19-82b7-488b-a5fd-e552d60da16d.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,648a6e19-82b7-488b-a5fd-e552d60da16d.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=648a6e19-82b7-488b-a5fd-e552d60da16d</wfw:commentRss>
      
      <title>The Many Principles of SOA</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,648a6e19-82b7-488b-a5fd-e552d60da16d.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/385885225/TheManyPrinciplesOfSOA.aspx</link>
      <pubDate>Sun, 07 Sep 2008 16:14:13 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
Notes from an on-going online discussion to self, for use as a reference and for discussion:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;"SOA is an architectural style, and an architectural style is a set of principles.&#xD;
Gartner has enumerated five principles that constrain SOA: &lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;modular&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;distributable&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;described&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;sharable&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;loosely coupled&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;To the degree a system exhibits all five, the more it qualifies as representing&#xD;
the SOA style"&lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
- Nick Gall, Gartner&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;"SOA Principles of Service Design: &lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Service Contracts&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Service Coupling&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Service Abstraction&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Service Reusability&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Service Autonomy&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Service Statelessness&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Service Discoverability&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Service Composability" &lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
- Thomas Erl, &lt;a href="http://www.soaprinciples.com/"&gt;SOA Principles of Service Design&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;"From my perspective, the overarching principle governing SOA is separation of&#xD;
concerns. This principle helps you determine how to factor functionality into services.&#xD;
Thomas Erl discusses service factoring and granularity in the SOA Fundamentals section&#xD;
of his book rather than treating SoC as a principle"&lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
- Anne Thomas Manes, Burton Group&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;"The 4 tenets of Indigo as defined by Don Box, which has now been morphed into&#xD;
the Microsoft tenets of SOA:&lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Boundaries are explicit&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Services are autonomous&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Services share schema and contract, not class&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Service compatibility is determined based on policy"&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
- Don Box, &lt;a href="http://msdn.microsoft.com/en-us/magazine/cc164026.aspx"&gt;A Guide&#xD;
to Developing and Running Connected Systems with Indigo&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;"The 10 Principles of SOA, as expanded on the above 4 tenets, by Stefan Tilkov:&lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Explicit boundaries&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Shared contract and schema, not class&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Policy-driven&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Autonomous&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Wire formats, not programming language APIs&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Document-oriented&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Loosely coupled&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Standards-compliant&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Vendor-independent&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;em&gt;Metadata-driven"&lt;/em&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
- &lt;a href="http://www.innoq.com/blog/st/2006/12/13/10_principles_of_soa.html"&gt;Stefan&#xD;
Tilkov&lt;/a&gt;, innoQ&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I've been using a combination of Anne's separation of concerns, Thomas Erl's principles&#xD;
and selected bits from the OASIS SOA-RM in the SOA class that I teach but the variations&#xD;
above look to be great fodder for some discussions!&#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4c31fc72-59b7-4188-af02-0436da696b54" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
Tags: &lt;a href="http://del.icio.us/popular/SOA" rel="tag"&gt;SOA&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/Teaching" rel="tag"&gt;Teaching&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:55308049-7a7d-4b0d-a73f-9413fe9b04d6" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
Tags: &lt;a href="http://technorati.com/tags/SOA" rel="tag"&gt;SOA&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Teaching" rel="tag"&gt;Teaching&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=648a6e19-82b7-488b-a5fd-e552d60da16d"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=pMCVl"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=pMCVl" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=4t9jL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=4t9jL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=iM6OL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=iM6OL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/385885225" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,648a6e19-82b7-488b-a5fd-e552d60da16d.aspx</comments>
      <category>Service Orientation</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/09/07/TheManyPrinciplesOfSOA.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=6b0911a5-8086-4c6f-a7d1-d0e450783273</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,6b0911a5-8086-4c6f-a7d1-d0e450783273.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,6b0911a5-8086-4c6f-a7d1-d0e450783273.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6b0911a5-8086-4c6f-a7d1-d0e450783273</wfw:commentRss>
      
      <title>Bloody Brilliant!</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,6b0911a5-8086-4c6f-a7d1-d0e450783273.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/280472643/BloodyBrilliant.aspx</link>
      <pubDate>Wed, 30 Apr 2008 02:14:07 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:86c73c0e-a9d7-4ab9-9fe8-b48a92d55216" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&#xD;
          &lt;div&gt;&#xD;
            &lt;object width="425" height="355"&gt;&#xD;
              &lt;param name="movie" value="http://www.youtube.com/v/KA2B5X0LhMY&amp;amp;hl=en"&gt;&lt;/param&gt;&#xD;
              &lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&#xD;
              &lt;embed src="http://www.youtube.com/v/KA2B5X0LhMY&amp;amp;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&#xD;
              &lt;/embed&gt;&#xD;
            &lt;/object&gt;&#xD;
          &lt;/div&gt;&#xD;
        &lt;/div&gt;&#xD;
        &lt;p&gt;&#xD;
Awesome! I hope this act wins!&#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:aae864c2-cfcf-4e56-b054-c79d492ceb0e" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
tags: &lt;a href="http://del.icio.us/popular/Desi" rel="tag"&gt;Desi&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c148999d-16c0-400f-97e8-0d38348da303" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
tags: &lt;a href="http://technorati.com/tags/Desi" rel="tag"&gt;Desi&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=6b0911a5-8086-4c6f-a7d1-d0e450783273"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=K3Pjjg"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=K3Pjjg" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=ppz8L"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=ppz8L" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=CGlN7G"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=CGlN7G" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/280472643" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,6b0911a5-8086-4c6f-a7d1-d0e450783273.aspx</comments>
      <category>Musings</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/04/30/BloodyBrilliant.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=f4e283f1-9139-40b7-a175-fbaf2715732c</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,f4e283f1-9139-40b7-a175-fbaf2715732c.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,f4e283f1-9139-40b7-a175-fbaf2715732c.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=f4e283f1-9139-40b7-a175-fbaf2715732c</wfw:commentRss>
      
      <title>The Zen of Identity Attributes</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,f4e283f1-9139-40b7-a175-fbaf2715732c.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/276933094/TheZenOfIdentityAttributes.aspx</link>
      <pubDate>Thu, 24 Apr 2008 14:21:26 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
Federating identities across information and security domains is not just a technical&#xD;
problem, and anyone who tells/sells you that it is, is not operating in a frame of&#xD;
reality that is conducive to success!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img style="border-right: 0px; border-top: 0px; margin: 0px 0px 0px 10px; border-left: 0px; border-bottom: 0px" height="261" alt="Identity Attribute Zen" src="http://www.aniltj.com/blog/content/binary/WindowsLiveWriter/TheZenofIdentityAttributes_91C4/Attribute_Zen_3.png" width="362" align="right" border="0"&gt;&lt;/img&gt; Please&#xD;
note that, for me, an implementation of an Identity Federation architecture takes&#xD;
into account both Authentication and Authorization as well as a host of other areas. &#xD;
As such I've always found it amusing to be informed (usually by a vendor) that this&#xD;
is a straight forward problem and that once I deploy [Insert technology / tool / product&#xD;
/ magic pixie dust of choice here], we will have you "federating in no time". Ha!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
We have been wrestling with this and at one of our working meetings recently, one&#xD;
of my team-mates came up with the following representation to describe the challenges&#xD;
of reaching agreement on what information needs to flow across federation boundaries,&#xD;
and what needs to be in place to accomplish it. Based on the same principle as the&#xD;
Boy Scout's triangle (heat, oxygen, fuel), you take away one side, and the entire&#xD;
Attribute Triangle (or as we call it, "Tom's Triangle", in honor of our team-mate&#xD;
who came up with it) collapses. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
When you look at it, it seems so obvious and simplistic, but we have found value in&#xD;
thinking thinking about it in this manner.  Organizational Policy determines&#xD;
the rules of the road. Those rules in turn are reflected in the choices of attributes&#xD;
and the agreements around their semantics. At the same time, you need to be assured&#xD;
that the agreed upon attributes are not things that you come up out of the blue but&#xD;
are instead drawn from trusted and authoritative sources in the Enterprise.&#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cf6f0e09-9acd-45cf-9b61-1494627e3c31" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
tags: &lt;a href="http://del.icio.us/popular/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/ABAC" rel="tag"&gt;ABAC&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/Federated-Identity" rel="tag"&gt;Federated-Identity&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:766a51c6-1569-487c-b868-c7bef1fa0b38" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
tags: &lt;a href="http://technorati.com/tags/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;, &lt;a href="http://technorati.com/tags/ABAC" rel="tag"&gt;ABAC&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Federated-Identity" rel="tag"&gt;Federated-Identity&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=f4e283f1-9139-40b7-a175-fbaf2715732c"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=O7GZ3i"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=O7GZ3i" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=GhgmL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=GhgmL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=34RzBI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=34RzBI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/276933094" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,f4e283f1-9139-40b7-a175-fbaf2715732c.aspx</comments>
      <category>Security</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/04/24/TheZenOfIdentityAttributes.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=d438e885-0430-4b3b-903d-27ea089d66c1</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,d438e885-0430-4b3b-903d-27ea089d66c1.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,d438e885-0430-4b3b-903d-27ea089d66c1.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=d438e885-0430-4b3b-903d-27ea089d66c1</wfw:commentRss>
      
      <title>Metal on Target</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,d438e885-0430-4b3b-903d-27ea089d66c1.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/273285314/MetalOnTarget.aspx</link>
      <pubDate>Sat, 19 Apr 2008 02:32:55 GMT</pubDate>
      <description>&lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
"&lt;em&gt;... part of our job is to make deliveries of metal to deserving customers. Business&#xD;
is Good!&lt;/em&gt;"&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
An excerpt from a conversation with an Army Colonel.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f80d90d1-996a-4946-9988-a415d74e4cef" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
tags: &lt;a href="http://del.icio.us/popular/Military%20Humor" rel="tag"&gt;Military Humor&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8be23af1-f3ab-4e52-a31a-67edb5f1efd4" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
tags: &lt;a href="http://technorati.com/tags/Military%20Humor" rel="tag"&gt;Military Humor&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=d438e885-0430-4b3b-903d-27ea089d66c1"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=n4Hu6i"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=n4Hu6i" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=gYhhL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=gYhhL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=DUkDmI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=DUkDmI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/273285314" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,d438e885-0430-4b3b-903d-27ea089d66c1.aspx</comments>
      <category>Musings</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/04/19/MetalOnTarget.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=77809f34-1d41-493b-b619-d28fb4cf1c3a</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,77809f34-1d41-493b-b619-d28fb4cf1c3a.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,77809f34-1d41-493b-b619-d28fb4cf1c3a.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=77809f34-1d41-493b-b619-d28fb4cf1c3a</wfw:commentRss>
      
      <title>National response to hazards and Identity Management</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,77809f34-1d41-493b-b619-d28fb4cf1c3a.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/269730983/NationalResponseToHazardsAndIdentityManagement.aspx</link>
      <pubDate>Mon, 14 Apr 2008 02:07:28 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
GSA's USA Services/Intergovernmental Solutions sponsors monthly workshops around topics&#xD;
such as emergency preparedness, environmental monitoring, healthcare and law enforcement.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The upcoming "&lt;a href="http://colab.cim3.net/cgi-bin/wiki.pl?ExpeditionWorkshop/ExploringIdentityManagementLandscapeInNationalPreparednessAndResponseScenarios_2008_04_30"&gt;Exploring&#xD;
Identity Management: Global Landscape and Implications for Stakeholder Engagement&#xD;
Around the National Response Framework&lt;/a&gt;" session is focused on the implications&#xD;
of the "&lt;a href="http://www.fema.gov/pdf/emergency/nrf/nrf-core.pdf"&gt;National Response&#xD;
Framework [PDF]&lt;/a&gt;" to Identity Management.&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;&#xD;
              &lt;a href="http://www.fema.gov/pdf/emergency/nrf/nrf-core.pdf"&gt;National Response&#xD;
Framework&lt;/a&gt; (NRF) is a guide to how the Nation conducts all-hazards response. &#xD;
It is built upon scalable, flexible, and adaptable coordinating structures to align&#xD;
key roles and responsibilities across the Nation, linking all levels of government,&#xD;
nongovernmental organizations, and the private sector.  It is intended to capture&#xD;
specific authorities and best practices for managing incidents that range from the&#xD;
serious but purely local, to large-scale terrorist attacks or catastrophic natural&#xD;
disasters.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
I had the opportunity to speak with both &lt;a href="http://colab.cim3.net/cgi-bin/wiki.pl?SusanTurnbull"&gt;Susan&#xD;
Turnbull&lt;/a&gt; at the GSA as well as Dr. Duane Caneva, Director of Medical Preparedness&#xD;
at the White House Homeland Security Council, who are putting this event together,&#xD;
and came away impressed with their obvious passion in addressing this critical issue. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Basically, this is all about the technical, social and organizational infrastructure&#xD;
that needs to be in place to respond to a Katrina-like or Tsunami-like event. &#xD;
Identity Management is seen as an enabler in bringing the right people, the right&#xD;
resources and the right information together to help make a difference in responding&#xD;
to a crisis of this magnitude.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I also came away with an action item :-) to discuss with this community how some of&#xD;
the &lt;a href="http://colab.cim3.net/cgi-bin/wiki.pl?ExpeditionWorkshop/ExploringIdentityManagementLandscapeInNationalPreparednessAndResponseScenarios_2008_04_30#nid3WE4"&gt;work&#xD;
that I am currently involved with&lt;/a&gt; could help out in this particular domain. &#xD;
The agenda looks pretty interesting and builds upon past events such as the IDTrust&#xD;
2008 etc. Looking forward to this! &#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ef0b0b46-98d1-49b9-9db2-46e15f94da43" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
tags: &lt;a href="http://del.icio.us/popular/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/DHS" rel="tag"&gt;DHS&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/GSA" rel="tag"&gt;GSA&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/National%20Response%20Framework" rel="tag"&gt;National&#xD;
Response Framework&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4d176b50-3775-42ae-9c88-1ffc71b39578" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
tags: &lt;a href="http://technorati.com/tags/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;, &lt;a href="http://technorati.com/tags/DHS" rel="tag"&gt;DHS&lt;/a&gt;, &lt;a href="http://technorati.com/tags/GSA" rel="tag"&gt;GSA&lt;/a&gt;, &lt;a href="http://technorati.com/tags/National%20Response%20Framework" rel="tag"&gt;National&#xD;
Response Framework&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=77809f34-1d41-493b-b619-d28fb4cf1c3a"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=xsN0Zi"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=xsN0Zi" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=7r29L"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=7r29L" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=rf8q6I"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=rf8q6I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/269730983" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,77809f34-1d41-493b-b619-d28fb4cf1c3a.aspx</comments>
      <category>Security</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/04/14/NationalResponseToHazardsAndIdentityManagement.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=eb3799b8-0900-48bb-9101-5c7276d90465</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,eb3799b8-0900-48bb-9101-5c7276d90465.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,eb3799b8-0900-48bb-9101-5c7276d90465.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=eb3799b8-0900-48bb-9101-5c7276d90465</wfw:commentRss>
      
      <title>Wanted - Computer Systems Engineer Identity Management</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,eb3799b8-0900-48bb-9101-5c7276d90465.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/265203610/WantedComputerSystemsEngineerIdentityManagement.aspx</link>
      <pubDate>Sun, 06 Apr 2008 19:08:54 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
I typically &lt;a href="http://www.aniltj.com/blog/FormatPage.aspx?path=siteConfig/disclaimer.format.html"&gt;don't&#xD;
do this&lt;/a&gt;, but this particular job opening in &lt;a href="http://www.jhuapl.edu/aboutapl/"&gt;my&#xD;
organization&lt;/a&gt; is for someone that I will be directly working with.  As such,&#xD;
it is in my best interest to make sure that the opening gets socialized to folks in&#xD;
the right communities so that I can continue to work with folks who are a whole lot&#xD;
smarter and more knowledgeable than I am :-)&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
So if you have a knowledge base that spans identity, security and privacy technologies,&#xD;
would like a job that has a direct impact on and enhances of the security of the nation,&#xD;
and would like to work in an environment that values your individual contributions&#xD;
to a kick-ass team, we are hiring!  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Here are some of what I consider to be the relevant details of the job opening. The &lt;a href="https://owa.jhuapl.edu/psp/cg89prod_cg/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL?Page=HRS_CE_JOB_DTL&amp;amp;Action=A&amp;amp;JobOpeningId=61317&amp;amp;SiteId=1"&gt;full&#xD;
description of the job, as well as how to apply for it, can be found on the official&#xD;
job requisition&lt;/a&gt;.&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;The ideal candidate will have a knowledge base that spans identity, security and&#xD;
privacy technologies as well as the ability to bridge the software development and&#xD;
computing infrastructure domains.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;&#xD;
              &lt;em&gt;Duties:&lt;/em&gt;&#xD;
            &lt;/b&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;&#xD;
              &lt;em&gt;&#xD;
              &lt;/em&gt;&#xD;
            &lt;/b&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;Provide subject matter expertise in implementing identity and access control solutions&#xD;
in support of a variety of sponsors in the Government and Intelligence Communities.&#xD;
[...] &lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;Maintain current knowledge of identity technologies in the commercial marketplace&#xD;
with an eye towards how it could be applied to sponsor needs. Expectation is that&#xD;
the candidate actively participates in the technical community [...]&lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;Actively work to share knowledge and experience gained in external community participation&#xD;
and project work via participation in internal Communities of Practice, online forums&#xD;
[...]&lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;Participate in standards organizations such as OASIS, W3C and others on behalf&#xD;
of JHU/APL in the creation and modification of standards [...]&lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;&#xD;
              &lt;b&gt;Desired:&lt;/b&gt;&#xD;
            &lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;&#xD;
              &lt;em&gt;&#xD;
              &lt;/em&gt;&#xD;
            &lt;/b&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;&#xD;
                &lt;b&gt;Self-motivated to learn and apply technology to solve problems&lt;/b&gt;&#xD;
              &lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;&#xD;
                &lt;b&gt;Ability to “Argue like you are right, Listen like you are wrong”&lt;/b&gt;&#xD;
              &lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;&#xD;
                &lt;b&gt;Self-starter who proactively searches for and obtains potential solutions to&#xD;
problems&lt;/b&gt;&#xD;
              &lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;Demonstrated experience with the implementation of identity solutions which may&#xD;
include: &lt;/em&gt;&#xD;
              &lt;ul&gt;&#xD;
                &lt;li&gt;&#xD;
                  &lt;em&gt;Application of relevant standards such as SAML, XACML, WS-SX, etc. &lt;/em&gt;&#xD;
                &lt;/li&gt;&#xD;
                &lt;li&gt;&#xD;
                  &lt;em&gt;Implementation and/or administration of directory services (LDAP etc) and/or Virtual&#xD;
Directory Capabilities, &lt;/em&gt;&#xD;
                &lt;/li&gt;&#xD;
                &lt;li&gt;&#xD;
                  &lt;em&gt;Implementation and/or administration of PKI, &lt;/em&gt;&#xD;
                &lt;/li&gt;&#xD;
                &lt;li&gt;&#xD;
                  &lt;em&gt;Implementation and/or administration of Web Access Management solutions &lt;/em&gt;&#xD;
                &lt;/li&gt;&#xD;
                &lt;li&gt;&#xD;
                  &lt;em&gt;RBAC/ABAC&lt;/em&gt;&#xD;
                &lt;/li&gt;&#xD;
              &lt;/ul&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;Full lifecycle implementation experience as related to an Identity Management&#xD;
Project&lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;&#xD;
              &lt;em&gt;Required:&lt;/em&gt;&#xD;
            &lt;/b&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;&#xD;
              &lt;em&gt;&#xD;
              &lt;/em&gt;&#xD;
            &lt;/b&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;Demonstrated experience in one or more of the relevant areas of Identity, Security,&#xD;
and Privacy with an interest in focusing on the Identity Management area.&lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;At least 5 years of increasingly complex software development with one or more&#xD;
of the major software platforms (i.e. .NET and/or JEE) and/or infrastructure experience&#xD;
with one or more major operating systems (i.e., *nix, Windows) in an Enterprise class&#xD;
environment&lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;Awareness of the fundamental principles of Service Oriented Architecture&lt;/em&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;em&gt;&#xD;
                &lt;a href="https://www.dss.mil/portal/ShowBinary/BEA%20Repository/new_dss_internet/psco/ps_faqs.html"&gt;Must&#xD;
be eligible for US Department of Defense (DoD) clearance requiring background investigation&#xD;
and/or polygraph examination&lt;/a&gt;.&lt;/em&gt;  [Please be aware that holding a U.S.&#xD;
Citizenship is part of the requirement for obtaining a security clearance] &#xD;
&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
[...]&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
If you are interested, &lt;a href="https://owa.jhuapl.edu/psp/cg89prod_cg/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL?Page=HRS_CE_JOB_DTL&amp;amp;Action=A&amp;amp;JobOpeningId=61317&amp;amp;SiteId=1"&gt;apply&#xD;
via the official job site&lt;/a&gt;, but in addition, &lt;strong&gt;drop me a note that you have&#xD;
applied with your attached resume&lt;/strong&gt; to my work e-mail (anil dot john -at- jhuapl&#xD;
dot edu), so that I can have it flagged internally and properly routed. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
If you would simply like to find out more about the job, the work environment etc,&#xD;
or would like any clarifications before you take action, please feel free to contact&#xD;
me.  Needless to say, if you know of someone else who would be interested, please&#xD;
pass the details on to them.&#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:52a5be71-502f-4092-9eea-b4f60dbdde7b" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
tags: &lt;a href="http://del.icio.us/popular/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/JHUAPL" rel="tag"&gt;JHUAPL&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:045388e4-9ada-42d8-8525-ab181352d199" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
tags: &lt;a href="http://technorati.com/tags/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;, &lt;a href="http://technorati.com/tags/JHUAPL" rel="tag"&gt;JHUAPL&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=eb3799b8-0900-48bb-9101-5c7276d90465"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=UbLaIi"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=UbLaIi" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=kqLML"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=kqLML" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=NZ4JeI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=NZ4JeI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/265203610" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,eb3799b8-0900-48bb-9101-5c7276d90465.aspx</comments>
      <category>Musings</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/04/06/WantedComputerSystemsEngineerIdentityManagement.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=d7f1953e-0460-4638-ab3b-86e23d99be68</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,d7f1953e-0460-4638-ab3b-86e23d99be68.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,d7f1953e-0460-4638-ab3b-86e23d99be68.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=d7f1953e-0460-4638-ab3b-86e23d99be68</wfw:commentRss>
      
      <title>New Information Sharing Strategy for the DNI</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,d7f1953e-0460-4638-ab3b-86e23d99be68.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/265150041/NewInformationSharingStrategyForTheDNI.aspx</link>
      <pubDate>Sun, 06 Apr 2008 16:53:44 GMT</pubDate>
      <description>&lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;A new &lt;/em&gt;&#xD;
            &lt;a href="http://www.fas.org/irp/dni/iss.pdf"&gt;&#xD;
              &lt;em&gt;“Information Sharing&#xD;
Strategy”&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; (PDF) from the Office of the Director of National Intelligence&#xD;
warns that traditional security practices that restrict disclosure of information&#xD;
have become counterproductive.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;“The Intelligence Community’s ‘need to know’ culture, a necessity during the Cold&#xD;
War, is now a handicap that threatens our ability to uncover, respond, and protect&#xD;
against terrorism and other asymmetric threats,” the document declares.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;The new Strategy defines information sharing goals and as well as near-term and&#xD;
long-term implementation objectives. Goals include uniform government-wide information&#xD;
policies, improved connectivity, and increased inter-agency collaboration.&lt;br&gt;&lt;br&gt;&lt;/em&gt;&#xD;
            &lt;strong&gt;Source: FAS Project on Government Secrecy&lt;/strong&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
The document notes that in order to achieve their information sharing vision, the&#xD;
IC has "...  adopted a new information sharing model, which is depicted in Figure&#xD;
1:" &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="407" alt="DNI Information Sharing Model" src="http://www.aniltj.com/blog/content/binary/WindowsLiveWriter/NewInformationSharingStrategyfortheDNI_12754/InformationSharingModel_3.png" width="585" border="0"&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:eb407b33-678a-48dc-b7d8-cea65a9034a7" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
tags: &lt;a href="http://del.icio.us/popular/ABAC" rel="tag"&gt;ABAC&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/Net-Centric" rel="tag"&gt;Net-Centric&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e62af9e7-bf71-4663-8210-a6fb6d5771df" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
tags: &lt;a href="http://technorati.com/tags/ABAC" rel="tag"&gt;ABAC&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Net-Centric" rel="tag"&gt;Net-Centric&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=d7f1953e-0460-4638-ab3b-86e23d99be68"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=jAQvbi"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=jAQvbi" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=dRGIL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=dRGIL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=KM2ceI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=KM2ceI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/265150041" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,d7f1953e-0460-4638-ab3b-86e23d99be68.aspx</comments>
      <category>Musings</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/04/06/NewInformationSharingStrategyForTheDNI.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.aniltj.com/blog/Trackback.aspx?guid=304e8b6f-feee-4c30-8a2d-7895e83bdf94</trackback:ping>
      <pingback:server>http://www.aniltj.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.aniltj.com/blog/PermaLink,guid,304e8b6f-feee-4c30-8a2d-7895e83bdf94.aspx</pingback:target>
      <dc:creator>Anil John</dc:creator>
      <wfw:comment>http://www.aniltj.com/blog/CommentView,guid,304e8b6f-feee-4c30-8a2d-7895e83bdf94.aspx</wfw:comment>
      <wfw:commentRss>http://www.aniltj.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=304e8b6f-feee-4c30-8a2d-7895e83bdf94</wfw:commentRss>
      
      <title>IEEE Security &amp;amp; Privacy on Identity Management</title>
      <guid isPermaLink="false">http://www.aniltj.com/blog/PermaLink,guid,304e8b6f-feee-4c30-8a2d-7895e83bdf94.aspx</guid>
      <link>http://feeds.feedburner.com/~r/AnilJohn/~3/264241332/IEEESecurityAmpPrivacyOnIdentityManagement.aspx</link>
      <pubDate>Fri, 04 Apr 2008 22:12:35 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
Just picked up the current issue of &lt;a href="http://www.computer.org/portal/site/security/"&gt;IEEE&#xD;
Security &amp;amp; Privacy&lt;/a&gt; Magazine and it is full of Identity Management Goodness!&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.computer.org/portal/site/security/menuitem.6f7b2414551cb84651286b108bcd45f3/index.jsp?&amp;amp;pName=security_level1_article&amp;amp;TheCat=1015&amp;amp;path=security/2008/n2&amp;amp;file=gei.xml&amp;amp;"&gt;I'm&#xD;
Pc01002/SpringPeeper/ED288l.6; Who are You?&lt;/a&gt; by Susan Landau and Deirdre K. Mulligan &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/mags/sp/&amp;amp;toc=comp/mags/sp/2008/02/msp02toc.xml&amp;amp;DOI=10.1109/MSP.2008.50"&gt;The&#xD;
Venn of Identity: Options and Issues in Federated Identity Management&lt;/a&gt; (Abstract)&#xD;
by Eve Maler and Drummond Reed &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/mags/sp/&amp;amp;toc=comp/mags/sp/2008/02/msp02toc.xml&amp;amp;DOI=10.1109/MSP.2008.49"&gt;The&#xD;
Seven Flaws of Identity Management: Usability and Security Challenges&lt;/a&gt; (Abstract)&#xD;
by Rachna Dhamija and Lisa Dusseault &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/mags/sp/&amp;amp;toc=comp/mags/sp/2008/02/msp02toc.xml&amp;amp;DOI=10.1109/MSP.2008.28"&gt;Biometrics&#xD;
in Identity Management Systems&lt;/a&gt; (Abstract) by James L. Wayman &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/mags/sp/&amp;amp;toc=comp/mags/sp/2008/02/msp02toc.xml&amp;amp;DOI=10.1109/MSP.2008.41"&gt;Privacy&#xD;
and Identity Management&lt;/a&gt; (Abstract) by Marit Hansen, Ari Schwartz and Alissa Cooper &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/mags/sp/&amp;amp;toc=comp/mags/sp/2008/02/msp02toc.xml&amp;amp;DOI=10.1109/MSP.2008.35"&gt;Identity&#xD;
Management, Privacy, and Price Discrimination&lt;/a&gt; (Abstract) by Alessandro Acquisti &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/mags/sp/&amp;amp;toc=comp/mags/sp/2008/02/msp02toc.xml&amp;amp;DOI=10.1109/MSP.2008.51"&gt;Use&#xD;
Cases for Identity Management in E-Government&lt;/a&gt; (Abstract) by Robin McKenzie, Malcolm&#xD;
Crompton and Colin Wallis &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.computer.org/portal/site/security/index.jsp?pageID=security_level1_article&amp;amp;TheCat=1001&amp;amp;path=security/2008/n2&amp;amp;file=bsi.xml"&gt;Dynamic&#xD;
Security Assertion Markup Language: Simplifying Single Sign-On&lt;/a&gt; by Patrick Harding,&#xD;
Leif Johansson, and Nate Klingenstein&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
Looking forward to this read!&#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c01b9522-575a-40ee-8530-1711400a693d" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us&#xD;
tags: &lt;a href="http://del.icio.us/popular/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/SAML" rel="tag"&gt;SAML&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/Privacy" rel="tag"&gt;Privacy&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:27261b3a-eca4-4b27-864c-7da1b1be55e6" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
tags: &lt;a href="http://technorati.com/tags/Identity-Management" rel="tag"&gt;Identity-Management&lt;/a&gt;, &lt;a href="http://technorati.com/tags/SAML" rel="tag"&gt;SAML&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Privacy" rel="tag"&gt;Privacy&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.aniltj.com/blog/aggbug.ashx?id=304e8b6f-feee-4c30-8a2d-7895e83bdf94"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
These are solely my opinions and do not represent the thoughts, intentions, plans&#xD;
or strategies of any third party, including my employer, except where explicitly stated.&#xD;
This work is licensed under a Creative Commons Attribution 3.0 License.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=vaQkVi"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=vaQkVi" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=OO0dL"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=OO0dL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilJohn?a=GnKMHI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilJohn?i=GnKMHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilJohn/~4/264241332" height="1" width="1"/&gt;</description>
      <comments>http://www.aniltj.com/blog/CommentView,guid,304e8b6f-feee-4c30-8a2d-7895e83bdf94.aspx</comments>
      <category>Security</category>
    <feedburner:origLink>http://www.aniltj.com/blog/2008/04/04/IEEESecurityAmpPrivacyOnIdentityManagement.aspx</feedburner:origLink></item>
  </channel>
</rss>
