mobileiron

C# MVC delegation failing in Chrome and MobileIron browswer, but not in IE

北慕城南 提交于 2019-12-11 08:29:27
问题 I have a web app that is attempting to use delegation for retrieving files and making requests to other servers. I have Kerberos all set up and running fine (I think), but the delegation is only working in IE. The code System.Security.Principal.WindowsImpersonationContext impersonationContext; impersonationContext = ((System.Security.Principal.WindowsIdentity)User.Identity).Impersonate(); // Do some stuff here impersonationContext.Undo(); I then have some logging in the impersonated section

AppConnect Error : AppConnect cannot be instantiated directly

[亡魂溺海] 提交于 2019-12-10 11:28:48
问题 I am trying to Access the MDM using AppConnect SDK in swift 1.2 but it is giving following error : [AppConnect:Error] AppConnect cannot be instantiated directly. Instead, call +initWithDelegate: and then +sharedInstance. Code Snippet : import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate, AppConnectDelegate { var window: UIWindow? var appct = AppConnect() func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject:

AppConnect Error : AppConnect cannot be instantiated directly

故事扮演 提交于 2019-12-06 10:42:43
I am trying to Access the MDM using AppConnect SDK in swift 1.2 but it is giving following error : [AppConnect:Error] AppConnect cannot be instantiated directly. Instead, call +initWithDelegate: and then +sharedInstance. Code Snippet : import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate, AppConnectDelegate { var window: UIWindow? var appct = AppConnect() func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // Override point for customization after application launch. // Initialize the

MobileIron with sharepoint for authentication

时光怂恿深爱的人放手 提交于 2019-12-01 12:51:34
Do we have any in-built feature to authenticate and authorize a user from mobile iron to SharePoint? User will be authenticated via mobile iron now he must be login to SharePoint seamlessly. With MobileIron you can use Kerberos Constrained Delegetion (KCD) for seamless authentication to a system behind the MobileIron Sentry / accessed through the Sentry. There is a dedicated document available through support access from MobileIron where this stuff is explained in detail. At this point I'll only point out the overall process to access SharePoint with the MobileIron Web@Work browser: You have

MobileIron with sharepoint for authentication

我是研究僧i 提交于 2019-12-01 11:17:09
问题 Do we have any in-built feature to authenticate and authorize a user from mobile iron to SharePoint? User will be authenticated via mobile iron now he must be login to SharePoint seamlessly. 回答1: With MobileIron you can use Kerberos Constrained Delegetion (KCD) for seamless authentication to a system behind the MobileIron Sentry / accessed through the Sentry. There is a dedicated document available through support access from MobileIron where this stuff is explained in detail. At this point I