func generateIdpAlias(appId: String, deviceId: String, serialNo: String) -> String { return "\(appId):\(deviceId):\(serialNo)" }