hi
IDX20803: Unable to obtain configuration from: 'System.String'.
It seems that the API cannot get the info of Identity Server(https://YourIdentityServer/.well-known/openid-configuration).
Can you check if the API in the container can access Identity Server?
ok Wait for good news.
Please send an email to me, I will share a zoom link.
hi @ashutosh.tanksale
Can I check this remotely? liming.ma@volosoft.com
I tested the latest project and did not reproduce your problem.
hi
Can you try the plain Identity Server? I think the problem has nothing to do with abp.
hi muratdogan@hitit.edu.tr
Let's discuss it in Github.
hi
it crash.
Can you explain in detail?
If grant type is password, you need to provide a username and password.
Did you use the correct appsettings.json?
CorsOrigins is configured with http://localhost:4200
You can also check the application logs.There may be other error messages in the logs.
But i got successfully implemented sms verification using Twillio and am getting OTPs as well and my number is getting verified. After all these while logging i can not see two factor authentiocation screen which asks for sms otp. What i am missing here as well???
Can you share your detailed steps to enable SMS two factor authentication?
hi ashutosh.tanksale
I think you don't need to implement WordSettingDefinitionProvider. The Emailing module has defined these settings, you only need to configure it. https://docs.abp.io/en/abp/latest/Emailing#email-settings
the smtp server requires a secure connection
You can also try MailKit, Test your mail settings in the console using MailKit or SmtpEmail.
https://docs.abp.io/en/abp/latest/MailKit
Later you can try to rewrite some of the built-in services.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Smtp/SmtpEmailSender.cs https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MailKit/Volo/Abp/MailKit/MailKitSmtpEmailSender.cs