If I update say the phone number on Azure, I am not able to get the updated phone number into Personal Info.
You can update the local user phone number during Login by override the OnGetExternalLoginCallbackAsync method of LoginModel or OpenIddictSupportedLoginModel
I am signing in with new user.
The phone number comes from the phone_number claim. Make sure the externalLoginInfo has this claim.
var externalLoginInfo = await SignInManager.GetExternalLoginInfoAsync();
hi
I am using OpenIdConnect and UserInfo endpoint custom policy for authentication. After successful authentication from Azure,
Are you signed in with an existing user or create a new user?
hi
Can you share a test project, I will download and check it.
Thanks.
liming.ma@volosoft.com
hi
I sent the MobileNavbar files to kari-xxxxxxx@gmail.com
hi
If there were no changes to the audited property of the entity (no "AbpEntityPropertyChanges" records created) it would be useful if it did not create a record for the "AbpEntityChanges" table.
This is the default behavior but you can override the AuditingStore to change it.
eg remove the EntityChange from AuditLog if there is no EntityPropertyChange
https://github.com/abpframework/abp/blob/dev/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/AuditingStore.cs#L52-L59
hi
How can I reproduce this CSP error?
Please share some code and steps.
Thanks.
hi
Can you share your test project?
Thanks
liming.ma@volosoft.com