1 / 13

Active Directory Federation Services

Ing. Ondřej Ševeček | GOPAS a.s. | MCM: Directory Services | MVP: Enterprise Security | CEH | ondrej@ sevecek.com | www.sevecek.com |. Active Directory Federation Services. AD FS. XML over HTTP/S based authentication and "trust" Replacement for AD trusts Free download.

venice
Download Presentation

Active Directory Federation Services

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ing. Ondřej Ševeček | GOPAS a.s. | MCM: Directory Services | MVP: Enterprise Security | CEH | ondrej@sevecek.com | www.sevecek.com | Active Directory Federation Services

  2. AD FS • XML over HTTP/S based authentication and "trust" • Replacement for AD trusts • Free download

  3. AD FS vs. local user stores • Local user stores • AD LDS (LDAP), SQL, XML, … • you must manage the accounts • you know their passwords • you must reset and unlock and disable • AD FS • leaves account management on the account partner side • you never see their password

  4. AD FS principles

  5. AD FS principles

  6. AD FS principles

  7. Internal partners - most common

  8. SharePoint WS Federation passive URL • This is the resulting redirection after client is authenticated and claims are processed and signed • https://intranet.gopas.cz/_trust/

  9. SharePoint realm • Used to identify the calling application • it is the thing that SharePoint sends to ADFS to identify itself • urn:something:something-else • urn:intranet.gopas.virtual:sharepoint

  10. SharePoint incoming claim types http://msdn.microsoft.com/en-us/library/system.identitymodel.claims.claimtypes.aspx

  11. Claim types and SharePoint • Only IdentifierClaim is saved in user's "settings" page • Other claim types can be used to authorize access to resources with People Picker • No lookup for account partner claim values

  12. More groups as a single claim • c:[Type == ”http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid”, Value == “S-1-5-21-573680338-1201701862-760492540-1037”, Issuer == “AD AUTHORITY”] • && c1:[Type == ”http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid”, Value == “S-1-5-21-573680338-1201701862-760492540-1185”, Issuer == “AD AUTHORITY”] • && c2:[Type == ”http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid”, Value == “S-1-5-21-573680338-1201701862-760492540-1139”, Issuer == “AD AUTHORITY”] • => issue(Type = “http://schemas.sp.local/canDoIt”, Value = “true”, Issuer =c.Issuer, OriginalIssuer = c.OriginalIssuer, ValueType = c.ValueType);

  13. Ing. Ondřej Ševeček | GOPAS a.s. | MCM: Directory Services | MVP: Enterprise Security | CEH | ondrej@sevecek.com | www.sevecek.com | Active Directory Federation Services Thank you!

More Related