A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ISingleSignOn

The single sign on web service contract.

Namespace: Mediachase.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
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