Skip to content

Instantly share code, notes, and snippets.

View samcofer's full-sized avatar
🏠
Working from home

Sam Cofer samcofer

🏠
Working from home
View GitHub Profile
@samcofer
samcofer / posit-oidc-scim-entra-configuration.ps1
Last active April 24, 2026 21:08
Posit OIDC & SCIM configuration for Microsoft Entra ID (PowerShell 7)
#Requires -Version 7.0
$ErrorActionPreference = 'Stop'
# --- Helper functions ---
function Prompt-Value {
param(
[string]$Name,
[string]$Label,
[string]$Default = '',