cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4111
Views
0
Helpful
2
Replies

Restrict MRA Jabber to Only Corporate-owned Mobile Devices

matt.esch
Level 1
Level 1

Hiall , we are running Jabber over MRA. We use Jabber internally on their computer devices, but also use Jabber on our corporate-provided cell phones connecting in via MRA. We have some users that are installing Jabber on their personal cell phones, and connecting in via MRA. Because we don't manage the personal cell phones and the data on those phones, we want to prevent users from being able to connect in with personal phones via MRA. Is there a way that we can only permit Jabber over MRA from corporate-owned devices?

 

Thanks!
Matt

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

You would need SSO and an MDM so only devices registered in the MDM could login.

HTH

java

if this helps, please rate

Adding to Jaime’s response here: you’re looking at a fairly complicated problem. Jabber and Expressway have no understanding of what is a company-owned asset. Your SSO IdP doesn’t know this either, at least not intrinsically. The only way to convey that knowledge is by having MDM issue a client certificate to the mobile device that can authenticate to SSO on behalf of the user. You then configure the IdP to *only* accept those MDM-issued certificates, not username and password. Of course, you also have to configure your MDM platform to not let users self-enroll devices. With all of that in place, Jabber/Expressway still doesn’t know what’s company-owned but it doesn’t matter because the IdP won’t issue the client a SAML cookie.