SaaS CMS has officially launched! Learn more now.

Interface ISingleSignOn

The single sign on web service contract.

Namespace: Mediachase.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
[Obsolete("This interface is no longer used, for SSO support, see information about ASP.NET Identity. Will remain at least until January 2019")]
public interface ISingleSignOn

Methods

GetTicket(String, String)

Declaration
string GetTicket(string user, string app)
Parameters
Type Name Description
System.String user
System.String app
Returns
Type Description
System.String