'WebApp authentication with Kerberos with JWT as session management... does it make sense?

I have to setup a webapp with some kind of session management and an authentication with Kerberos and I am a little bit lost... I just wanted to know from you pros if this approach makes sense at all or not. From my understanding it would be okay if the whole Kerberos authentication would just happen between the server part of the website (web application/web backend) and a kerberos instance and the session management would happen between the web frontend and the web backend. Language for the web app would be python. I saw there are Kerberos- and JWT-packages for it.

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source