我正在尝试连接一个解决方案以使用自定义 C# 代码执行以下操作:
- 针对 StoreFront 服务器进行身份验证
- 枚举应用
- 启动 ICA
I am able to do this following their example using basic authentication (user/domain and password). However, I want to know if there is a way to do this with other authentication mechanisms. I have searched for any documentation surrounding the /Resources/
directory of API endpoints with no success. I am using the /Resources/List
, /Resources/PostCredentialsAuth/Login
, and /Resources/LaunchIca
endpoints, so I know there are API endpoints to use.
Does anyone know where I can find more information about these endpoints? My end goal is going to be passing credentials/certificates from a custom app to authenticate against StoreFront.
Any help would be appreciated. Thanks in advance!