authentication - can we make enterprise AD transparent to the existence of local kerberos mechanism? -
we have users in enterprise ad , want kerberos ticket generated these users local kerberos server instead of kerberos service in ad itself.
the intent of want make enterprise ad transparent exixtence of kerberos mechanism
the approach thinking is--
say have 3 boxes:
- enterprise ad
- local ad embedded kerberos
- role based access control box
flow thinking--
- rbac box receive user request authentication , authorization
- in place of forwarding request enterprise ad , rbac box forwards request our local ad embedded kerberos.
- now, local ad embedded kerberos queries enterprise ad user authentication.
- on success of authentication, local ad kerberos generates ticket , sends response rbac box either allows/denies services user.
we don't know if done, if possible please guide or suggest approach achieving same.
thanks
if enterprise ad , local ads organized forrest, might possible realize scenario using "cross-realm authentication": https://technet.microsoft.com/en-us/library/cc773178%28v=ws.10%29.aspx
Comments
Post a Comment