<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>radius Archives | Cloudar</title>
	<atom:link href="https://cloudar.be/tag/radius/feed/" rel="self" type="application/rss+xml" />
	<link>https://cloudar.be/tag/radius/</link>
	<description>100% Focus On AWS // 100% Customer Obsession</description>
	<lastBuildDate>Fri, 06 Jul 2018 14:01:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Aws workspaces with multi-factor authentication</title>
		<link>https://cloudar.be/awsblog/aws-workspaces-with-multi-factor-authentication/</link>
					<comments>https://cloudar.be/awsblog/aws-workspaces-with-multi-factor-authentication/#comments</comments>
		
		<dc:creator><![CDATA[Pauwel Rummens]]></dc:creator>
		<pubDate>Fri, 06 Jul 2018 14:01:01 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[ad connector]]></category>
		<category><![CDATA[directory service]]></category>
		<category><![CDATA[mfa]]></category>
		<category><![CDATA[multi factor authentication]]></category>
		<category><![CDATA[multiotp]]></category>
		<category><![CDATA[radius]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[workspaces]]></category>
		<guid isPermaLink="false">https://cloudar.be/?p=6554</guid>

					<description><![CDATA[<p>If you want to have an extra layer of security on your workspaces environment, AWS allows you to configure multi factor authentication. There are however some prerequisites for this. This post will guide you through the steps needed to setup multi-factor authentication for your workspaces. &#160; We will be using the opensource version of Multiotp [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/aws-workspaces-with-multi-factor-authentication/">Aws workspaces with multi-factor authentication</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you want to have an extra layer of security on your workspaces environment, AWS allows you to configure multi factor authentication.</p>
<p>There are however some prerequisites for this.</p>
<p>This post will guide you through the steps needed to setup multi-factor authentication for your workspaces.</p>
<p>&nbsp;</p>
<p>We will be using the opensource version of Multiotp for windows. ( <a href="https://github.com/multiOTP/multiotp/wiki">https://github.com/multiOTP/multiotp/wiki</a> )</p>
<p>This is a nice package which included, nginx as a webserver, the php based multiotp webservice, and a radius server based on freeradius.</p>
<p>The time of writing this article version 5.1.1.2 was release so this post is based on this version.</p>
<p>&nbsp;</p>
<p>For the purpose of this blog post i will be using a standard windows 2012R2 server promoted to a domain controller.</p>
<p>My test domain is called corp.example.com.</p>
<p>On this domain controller i will install Multiotp webservice and the Multiotp radius service through a powershell script.</p>
<p>&nbsp;</p>
<h1>Reference architecture</h1>
<p>&nbsp;</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-6606" src="https://cloudar.be/wp-content/uploads/2018/07/opt-workspaces-achitecture.png" alt="" width="990" height="677" srcset="https://cloudar.be/wp-content/uploads/2018/07/opt-workspaces-achitecture.png 1828w, https://cloudar.be/wp-content/uploads/2018/07/opt-workspaces-achitecture-768x526.png 768w, https://cloudar.be/wp-content/uploads/2018/07/opt-workspaces-achitecture-1536x1051.png 1536w, https://cloudar.be/wp-content/uploads/2018/07/opt-workspaces-achitecture-1052x720.png 1052w" sizes="(max-width: 990px) 100vw, 990px" /></p>
<p>The authentication flow &#8216;high&#8221; level will be:</p>
<ol>
<li>Workspaces client will connect to a workspaces endpoint of amazon registered to his aws account.</li>
<li>User will authenticate with the ad connector</li>
<li>The ad connector will proxy all the user authentication details to active directory and multiotp radius</li>
<li>User is authenticated and allowed to login to his workspaces</li>
</ol>
<h1>Prerequisites</h1>
<p>Aws only has the multi factor authentication option for the directory service &#8220;AD Connector&#8221;.</p>
<p>This also implies that you have your own active directory domain to connect the AD connector to.</p>
<p>So the components you already need in place are:</p>
<ol>
<li>aws account</li>
<li>vpc with at least one subnet</li>
<li>a working domain controller ( in the extra&#8217;s below i have a cloudformation template that deploys a new domain controller in an new domain for testing purposes)</li>
<li>Powershell script included in this blog post -&gt; <a href="https://cloudar.be/wp-content/uploads/2018/07/multiotp-setup.zip">multiotp-setup</a></li>
</ol>
<p>&nbsp;</p>
<h1>Install and configure Multiotp</h1>
<p><em>For the purpose of this blog the script can only function on a domain controller.</em></p>
<p><em>(If you want to install it to a separate server, this is possible, but your need to change the $server_name in the script&#8230;)</em></p>
<p>&nbsp;</p>
<p>Copy the powershell script from this blog post to a folder on your domain controller.</p>
<p>Download and install powershell version 5.1 (https://www.microsoft.com/en-us/download/details.aspx?id=54616), else the included script will not work.</p>
<p>In the same folder of the powershell script download version 5.1.1.2 of the multiotp zip file. (https://download.multiotp.net/5.x/multiotp_5.1.1.2.zip)</p>
<p><img decoding="async" class="alignnone size-full wp-image-6578" src="https://cloudar.be/wp-content/uploads/2018/07/otp-needed-files.png" alt="" width="256" height="117" /></p>
<p>First we will need to create a multiotp service user in active directory, this user is used by multiotp to authenticate and sync the users from ad.</p>
<p>Just a normal domain users without any special rights or groups is fine!</p>
<p>I called it &#8220;otp-service&#8221;.</p>
<p><img decoding="async" class="alignnone size-full wp-image-6560" src="https://cloudar.be/wp-content/uploads/2018/07/otp-service-user.png" alt="" width="512" height="31" /></p>
<p>Next up is to create an active directory group for users that are allowed to authenticate against multiotp.</p>
<p>My group name is &#8220;OTP&#8221;.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6561" src="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-group.png" alt="" width="602" height="31" /></p>
<p>&nbsp;</p>
<p>Now we can kick off powershell, open up a powershell as Administrator go to the script directory and run it with .\multiotp-setup.ps1</p>
<p>The script will ask you for some input, depending on your own setup fill those in correctly.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6573" src="https://cloudar.be/wp-content/uploads/2018/07/otp-elevated.png" alt="" width="525" height="42" /></p>
<p>A pop-up will then show, here you can select the installation folder of multiotp, in my case this is c:\multiotp.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6574" src="https://cloudar.be/wp-content/uploads/2018/07/otp-select-folder.png" alt="" width="352" height="425" /></p>
<p>Next input your users base_dn ( ou where all you users live), for this blog i just have everything under users ou.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6563" src="https://cloudar.be/wp-content/uploads/2018/07/otp-base-dn.png" alt="" width="374" height="160" /></p>
<p>Now enter the dn for the multiotp service user you created earlier, my case otp-service.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6564" src="https://cloudar.be/wp-content/uploads/2018/07/otp-multiotp-service-account.png" alt="" width="373" height="167" /></p>
<p>Input the multiotp service password.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6565" src="https://cloudar.be/wp-content/uploads/2018/07/otp-service-password.png" alt="" width="374" height="158" /></p>
<p>Here select the multiotp ad group you created earlier, my case OTP.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6566" src="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-group-2.png" alt="" width="370" height="155" /></p>
<p>Now input the credentials for the scheduled task.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6567" src="https://cloudar.be/wp-content/uploads/2018/07/otp-scheduled-task-creds.png" alt="" width="334" height="265" /></p>
<p>The script will now extract the multiotp zip to your preferred installation directory, my case c:\multiotp.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6568" src="https://cloudar.be/wp-content/uploads/2018/07/otp-extract.png" alt="" width="831" height="63" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-extract.png 831w, https://cloudar.be/wp-content/uploads/2018/07/otp-extract-768x58.png 768w" sizes="auto, (max-width: 831px) 100vw, 831px" /></p>
<p>Now we will install the multiotp webservice, i just re-used their own installation scripts.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6569" src="https://cloudar.be/wp-content/uploads/2018/07/otp-webservice-installation.png" alt="" width="847" height="162" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-webservice-installation.png 847w, https://cloudar.be/wp-content/uploads/2018/07/otp-webservice-installation-768x147.png 768w" sizes="auto, (max-width: 847px) 100vw, 847px" /></p>
<p>When the webservice is installed, a web page will open to https://127.0.0.1:8112/</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6570" src="https://cloudar.be/wp-content/uploads/2018/07/otp-website.png" alt="" width="1095" height="396" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-website.png 1095w, https://cloudar.be/wp-content/uploads/2018/07/otp-website-768x278.png 768w" sizes="auto, (max-width: 1095px) 100vw, 1095px" /></p>
<p>Now the script will install the radius service, i just re-used their own installation scripts.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6571" src="https://cloudar.be/wp-content/uploads/2018/07/otp-radius.png" alt="" width="819" height="334" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-radius.png 819w, https://cloudar.be/wp-content/uploads/2018/07/otp-radius-768x313.png 768w" sizes="auto, (max-width: 819px) 100vw, 819px" /></p>
<p>When that is done, multiotp will be configured to connect to your domain controller.</p>
<p>If the credentials are correct you will see that multiotp will sync all the users.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6575" src="https://cloudar.be/wp-content/uploads/2018/07/otp-sync-and-sched-task.png" alt="" width="838" height="542" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-sync-and-sched-task.png 838w, https://cloudar.be/wp-content/uploads/2018/07/otp-sync-and-sched-task-768x497.png 768w" sizes="auto, (max-width: 838px) 100vw, 838px" /></p>
<p>Also a scheduled task is created to re-sync all users every hour. (if your need it more frequently, modify &#8220;RepetitionInterval (New-TimeSpan -Minutes 60)&#8221; )</p>
<p>&nbsp;</p>
<p>That is the basic configuration that is needed to make it work.</p>
<p>Of course for a production worthy environment, change:</p>
<ol>
<li>The default multiotp admin password</li>
<li>The radius secret to something else then &#8220;multiotpsecret&#8221; (C:\your-install-directory\windows\radius\etc\raddb\clients.conf )</li>
<li>Multiotp backend from flat files to a mysql based database.</li>
<li>!Configure BACKUPS!</li>
</ol>
<p>&nbsp;</p>
<h2>Workspaces users</h2>
<p>Add existing users to the ad group you created earlier, or create some testusers.</p>
<p>In my case i have created testuser1 and testuser2.</p>
<p>&nbsp;</p>
<p>Go to https://127.0.0.1:8112/ and login. Default credentials are admin with password 1234</p>
<p>Find a user and click on &#8220;print&#8221;, a new page will open, here you can find the QRcode for that user to add to his google authenticator (or similar like authy, etc ).</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6605" src="https://cloudar.be/wp-content/uploads/2018/07/otp-qr.png" alt="" width="403" height="443" /></p>
<p>&nbsp;</p>
<h1>Ad-Connector</h1>
<p>Next up is configuring an ad-connector in aws.</p>
<p>For this to work the ad connector service will spin up some proxies in the background.</p>
<p>But they need to be able to resolve your domain.</p>
<p>If not already done, go to the VPC console (https://eu-west-1.console.aws.amazon.com/vpc/)</p>
<p>Select &#8220;DHCP options sets&#8221; menu from the left side and then create a new one.</p>
<p>For this blog i have only one domain controller on ip 172.31.28.38.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6581" src="https://cloudar.be/wp-content/uploads/2018/07/otp-dhcp-option-set.png" alt="" width="469" height="284" /></p>
<p>Now go to &#8220;Your VPC&#8217;s&#8221; and for the vpc you are using select &#8220;Edit DHCP Options Set&#8221; en select the just created set.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-6582" src="https://cloudar.be/wp-content/uploads/2018/07/otp-select-dhcp-set.png" alt="" width="300" height="254" /></p>
<p>&nbsp;</p>
<p>Now we are ready to deploy the actual ad connector proxies.</p>
<p>Open up the directory services console. (https://eu-west-1.console.aws.amazon.com/directoryservice/)</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6579" src="https://cloudar.be/wp-content/uploads/2018/07/otp-choose-ad-connector.png" alt="" width="374" height="420" /></p>
<p>Set up ad new AD Connector and fill in the details.</p>
<p>You will need to know your domain controllers ip and use an account that has the right to create and delete computer objects in your domain.</p>
<p>The this blog i&#8217;m just using the default domain administrator&#8230;</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6580" src="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-details.png" alt="" width="737" height="735" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-details.png 898w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-details-768x765.png 768w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-details-722x720.png 722w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-details-200x200.png 200w" sizes="auto, (max-width: 737px) 100vw, 737px" /></p>
<p>Review the data and click  &#8220;Create AD Connector&#8221;</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6583" src="https://cloudar.be/wp-content/uploads/2018/07/opt-ad-conector-review.png" alt="" width="815" height="532" srcset="https://cloudar.be/wp-content/uploads/2018/07/opt-ad-conector-review.png 815w, https://cloudar.be/wp-content/uploads/2018/07/opt-ad-conector-review-768x501.png 768w" sizes="auto, (max-width: 815px) 100vw, 815px" /></p>
<p>After a few minutes your ad connector will be deployed and ready to use.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6585" src="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-deployed-without-mfa.png" alt="" width="1084" height="243" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-deployed-without-mfa.png 1462w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-deployed-without-mfa-768x172.png 768w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-deployed-without-mfa-1280x287.png 1280w" sizes="auto, (max-width: 1084px) 100vw, 1084px" /></p>
<p>As you can see the status of &#8220;Radius&#8221; is still &#8220;None&#8221;, lets go and configure it.</p>
<p>Click on your &#8220;Directory ID&#8221; and you to the &#8220;Multi-Factor authentication&#8221; tab.</p>
<p>Fill in you details, since for this blog everything is installed on my ad controller, i will use the same ip here.</p>
<p>Port 1812, the still default shared secret code is &#8220;multiotpsecret&#8221;, leave pap and fill in some timeout and retry values.</p>
<p>( you can also use MS-CHAPv2 as protocol if you want to be even more secure)</p>
<p>Click on &#8220;Update&#8221; and after a few seconds the &#8220;Radius Status&#8221; should change to &#8220;completed&#8221;.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6586" src="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-mfa-config.png" alt="" width="672" height="449" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-mfa-config.png 741w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-mfa-config-650x433.png 650w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-mfa-config-325x217.png 325w" sizes="auto, (max-width: 672px) 100vw, 672px" /></p>
<p>The overview page will now show the &#8220;Radius Status &#8221; as &#8220;completed&#8221;.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6584" src="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-deployed.png" alt="" width="1084" height="234" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-deployed.png 1526w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-deployed-768x166.png 768w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-connector-deployed-1280x276.png 1280w" sizes="auto, (max-width: 1084px) 100vw, 1084px" /></p>
<p>&nbsp;</p>
<h1>Create Workspaces</h1>
<p>Go to the workspaces console (https://eu-west-1.console.aws.amazon.com/workspaces)</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6587" src="https://cloudar.be/wp-content/uploads/2018/07/otp-launch-workspace.png" alt="" width="425" height="172" /></p>
<p>Select your newly created ad connector.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6588" src="https://cloudar.be/wp-content/uploads/2018/07/otp-select-directory.png" alt="" width="917" height="266" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-select-directory.png 1224w, https://cloudar.be/wp-content/uploads/2018/07/otp-select-directory-768x223.png 768w" sizes="auto, (max-width: 917px) 100vw, 917px" /></p>
<p>Click on show all users or search for a specific user, select it and click on &#8220;add selected&#8221;.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6589" src="https://cloudar.be/wp-content/uploads/2018/07/otp-select-users.png" alt="" width="790" height="533" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-select-users.png 1222w, https://cloudar.be/wp-content/uploads/2018/07/otp-select-users-768x518.png 768w, https://cloudar.be/wp-content/uploads/2018/07/otp-select-users-1068x720.png 1068w" sizes="auto, (max-width: 790px) 100vw, 790px" /></p>
<p>Select the bundle you want to use, i just selected the free tier here.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6590" src="https://cloudar.be/wp-content/uploads/2018/07/otp-select-bundle.png" alt="" width="804" height="539" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-select-bundle.png 1218w, https://cloudar.be/wp-content/uploads/2018/07/otp-select-bundle-325x217.png 325w, https://cloudar.be/wp-content/uploads/2018/07/otp-select-bundle-768x515.png 768w, https://cloudar.be/wp-content/uploads/2018/07/otp-select-bundle-1073x720.png 1073w" sizes="auto, (max-width: 804px) 100vw, 804px" /></p>
<p>Configure the options you want, left the defaults for this blog.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6591" src="https://cloudar.be/wp-content/uploads/2018/07/otp-workspace-optiosn.png" alt="" width="698" height="481" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-workspace-optiosn.png 1242w, https://cloudar.be/wp-content/uploads/2018/07/otp-workspace-optiosn-768x529.png 768w, https://cloudar.be/wp-content/uploads/2018/07/otp-workspace-optiosn-1045x720.png 1045w" sizes="auto, (max-width: 698px) 100vw, 698px" /></p>
<p>Review and launch</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6592" src="https://cloudar.be/wp-content/uploads/2018/07/otp-workspace-review.png" alt="" width="684" height="372" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-workspace-review.png 1240w, https://cloudar.be/wp-content/uploads/2018/07/otp-workspace-review-768x417.png 768w" sizes="auto, (max-width: 684px) 100vw, 684px" /></p>
<p>After a few minutes your workspaces will be ready to use.</p>
<p>If your user has it&#8217;s email field filled in, he will get a mail when the workspaces is ready to use with some instructions inside.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6594" src="https://cloudar.be/wp-content/uploads/2018/07/otp-being-launched.png" alt="" width="413" height="116" /></p>
<p>And the status will go from PENDING to AVAILABLE.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6595" src="https://cloudar.be/wp-content/uploads/2018/07/otp-pending.png" alt="" width="721" height="245" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-pending.png 1480w, https://cloudar.be/wp-content/uploads/2018/07/otp-pending-768x261.png 768w, https://cloudar.be/wp-content/uploads/2018/07/otp-pending-1280x435.png 1280w" sizes="auto, (max-width: 721px) 100vw, 721px" /></p>
<p>&nbsp;</p>
<h1>Workspace Client</h1>
<p>Now we are ready to login.</p>
<p>( please install the workspace client for your platform https://clients.amazonworkspaces.com/ )</p>
<p>&nbsp;</p>
<p>Enter the registration code you got and click register.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6598" src="https://cloudar.be/wp-content/uploads/2018/07/otp-registration.png" alt="" width="175" height="302" /></p>
<p>You will now see a login page, fill in your username and password and the mfa code from your google authenticator.</p>
<p>If all is setup correctly in a few seconds you will be taken to your workspace.</p>
<p>Fast en secured with mfa!</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6599" src="https://cloudar.be/wp-content/uploads/2018/07/otp-login.png" alt="" width="279" height="322" /></p>
<p>&nbsp;</p>
<p>Thanks for reading this rather long post. 🙂</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h1>Extra</h1>
<p>As promised here is a cloudformation template to setup an active directory server with a new domain, for testing purposes.</p>
<p>!You will need to create a key pair first!</p>
<p>Download the template here -&gt; <a href="https://cloudar.be/wp-content/uploads/2018/07/cf-demo-ad-mfa.zip">cf-demo-ad-mfa</a></p>
<p>Deploy it through the cloudformation console (https://eu-west-1.console.aws.amazon.com/cloudformation)</p>
<p>Fill in the details.</p>
<p>For this post i used the below details&#8230;</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6601" src="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-cloudformation.png" alt="" width="1768" height="737" srcset="https://cloudar.be/wp-content/uploads/2018/07/otp-ad-cloudformation.png 1768w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-cloudformation-768x320.png 768w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-cloudformation-1536x640.png 1536w, https://cloudar.be/wp-content/uploads/2018/07/otp-ad-cloudformation-1280x534.png 1280w" sizes="auto, (max-width: 1768px) 100vw, 1768px" /></p>
<p>You will find your domain admin password when you go to the ec2 console (https://eu-west-1.console.aws.amazon.com/ec2/v2) and select your instance and click on connect.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-6603" src="https://cloudar.be/wp-content/uploads/2018/07/otp-password.png" alt="" width="510" height="409" /></p>
<p>The post <a href="https://cloudar.be/awsblog/aws-workspaces-with-multi-factor-authentication/">Aws workspaces with multi-factor authentication</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cloudar.be/awsblog/aws-workspaces-with-multi-factor-authentication/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
