Passwordless authentication / login

Hello,

Is it possible to adjust one of the authentication providers to support passwordless login with an unique link via email?
See for example https://www.scottbrady91.com/ASPNET-Identity/Implementing-Mediums-Passwordless-Authentication-using-ASPNET-Core-Identity

Thanks
Marco

Have a look at the In Process Authenticated Requests example which allows you to authenticate a user without a password.

Thanks! But the user shouldn’t be logged in for an in process request only, but the complete session should be authenticated/logged in if a valid url is used, see the link for more details

The docs explain how to impersonate a user, i.e. authenticates as a user without their password. It’s not just for the duration of the in process request.