Azure Active Directory

Slides:



Advertisements
Similar presentations
Power BI Sites and Mobile BI. What You Will Learn Sharing and Collaboration Introducing Power BI Exploring Power BI Features and Services Partner Opportunities.
Advertisements

1 Trillion Azure AD authentications since the release of the service 50 M Office 365 users active every month >1 Billion authentications every.
| Basel Discovering Windows Azure Mobile Services and Media Services Ken Casada
Get identities to the cloud Mix on-premises and cloud identity for improved PC, mobile, and web productivity Cloud identities help you run your business.
Building consumer apps with Azure AD B2C
Discover How You Can Increase Collaboration with External Partners While Reducing Your Cost in Managing an Extranet from the Azure Cloud MICROSOFT AZURE.
Office 365 Upsell Paths.
A deep dive into Azure AD B2C
Active Directory Modernization Technical competitive comparison
Implementing and Managing Azure Multi-factor Authentication
Use relational database as a service
AuraPortal Cloud Helps Empower Organizations to Organize and Control Their Business Processes via Applications on the Microsoft Azure Cloud Platform MICROSOFT.
4/18/2018 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
A lap around Azure Active Directory Business to Consumer (B2C)
Data Platform and Analytics Foundational Training
Deployment Planning Services
Azure Active Directory - Business 2 Consumer
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
CS15A012 Microsoft Dynamics Lifecycle Services: The key to keeping Microsoft Dynamics AX 2012 implementations running smoothly Murtaza Chowdhury Anupam.
Tulika Chaudharie / Harikharan Krishnaraju
Deployment Planning Services
O365 & AZURE ADDS Mladen Baranek, Miadria
What’s new with Power BI /guyinacube.
Deployment Planning Services
SaaS Application Deep Dive
6/17/ :27 AM BRK3341 Unlock extensibility by connecting your service to PowerApps and Microsoft Flow Theresa (Tessa) Palmer–Sr. Program Manager Sunay.
Free Cloud Management Portal for Microsoft Azure Empowers Enterprise Users to Govern Their Cloud Spending and Optimize Cloud Usage and Planning MICROSOFT.
The power of common identity across any cloud
Nimble Streamer Helps Media Content Providers Create Streaming Networks Cost-Effectively and Easily by Utilizing Azure’s Worldwide Scalability MICROSOFT.
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
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.
Using AAD B2C for WordPress & Secure Deployment Scenario
Microsoft Intune MAM without Device Enrollment
Exploring Azure Event Grid
Azure Primed Randy Pagels Sr. Developer Technology Specialist
Azure Infrastructure as a Service
Enterprise Modernization
Power Apps & Flow for Microsoft Dynamics SL
Azure AD Line Of Business Application Integration
PaaS - Development Stefan Geiger Gerry
ACS and the Cloud.
Intelledox Infiniti Helps Organizations Digitally Transform Paper and Manual Business Processes into Intuitive, Guided User Experiences on Azure MICROSOFT.
11/14/ :30 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /15/2018 3:03 AM
Auth0 Is Identity Made Simple for Developers, Built by Developers and Supported by the High Availability and Performance of Microsoft Azure MICROSOFT AZURE.
Office 365 Development July 2014.
Microsoft Ignite /20/2018 2:21 PM
Azure Event Grid with Custom Events
Data Security for Microsoft Azure
Access and Information Protection Product Overview October 2013
CloneManager® Helps Users Harness the Power of Microsoft Azure to Clone and Migrate Systems into the Cloud Cost-Effectively and Securely MICROSOFT AZURE.
Glynk on Microsoft Azure: A Social Networking Platform Connecting Like-Minded People Nearby for Recommendations, Activities, and Meetups MICROSOFT AZURE.
Office 365 Development July 2014.
Microsoft Virtual Academy
Media365 Portal by Ctrl365 is Powered by Azure and Enables Easy and Seamless Dissemination of Video for Enhanced B2C and B2B Communication MICROSOFT AZURE.
12/29/2018 8:46 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Agenda OAuth Concepts Programming OAuth.
Microsoft Build /2/2019 6:45 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Matthew Levy Azure AD B2B vs B2C Matthew Levy
TechEd /15/2019 8:08 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Office 365 Development.
Protecting your data with Azure AD
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Windows Azure Hybrid Architectures and Patterns
Day 2, Session 2 Connecting System Center to the Public Cloud
Microsoft Data Insights Summit
Microsoft Virtual Academy
Building Windows Store Apps with Windows Azure Mobile Services
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
10/2/ :13 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Presentation transcript:

Azure Active Directory Securing an Azure Function REST API with Azure Active Directory Rick van den Bosch M +31 (0)6 52348930 r.van.den.bosch@betabit.nl

Rick van den Bosch @rickvdbosch rickvandenbosch.net r.van.den.bosch@betabit.nl

Agenda Azure Active Directory Azure Functions Static website hosting ADAL & MSAL Putting things together

Azure Active Directory

Azure Active Directory “Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service. Azure AD helps your employees sign in and access resources”

Azure Active Directory Seamless, highly secure access Comprehensive identity protection Efficient management and compliance at scale Customer and partner identities Identity platform for developers Identity for IaaS (infrastructure as a service)

Who uses Azure AD? IT admins App developers Subscribers of Microsoft 365 Office 365 Azure Dynamics CRM online As an IT admin, you can use Azure AD to control access to your apps and your app resources, based on your business requirements. As an app developer, Azure AD gives you a standards-based approach for adding single sign-on (SSO) to your app, allowing it to work with a user's pre-existing credentials. As a subscriber, you're already using Azure AD.

Pricing tiers Free FREE! Basic € 0.844 user / month * Premium P1 € 5.06 user / month * Premium P2 € 7.59 user / month * “Pay as you go” feature license. * Annual commitment

Azure Active Directory B2C “Azure Active Directory (Azure AD) B2C is an identity management service that enables you to customize and control how customers sign up, sign in, and manage their profiles when using your applications. This includes applications developed for iOS, Android, and .NET, among others.”

Azure Functions

Azure Functions “Accelerate your development with an event-driven, serverless compute experience. Scale on demand and pay only for the resources you consume.”

Azure Functions Take advantage of serverless compute with Functions Manage your apps instead of infrastructure Optimize for business logic Develop your way

What you can do with Functions Web application backends Mobile application backends Real-time file processing Real-time stream processing Automation of scheduled tasks Extending SaaS applications Image 1: Mobile application backends Image 2: Automation of scheduled tasks

Running Azure Functions Consumption plan When your function runs, Azure provides all of the necessary computational resources. You don't have to worry about resource management, and you only pay for the time that your code runs. App Service Plan Run your functions just like your web, mobile, and API apps. When you are already using App Service for your other applications, you can run your functions on the same plan at no additional cost.

Best Practices 4/16/2019 9:08 PM Long running © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. Best Practices Long running Keep the runtime short (default < 5m; max. 10m) Stateless Don’t use state in the host Idempotent Cold start Fast start up times Keep them small Control ‘They’ control scaling ‘They’ control when your host is alive You control the code!

Static website hosting

Static website hosting Available on General-Purpose V2 Special container: web$ Files in this container are: served through anonymous access requests only available through object read operations case-sensitive Provided at no additional cost

ADAL & MSAL

Active Directory Authentication Library (ADAL) Enables application developers to authenticate users to Cloud Active Directory On-premises Active Directory Configurable token cache that stores access tokens and refresh tokens Automatic token refresh when an access token expires and a refresh token is available Support for asynchronous method calls

Microsoft Authentication Library (MSAL) Preview for JS Enables Single Page Applications to authenticate users with Microsoft Azure Active Directory accounts Microsoft accounts Accounts in social identity providers like Facebook, Google, LinkedIn etc. Interacts with Microsoft Azure Active Directory Microsoft Azure AD B2C

Differences (process)

Differences (implementation)

Adal-angular4 Angular 4/5/6/7 ADAL Wrapper Can be used to authenticate Angular applications against Azure Active Directory v1 endpoint.

@azure/msal-angular Wrapper of the core MSAL.js library Suitable for use in a production environment The same production level support as current libraries Changes may impact your application When GA: update within six months When using rxjs 6, Install rxjs-compat !!!

Putting things together

Resources Build a Serverless web app in Azure About Microsoft identity platform adal-angular4 @azure/msal-angular rickvdbos.ch/safwad