identity-auth-repair

Diagnose and repair SSO, Kerberos, and client-certificate authentication failures.

Updated May 6, 2026
One-click install
npx skills add https://github.com/idemeum/skills --skill identity-auth-repair
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identity-auth-repair
Source: https://github.com/idemeum/skills/tree/main/identity-auth-repair
Command: npx skills add https://github.com/idemeum/skills --skill identity-auth-repair

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill diagnoses and repairs authentication failures caused by identity infrastructure problems like NTP drift, expired Kerberos tickets, or expiring/expired client certificates that break SSO, VPN, and related apps.

Core Features & Use Cases

  • Root-cause identity checks: Verifies time synchronization status, Kerberos ticket health, and certificate expiry to pinpoint why multiple apps fail at once.
  • Targeted corrective actions: Resyncs system time when drift is detected, renews Kerberos tickets when possible, and identifies client certificates that require re-issuance.
  • Guardrails and escalation paths: Checks AD/domain binding and distinguishes local identity issues from far-side endpoint TLS certificate problems, then guides the user to IT when needed.
  • Use case: Multiple users report Outlook, Teams, VPN, and file-share login failing simultaneously after sleep, travel/time-zone changes, or a recent certificate rollover—use this skill to fix the underlying identity dependency so all downstream apps recover.

Quick Start

Ask an AI agent to run identity-auth-repair and diagnose why my SSO/VPN/authentication fails across multiple apps, then repair the root cause.

Frequently Asked Questions about identity-auth-repair

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does SSO fail across multiple apps like Outlook, Teams, and VPN at the same time?

When SSO fails across multiple apps simultaneously, the root cause is often NTP drift, expired Kerberos tickets, or expiring client certificates. This skill orchestrates checks across these identity dependencies and applies conditional remediation to restore access to all affected downstream apps.

How do I fix Kerberos login errors affecting corporate web apps and file shares?

To fix Kerberos login errors affecting file shares and web apps, this skill inspects ticket health and verifies AD domain binding. It renews expired tickets when possible and escalates to IT if the failure stems from local identity disconnection rather than simple ticket expiry.

Can NTP time drift cause MFA and VPN authentication failures?

Yes, NTP time drift causes MFA and VPN authentication failures because time-sensitive protocols reject requests with skewed system clocks. This skill checks NTP synchronization status and resyncs system time when drift is detected, immediately restoring MFA and VPN authentication.

How do I troubleshoot client certificate authentication problems?

To troubleshoot client certificate authentication problems, this skill enumerates installed client certificates and checks their expiry dates. It identifies certificates requiring re-issuance and distinguishes local identity issues from far-side endpoint TLS certificate problems.

Does this approach work for authentication failures occurring after sleep or time-zone changes?

Yes, this approach works for authentication failures occurring after sleep, travel, or time-zone changes. These events often trigger NTP drift or stale Kerberos tickets, which this skill diagnoses and repairs by resyncing system time and renewing tickets to recover all affected downstream apps.

When should I escalate SSO and authentication repair issues to IT?

You should escalate SSO and authentication repair issues to IT when this skill identifies far-side endpoint TLS certificate problems or confirms a broken AD domain binding. These conditions require manual IT intervention for certificate re-issuance or domain re-binding.