Password Protect Apps

swillette702
Comes here often

Password Protect Apps

Is there a way to create a rule in Systems Manager where you can only open certain ios apps with a password?

8 REPLIES 8
PhilipDAth
Kind of a big deal
Kind of a big deal

No.

@PhilipDAth Wow what a wet blanket response. 😉 

 

 

If there are Apps you don't want your users to access then I would block the App store and only allow for certain Apps to be downloaded through the Meraki App.

 

@swillette702 What are you trying accomplish with passwords to open apps?

 

One thing I wish the Meraki App would do is allow for a login/authentication of some kind so we didn't have to do it on iPad setup.

 

Found this helpful? Give me some Kudos! (click on the little up-arrow below)

We are going to be using an iPad Pro in an environment where customers will be able to use the applications on the iPad. There are a few apps where only employees should have access too. We were hoping for a setting in which an app could only be opened by a password. By your comments, this doesn't seem to be the case. We will need to find an alternative method, thank you.

If you can hide the app in a folder somewhere (and dont think people will find it) you could deploy a webclip that asks for a password then redirects to the app.

 

i.e.

 

<div class="wrapper">
<form class="form1" action="">
<div class="formtitle">
Enter the password to proceed
</div>

<div class="input nobottomborder">
<div class="inputtext">
Password:
</div>

<div class="inputcontent">
<input type="password" id="password" /><br />
</div>
</div>

<div class="buttons">
<input class="orangebutton" type="button" value="Login" onclick="checkPassword()" />
</div>
</form>
</div>

<script>
function checkPassword(){
if(document.getElementById('password').value == '1234'){
location.href = "appurlhere://";
} else {
alert('Wrong Password!');
return false;
}
}
</script>

 

I am sure there is a neater way to implement it, this was just copy pasted from the first Google entry I found

@swillette702 As other have said, you cannot lock certain apps with a password, but you could use the whitelist/blacklist profile and scope it on the user level and device level.

 

Are you deploying the Meraki MDM app? If so (and you have it enabled), users can login with their credentials (if they are configured in Meraki or using a directory connection) and be assigned different profiles depending on their position/department/etc.

 

I would create a standard blacklist profile for that iPad that hides all the apps you don't want the customer to see and scope that to the "customer owner". Anytime the "customer owner" is logged into the iPad, that blacklist will sync down. If an employee logs into the Meraki MDM app, then they see the employee set of apps (the blacklist would remove).

 

This is the only work-around I could think of. I don't have a test iPad on hands, but I am sure there is a better way to automate this with a series of policies and profiles so when no user is assigned to the iPad it gets the customer blacklist profile (hiding things you don't want the customer to touch) and when a employee logs in with his/her credentials then they get to see everything. Once I get my hands on a tester, I will give it a go and report back.

 

Jared

 

 

Find this helpful? Click the kudos button. Thanks!
RobertRex
New here

@swillette,  Hi, probably there is no such rule exit in Systems Manager for creating password protected ios Apps.

Agreed.
sshort
Building a reputation

@swillette702 A clever workaround a colleague shared is to set a password for Screen Time, and then set specific apps to be disallowed for 23 hours and 59 minutes. It's not perfect, but it does mean that for the majority of a 24-hour period a user will get a passcode prompt to use an app when it's opened.

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.
Labels