Patterns & practices Symposium 2013 Windows Azure Active Directory Vittorio

Slides:



Advertisements
Similar presentations
Securing Insecure Prabath Siriwardena, WSO2 Twitter
Advertisements

© 2012 Cisco and/or its affiliates. All rights reserved. Presentation_ID Cisco Public Quad APIs and SDK Preview Sachin Smotra Product Manger, Enterprise.
Federated sign-in WS-Federation WS-Trust SAML 2.0 Metadata Shibboleth Graph API Synchronize accounts Authentication.
1 Trillion Azure AD authentications since the release of the service 50 M Office 365 users active every month >1 Billion authentications every.
GRDevDay March 21, 2015 Cloud-based Identity for Applications.
Cloud app Cloud app Cloud app Separate username/password sign-in Manual or semi-automated provisioning Active Directory App Separate username/password.
SIM205. (On-Premises) Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure (as a Service)
Fraser Technical Solutions, LLC
Today, global enterprises run on Windows Server Active Directory 90% of US enterprises and 70% of international corporations use Active Directory.
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control Maarten
ARC312. Security Policy Governance Audit Reporting Analysis Data Quality Directory Logon Mobility Provisioning Development Access Control Authentication.
OUC204. Recently Announced… Identity Integration Options 2 3 Identity Management Overview 1.
Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Twitter:
What’s New? – BCS 2013 Brett Lonsdale.  Co-founder of Lightning Tools  One of the hosts on the SharePoint Pod Show  Co-organizer of SharePoint Saturday.
Office 365 Platform Flexible Tools Each Office 365 Workload API required different Authentication.
ARC304. Integration Partners Windows Azure Connect your Existing apps to the cloud Build out your business without building new datacenters Run existing.
Building Connected Android Apps with Azure Chris Risner Technical Evangelist
Windows Azure Conference 2014 Windows Azure AD – All about WAAD & integration with on- premises AD.
Tom Lindeman Director, Cloud & Enterprise Partner/Channel Marketing Visual Studio Industry Partners & MSDN Special Offers.
Windows Azure Active Directory Graph API
Windows 8 Application Microsoft Word with Apps For Office Internal O365 SharePoint Site Windows Azure Cloud Services Windows Azure Workflow Server.
Today, global enterprises run on Windows Server Active Directory 90% of US enterprises and 70% of international corporations use Active Directory.
A Lap Around Windows Azure Active Directory Stuart Kwan Lead Principal Program Manager Microsoft Corporation SIA209.
(Azure+O365) Identity Presenter Name Position or role Microsoft Azure.
Paul Andrew. Recently Announced… Identity Integration Options 2 3 Identity Management Overview 1.
Windows Server Active Directory Intranet Managed Access Managed Identities Integrated Business Apps.
Windows Azure for IT Pros Kurt CLAEYS (TSP Windows Azure, Microsoft EMEA)
ON YOUR TERMS Business needs * Enhanced by upcoming Azure IAAS features GoodBetterBest * * GoodBetterBestGoodBetterBestGoodBetterBestGoodBetterBestGoodBetterBest.
Reduce sign up and sign in friction  by supporting Azure AD for sign in Accelerate user adoption and engagement  by using Azure AD Graph to find users.
Welcome to Azure App Services! Amie Seisay
Identities and Azure AD Premium
Slavko Kukrika MVP Connect Windows 10 to the Cloud – Cloud Join.
Martina Grom MVP Office 365 How to (remote) control Office 365 with Azure Toni Pohl MVP Client Dev
Windows Azure Pack Speaker Name Date. Internal slide only—do not show.
AZURE AD Haishi DX, Agenda Basic concepts Exercise 1: Creating a new Azure AD tenant and a new user Exercise 2: Enable web app Azure AD authentication.
Hybrid Identity Deep dive Ross Adams 2016 Redmond Summit | Identity Without Boundaries May 25 th 2016 Azure AD
Azure Active Directory is becoming one of, if not the, primary user identity management services for cloud applications. One of Azure Active Directory's.
Real-Time Dashboards on Power BI
EMS in action Hugh Simpson-Wells and Mark Riley 2016 Redmond Summit | Identity Without Boundaries
Azure Active Directory Uday Hegde 2016 Redmond Summit | Identity Without Boundaries May 26, 2016 Group Program Manager, Azure AD
Developers Introduction to the Power BI Platform.
A deep dive into Azure AD B2C
Via the REST API and Power BI Embedded Jan Pieter Posthuma
4/18/2018 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Azure Identity Premier Fast Start
Automate Custom Solutions Deployment on Office 365 and Azure
9/11/ :51 AM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
SaaS Application Deep Dive
SharePoint power hour Rob Howard Program Manager Build 2014
Power BI Security Best Practices
Azure API Management Jothi Prakash A
Microsoft Azure Certified
Azure AD Line Of Business Application Integration
Azure Active Directory
11/14/ :30 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Hybrid Search Technical Guidance.
Office 365 Development July 2014.
Migrate your apps from legacy APIs to Microsoft Graph
Office 365 Development July 2014.
Welcome to SQL Saturday Denmark
TechEd /7/2018 2:17 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
12/29/2018 8:46 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Matthew Levy Azure AD B2B vs B2C Matthew Levy
Office 365 Development.
Introduction into the Power BI REST API Jan Pieter Posthuma
Microsoft Graph – Intune API’s
Power BI Security Fundamentals
A Lap Around Windows Azure Active Directory
Microsoft Azure Data Catalog
Presentation transcript:

patterns & practices Symposium 2013 Windows Azure Active Directory Vittorio

directories offer the best model for business applications

traditional directories don’t work too well with cloud workloads

One Cloud Directory for Every Organization

Cloud Apps and Users from Organizations Apps you buyYour LoB AppsApps you sell Your Customers’ Directories Your Directory

Symposium 2013 Agenda  The Directory Pattern  Directory in Action: Windows Azure for Organizations  Your Directory and Line of Business Apps in the Cloud  Your Customer’s Directory and your SaaS Apps in the Cloud

Symposium 2013 Directories

The Directory Approach Direct Reports MemberOf Asset

App Contoso’s On-Premises Directory Anatomy of Windows Azure Active Directory Management Portal Graph API OAuth2 SAML-P WS-Federation Metadata Contoso’s WA AD Tenant Windows Azure Active Directory Dir Sync

Symposium 2013 Directory in Action: Windows Azure for Organizations

Symposium 2013 DEMO  Accessing the Windows Azure Portal With an Organizational Identity

Symposium 2013 Advantages of Using Organizational Identities  Centrally managed provisioning and deprovisioning  Enforceable credential policies  Multiple authentication factor  Better User Experience  Less credentials to remember

Symposium 2013 Your Directory and Your LoB Applications in the Cloud

 Using the ASP.NET tools to connect to Windows Azure AD DEMO

Windows Azure Active Directory OAuth2 SAML-P WS-Federation Metadata Graph API Connecting your LoB App to Windows Azure AD Your LoB App Contoso’s WA AD Tenant

Symposium 2013 The Graph API RESTful Interface to Windows Azure Active Directory  Compatible with OData V3  Uses OAuth 2.0 for Authentication and Role Based Assignment for Application and Users, for Authorization Programmatic access to Windows Azure Active Directory  Objects such as Users, Groups, Contacts, Tenant Information, Licensing, Roles  Support Links such as Member, memberOf, Manager, DirectReport  Differential queries Requests use standard HTTP methods  GET, POST, PATCH, DELETE to create, read, update, and delete directory objects.  Response support XML and JSON, and standard HTTP status codes

Symposium 2013 Your Customer’s Directory & Your SaaS Apps in the Cloud

 Seamless Consent for SaaS Apps DEMO

The Application Publishing Flow Visual Studio Modify your app to - admit multiple tenants - handle consent messages Seller Dashboard Register your app in the Seller Hub - create keys, catalog entries… - paste keys back in the app code App Windows Azure AD Portal

 The SaaS Application Publishing Cycle DEMO

Graph API OAuth2 SAML-P WS-Federation Metadata Management Portal Multi-tenancy and Consent Flow Your SaaS App Contoso’s WA AD Tenant ServicePrincipal Fabrikam’s WA AD Tenant

Symposium 2013 Resources  Get your free tenant at  Download the samples and tutorials at  Give us feedback at US/WindowsAzureAD/ US/WindowsAzureAD/

One Cloud Directory for Every Organization

Symposium 2013 Thanks!  