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: 10.8.0
Syntax
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