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)
-
0
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.