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?
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
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.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)