EnableInternalAuthentication([MetabaseInternalAuthenticatioActivationOptions=0]);
EnableInternalAuthentication(Prognoz.Platform.Interop.Metabase.MetabaseInternalAuthenticatioActivationOptions);
MetabaseInternalAuthenticatioActivationOptions. Parameters for activation of inner authentication in repository. For Fore this parameter is optional, default value (Default) will be used.
The EnableInternalAuthentication method enables authorization by means of Foresight Analytics Platform.
The method is outdated, use IMetabasePolicy.CheckUserPassword.
By default, authorization is used by DBMS tools in repository.
If authorization by platform means is enabled, when the user logs in, first, he is authorized in DBMS, then user password hash is checked in the repository. For the first user login after enabling authorization by platform means change of password is required.
See also: