<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z000072DOAjCAOOkta Classic EngineAPI Access ManagementUnanswered2021-06-29T02:17:23.000Z2021-06-29T02:17:23.000Z

2l0mk (2l0mk) asked a question.

Allowing application to create session without getting password from user

The question to allow users to log in without a password has been asked before. I have a similar requirement. I have an application which customer accesses via custom link. At this point, the customer has an account have not got an activation email yet.

The application requires an active session, so I am looking for a solution that will allow me to create a session by specifying the user name only from my code. ASP.Net Identity provides this kind of capability Microsoft.AspNet.Identity.Owin.SignInManager.SignInAsync(user, isPersistent, rememberBrowser)

 


This question is closed.
Loading
Allowing application to create session without getting password from user