+ All Categories
Home > Documents > Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch...

Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch...

Date post: 20-Jul-2020
Category:
Upload: others
View: 1 times
Download: 0 times
Share this document with a friend
45
SETTING UP AZURE AD FOR SHAREPOINT ADMINS
Transcript
Page 1: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

SETTING UP AZURE AD FOR SHAREPOINT ADMINS

Page 2: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

12 Year SharePoint MVP

Writer, speaker, consultant, podcaster, SysKit Chief Evangelist

Todd Klindt – Sympraxis Consulting

www.toddklindt.comwww.toddklindt.com/Thrive2018

Page 3: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Azure Active Directory

• If you are going to do anything with Office 365 this is step one

• This is a very valuable skill set to add to the resume

• Stop reinventing the authentication wheel

• Walk through guide

• https://www.youtube.com/watch?v=duYYmqzx0Rc

Page 4: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Identity Bridge

Active

Directory

LDAP

Azure AD

Connect(sync + sign on)

Page 5: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

• (Windows) Active Directory

• User Principal Name (UPN)

• Azure Active Directory (AAD)

• Identity as a Service

• Hybrid

• DirSync

• ADFS

• Azure AD Connect (AADC)

• SSO

• The other SSO

Defining Terminology

Page 6: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Topology & Security

• ADFS vs DirSync vs Pass-Through

• Federation starts with synchronization

• Pass-through, best of both worlds?

• Multifactor Auth

• Yours or theirs

• Flip of a switch

Page 7: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Azure identity management security overview

• Single sign-on

• Reverse proxy

• Multi-factor authentication

• Security monitoring, alerts, and machine learning-based reports

• Consumer identity and access management

• Device registration

• Privileged identity management

• Identity protection

• Hybrid identity management

• https://docs.microsoft.com/en-us/azure/security/security-identity-management-overview

Page 8: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Same sign on scenario

Page 9: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Single sign on scenario

Page 10: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Pass-through Auth

Page 11: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Active Directory core concepts and concerns

• FSMO roles, AD DNS, WINS, etc

• Dirty Directories

• 2003 Everyone group -> 2008 Authenticated Users group

• IsCriticalSystemObject objects are not synced

• I’m looking at you Domain Users

• UPN issues

• Schema Extensions

Page 12: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

On-Prem Server, Cloud Auth

• Azure AD with your on-prem SharePoint Server

• Get Azure AD set up

• Set up SSL

• Create new Enterprise Application in Azure AD

• Configure new Trusted ID in SharePoint 2016

• Set permissions on SharePoint 2016

• Enable SAML 1.1 token in Azure AD

• Verify provider

• Some cleanup

• Kirk’s Instructions here

• Spence has a session on this here at Thrive

Page 13: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

AZURE AD CONNECT WALKTHROUGH

Page 14: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Assumptions

• Windows Active Directory Domain

• It works

• Forest and Domain Windows 2003 functional level or higher

• Not Single Level or dotted

• AD Connect Server

• Windows 2008 or greater

• Own an Internet domain and control DNS

• Have an Azure or Office 365 Tenant

• Domain admin and tenant admin creds

Page 15: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Before Picture

Page 16: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Add Internet Domain

Page 17: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Verify Domain

Page 18: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

TXT Record Shuffle

Page 19: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Your DNS Host

Page 20: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

The Easy Way

Page 21: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy
Page 22: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Verifying…

Page 23: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

With PowerShell

• V1

• New-MSOLDomain

• Get-MsolDomainVerificationDns

• Confirm-MsolDomain

• Set-MsolDomain

• V2

• New-AzureADDomain

• Get-AzureADDomainVerificationDnsRecord

• Confirm-AzureADDomain

• Set-AzureADDomain

Page 24: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Now, Another Word about DNS

Page 25: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Again with the DNS

Page 26: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Function Check

Page 27: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Second Before

Page 28: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Start Syncing

Page 29: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Is Directory Sync Right for You?

Page 30: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Step 1

https://portal.office.com/tools

Page 31: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

More Checking…

Page 32: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Step 2 - HRC

Page 33: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Step 3 – IDFix

Page 34: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

More Fixin’

Page 35: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Houston, we have a problem…

Page 36: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

On To AADC

http://toddklindt.com/aadconnect

Page 37: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Install and Config

Page 38: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Almost there

Page 39: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

The Pudding

Page 40: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

ADVANCED MOVES

Page 41: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Viewing AADC

Page 42: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Customizing AADC

Page 43: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

miisclient

Page 44: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

PowerShell

Page 45: Setting up Azure AD for SharePoint Admins - Todd … up...• Yours or theirs • Flip of a switch Azure identity management security overview • Single sign-on • Reverse proxy

Questions?

Todd Klindt – Sympraxis Consulting

www.toddklindt.comwww.toddklindt.com/Thrive2018


Recommended