Hi,
Is this work for you? https://github.com/dotnet/efcore/issues/11928#issuecomment-673058635
Thanks for the link, We will check and get back to you with update
We have some custom requirement of passing the Token to the the SQL Connection while connection establishment. Can you please guide us where we can find the relevant override?
SqlConnection connection = new SqlConnection();
connection.ConnectionString = Configuration.GetConnectionString("defaultConnection");
connection.AccessToken = authTokenService.GetToken().Result;
We are still checking will update you ASAP
Thanks, will give a try and update you. Thanks
Hi,
You can inject
RabbitMqDistributedEventBus
andAzureDistributedEventBus
instead ofIDistributedEventBus
but based on which condition it will pick the relevant one?
Also we we mentioned earlier If we are injecting both modules i.e. 'AbpEventBusRabbitMqModule' and 'AbpEventBusAzureModule' by default it's only picking RabbitMQ.
We are able to use RabbitMQ & Service Bus as Distributed Event Bus Individually in our Microservice solution. But we would like to have a Switch between RabbitMQ or Service Bus based on tenant. Do we have any Resolver to do this out of the box?
If we are injecting both modules i.e. 'AbpEventBusRabbitMqModule' and 'AbpEventBusAzureModule' by default it's only picking RabbitMQ.
Is their any kind of extension method available for switching between Distributed Event Bus. Please advise.
hi
Add
UserInformationReceived
callback to debug and check theprincipal
.options.Events = new OpenIdConnectEvents() options.Events.UserInformationReceived = ...
After changing the claim type from ABPClaimType to ClaimType it worked. Means some issue with the Key used.
var email = loginInfo.Principal.FindFirstValue(ClaimTypes.Email);
Thanks for the support.
Step 4: Redirected to Register page and clicked on Register
Did the Register page get your email address?
Yes we are getting the email pre populated in Register page