understanding ws federation agenda
play

UNDERSTANDING WS-FEDERATION Agenda WS-Trust and WS-Federation - PowerPoint PPT Presentation

Specification features in selected application scenarios UNDERSTANDING WS-FEDERATION Agenda WS-Trust and WS-Federation Fundamentals Enterprise Scenario Request for Proposal Healthcare Scenario Patient Record Access 2 6/6/2007


  1. Specification features in selected application scenarios UNDERSTANDING WS-FEDERATION

  2. Agenda  WS-Trust and WS-Federation Fundamentals  Enterprise Scenario – Request for Proposal  Healthcare Scenario – Patient Record Access 2 6/6/2007

  3. WS-Trust  Defines Security Token Service (STS) model for security tokens including  Requesting  Issuing  Renewing  Cancelling  Validating  Token type agnostic 3 6/6/2007

  4. The STS Model Policy Claims Security Token STS Policy Claims Security Token Requestor Policy Claims Security Token Resource Provider 4 6/6/2007

  5. WS-Federation  Enables richer trust relationships  Allows authorized access to resources in one realm provided to security principles managed in another  Defines mechanisms as extensions to WS-Trust for:  Brokering of identity  Attribute discovery and retrieval  Authentication and authorization claims between federation partners  Protection of the privacy of claims across organizational boundaries  Provides for mapping of the above, and WS-Trust token issuance messages, onto HTTP for web browser clients 5 6/6/2007

  6. Enterprise scenario  Request for Proposal  First interaction between new business partners  Simple review, bid and status check for RFPs  WS-Federation features demonstrated:  Federation Metadata  Application specific Policy and Metadata  Authorization Context  Common Claim Types  Web Browser Requestors 6 6/6/2007

  7. Initial RFP Request Fabrikam is new partner of Contoso Fabrikam Employee initiates first request to get available RFPs from the Contoso service GetRFP Request is secured by a token signed with Fabrikam Contoso Employee RFP Service Fabrikam’s signing key Contoso attempts to authenticate the request but finds that additional configuration is needed because this is the first time the two have worked together Request is put on hold 7 6/6/2007

  8. Federation Configuration Contoso algorithmically constructs endpoint to retrieve Fabrikam’s Federation Metadata Document Https request fed:TokenSigningKeyInfo This contains Fabrikam’s signing key as well as Contoso Fabrikam additional information, System System (e.g. supported claim types) Federation Metadata Document Contoso’s system configures itself and can now authenticate requests from Fabrikam The held request is authenticated and a RFP Response response is returned Fabrikam Contoso Employee RFP Service 8 6/6/2007

  9. Specific Metadata Required A Fabrikam employee submits a bid to the Contoso service * Only Bonded Employees Place Bid are authorized to submit bids Fault – fed:SpecificMetadata A specialized SOAP fault Fabrikam Contoso Employee RFP Service is returned indicating the specific policy and metadata required to process this request. The claim type is expressed using the <wst:Claims Dialect="…/authorization/authclaims"> Common Claims Dialect <auth:ClaimType Uri="…/claims/Group"> <auth:Value>Bonded</auth:Value> </auth:ClaimType> </wst:Claims> 9 6/6/2007

  10. Authorization Context The Fabrikam client issues a request to the Fabrikam STS for the RST – auth:ClaimType auth:AdditionalContext required claims RSTR Bonded The Fabrikam client Fabrikam Fabrikam provides additional Employee STS context for the request via WS- Federation’s Authorization Context Bonded The Fabrikam client resubmits the bid with Place Bid the original token and Bid Response the new token to the Contoso Fabrikam Contoso RFP service Bonded RFP Service Employee 10 6/6/2007

  11. Enterprise web requestor Fabrikam Fabrikam Contoso System Employee System and STS and RFP status website GET resource (RFP status web page) Redirect to requestor IP/STS GET requestor token Return requestor token POST requestor token Return resource (RFP status web page for Fabrikam) 11 6/6/2007

  12. Complete Enterprise Scenario Fabrikam Fabrikam Contoso System Employee System and STS and RFP Service GetRFP Https request GetRFP Response 12 6/6/2007

  13. Complete Enterprise Scenario Fabrikam Fabrikam Contoso System Employee System and STS and RFP Service Place Bid Fault RST Bonded RSTR Bonded Place Bid Bid Response 13 6/6/2007

  14. Enterprise Scenario Review  Federation Metadata  Automated configuration between Contoso and Fabrikam  Application specific Policy and Metadata  Indicated specific claim required  Authorization Context  Provided additional context for token request  Common Claim Types  Used to express required claims  Web Browser Requestors  Review bid status web page 14 6/6/2007

  15. Healthcare Scenario  Patient Record Access  Emergency health record requested for an unconscious patient  Multiple organizational boundaries crossed  WS-Federation Features  Federation Metadata  Application specific Policy and Metadata  Authorization Context  Privacy Protection  Sign Out 15 6/6/2007

  16. ER Doctor Signs In The scenario begins with an ER Doctor who starts a shift and signs into an application. An STS of a certifying Medical Authority IP/STS Medical Authority issues a token containing claims that T1 the ER Doctor is a licensed Doctor Hospital physician IP/STS The Hospital STS issues a T2 token with claims that the ER On Duty Doctor is on duty. ER Doctor 16 6/6/2007

  17. Health Record Service Discovery An unconscious patient arrives at the ER The patient has a student ID card with a link to an affiliated University Hospital Health Record GetMetadata Service Hospital staff enter the link into their system University Hospital Staff which retrieves endpoints Health Record Service Federation and metadata from the Metadata Document University Hospital Federation Metadata Document is returned with specific access requirements 17 6/6/2007

  18. Specific Policy and Metadata ER Doctor chooses the emergency access option which requires a token with claims from T1 the Medical Authority Doctor that are satisfied by T1 Request A fault is returned that Fault - fed:TokenIssuerEndpoint indicates an additional token is required from ER Doctor University Hospital the patient’s Primary Health Record Service Care Provider The fault also contains <sp:RequestSecurityTokenTemplate> Authorization Context <auth:AdditionalContext> information to pass on <auth:ContextItem Name=".../AccessReq"> to assist the Primary <auth:Value>...</auth:Value> Care Provider in </auth:ContextItem> processing the request </auth:AdditionalContext> for the token </sp:RequestSecurityTokenTemplate> 18 6/6/2007

  19. Patient Selected Delegate In a normal case the request for patient records would have been successful GetMetadata fed:TokenSigningKeyInfo In this case, the patient upon enrolling with the University Primary Care Provider University Hospital Health Record Service Health Record Service insurance program indicated their Primary Federation Metadata Document Care Physician as a delegate to release records rather than allow any certified doctor access The University Hospital and the Primary Care Physician then entered into a federation to share signing keys, claims, etc. 19 6/6/2007

  20. Acquiring the Missing Token The Hospital client acquires the interface and metadata of the Primary Care Provider STS Included within the Federation Metadata Document are the offered claim types of <fed:UriNamedClaimTypesOffered> <fed:ClaimType Uri=".../PsychiatricHistory"> the service <fed:DisplayName> Psychiatric History Record Locator </fed:DisplayName> One of the claim types </fed:ClaimType> understood by the <fed:ClaimType Uri=".../MedicalHistory"> Hospital client is one it <fed:DisplayName> Medical History Record Locator does not want exposure </fed:DisplayName> to if it is issued </fed:ClaimType> </fed:UriNamedClaimTypesOffered> 20 6/6/2007

  21. Requesting the Missing Token Two tokens are required for authenticating a request for the missing T2 On Duty token T3 that are T1 Doctor satisfied by T1 and T2 RST This is a more stringent requirement for access to RSTR the patient records than T3 ER Doctor the University Hospital’s Medical History Primary Care Provider requirements STS The RST from the Hospital Client indicates the claim it does not want exposure to should <priv:ProtectData> be protected using <wst:Claims Dialect=".../authorization/authclaims"> <auth:ClaimType Uri=".../PsychiatricHistory"/> Privacy Confidential </wst:Claims> Tokens feature, </priv:ProtectData> presumably so that only the PCP and the University Hospital can access it 21 6/6/2007

  22. Sign out The ER Doctor logs out of the Hospital application at the end of the day Medical Authority STS fed:SignOut A SignOut message is T1 sent to each of the Doctor endpoints, which the Hospital application has fed:SignOut fed:SignOut tracked throughout the ER day, so that unneeded Doctor Hospital f e System and STS d endpoint states can be : S University Hospital i g n cleaned up. O Health Record Service u t Primary Care Provider STS 22 6/6/2007

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend