LogoLogo
  • Welcome
  • StifleR
  • 2PXE Server
  • iPXE WS
  • OSD Toolkit
  • DeployR
  • Introduction
    • Your DeployR guide
  • SETUP
    • Prerequisites
    • Installation
    • Securing
      • Entra ID authentication
      • Passcode authentication
      • Certificate authentication
      • Anonymous authentication
      • Other security settings
  • Generate Windows PE Boot Images
  • Generate Linux Boot Images
  • Configuring PXE booting
    • Using 2PXE
    • Using 2PXE with iPXE Anywhere Web Service
    • Using WDS or third-party PXE servers
  • Microsoft Graph API access
  • Getting Started
    • Creating a Content Item
      • Applications
      • Driver packs
      • Operating system
    • Creating a Task Sequence
    • Performing a Bare Metal Deployment
  • Starting a task sequence in an existing OS
  • Running a task sequence from Intune
  • Reference
    • Step Definitions
      • Apply ChromeOS Flex
      • Apply IGEL image
      • Apply operating system
      • Apply operating system from cloud
      • Capture image
      • Configure operating system
      • Enable Administrator account
      • Enable BranchCache
      • Format disk
      • Inject driver pack
      • Inject drivers
      • Inject drivers from cloud
      • Install application
      • Install multiple applications
      • Install updates
      • Offline domain join
      • Prepare for capture
      • Prepare operating system
      • Reboot
      • Run command line
      • Run PowerShell script
      • Run task sequence
      • Set variable
    • Task Sequence Templates
      • Windows bare metal
      • Windows bare metal from cloud
      • Windows build and capture
      • Autopilot from cloud
      • Autopilot pre-provisioning
      • ChromeOS Flex
      • IGEL 12
  • PowerShell Modules
  • Task Sequence Variables
Powered by GitBook
On this page
  1. SETUP

Securing

PreviousInstallationNextEntra ID authentication

Last updated 7 days ago

LogoLogo

About

  • Let's connect
  • Engineering team
  • Our story
  • Blog
  • Events
  • Youtube

Products

  • Product overview
  • RecoveR
  • DeployR
  • OSD Toolkit
  • iPXE Anywhere
  • StifleR
  • CacheR
  • MOM
  • RemoteR

Support

  • Resources
  • Knowledge base
  • 2Pint Software support
  • FAQs

Pricing

  • Private sector
  • Public sector
  • Services

© Copyright 2025 2Pint Software | All rights reserved

CtrlK

DeployR implements multiple security mechanisms for controlling who can run task sequences. It is recommended that you configure at least one of these:

  • Entra ID authentication. Leverage the Entra ID device flow for the technician to log in using their Entra ID credentials from a phone or other device.

  • Passcode authentication. The technician will log in using a passcode string that has been shared with them by the IT administrator. (Anyone who knows the passcode can use it.)

  • Certificate authentication. In an existing OS, a task sequence can be initiated using an existing certificate for authentication so no manual authentication needs to be performed.

It is also possible to bypass authentication altogether by enabling the "Bypass authentication" setting:

With that configured, no authentication will be required from any user; anyone can run any task sequence.

Note: StifleR currently requires the "Bypass local authentication" setting since it cannot presently authenticate with DeployR. This also means that DeployR and StifleR need to be installed on the same computer.

Also, you will only be able to upload content from the StifleR dashboard running on the DeployR server itself, due to the browser talking directly to the DeployR service for these uploads. (All other communication from StifleR to DeployR happens through the StifleR service.)

These restrictions will be removed in a future update to StifleR.

The DeployR client will try the available authentication mechanisms in this order:

  1. Anonymous

  2. Certificate

  3. Entra ID

  4. Passcode

If none of these are enabled or configured, the device will continue to ask for a passcode but you will not be able to proceed further.