Hi
Does anyone know how to detect(in the widget) the users who get access to the community via SSO?
[edited by: Ihor at 3:19 PM (GMT 0) on Mon, Dec 21 2020]
Hi
Does anyone know how to detect(in the widget) the users who get access to the community via SSO?
I've found the way to detect sso user. We can use "$core_v2_authentication.GetLastLoginType()".
If users get access to site via SSO the "$core_v2_authentication.GetLastLoginType()" will return SSO name. If users use login without SSO the "$core_v2_authentication.GetLastLoginType()" will return empty string.
I've found the way to detect sso user. We can use "$core_v2_authentication.GetLastLoginType()".
If users get access to site via SSO the "$core_v2_authentication.GetLastLoginType()" will return SSO name. If users use login without SSO the "$core_v2_authentication.GetLastLoginType()" will return empty string.