These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Logon by user id

(edited)

Back in the iBO days, we created integrations that would assist users that had forgotten their passwords. After they provide additional identity information we called iBO methods that would log them in:

//from a manger context
SecurityContext.LogonByUserId(userName);
FormsAuthentication.SetAuthCookie(AppPrincipal.CurrentIdentity.Name, rememberMe);

Is it possible to achieve this from the REST API?

Thanks!