I have configured Kerberos with Hadoop. I'm facing difficulty in mapping the Kerberos architecture and whole flow of authentication to my application.
Following is my use case:
We have a web application that calls backend services, which communicates with Hadoop ecosystem internally.
Now I don't have clear idea how the Kerberos aunthentication will take place, where the tokens will be stored, i.e. whether client-side or server side. How the credential cache would be managed, when two or more users access the application and access Hadoop, because when we do kinit
the old credential cache is replaced by the new one. What would be the complete flow?
Waiting for response. Thanks