| There needs to be a way to identify whether a mobile client is bound to a mobile service. To achieve this the mobile service playbooks need to be updated to label the secret created during the bind operation with the service instance id and the mobile client id (taken in as parameters of the bind form) Label secret with "provider" and "consumer" labels. e.g. provider: <service-Instance-id> consumer: <mobile-client-id> |