Hi,
we’ve a few self-service portals which currently use ASP.Net. They use Kerberos for impersonation and authentication.
The user is logged on with her AD credentials and without popups. Through group memberships I restrict the user access. E.g. some users can write a file, some others just can read it.
How can I do the same with a REST Endpoint and a Dashboard?
Many thanks in advance