0
ABP Framework version:** v6.0.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:" Steps to map information from Claims of external Oauth (OpenId ) provider to Extra properties in Identity User
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
it's Azure B2C
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
Please download the source code of the account module to refer to.
Override the
OnGetExternalLoginCallbackAsyncofLoginModelYou can update
externalUseratawait SignInManager.SignInAsync(externalUser, false);The azure b2c user info exists on
loginInfoMarkdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)