Unable to disable the local login
Email confirmation email not coming. Email verification code not coming
Check your xxxDomainModule
. It will use NullEmailSender
in DEBUG mode.
#if DEBUG
context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif
Verification Code – options not asking weather email/phone type?
The SMS verification code may be only numbers. The email verification code may be a URL.
Also, I can’t able find the method to custom claims mapping while inserting the user For example, from Azure we need to insert Name, Surname. I am not able set the claims from Azure to User Table. This very critical we are moving to production very soon.
Can you share the code that configure Azure authentication?
some of delete function not working.
Please explain it in details.
Same question https://support.abp.io/QA/Questions/1277#answer-ac625415-03d3-8d1b-abf9-39fc6c6111d3
hi
They are the application services of blogs.
https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Blogs/IBlogAppService.cs#L9
https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo/Blogging/Admin/Blogs/IBlogManagementAppService.cs#L10
does the script move the data back to the host database ?
No, You should do this manually.
hi
Can you share the http request details?
hi
Please check your app logs. Logs/logs.txt
hi
You can add your property to claims.
https://docs.abp.io/en/abp/4.3/Authorization#claims-principal-factory
hi alexander.nikonov
Please create a new question. Thanks.
hi Can you explain in details?