We are using Active Directory to authenticate users in our Windows application. The problem is once they log in, they are never prompted again. We would like the ?token? to expire after 24 hours, but we have not been able to figure out how to do that.
The application is an old Windows Forms VB.NET application using .NET 4.8. I have not been able to figure out if it is something we can code or if it is something we configure in the Azure Portal?
I tried messing with the cache creation, but that doesn't seem to do anything.