Hello, comrades! Please help to understand.
The task following: at the request of the employee for a certain URL to return information about it. In other words, trying to implement SSO (single sign-on) into a Golang application using Kerberos and Active Directory.
Found a library gokrb5, which sort of solves this problem. N...