Friday, October 13, 2017

Configuring YubiKey / Yubico OATH Token with Microsoft Azure MFA Server

Related blogs:
Configuring Deepnet Security SafeID OATH Token with Microsoft Azure MFA Server  - http://portal.sivarajan.com/2016/07/configuring-deepnet-security-safeid.html
Azure MFA with pGina and Local Authentication - http://portal.sivarajan.com/2015/09/azure-mfa-with-pgina.html
Azure MFA Server –Authentication Types (Part I) - http://portal.sivarajan.com/2016/05/azure-mfa-serverauthentication-type.html
Azure MFA Server –Authentication Types (Part II) - http://portal.sivarajan.com/2016/06/azure-mfa-server-authentication-type.html
Microsoft Azure MFA on-premises server supports a time based OATH (OATH – TOTP) third party tokens.  This is an alternative to using the Azure Authenticator Mobile App as an OATH token.  You can see other MFA authentication options in my Azure MFA Server–Authentication Types (Part I) and Azure MFA Server–Authentication Types (Part II) blogs.  The OATH tokens can be added or imported prior to being associated with a user.  Administrators can associate users and tokens in the Multi-Factor Authentication Server  or the User Portal.  Users can associate themselves with an OATH token during User Portal enrollment or using the OATH Token menu option when the User Portal is configured to provide this functionality.    A bulk token import and configuration is also supported by MFA Server .  An administrator can import OATH Token records from an input  file .  The secret keys must be in Base32 format.  This blog provides step-by-step instructions in configuring YubiKey OATH token with Microsoft Azure MFA server
Requirements:
The following are the pre-requirements to complete this configuration. 
  1. Microsoft Azure MFA on-premises server
  2. YubiKey hardware
  3. YubiKey Personalization Tool
  4. YubiCo Authenticator Application
YubiKey Personalization Tool – Installation and Configuration
Microsoft Azure MFA server supports only the OATH TOTP (time-based) tokens.  So you need to make sure that your YubiKey is in Yubico OTP Mode using the YubiKey Personalization Tool. Other configurations are optional for Microsoft Azure MFA server configuration and testing. 
The YubiKey Personalization Tool can be used to program the two configuration slots. Also, it can be used to personalize the YubiKey in the following modes:
  • Yubico OTP
  • OATH-HOTP
  • Static Password
  • Challenge-Response
Download YubiKey Personalization Tool and run yubikey-personalization-gui-3.1.24.exe  file to compete the tool installation. 
  1. Insert YubiKey into the USB port.  You may see the Device Setup windows as shown below.  Complete the drive installation process.  image
  2. Open YubiKey Personalization Tool. Make sure:
    1. YubiKey Personalization Tool has successfully identified your YubiKey. 
    2. image
    3. Yubico OTP displayed as supported method in Features Supported section. 
    4. image
  3. You will see all the current OTP configuration in Yubico OTP tab shown below. I am going to a use the default configuration for this testing. 
  4. image
YubiCo Authenticator Application – Installation and Configuration
Download YubiCo Authenticator Application and run yubioath-desktop-3.0.1-win.exe file to complete the application installation. 
  1. Open YubiCo Authenticator Application
  2. From File menu, select Add option (File –> Add)
  3. image
  4. From the New Credential window:
    1. Enter Credential Name – An identifier or a display name for the credential.
    2. Secret Key – It is a Base32 key. Review this If you are not familiar with supported numbers or characters in Base32 encoding. 
    3. Select Time based (TOTP) option.  Microsoft Azure MFA server supports only the OATH TOTP (time-based)tokens. 
    4. Number of digits – You can select 6 or 8 digits as OATH token length.
    5. image
    6. Require touch -  If you select this option, end user has to touch the YubiKey to generate an OATH token.  User will prompted with the following message:
    7. image
    8. Click OK to save the configuration
    9. image
    10. You will see the newly add account in the Yubico Authenticator window. 
    11. image
Now we have completed the YubiKey account configuration. We can move on to Azure MFA server to configure the OATH token.
Azure MFA Server - Configuration for third Party OATH
Review the following Azure MFA Server Authentication Types  blog if you are not familiar with authentication configuration in Azure MFA Server:
Azure MFA Server –Authentication Types (Part I) - http://portal.sivarajan.com/2016/05/azure-mfa-serverauthentication-type.html
Azure MFA Server –Authentication Types (Part II) - http://portal.sivarajan.com/2016/06/azure-mfa-server-authentication-type.html
To add OATH Token in Azure MFA Server,
  1. Open Multi-Factor Authentication Server UI and Select OATH Token icon.
  2. Click Add option from OATH Token window.
  3. image
  4. Enter your YubiKey token Details
    1. Serial Number – Required.  Enter the YubiKey serial number. This will be in the back of the Yubikey as shown below:
    2. image
    3. Secret Key – Required. This is the Secret Key (Base32) you have configured using the Authentication Application. 
    4. Manufacturer – Optional.  Enter Youbico as the manufacturer.
    5. Model – Optional.  Enter your YubiKey model type. 
    6. Start date – Optional
    7. Expiration date – Optional
    8. Time interval – Required. You can select the default 30 seconds value.  By default, YubiKey changes the 6-8 digit code  every 30 seconds. 
    9. Username:  Select the user for this OATH token.  You manually enter the username or Select User option to identify a user. 
    10. Click OK to complete.  The Synchronize OATH Token dialog will prompt for the current OATH code to synchronize the OATH token and verify the configuration.
    11. image
    12. Generate a new OATH from Yubico Authentication app using the imagebutton. 
    13. image
    14. Enter this code in the Synchronize OATH Token window to complete token configuration in MFA Server. 
Note1: MFA server validates the OATH code against the OATH token secret key and synchronizes the OATH token's time if they are valid.  If there are not valid, you will see the following error message:
image
Note2: Azure Multi-Factor Authentication Server supports bulk import of token records by using an input CSV file.   The file must be in a supported format and may be partially or fully encrypted with a password. 
To perform a bulk import,
  1. Select OATH Token icon and select Import.
  2. Select the input file and click Import.
image_thumb[19]
Note3: you may receive the following error message when you click on Import button. There is an update/hotfix for this issue. 
Unhandled exception has occurred in your application.  If you click Continue, the application will ignore this error and attempt to continue.  If you click Quit, the application will close immediately. 
Could not load file or assembly ‘PfPskcClr, Version=0.0.0.0, Culture=neutral, PublicKey Token=null’ or one of its dependencies.  A strongly-named assembly is required.  (Exception from HRRESULT:0X8013100) 
image_thumb[21]
Azure MFA Server – End User Validation Using YubiKey OATH Token
The final step in this process is to validate the YubiKey configuration and authentication experience from an end user perspective. 
To configure OATH token as the authentication type for an end user:
  1. From Multi-Factor Authentication Server UI, Select Users icon
  2. From right pane, open the user properties by double clicking the user object.
  3. This will open User Properties / Edit User  window as shown below.  Make sure that the OATH Token is selected as the authentication type for this test user. 
  4. image
  5. To validate this configuration, select out test user object and from the bottom of the window, select Test option.  
  6. image
  7. User will be prompted for first /primary authentication using a user name and password. Enter the User name and Password for the user, then click Test
  8. image
  9. Then it will prompt you for the secondary authentication.  In this scenario, it the OATH Code.image
  10. To generate a new OATH code, open Yubico Authenticator App and  pressing the imagebutton .  The OATH code will be displayed as shown below:
  11. image
  12. Enter the current OATH code in the OATH Code in the MFA application window.  Click OK.  image
  13. You will see the authentication status/result as shown below: 
  14. image
Related blogs:
Configuring Deepnet Security SafeID OATH Token with Microsoft Azure MFA Server  - http://portal.sivarajan.com/2016/07/configuring-deepnet-security-safeid.html
Azure MFA with pGina and Local Authentication - http://portal.sivarajan.com/2015/09/azure-mfa-with-pgina.html
Azure MFA Server –Authentication Types (Part I) - http://portal.sivarajan.com/2016/05/azure-mfa-serverauthentication-type.html
Azure MFA Server –Authentication Types (Part II) - http://portal.sivarajan.com/2016/06/azure-mfa-server-authentication-type.html

28 comments:

Fancy in writing research paper? How skilled are you? Take a look at this tutorial, maybe you'll learn something new!

Een zeer stijlvol replica rolex horloge, dit is een prachtig geschenk. Het ziet er zeer solide uit, het heeft een bepaald gewicht.Tips voor het kopen van een replica hier,Er zijn veel horloges met replica's van beroemde designermerken waar we zeker van zijn dat het van hoge kwaliteit en uiterlijk is.
replica rolex horloges
rolex horloges kopiëren
nep rolex horloge


I think that you must visit the website about essay writing and education. There you will find some useful links.

I am sure such information is unusual and specific. But I am interested in such sphere . Some of my works you check here excel homework help .

Hello! I have got cool news for people who look for a wriitng help. Here is one cool wriitng service that is named essayswriters com This service can help you with the writing and rewriting papers on any kinds.

Thanks for sharing such an Amazing information, I Couldn't leave without reading your blog. I have read another good blog, I think you have read it too. click here panda klantendienst

hi, your post is very helpful for me. Finally, I found exactly what i want. If need information regarding printers then you can visit our site Xerox Printer ondersteuning for help.

hi, Your post is very helpful for me, If you want to know more about antivirus then you can visit our site Canon Printer contacteren for help.


hi, Your post is very helpful for me,finally i got exactly what I want. If you want to know more about antivirus then you can visit our site Bitdefender belgie help.


Commenting as lilyloo180@gmail.com
Comment as:

hi, Your post is very helpful for me, finally i found exactly what i want , If you want to know more about antivirus then you can visit our site Kaspersky antivirus nummer for help.

it’s really nice and meaningful. it’s really cool blog. Linking is very useful thing.you have really helped lots of people who visit blog and provide them useful information.
SPSS Data Analysis Help

I thank the author for this extensive instruction on configuring yubikey. I wonder if it will be possible to somehow decrypt files encrypted with this key, if, for example, I lose the physical media of yubikey? By the way, on instagram you can find many accounts that publish posts with similar instructions. I think if you also post this instruction on your Instagram account, it will get a bunch of likes, since according to my observations, very similar posts always have at least 24 thousand likes. I am sure their authors resort to the services of https://soclikes.com/buy-instagram-likes to buy likes.

Ahmedabadindependent escorts pictures. We provide Ahmedabadescorts pictures and girl's real photos for selection.
surat escorts
nadiad escorts
lunawada escorts
rajpipla escorts
godhra escorts
vyara escorts
vapi escorts

We are one of the main escorts in Kolkata supplier that arrangements to supply High-Class Call Girls Servies. In the event that you will employ our Young Kolkata Escorts that implies you are going to paradise with our points. We have the most sweltering Models from various districts of India for you ti give you the best models on interest.

mountabu escorts
south-24-parganas escorts
north-24-parganas escorts

Amazing knowledge and I love to share this kind of information with my friends and hope they like it, why I am doing it.
Data Science Certification in Pune

Maybe you need to start to make video instruction? Think about it. You can publish such video on tiktok. From here https://www.trendstechblog.com/how-to-gain-your-first-million-followers-on-tiktok/ you will know how to get followers

A ton of engrossing apportioning is that Absolute vadodara Escorts acknowledge adjusted, befitting clasp with the intrigue of the days. Presently they are advertence their casework and territories of specialization to capture their retention of the additional record searchers. This is the reason you can get your adjusted one effectively.

real photo escorts vadodara

This is the reason you acknowledge one that you are completely scanning for. The apogee of outright escorts in vadodara accord to model and acknowledgment aback ground. A ton of them are loquacious in English, dreadful skilled in charm and amative spoiling. Their surrendered creature methodologies are substituting and thankful. A ton of these top chic vadodara escort are revered with aphotic atramentous or chestnut golden hair, and abundant yet abridge figures.

real photo vadodara escorts

Their solid statues are total for guaranteeing the a ton of worthy creature joy. vadodara escorts Get one of these amative supreme escorts in bed. Lie on their progressed pester unexpectedness and revere with her admirably well. Appreciate the nectar risk ice in the nearby hamburger of her appalling brave gorge. Get stowed in the ointment of these honorable Escorts, that seems to smell the part of the aglow youthful body, feel capital by the analgesic visiting and pass over the cuteness avaricious you drilling into her arms. Get assimilated and let lose all your appreciation to examine horrifying inside.

gallery real photo escorts vadodara

So envision not plentiful just experts up your telephone, infant endorsed customers, and achieve your journey blood-shivering and exotic. Booking Escorts in vadodara for an outcall course of action guarantees included beguilement than enjoying an in-call administration. In the event that you are genuinely new and apperceive destruction of the city, you can yield their assistance. Some of them acknowledge a genuine satisfactory union with people who can adjust the total for legitimate your associate a great deal of agitated and fulfilling.

vadodara escorts girls photo

we and our independent female friends like to go with business men and young mens those like to get service with us you will get high class independent service female we all are professional for our service.
airhostess female escorts in osmanabad
high class escorts in nandurbar
model beauty escorts in kolhapur
cheap rate escorts in jalna
call girls service in jalgaon
russian hot escorts in hingoli

We are offering hot and young escort services in Agra if you are visited in Agra Escorts and want to fun with women body then you can open our website and select your girl for erotic services at cheap rates in Agra.

Order marijuana online from cannabisbudeurope. Marijuana is a magical grass that helps in solving so many problems such as depression, anxiety, pains, increase sex performance and for relaxation, we are a Netherlands private growing and supply of natural indoor non chemical marijuana where you can order cannabis online. we ship all over Europe and UK. WE have a 24/7 hr. client support. We guarantee your safety and satisfaction, we supply marijuana flower for medical purposes and self-usage, vape pen and oil, concentrates, edibles. https://cannabisbudeurope.com/


https://cannabisbudeurope.com/
Contact us: call or WhatsApp
+31222788105
Email: info@cannabisbudeurope.com

https://www.weeds-4all.com/
http://smokebestplug.com/

how to order marijuana online
Europe marijuana
cannabis on prescription uk
buy cannabis online uk
best marijuana for nerve pain
recreational marijuana Europe
medical cannabis in Europe
strains of marijuana and what they do
list of all cannabis strains
marijuana strain directory
medical marijuana for neuropathic pain
medical marijuana for chronic pain
medical marijuana products for pain
best marijuana for pain relief
best strain for chronic pain
marijuana for back pain
best marijuana strains for pain relief
marijuana for pain relief
best marijuana for pain control
order marijuana online Germany
marijuana uk news
marijuana uk sale
medical marijuana uk
marijuana edibles online order
marijuana uk legal
mail order marijuana edibles online
marijuana uk news
marijuana uk sale
medical marijuana uk
marijuana edibles online order
marijuana uk legal
mail order marijuana edibles online
medical marijuana uk for sale
medical marijuana uk license
medical marijuana uk 2020
buy cannabis online uk delivery
medical cannabis online uk
the medical cannabis clinic
buy cannabis oil with thc
high thc oil for sale
cannabis thc oil for sale
buy thc oil online
cannabis oil high thc
high thc cannabis oil uk
buy thc oil online legal
buy pure thc oil
100% thc oil
Europe cannabis news
where to buy cannabis online
buy medical cannabis online
medical cannabis in Europe
buy real cannabis online uk
buy cannabis seeds online
buy cannabis seeds online uk
medical marijuana medical journal articles
medical cannabis news
somai pharmaceutical stock
somai pharmaceuticals
cannabis news uk
cannabis news today
cannabis news now
cannabis in Europe
marijuana legalization in Europe
cannabis legalization Europe
cannabis laws in Europe
all marijuana strain list a z
where to buy recreational pot in Europe
Europe marijuana laws
is cannabis legal in Europe
marijuana laws in Europe
is marijuana legal in Europe
medical marijuana for nerve pain
best marijuana for neuropathy
medical marijuana and nerve damage
medical marijuana for chronic back pain
best medical marijuana for neuropathy
best marijuana for neuropathic pain
best marijuana for chronic pain

Elegant Sexual Moments With Udaipur Escorts Model Girls
Gorgeous Udaipur Escorts are eager to provide you with a night full of fun and pleasure. These stunning Escorts in Udaipur will make your dreams come true and give you an unforgettable girlfriend experience. We strive to maintain this level of service to make sure every customer is happy with their escort service.
Udaipur Escorts
Delhi Escorts

What an amazing blog and very well written. It solved all my queries perfectly. vice chancellor scholarship australia

I thank the author for this extensive instruction on configuring yubikey. I wonder if it will be possible to somehow decrypt files encrypted with this key, if, for example, I lose the physical media of yubikey? By the way, on instagram you can find many accounts that publish posts with similar instructions. I think if you also post this instruction on your Instagram account, and use the services of https://viplikes.net/buy-instagram-followers to quickly increase their ammount.

really informative and educative article thanks publisher for sharing this wonderful info I have also shared this info on my blog medicated slippers for heel pain

Post a Comment

Popular Posts

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More