Created on 07-18-2016 07:58 PM - edited 09-16-2022 03:30 AM
Created 07-19-2016 08:24 PM
It's not because of SPNEGO, its because, once you get authenticated to KDC, you get initial ticket called TGT, using TGT further authentication happens to get Service level ticket.
If you want to decide which user can access what then probably you are looking for authorization and Rager is the solution for you.
Note - SPNEGO provides a mechanism for extending Kerberos to Web applications through the standard HTTP protocol.
Please do let me know if you need any further help.
Created 07-19-2016 08:24 PM
It's not because of SPNEGO, its because, once you get authenticated to KDC, you get initial ticket called TGT, using TGT further authentication happens to get Service level ticket.
If you want to decide which user can access what then probably you are looking for authorization and Rager is the solution for you.
Note - SPNEGO provides a mechanism for extending Kerberos to Web applications through the standard HTTP protocol.
Please do let me know if you need any further help.
Created 07-20-2016 04:52 PM
thank you, this gives me a good idea. let me play with ranger and see what i can accomplish
Created 07-20-2016 06:09 PM
@Kuldeep Kulkarni great stuff. I find myself getting this confused as well.