With the increase of Adaptive MFA use case and all the different combination of posture presented to evaluate the signin into a ressource, organisations require to customize their messaging to their end users to provide context and reduce the login experience friction. Keep in mind that for security reason we may not want to give... Continue Reading →
Office 365 / Azure AD seemless Users and Password’s Migration to Okta
In today's world, more and more organizations are looking at simplifying their Identity and access management solution in order to better secure their identity but also to reduce cost while improving the user experience. One of the use case we see more and more is organizations using Okta to centralise their users coming from mutliple... Continue Reading →
Okta End-to-End Passwordless and true SSO Experience into Microsoft Azure Virtual Desktops (AVD)
As we evolve through the new "normal", most organizations are looking to extend their digital user experience to frictionless in order to increase workforce productivity while working from anywhere. This is where Identity and Access Management plays a fundamental part to it and one of the key capability to enhance user experience is "PasswordLess". At... Continue Reading →
Create PFX certificate from Certificate and Private Key (Godaddy) on Windows with CertUtil
1.) Gather your files in one folder with same name. Example (domain.cer, domain.key) 2.)From CMD go to the folder and type: certutil -MergePFX domain.cer domain.key
Setup Okta as IdP with ADFS (SP)
Take the advantage of Okta Passwordless experience to access all your ADFS integrated applications. In this article we are Integrating Okta as IDP with ADFS as SP where Salesforce has been SAML integrated with ADFS. Prerequisites: Active Directory running 2008 R2 or higher.ADFS installed and configured. (ADFS doesn't need to be exposed to the internet... Continue Reading →
VMware Horizon Passwordless experience powered by Okta
-This Article is written for Lab demonstration purpose and some of the practice are not all recommended for production- As part of a customer requirement project, I was asked to proof/demo how Okta can help performing passworless experience in order to let their End Users to seemlessly access their Virtual apps and desktops from anywhere.... Continue Reading →
Windows 10 Mac Address as a Custom Attribute in VMware Workspace One UEM
This steps below describe how to setup Windows 10 Mac Address as a custom attribute in VMware Workspace One. Such settings are required for exemple when leveraging Certificate template and require the Mac Address. Creating the Files to push down: Add MAC Address in registry (Powershell script) $MyMacAddress=(Get-WmiObject Win32_NetworkAdapterConfiguration | where {$_.ipenabled -EQ $true}).Macaddress |... Continue Reading →
Enforce an application to always run on MacOS
This article explains 2 different methods in order to keep an Application running on MacOS Script Code: #!/bin/bash application_name="Notes" osascript -e "do shell script \" if ! (ps aux | grep $application_name | grep -v grep > /dev/null) then Open -a $application_name fi \" with administrator privileges" Custom Attribute Method... Continue Reading →
Over-the-air Migration from SOTI to Workspace ONE UEM
For Windows Mobile legacy device (Windows Rugged) 1 Over-the-air Migration from SOTI to Workspace One UEM 1.1 Migrating your Windows Mobile legacy devices. 1.1.1 Introduction ACME PTY require to migrate their X scanners from their SOTI legacy tenant running Mobicontrol to their VMware Workspace One UEM Platform in order to decommission the Legacy SOTI tenant... Continue Reading →
How to block Firmware updates on your Samsung Devices with Workspace One
This article is going to describe how to "Block" OS upgrades on Samsung devices using Workspace One UEM wherever your device are Android Enterprise or Device Admin. In order to do so, we will need to Blacklist the application process which are responsible to process the Device Firmware upgrade. 1.) Building an App Groups containing... Continue Reading →