Newer Version Available
SocialLoginController Class
Represents the social authentication providers configured for the
Experience Cloud site. For internal use only.
Namespace
SocialLoginController Methods
The following are methods for SocialLoginController.
getCommunityDomainSsoUrl(startUrl, developerName)
Signature
public static String getCommunityDomainSsoUrl(String startUrl, String developerName)
Parameters
Return Value
Type: String
getSamlSsoUrl(startUrl, samlId)
Signature
public static String getSamlSsoUrl(String startUrl, String samlId)
Parameters
Return Value
Type: String
getSamlSsoUrlNoCache(startUrl, samlId)
Returns the URL to the SAML provider for the Experience Cloud site,
without caching the URL. Calling this method also initiates a backend call.
Signature
public static String getSamlSsoUrlNoCache(String startUrl, String samlId)
Parameters
Return Value
Type: String
The URL to the site's SAML provider. Unlike the URL returned by the getSamlSsoUrl method, this URL isn't cached.
getSsoUrl(startUrl, developerName)
Signature
public static String getSsoUrl(String startUrl, String developerName)
Parameters
Return Value
Type: String