Hi Prasad, Yes the current implementation uses the getServiceProviders() method in org.wso2.carbon.identity.sso.saml.SAMLSSOConfigService where all the SAML SSO Issuers are returned but these objects do not have their respective service provider names mapped. What i need is the service provider names of the respective issuers. Is there a method or a class which can return or contains both the service provider and the issuer name?
I need to get all the names of the SAML SSO Service Providers along with their issuer names. Thank you. On Thu, Oct 23, 2014 at 11:38 PM, Prasad Tissera <[email protected]> wrote: > Hi Shiva, > > If you want to fetch all the SAMLSSO Issuers registered you can use > getServiceProviders() method in > org.wso2.carbon.identity.sso.saml.SAMLSSOConfigService. It contains all the > avilable information of the issuer. In IS 5.0.0 SAMLSSO in only one type of > service providers. But in earlier IS version SAMLSSO was the only service > provider available. > > If you can explain the issue you are working on more specifically we may > able to help you more on this. Thanks. > > Regards, > Prasad. > > > On Thu, Oct 23, 2014 at 5:55 PM, Shiva Balachandran <[email protected]> > wrote: > >> Hi, >> >> I been working on a Issues related to IS, the issue regarding populating >> a dropdown with all the SAMLSSO Service providers. The class listed in the >> subject holds the Service Providers but does not contain the name of the >> service provider. Is there any way for me to acquire the service provider >> and the issuer? >> >> Thank you, >> >> -- >> Shiva Balachandran >> Software Engineer >> WSO2 Inc. >> >> Mobile - +94 774445788 >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Prasad Tissera > Software Engineer. > Mobile : +94777223444 > -- Shiva Balachandran Software Engineer WSO2 Inc. Mobile - +94 774445788
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
