SlideShare une entreprise Scribd logo
1  sur  34
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 2 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 3 Identity
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 4 Why Cloud? Why do companies want to move to the cloud? What can they move to the cloud? Where do they move it to? Do they want everything in one location?
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 5 Cloud Pains What makes moving to cloud difficult? Identity Difficult for end-user (confusing & time consuming) Extra Management for IT (password resets, etc.) New employees -> Many accounts in many systems Leaving employees -> Blocking many accounts = Security Breach Migration Hard to migrate everything at once (timeframe, downtime) Convince Management Maybe they don’t like it when their data is stored elsewhere
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 6 Cloud Pains
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 7 Solution to cloud pains?
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 8 Solution to cloud pains? One identity (Active Directory)  Used for internal apps Used for external apps from partners Used for external cloud services How? You’ll learn in this session ADFS & SSO is the key!
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 9 Not only MicrosoftImagine 2016... Office365 Accounting Financial Info Social Secretary Bank application Combell Salesforce.com My Users
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 10 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
Application Company User Company 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 11 ADFS 2.0What is Federation? Before Federation ID STORE
Application Company 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 12 ADFS 2.0What is Federation? With Federation TRUST TRUST ADFS1 ADFS2 FEDERATIONTRUST User Company AUTHENTICATION IDSTORE
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 13 ADFS 2.0What is Federation? What are claims? Statements about users (name, id, group,...) Used for authorization by claims-aware applications How are they used? Claims are encrypted in SAML tokens and passed on Tokens are signed by a trusted source Applications make decisions based on the claims if jobtitle == “buyer” and department == “production” then access = true Claims can be transformed on their way if jobtitle == “purchaser” then output_token:jobtitle= “buyer” if jobtitle == “buyer” and department == “production” then output_token:spendlimit= “50€”
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 14 ADFS 2.0What is Federation? If Jobtitle = “Buyer” thenAccess = True Using Claims ADFS1 ADFS2 Jobtitle = “Buyer” SAML SAML Jobtitle = “Purchaser” AUTHENTICATION IDSTORE AD Attributes:Job Title, Department, ...
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 15 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 16 Single-sign-onHow does it work? DOMAINCONTROLLER On-premise AUTHENTICATION DOMAINJOINEDIIS SERVER Ctrl-Alt-Del IS USER AUTHENTICATED?
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 17 Single-sign-onExtending the model to the Cloud Windows AzureConnect Agent DOMAINCONTROLLER Windows Azure Connect AUTHENTICATION IIS SERVER DOMAINJOINED Ctrl-Alt-Del IS USER AUTHENTICATED?
ACS 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 18 Single-sign-onExtending the model to the Cloud Azure with Federation:Access Control Service TRUST TRUST ADFS IIS SERVER FEDERATIONTRUST AUTHENTICATION ACTIVEDIRECTORY User Company
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 19 Single-sign-onExtending the model to the Cloud Office 365 default login MSODS MSOLID
MSODS Office 365 with Federation: MS Federation Gateway 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 20 Single-sign-onExtending the model to the Cloud TRUST TRUST MFG ADFS MSOLID FEDERATIONTRUST AUTHENTICATION ACTIVEDIRECTORY User Company
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 21 Single-sign-onExtending the model to the Cloud Office 365 Directory Synchronization ACTIVE DIRECTORYSYNCHRONIZATION SERVER MS ONLINE ID(MSOLID) MS ONLINEDIRECTORY SERVICE(MSODS) ACTIVEDIRECTORY Name, Email, ObjectGUID,...
MFG 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 22 Single-sign-onExtending the model to the Cloud Office 365 with Federation Proxy TRUST ADFS ADFSPROXY FEDERATIONTRUST @HOME TRUST ACTIVEDIRECTORY
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 23 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 24 Multifactor AuthenticationWhat is it? Different kinds of evidence someone is who they say they are Something one knows A secret: password, PIN, ... Something one has A passport, physical token, ID Card, ... Something one is Biometric device: fingerprint, iris-scan, face geometry, ...
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 25 Multifactor AuthenticationIn the Cloud Two options available: Integrate the ADFS 2.0 Proxy login page with your strong authentication provider In this option, you can customize the AD FS 2.0 proxy login ASPX page introduce extra fields for the users to enter extra factors for authentication.  Use the Forefront Unified Access Gateway (UAG) SP1 server This gateway supports a wide range of two-factor authentication providers, as well as direct access to an expanded set of scenarios involving two-factor authentication.
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 26 Multifactor AuthenticationIn the Cloud ADFS 2.0 Proxy login page
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 27 Multifactor AuthenticationIn the Cloud Unified Access Gateway (UAG) SP1 server Forefront UAG intercepts the redirection to the Account Federation server Instead redirects the web browser to the Forefront UAG login page UAG ADFSPROXY ADFS
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 28 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 29 Cloud-ready company Server Requirements ADFS 2.0 Server(s) Can be installed on existing domain controllers (if 2008/2008R2) Can be a farm for redundancy (NLB host needed) Optionally, SQL Cluster can be used to store the database ADFS 2.0 Proxy Server(s) Can be installed on existing web/proxy servers (if 2008/2008R2) Can be a farm for redundancy (NLB needed) Office 365: Directory Syncrhonization Server(s) Must be a 32-bit server (no 2008R2!), can be 2003/2008 Cannot be installed on domain controller, but needs same security!
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 30 Cloud-ready company Typical setup for a small Company One ADFS 2.0 Server Installed on Domain controller or dedicated server Uses WID (Windows Integrated Database) One ADFS 2.0 Proxy Installed on existing web/proxy server or dedicated server Office 365: Directory Syncrhonization Server(s) Installed on a dedicated 2008 32-bit server
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 31 Cloud-ready company Typical cost for a small Company 1 to 3 extra Windows Licenses Recommended: Certificate by public CA for ADFS&ADFS Proxy 2 to 3 days sysadmin work 1 day pm work 1 day of testing
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 32 Benefits Less Management for IT Less calls to helpdesks for identity related problems Fewer user accounts to manage Easier to manage new employees (only one account to create) More Transparant & easier for end-user Has to remember one username, one password Has to logon only once with SSO (inside company) -> time saving More security Leaving employees are blocked on all applications at once Identity managed by own IT department Multifactor authentication for more security outside the company
12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 33 Q&A
34 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 12 October, 2011

Contenu connexe

Tendances

Understanding AWS Identity and Access Management | AWS Public Sector Summit 2016
Understanding AWS Identity and Access Management | AWS Public Sector Summit 2016Understanding AWS Identity and Access Management | AWS Public Sector Summit 2016
Understanding AWS Identity and Access Management | AWS Public Sector Summit 2016Amazon Web Services
 
Certifications for Azure Developers
Certifications for Azure DevelopersCertifications for Azure Developers
Certifications for Azure DevelopersKrunal Trivedi
 
Azure Global Bootcamp 2017 Azure AD Deployment
Azure Global Bootcamp 2017 Azure AD DeploymentAzure Global Bootcamp 2017 Azure AD Deployment
Azure Global Bootcamp 2017 Azure AD DeploymentAnthony Clendenen
 
Windows Azure Active Directory
Windows Azure Active DirectoryWindows Azure Active Directory
Windows Azure Active DirectoryKrunal Trivedi
 
Architecting for Greater Security - London Summit Enteprise Track RePlay
Architecting for Greater Security - London Summit Enteprise Track RePlayArchitecting for Greater Security - London Summit Enteprise Track RePlay
Architecting for Greater Security - London Summit Enteprise Track RePlayAmazon Web Services
 
EWUG - Azure AD Pass-through Authentication and Seamless Single Sign-On
EWUG - Azure AD Pass-through Authentication and Seamless Single Sign-OnEWUG - Azure AD Pass-through Authentication and Seamless Single Sign-On
EWUG - Azure AD Pass-through Authentication and Seamless Single Sign-OnPeter Selch Dahl
 
Managing the Life Cycle of IT Products
Managing the Life Cycle of IT ProductsManaging the Life Cycle of IT Products
Managing the Life Cycle of IT ProductsAmazon Web Services
 
Microsoft Azure Identity and O365
Microsoft Azure Identity and O365Microsoft Azure Identity and O365
Microsoft Azure Identity and O365Kris Wagner
 
Azure AD App Proxy Login Scenarios with an On Premises Applications - TSPUG
Azure AD App Proxy Login Scenarios with an On Premises Applications - TSPUGAzure AD App Proxy Login Scenarios with an On Premises Applications - TSPUG
Azure AD App Proxy Login Scenarios with an On Premises Applications - TSPUGRoy Kim
 
Microsoft Azure ad in 10 slides
Microsoft Azure ad in 10 slidesMicrosoft Azure ad in 10 slides
Microsoft Azure ad in 10 slidesAndre Debilloez
 
Azure Active Directory - An Introduction
Azure Active Directory  - An IntroductionAzure Active Directory  - An Introduction
Azure Active Directory - An IntroductionVenkatesh Narayanan
 
Going to the cloud with Microsoft and ITAdviser_Windows Azure overview for IT...
Going to the cloud with Microsoft and ITAdviser_Windows Azure overview for IT...Going to the cloud with Microsoft and ITAdviser_Windows Azure overview for IT...
Going to the cloud with Microsoft and ITAdviser_Windows Azure overview for IT...Olimpia Oancea
 
기업 환경 변화에 신속하게 대응하는 안전한 솔루션 : AWS End User Computing – 김종선 :: AWS Builders On...
기업 환경 변화에 신속하게 대응하는 안전한 솔루션 : AWS End User Computing – 김종선 :: AWS Builders On...기업 환경 변화에 신속하게 대응하는 안전한 솔루션 : AWS End User Computing – 김종선 :: AWS Builders On...
기업 환경 변화에 신속하게 대응하는 안전한 솔루션 : AWS End User Computing – 김종선 :: AWS Builders On...Amazon Web Services Korea
 
AWS Identity and Access Management and Consolidated Billing
AWS Identity and Access Management and Consolidated BillingAWS Identity and Access Management and Consolidated Billing
AWS Identity and Access Management and Consolidated BillingAmazon Web Services
 
Azure fundamentals
Azure   fundamentalsAzure   fundamentals
Azure fundamentalsRaju Kumar
 
Microsoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - AtidanMicrosoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - AtidanDavid J Rosenthal
 
Secure Cloud governance - AWS landing zone
Secure Cloud governance - AWS landing zoneSecure Cloud governance - AWS landing zone
Secure Cloud governance - AWS landing zoneTushar Gupta
 
AWS Identity, Directory, and Access Services: An Overview - SID201 - Chicago ...
AWS Identity, Directory, and Access Services: An Overview - SID201 - Chicago ...AWS Identity, Directory, and Access Services: An Overview - SID201 - Chicago ...
AWS Identity, Directory, and Access Services: An Overview - SID201 - Chicago ...Amazon Web Services
 

Tendances (20)

Understanding AWS Identity and Access Management | AWS Public Sector Summit 2016
Understanding AWS Identity and Access Management | AWS Public Sector Summit 2016Understanding AWS Identity and Access Management | AWS Public Sector Summit 2016
Understanding AWS Identity and Access Management | AWS Public Sector Summit 2016
 
Certifications for Azure Developers
Certifications for Azure DevelopersCertifications for Azure Developers
Certifications for Azure Developers
 
Azure Global Bootcamp 2017 Azure AD Deployment
Azure Global Bootcamp 2017 Azure AD DeploymentAzure Global Bootcamp 2017 Azure AD Deployment
Azure Global Bootcamp 2017 Azure AD Deployment
 
Windows Azure Active Directory
Windows Azure Active DirectoryWindows Azure Active Directory
Windows Azure Active Directory
 
Architecting for Greater Security - London Summit Enteprise Track RePlay
Architecting for Greater Security - London Summit Enteprise Track RePlayArchitecting for Greater Security - London Summit Enteprise Track RePlay
Architecting for Greater Security - London Summit Enteprise Track RePlay
 
EWUG - Azure AD Pass-through Authentication and Seamless Single Sign-On
EWUG - Azure AD Pass-through Authentication and Seamless Single Sign-OnEWUG - Azure AD Pass-through Authentication and Seamless Single Sign-On
EWUG - Azure AD Pass-through Authentication and Seamless Single Sign-On
 
Managing the Life Cycle of IT Products
Managing the Life Cycle of IT ProductsManaging the Life Cycle of IT Products
Managing the Life Cycle of IT Products
 
Microsoft Azure Identity and O365
Microsoft Azure Identity and O365Microsoft Azure Identity and O365
Microsoft Azure Identity and O365
 
Azure AD App Proxy Login Scenarios with an On Premises Applications - TSPUG
Azure AD App Proxy Login Scenarios with an On Premises Applications - TSPUGAzure AD App Proxy Login Scenarios with an On Premises Applications - TSPUG
Azure AD App Proxy Login Scenarios with an On Premises Applications - TSPUG
 
Microsoft Azure ad in 10 slides
Microsoft Azure ad in 10 slidesMicrosoft Azure ad in 10 slides
Microsoft Azure ad in 10 slides
 
Azure Active Directory - An Introduction
Azure Active Directory  - An IntroductionAzure Active Directory  - An Introduction
Azure Active Directory - An Introduction
 
Going to the cloud with Microsoft and ITAdviser_Windows Azure overview for IT...
Going to the cloud with Microsoft and ITAdviser_Windows Azure overview for IT...Going to the cloud with Microsoft and ITAdviser_Windows Azure overview for IT...
Going to the cloud with Microsoft and ITAdviser_Windows Azure overview for IT...
 
기업 환경 변화에 신속하게 대응하는 안전한 솔루션 : AWS End User Computing – 김종선 :: AWS Builders On...
기업 환경 변화에 신속하게 대응하는 안전한 솔루션 : AWS End User Computing – 김종선 :: AWS Builders On...기업 환경 변화에 신속하게 대응하는 안전한 솔루션 : AWS End User Computing – 김종선 :: AWS Builders On...
기업 환경 변화에 신속하게 대응하는 안전한 솔루션 : AWS End User Computing – 김종선 :: AWS Builders On...
 
Microsoft Azure Overview
Microsoft Azure OverviewMicrosoft Azure Overview
Microsoft Azure Overview
 
AWS Identity and Access Management and Consolidated Billing
AWS Identity and Access Management and Consolidated BillingAWS Identity and Access Management and Consolidated Billing
AWS Identity and Access Management and Consolidated Billing
 
Azure fundamentals
Azure   fundamentalsAzure   fundamentals
Azure fundamentals
 
Microsoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - AtidanMicrosoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - Atidan
 
AWS Service Catalog
AWS Service CatalogAWS Service Catalog
AWS Service Catalog
 
Secure Cloud governance - AWS landing zone
Secure Cloud governance - AWS landing zoneSecure Cloud governance - AWS landing zone
Secure Cloud governance - AWS landing zone
 
AWS Identity, Directory, and Access Services: An Overview - SID201 - Chicago ...
AWS Identity, Directory, and Access Services: An Overview - SID201 - Chicago ...AWS Identity, Directory, and Access Services: An Overview - SID201 - Chicago ...
AWS Identity, Directory, and Access Services: An Overview - SID201 - Chicago ...
 

En vedette

Microsoft Forefront - Secure Messaging & Online Protection for Exchange Over...
Microsoft Forefront - Secure Messaging &  Online Protection for Exchange Over...Microsoft Forefront - Secure Messaging &  Online Protection for Exchange Over...
Microsoft Forefront - Secure Messaging & Online Protection for Exchange Over...Microsoft Private Cloud
 
Using Windows Azure for Solving Identity Management Challenges (Visual Studio...
Using Windows Azure for Solving Identity Management Challenges (Visual Studio...Using Windows Azure for Solving Identity Management Challenges (Visual Studio...
Using Windows Azure for Solving Identity Management Challenges (Visual Studio...Michael Collier
 
Identity and o365 on Azure
Identity and o365 on AzureIdentity and o365 on Azure
Identity and o365 on AzureMostafa
 
SharePoint Governance - No one should carry the burden alone
SharePoint Governance - No one should carry the burden aloneSharePoint Governance - No one should carry the burden alone
SharePoint Governance - No one should carry the burden aloneBenjamin Niaulin
 
SharePoint Security Management - Lessons Learned
SharePoint Security Management - Lessons LearnedSharePoint Security Management - Lessons Learned
SharePoint Security Management - Lessons LearnedBenjamin Niaulin
 
Discover SharePoint 2016 Preview and the Vision
Discover SharePoint 2016 Preview and the VisionDiscover SharePoint 2016 Preview and the Vision
Discover SharePoint 2016 Preview and the VisionBenjamin Niaulin
 
Deep-dive building solutions on the SharePoint Framework
Deep-dive building solutions on the SharePoint FrameworkDeep-dive building solutions on the SharePoint Framework
Deep-dive building solutions on the SharePoint FrameworkWaldek Mastykarz
 
Hoe Werkt Een Balans
Hoe Werkt Een BalansHoe Werkt Een Balans
Hoe Werkt Een Balansguesta11592
 
Fy2006 Mfc Construction
Fy2006 Mfc ConstructionFy2006 Mfc Construction
Fy2006 Mfc ConstructionPaul Melton
 
Aftrap BIK Challenge: Samen slim energiezuinig renoveren van huurwoningen in ...
Aftrap BIK Challenge: Samen slim energiezuinig renoveren van huurwoningen in ...Aftrap BIK Challenge: Samen slim energiezuinig renoveren van huurwoningen in ...
Aftrap BIK Challenge: Samen slim energiezuinig renoveren van huurwoningen in ...Kamer van Koophandel
 

En vedette (15)

Microsoft Forefront - Secure Messaging & Online Protection for Exchange Over...
Microsoft Forefront - Secure Messaging &  Online Protection for Exchange Over...Microsoft Forefront - Secure Messaging &  Online Protection for Exchange Over...
Microsoft Forefront - Secure Messaging & Online Protection for Exchange Over...
 
Azure Active Directory
Azure Active DirectoryAzure Active Directory
Azure Active Directory
 
Using Windows Azure for Solving Identity Management Challenges (Visual Studio...
Using Windows Azure for Solving Identity Management Challenges (Visual Studio...Using Windows Azure for Solving Identity Management Challenges (Visual Studio...
Using Windows Azure for Solving Identity Management Challenges (Visual Studio...
 
Identity and o365 on Azure
Identity and o365 on AzureIdentity and o365 on Azure
Identity and o365 on Azure
 
SharePoint Governance - No one should carry the burden alone
SharePoint Governance - No one should carry the burden aloneSharePoint Governance - No one should carry the burden alone
SharePoint Governance - No one should carry the burden alone
 
SharePoint Security Management - Lessons Learned
SharePoint Security Management - Lessons LearnedSharePoint Security Management - Lessons Learned
SharePoint Security Management - Lessons Learned
 
Discover SharePoint 2016 Preview and the Vision
Discover SharePoint 2016 Preview and the VisionDiscover SharePoint 2016 Preview and the Vision
Discover SharePoint 2016 Preview and the Vision
 
Deep-dive building solutions on the SharePoint Framework
Deep-dive building solutions on the SharePoint FrameworkDeep-dive building solutions on the SharePoint Framework
Deep-dive building solutions on the SharePoint Framework
 
IdP, SAML, OAuth
IdP, SAML, OAuthIdP, SAML, OAuth
IdP, SAML, OAuth
 
Hoe Werkt Een Balans
Hoe Werkt Een BalansHoe Werkt Een Balans
Hoe Werkt Een Balans
 
Customer Service by Jamie Haenggi
Customer Service by Jamie HaenggiCustomer Service by Jamie Haenggi
Customer Service by Jamie Haenggi
 
Fy2006 Mfc Construction
Fy2006 Mfc ConstructionFy2006 Mfc Construction
Fy2006 Mfc Construction
 
Aftrap BIK Challenge: Samen slim energiezuinig renoveren van huurwoningen in ...
Aftrap BIK Challenge: Samen slim energiezuinig renoveren van huurwoningen in ...Aftrap BIK Challenge: Samen slim energiezuinig renoveren van huurwoningen in ...
Aftrap BIK Challenge: Samen slim energiezuinig renoveren van huurwoningen in ...
 
10 Ways to Find Common Ground with Your Social Media Audience
10 Ways to Find Common Ground with Your Social Media Audience10 Ways to Find Common Ground with Your Social Media Audience
10 Ways to Find Common Ground with Your Social Media Audience
 
Tif original 2011 final council presentation
Tif original 2011 final council presentationTif original 2011 final council presentation
Tif original 2011 final council presentation
 

Similaire à Identity in the cloud using Microsoft

CoLabora - Identity in a World of Cloud - June 2015
CoLabora - Identity in a World of Cloud - June 2015CoLabora - Identity in a World of Cloud - June 2015
CoLabora - Identity in a World of Cloud - June 2015CoLaboraDK
 
Análisis de riesgos en Azure y protección de la información
Análisis de riesgos en Azure y protección de la informaciónAnálisis de riesgos en Azure y protección de la información
Análisis de riesgos en Azure y protección de la informaciónPlain Concepts
 
Azure Community Tour 2019 - AZUGDK
Azure Community Tour 2019 - AZUGDKAzure Community Tour 2019 - AZUGDK
Azure Community Tour 2019 - AZUGDKPeter Selch Dahl
 
Cloud Identity and Access Management
Cloud Identity and Access ManagementCloud Identity and Access Management
Cloud Identity and Access ManagementJarek Sokolnicki
 
O365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
O365Con18 - Azure AD Connect Inside and Out - Sander BerkouwerO365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
O365Con18 - Azure AD Connect Inside and Out - Sander BerkouwerNCCOMMS
 
The Cloud for Modern Business
The Cloud for Modern BusinessThe Cloud for Modern Business
The Cloud for Modern BusinessBizTalk360
 
AD FS Workshop | Part 1 | Quick Overview
AD FS Workshop | Part 1 | Quick OverviewAD FS Workshop | Part 1 | Quick Overview
AD FS Workshop | Part 1 | Quick OverviewGranikos GmbH & Co. KG
 
O365-AzureAD Identity management
O365-AzureAD Identity managementO365-AzureAD Identity management
O365-AzureAD Identity managementDavid Pechon
 
Cloudreach Voices - Azure Active Directory
Cloudreach Voices - Azure Active DirectoryCloudreach Voices - Azure Active Directory
Cloudreach Voices - Azure Active DirectoryCloudreach
 
Best Practices for Active Directory with AWS Workloads
Best Practices for Active Directory with AWS WorkloadsBest Practices for Active Directory with AWS Workloads
Best Practices for Active Directory with AWS WorkloadsAmazon Web Services
 
Identity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft AzureIdentity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft AzureSparkhound Inc.
 
2018 10-17 J1 3C - Hybrid architectures with Amazon Web Services, Office 365 ...
2018 10-17 J1 3C - Hybrid architectures with Amazon Web Services, Office 365 ...2018 10-17 J1 3C - Hybrid architectures with Amazon Web Services, Office 365 ...
2018 10-17 J1 3C - Hybrid architectures with Amazon Web Services, Office 365 ...Modern Workplace Conference Paris
 
(BIZ303) Active Directory in the AWS Cloud | AWS re:Invent 2014
(BIZ303) Active Directory in the AWS Cloud | AWS re:Invent 2014(BIZ303) Active Directory in the AWS Cloud | AWS re:Invent 2014
(BIZ303) Active Directory in the AWS Cloud | AWS re:Invent 2014Amazon Web Services
 
Simplifying Microsoft Architectures with AWS Services (WIN306) - AWS re:Inven...
Simplifying Microsoft Architectures with AWS Services (WIN306) - AWS re:Inven...Simplifying Microsoft Architectures with AWS Services (WIN306) - AWS re:Inven...
Simplifying Microsoft Architectures with AWS Services (WIN306) - AWS re:Inven...Amazon Web Services
 
Identity Days 2020 - Quelles sont les méthodes et le niveau de sécurisation/r...
Identity Days 2020 - Quelles sont les méthodes et le niveau de sécurisation/r...Identity Days 2020 - Quelles sont les méthodes et le niveau de sécurisation/r...
Identity Days 2020 - Quelles sont les méthodes et le niveau de sécurisation/r...Identity Days
 
EWUG - Bridging the legacy gap in modern workplaces
EWUG - Bridging the legacy gap in modern workplacesEWUG - Bridging the legacy gap in modern workplaces
EWUG - Bridging the legacy gap in modern workplacesPeter Selch Dahl
 
2. Day 2 - Identify and SSO
2. Day 2 -  Identify and SSO2. Day 2 -  Identify and SSO
2. Day 2 - Identify and SSOHuy Pham
 

Similaire à Identity in the cloud using Microsoft (20)

CoLabora - Identity in a World of Cloud - June 2015
CoLabora - Identity in a World of Cloud - June 2015CoLabora - Identity in a World of Cloud - June 2015
CoLabora - Identity in a World of Cloud - June 2015
 
Análisis de riesgos en Azure y protección de la información
Análisis de riesgos en Azure y protección de la informaciónAnálisis de riesgos en Azure y protección de la información
Análisis de riesgos en Azure y protección de la información
 
Azure Community Tour 2019 - AZUGDK
Azure Community Tour 2019 - AZUGDKAzure Community Tour 2019 - AZUGDK
Azure Community Tour 2019 - AZUGDK
 
Cloud Identity and Access Management
Cloud Identity and Access ManagementCloud Identity and Access Management
Cloud Identity and Access Management
 
O365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
O365Con18 - Azure AD Connect Inside and Out - Sander BerkouwerO365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
O365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
 
The Cloud for Modern Business
The Cloud for Modern BusinessThe Cloud for Modern Business
The Cloud for Modern Business
 
Office 365 identity
Office 365 identityOffice 365 identity
Office 365 identity
 
Lanzando tu primera cargo de trabajo
Lanzando tu primera cargo de trabajoLanzando tu primera cargo de trabajo
Lanzando tu primera cargo de trabajo
 
AD FS Workshop | Part 1 | Quick Overview
AD FS Workshop | Part 1 | Quick OverviewAD FS Workshop | Part 1 | Quick Overview
AD FS Workshop | Part 1 | Quick Overview
 
O365-AzureAD Identity management
O365-AzureAD Identity managementO365-AzureAD Identity management
O365-AzureAD Identity management
 
Cloudreach Voices - Azure Active Directory
Cloudreach Voices - Azure Active DirectoryCloudreach Voices - Azure Active Directory
Cloudreach Voices - Azure Active Directory
 
Best Practices for Active Directory with AWS Workloads
Best Practices for Active Directory with AWS WorkloadsBest Practices for Active Directory with AWS Workloads
Best Practices for Active Directory with AWS Workloads
 
Identity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft AzureIdentity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft Azure
 
2018 10-17 J1 3C - Hybrid architectures with Amazon Web Services, Office 365 ...
2018 10-17 J1 3C - Hybrid architectures with Amazon Web Services, Office 365 ...2018 10-17 J1 3C - Hybrid architectures with Amazon Web Services, Office 365 ...
2018 10-17 J1 3C - Hybrid architectures with Amazon Web Services, Office 365 ...
 
(BIZ303) Active Directory in the AWS Cloud | AWS re:Invent 2014
(BIZ303) Active Directory in the AWS Cloud | AWS re:Invent 2014(BIZ303) Active Directory in the AWS Cloud | AWS re:Invent 2014
(BIZ303) Active Directory in the AWS Cloud | AWS re:Invent 2014
 
Simplifying Microsoft Architectures with AWS Services (WIN306) - AWS re:Inven...
Simplifying Microsoft Architectures with AWS Services (WIN306) - AWS re:Inven...Simplifying Microsoft Architectures with AWS Services (WIN306) - AWS re:Inven...
Simplifying Microsoft Architectures with AWS Services (WIN306) - AWS re:Inven...
 
Azure-AD.pptx
Azure-AD.pptxAzure-AD.pptx
Azure-AD.pptx
 
Identity Days 2020 - Quelles sont les méthodes et le niveau de sécurisation/r...
Identity Days 2020 - Quelles sont les méthodes et le niveau de sécurisation/r...Identity Days 2020 - Quelles sont les méthodes et le niveau de sécurisation/r...
Identity Days 2020 - Quelles sont les méthodes et le niveau de sécurisation/r...
 
EWUG - Bridging the legacy gap in modern workplaces
EWUG - Bridging the legacy gap in modern workplacesEWUG - Bridging the legacy gap in modern workplaces
EWUG - Bridging the legacy gap in modern workplaces
 
2. Day 2 - Identify and SSO
2. Day 2 -  Identify and SSO2. Day 2 -  Identify and SSO
2. Day 2 - Identify and SSO
 

Plus de Orbit One - We create coherence

ShareCafé: SharePoint - Een doos vol documenten of dé tool om efficiënt samen...
ShareCafé: SharePoint - Een doos vol documenten of dé tool om efficiënt samen...ShareCafé: SharePoint - Een doos vol documenten of dé tool om efficiënt samen...
ShareCafé: SharePoint - Een doos vol documenten of dé tool om efficiënt samen...Orbit One - We create coherence
 
ShareCafé: Office365 - Efficiënt samenwerken met minimum aan kosten en comple...
ShareCafé: Office365 - Efficiënt samenwerken met minimum aan kosten en comple...ShareCafé: Office365 - Efficiënt samenwerken met minimum aan kosten en comple...
ShareCafé: Office365 - Efficiënt samenwerken met minimum aan kosten en comple...Orbit One - We create coherence
 
ShareCafé 3 - Geef je samenwerking een technologische upgrade
ShareCafé 3 - Geef je samenwerking een technologische upgradeShareCafé 3 - Geef je samenwerking een technologische upgrade
ShareCafé 3 - Geef je samenwerking een technologische upgradeOrbit One - We create coherence
 
OneCafé: De toekomst van ledenorganisaties met behulp van CRM en informatie-u...
OneCafé: De toekomst van ledenorganisaties met behulp van CRM en informatie-u...OneCafé: De toekomst van ledenorganisaties met behulp van CRM en informatie-u...
OneCafé: De toekomst van ledenorganisaties met behulp van CRM en informatie-u...Orbit One - We create coherence
 
OneCafé: The future of membership organizations facilitated by CRM and collab...
OneCafé: The future of membership organizations facilitated by CRM and collab...OneCafé: The future of membership organizations facilitated by CRM and collab...
OneCafé: The future of membership organizations facilitated by CRM and collab...Orbit One - We create coherence
 
Social Computing in your organization using SharePoint: challenges and benefits
Social Computing in your organization using SharePoint: challenges and benefitsSocial Computing in your organization using SharePoint: challenges and benefits
Social Computing in your organization using SharePoint: challenges and benefitsOrbit One - We create coherence
 
Marketing Automation in Dynamics CRM with ClickDimensions
Marketing Automation in Dynamics CRM with ClickDimensionsMarketing Automation in Dynamics CRM with ClickDimensions
Marketing Automation in Dynamics CRM with ClickDimensionsOrbit One - We create coherence
 

Plus de Orbit One - We create coherence (20)

ShareCafé: SharePoint - Een doos vol documenten of dé tool om efficiënt samen...
ShareCafé: SharePoint - Een doos vol documenten of dé tool om efficiënt samen...ShareCafé: SharePoint - Een doos vol documenten of dé tool om efficiënt samen...
ShareCafé: SharePoint - Een doos vol documenten of dé tool om efficiënt samen...
 
HoGent tips and tricks van een self-made ondernemer
HoGent tips and tricks van een self-made ondernemer HoGent tips and tricks van een self-made ondernemer
HoGent tips and tricks van een self-made ondernemer
 
Het Nieuwe Werken in de praktijk
Het Nieuwe Werkenin de praktijkHet Nieuwe Werkenin de praktijk
Het Nieuwe Werken in de praktijk
 
ShareCafé: Office365 - Efficiënt samenwerken met minimum aan kosten en comple...
ShareCafé: Office365 - Efficiënt samenwerken met minimum aan kosten en comple...ShareCafé: Office365 - Efficiënt samenwerken met minimum aan kosten en comple...
ShareCafé: Office365 - Efficiënt samenwerken met minimum aan kosten en comple...
 
ShareCafé 3 - Geef je samenwerking een technologische upgrade
ShareCafé 3 - Geef je samenwerking een technologische upgradeShareCafé 3 - Geef je samenwerking een technologische upgrade
ShareCafé 3 - Geef je samenwerking een technologische upgrade
 
ShareCafé 2 - Werk slimmer door geïntegreerde tools
ShareCafé 2 - Werk slimmer door geïntegreerde toolsShareCafé 2 - Werk slimmer door geïntegreerde tools
ShareCafé 2 - Werk slimmer door geïntegreerde tools
 
ShareCafé 1: Hou de Nieuwe Werker gemotiveerd
ShareCafé 1: Hou de Nieuwe Werker gemotiveerdShareCafé 1: Hou de Nieuwe Werker gemotiveerd
ShareCafé 1: Hou de Nieuwe Werker gemotiveerd
 
Business value of Lync integrations
Business value of Lync integrationsBusiness value of Lync integrations
Business value of Lync integrations
 
OneCafé: De toekomst van ledenorganisaties met behulp van CRM en informatie-u...
OneCafé: De toekomst van ledenorganisaties met behulp van CRM en informatie-u...OneCafé: De toekomst van ledenorganisaties met behulp van CRM en informatie-u...
OneCafé: De toekomst van ledenorganisaties met behulp van CRM en informatie-u...
 
OneCafé: The future of membership organizations facilitated by CRM and collab...
OneCafé: The future of membership organizations facilitated by CRM and collab...OneCafé: The future of membership organizations facilitated by CRM and collab...
OneCafé: The future of membership organizations facilitated by CRM and collab...
 
OneCafé: The new world of work and your organisation
OneCafé: The new world of work and your organisationOneCafé: The new world of work and your organisation
OneCafé: The new world of work and your organisation
 
Social Computing in your organization using SharePoint: challenges and benefits
Social Computing in your organization using SharePoint: challenges and benefitsSocial Computing in your organization using SharePoint: challenges and benefits
Social Computing in your organization using SharePoint: challenges and benefits
 
Windows Communication Foundation (WCF) Best Practices
Windows Communication Foundation (WCF) Best PracticesWindows Communication Foundation (WCF) Best Practices
Windows Communication Foundation (WCF) Best Practices
 
Wie is Orbit One Internet Solutions
Wie is Orbit One Internet SolutionsWie is Orbit One Internet Solutions
Wie is Orbit One Internet Solutions
 
Azure Umbraco workshop
Azure Umbraco workshopAzure Umbraco workshop
Azure Umbraco workshop
 
Marketing Automation in Dynamics CRM with ClickDimensions
Marketing Automation in Dynamics CRM with ClickDimensionsMarketing Automation in Dynamics CRM with ClickDimensions
Marketing Automation in Dynamics CRM with ClickDimensions
 
Office 365, is cloud right for your company?
Office 365, is cloud right for your company?Office 365, is cloud right for your company?
Office 365, is cloud right for your company?
 
Who is Orbit One internet solutions?
Who is Orbit One internet solutions?Who is Orbit One internet solutions?
Who is Orbit One internet solutions?
 
Azure and Umbraco CMS
Azure and Umbraco CMSAzure and Umbraco CMS
Azure and Umbraco CMS
 
Ingredients of the new world of work
Ingredients of the new world of workIngredients of the new world of work
Ingredients of the new world of work
 

Dernier

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 

Dernier (20)

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 

Identity in the cloud using Microsoft

  • 1. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication
  • 2. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 2 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
  • 3. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 3 Identity
  • 4. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 4 Why Cloud? Why do companies want to move to the cloud? What can they move to the cloud? Where do they move it to? Do they want everything in one location?
  • 5. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 5 Cloud Pains What makes moving to cloud difficult? Identity Difficult for end-user (confusing & time consuming) Extra Management for IT (password resets, etc.) New employees -> Many accounts in many systems Leaving employees -> Blocking many accounts = Security Breach Migration Hard to migrate everything at once (timeframe, downtime) Convince Management Maybe they don’t like it when their data is stored elsewhere
  • 6. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 6 Cloud Pains
  • 7. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 7 Solution to cloud pains?
  • 8. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 8 Solution to cloud pains? One identity (Active Directory) Used for internal apps Used for external apps from partners Used for external cloud services How? You’ll learn in this session ADFS & SSO is the key!
  • 9. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 9 Not only MicrosoftImagine 2016... Office365 Accounting Financial Info Social Secretary Bank application Combell Salesforce.com My Users
  • 10. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 10 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
  • 11. Application Company User Company 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 11 ADFS 2.0What is Federation? Before Federation ID STORE
  • 12. Application Company 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 12 ADFS 2.0What is Federation? With Federation TRUST TRUST ADFS1 ADFS2 FEDERATIONTRUST User Company AUTHENTICATION IDSTORE
  • 13. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 13 ADFS 2.0What is Federation? What are claims? Statements about users (name, id, group,...) Used for authorization by claims-aware applications How are they used? Claims are encrypted in SAML tokens and passed on Tokens are signed by a trusted source Applications make decisions based on the claims if jobtitle == “buyer” and department == “production” then access = true Claims can be transformed on their way if jobtitle == “purchaser” then output_token:jobtitle= “buyer” if jobtitle == “buyer” and department == “production” then output_token:spendlimit= “50€”
  • 14. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 14 ADFS 2.0What is Federation? If Jobtitle = “Buyer” thenAccess = True Using Claims ADFS1 ADFS2 Jobtitle = “Buyer” SAML SAML Jobtitle = “Purchaser” AUTHENTICATION IDSTORE AD Attributes:Job Title, Department, ...
  • 15. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 15 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
  • 16. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 16 Single-sign-onHow does it work? DOMAINCONTROLLER On-premise AUTHENTICATION DOMAINJOINEDIIS SERVER Ctrl-Alt-Del IS USER AUTHENTICATED?
  • 17. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 17 Single-sign-onExtending the model to the Cloud Windows AzureConnect Agent DOMAINCONTROLLER Windows Azure Connect AUTHENTICATION IIS SERVER DOMAINJOINED Ctrl-Alt-Del IS USER AUTHENTICATED?
  • 18. ACS 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 18 Single-sign-onExtending the model to the Cloud Azure with Federation:Access Control Service TRUST TRUST ADFS IIS SERVER FEDERATIONTRUST AUTHENTICATION ACTIVEDIRECTORY User Company
  • 19. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 19 Single-sign-onExtending the model to the Cloud Office 365 default login MSODS MSOLID
  • 20. MSODS Office 365 with Federation: MS Federation Gateway 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 20 Single-sign-onExtending the model to the Cloud TRUST TRUST MFG ADFS MSOLID FEDERATIONTRUST AUTHENTICATION ACTIVEDIRECTORY User Company
  • 21. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 21 Single-sign-onExtending the model to the Cloud Office 365 Directory Synchronization ACTIVE DIRECTORYSYNCHRONIZATION SERVER MS ONLINE ID(MSOLID) MS ONLINEDIRECTORY SERVICE(MSODS) ACTIVEDIRECTORY Name, Email, ObjectGUID,...
  • 22. MFG 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 22 Single-sign-onExtending the model to the Cloud Office 365 with Federation Proxy TRUST ADFS ADFSPROXY FEDERATIONTRUST @HOME TRUST ACTIVEDIRECTORY
  • 23. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 23 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
  • 24. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 24 Multifactor AuthenticationWhat is it? Different kinds of evidence someone is who they say they are Something one knows A secret: password, PIN, ... Something one has A passport, physical token, ID Card, ... Something one is Biometric device: fingerprint, iris-scan, face geometry, ...
  • 25. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 25 Multifactor AuthenticationIn the Cloud Two options available: Integrate the ADFS 2.0 Proxy login page with your strong authentication provider In this option, you can customize the AD FS 2.0 proxy login ASPX page introduce extra fields for the users to enter extra factors for authentication. Use the Forefront Unified Access Gateway (UAG) SP1 server This gateway supports a wide range of two-factor authentication providers, as well as direct access to an expanded set of scenarios involving two-factor authentication.
  • 26. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 26 Multifactor AuthenticationIn the Cloud ADFS 2.0 Proxy login page
  • 27. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 27 Multifactor AuthenticationIn the Cloud Unified Access Gateway (UAG) SP1 server Forefront UAG intercepts the redirection to the Account Federation server Instead redirects the web browser to the Forefront UAG login page UAG ADFSPROXY ADFS
  • 28. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 28 Introduction ADFS 2.0: What is Federation? Single-sign-on: Extending the model to the cloud Multifactor Authentication How to make my company cloud-ready?
  • 29. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 29 Cloud-ready company Server Requirements ADFS 2.0 Server(s) Can be installed on existing domain controllers (if 2008/2008R2) Can be a farm for redundancy (NLB host needed) Optionally, SQL Cluster can be used to store the database ADFS 2.0 Proxy Server(s) Can be installed on existing web/proxy servers (if 2008/2008R2) Can be a farm for redundancy (NLB needed) Office 365: Directory Syncrhonization Server(s) Must be a 32-bit server (no 2008R2!), can be 2003/2008 Cannot be installed on domain controller, but needs same security!
  • 30. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 30 Cloud-ready company Typical setup for a small Company One ADFS 2.0 Server Installed on Domain controller or dedicated server Uses WID (Windows Integrated Database) One ADFS 2.0 Proxy Installed on existing web/proxy server or dedicated server Office 365: Directory Syncrhonization Server(s) Installed on a dedicated 2008 32-bit server
  • 31. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 31 Cloud-ready company Typical cost for a small Company 1 to 3 extra Windows Licenses Recommended: Certificate by public CA for ADFS&ADFS Proxy 2 to 3 days sysadmin work 1 day pm work 1 day of testing
  • 32. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 32 Benefits Less Management for IT Less calls to helpdesks for identity related problems Fewer user accounts to manage Easier to manage new employees (only one account to create) More Transparant & easier for end-user Has to remember one username, one password Has to logon only once with SSO (inside company) -> time saving More security Leaving employees are blocked on all applications at once Identity managed by own IT department Multifactor authentication for more security outside the company
  • 33. 12 October, 2011 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 33 Q&A
  • 34. 34 Identity in the cloud: ADFS 2.0, Azure, Office 365, Multifactor authentication 12 October, 2011