hi
Let's discuss this in https://support.abp.io/QA/Questions/3604#answer-999438a9-65ca-2b2d-72d6-3a060dff6511
hi
You can get language settings after changing to the tenant.
using (CurrentTenant.Change(tenantId))
{
var defaultLanguage = await settingProvider.GetOrNullAsync(LocalizationSettingNames.DefaultLanguage);
}
hi
we know that claim is certainly available - but it does not appear to be working.
Can you share your azure configuration with me? liming.ma@volosoft.com
I will test it in my locally.
hi
Can you share the full steps to reproduce the issue? or a project liming.ma@volosoft.com
hi
we can login via azure, but because there is no relationship between our abp users and our azure users we are not authorizing which of course means our menus are incorrect and our API calls are being bounced.
The framework will compare the local user's email with the azure user. Does your application fit this design?
hi Dave
There we are having real difficult implementing a working solution to enable users to logon using Microsoft Identity (SSO) and then hook that up with the identity server to link roles/permissions.
Can you explain it in detail?
we cannot read these extra properties we added,
hi
It will automatically read and set the properties of the entity, what is your code and steps?
hi
I will updapte all methods to virtual in next version , You can implement the IAbpApplicationConfigurationAppService interface now. copy the code from AbpApplicationConfigurationAppService