A financial enterprise is migrating its identity architecture to a cloud-hosted Identity Provider (IdP) while retaining a mission-critical legacy on-premises web application. The legacy application relies strictly on Integrated Windows Authentication (Kerberos) for user authentication and cannot be modified to support modern web standards such as SAML 2.0 or OpenID Connect (OIDC). Remote employees connect from unmanaged endpoints without direct line-of-sight network connectivity to internal Active Directory Domain Controllers. Which architectural pattern should the security team implement to provide secure single sign-on (SSO) to this application while maintaining a Zero Trust security posture?
- Deploy an Identity-Aware Proxy (IAP) combined with an on-premises application connector that performs Kerberos Constrained Delegation (KCD) after verifying modern IdP claims.Cevap
- BConfigure an inline Web Application Firewall (WAF) to inspect incoming HTTP requests and forward RADIUS accounting packets directly to internal Active Directory services.
- CEstablish an enterprise IPsec VPN gateway to extend the internal network boundary, enabling remote endpoints to issue Kerberos Ticket-Granting Tickets (TGT) directly to Domain Controllers.
- DInstall a Host-based Intrusion Prevention System (HIPS) on the web server to translate incoming OAuth 2.0 access tokens into local NTFS file system permissions.
Cevap
Deploying an Identity-Aware Proxy (IAP) with an on-premises connector that executes Kerberos Constrained Delegation (KCD) allows modern IdP authentication for remote users while translating claims into native Kerberos tickets internally without broad network exposure.
An Identity-Aware Proxy (IAP) pattern combined with Kerberos Constrained Delegation (KCD) solves the challenge of supporting legacy Kerberos authentication for remote users without compromising Zero Trust principles. The remote user authenticates against the modern cloud Identity Provider using strong controls (such as MFA). Upon successful authentication, the IAP connector residing within the internal network receives a secure signal and uses KCD to request a Kerberos service ticket on behalf of the user from Active Directory, delivering it to the legacy application.
Adım Adım Çözüm
Anahtar Kavram
Identity and Access Management Architecture - Legacy SSO Integration & Zero Trust Proxy Patterns