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
hi
This is an endpoint that the framework has to call, you can't prevent it.
hi
You can try to custom the MultiTenancyMiddlewareErrorPageBuilder
https://github.com/abpframework/abp/blob/rel-5.1/framework/src/Volo.Abp.AspNetCore.MultiTenancy/Volo/Abp/AspNetCore/MultiTenancy/AbpAspNetCoreMultiTenancyOptions.cs#L22
OK, I will check again
hi
you can configure the properties by automapper documents
https://docs.automapper.org/en/stable/Projection.html