ASP.NET Core 2.0 Identity and Azure Active Directory

Slides:



Advertisements
Similar presentations
Agenda AD to Windows Azure AD Sync Options Federation Architecture
Advertisements

Azure AD & Office Logon with Username / Password 2. MFA challenge 3. Reply to MFA challenge -1-way or 2-way SMS -Phone call -Mobile Application.
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.
Global Operations Readiness. Online Service Activation – New Office 365 Customers Previous Process: All customers Updated Process: Customers purchasing.
Cloud app Cloud app Cloud app Separate username/password sign-in Manual or semi-automated provisioning Active Directory App Separate username/password.
UAGSharePoint InternetIntranet.
Single Sign-On with Microsoft Azure
Microsoft Virtual Academy.
Windows Azure Conference 2014 Windows Azure AD – All about WAAD & integration with on- premises AD.
Goals One ASP.NET Membership story – Web APIs and Web Apps Profile. Extensibility allows for non SQL persistence model. Improve unit testability of.
…. PrePlanPrepareMigratePost Pre- Deployment PlanPrepareMigrate Post- Deployment First Mailbox.
Microsoft ® Official Course Module 13 Implementing Windows Azure Active Directory.
Paul Andrew. Recently Announced… Identity Integration Options 2 3 Identity Management Overview 1.
Identity Decision Tree Framework Quick Reference Guides.
Windows Server Active Directory Intranet Managed Access Managed Identities Integrated Business Apps.
Office 365 Directory Synchronization Update: Deploying Password Sync.
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.
Access resources in a federation partner organization.
Building consumer apps with Azure AD B2C
Scheduler CSE 403 Project SDS Presentation. What is our project? We are building a web application to manage user’s time online User comes to our webpage.
Identities and Azure AD Premium
Task Pane App adjacent to the document Content App in the body of the document Mail Inline Pane on an or appointment item.
Why EMS? What benefit does EMS provide O365 customers Manage Mobile Productivity Increase IT ProductivitySimplify app delivery and deployment LOB Apps.
Architectural Patterns For The Cloud Brian H. Prince | Microsoft.
Agenda  Microsoft Directory Synchronization Tool  Active Directory Federation Server  ADFS Proxy  Hybrid Features – LAB.
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.
EMS in action Hugh Simpson-Wells and Mark Riley 2016 Redmond Summit | Identity Without Boundaries
ADFS - Does it Still have a Place? Fitting into the EMS puzzle Frank C. Drewes III 2016 Redmond Summit | Identity.
Danijel Malik Visual Studio ALM MVP Build 2014 What’s new for Visual Studio 2013 and Visual Studio Online.
Protect your data Enable your users Desktop Virtualization Information protection Mobile device & application management Identity and Access Management.
A deep dive into Azure AD B2C
Active Directory Modernization Technical competitive comparison
Implementing and Managing Azure Multi-factor Authentication
Recording Brief EMS Partner Bootcamp Variables Values Module Title
Azure Active Directory - Business 2 Consumer
Azure Active Directory voor Developers
Enterprise-level Identity Protection
Module 1: Identity is the New Perimeter
O365 & AZURE ADDS Mladen Baranek, Miadria
Cloud SaaS Integrates with Office 365 to Meet the Needs for Business Contact Management “Pobuca combined with Microsoft Office 365 and Azure Active Directory.
How to Reset iCloud Password. About iCloud : iCloud is a cloud storage and cloud computing services. iCloud was launched on 12 October, 2011 and was.
Examine common architectures for hybrid identity
Single Sign On Office 365 Client 1 Clients
9/13/2018 4:54 PM BRK How to get Office 365 to the next level with Azure Active Directory Premium Brjann Brekkan Program Manager Lead – Customer.
RMS Architecture EMS Partner Bootcamp TechReady 18 9/17/2018
Cloud Connect Seamlessly
Azure AD Application Proxy
ACS and the Cloud.
Office 365 Identity Management
Azure AD Deployment Are you maximising your Azure AD investment?
Microsoft Office 365 Add-In Enhances Task and Project Management and Improves Workflows “With Office 365, businesses receive a comprehensive stack of technologies.
Welcome! Power BI User Group (PUG)
SharePoint Online Hybrid – Configure Outbound Search
M7: New Features for Office 365 Identity Management
Introduction to Authentication Authentication සදහා හැදින්වීම
ACS Deployment Scenarios
Matthew Levy Azure AD B2B vs B2C Matthew Levy
M3: Guidance for choosing the right integration option
SharePoint Online Authentication Patterns
AD FS Integration Active Directory Federation Services (AD FS) 7.4
What are IAM Key Processes.
Device Registration and Multi-Factor Authentication
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
07 | Introduction to Authentication
Pranav Rastogi | Program Manager, Microsoft
Azure AD Simon May Technical Evangelist.
STR -11 What if Saas tools work together, what would this mean for IBM #engageug.
INTRODUCTION TO AZURE AD
Presentation transcript:

ASP.NET Core 2.0 Identity and Azure Active Directory Rasmus Wätjen Global Azure Bootcamp – Copenhagen – 2018-04-21

ASP.NET Core 2.0 Identity Account/membership system for a web application Local accounts or external authentication Account management features E-mail confirmation Password reset 2 factor authentication with SMS or TOTP app Extensible user data store Custom roles Global Azure Bootcamp – Copenhagen – 2018-04-21 @dkrasmusw

Azure Active Directory Multi-tenant cloud based directory Integrates with on-prem Active Directory Single sign-on Office 365 users – you are already using it Global Azure Bootcamp – Copenhagen – 2018-04-21 @dkrasmusw

New in ASP.NET Core 2.1 Identity UI package GDPR Global Azure Bootcamp – Copenhagen – 2018-04-21 @dkrasmusw