/**
  * @return
  * @throws IdentityException
  */
 public SAMLSSOServiceProviderInfoDTO getServiceProviders() throws IdentityException {
   SAMLSSOConfigAdmin configAdmin = new SAMLSSOConfigAdmin(getConfigSystemRegistry());
   return configAdmin.getServiceProviders();
 }