Activities of "viswajwalith"

Basically we need to connect to SQL MI with managed identity, so thought of modifying the connection method to accommodate the same, but .Net 6 is having native support for the same so updating to Sql.Data.Client to 5.1 fulfilled our requirement.

Thanks for the support, I am closing the issue from my side.

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 are still checking will update you ASAP

Thanks, will give a try and update you. Thanks

Hi,

You can inject RabbitMqDistributedEventBus and AzureDistributedEventBus instead of IDistributedEventBus

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.

Answer

hi

Add UserInformationReceived callback to debug and check the principal.

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.

Answer

hi

Try to add this options.ClaimActions.MapJsonKey(AbpClaimTypes.Email, "email");

Yes we tried both with ClaimTypes and ABPclaimTypes but no luck

Answer

hi

Please share your Azure AD integration code. eg AddAuthentication().Add

Thanks for the quick response, Please find the requested info and let me know if you need anything else.

Answer

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

default mailing service

Hi @maliming , our team didn't find the respective file which you have mentioned, if possible can you please share the name/details of the respective file as pointer?

Thanks in Advance. If we found the same in meantime will post here for reference

Showing 101 to 110 of 242 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30