Base solution for your next web application
Open Closed

ADFS Authentication #1795


User avatar
0
ron created

I am new to ABP, would like to know how the ABP handles ADFS authentication.

Should I use the External Auth? And how to handle the user mapping with the AbpUser?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You need to do it like an external login. When external login succeeds, create a user and insert a record to AbpUserLogins table with the Id of newly created user.