Activities of "s.alshammari.c"

Answer

inside result.Principal about 22 claims first one is "Name" and "PrimarySid" and all others are "groupsid" , there is no email claim

Answer

no email claim exist , I only got the name. should I add this id.AddClaim(new Claim(ClaimTypes.Email,result.Principal.FindFirstValue(ClaimTypes.Email))); ?

Answer

still I have to register by email , what I need is to integrate it with the active directory so once someone open the website it automatically log in

Answer

I didn't receive anything on my email yet (already checked spam etc..). can you make sure that its sent please? I sent you an email reply to it with the project please

Answer

hi saudalshammari2030@gmail.com

Answer

its a fresh project can you just implement it and share it with me please

Answer

can I send you my code ? provide me your email please

Answer

I want automatic login is that possible or do I must press windows button and then register by email ?

Answer

I added context.Services.Configure<IISServerOptions>(iis => { iis.AuthenticationDisplayName = "Windows"; iis.AutomaticAuthentication = false; });

but still, this button is not showing

Question
  • ABP Framework version: v7
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

how to implement windows Authentication in ABP suite

Showing 21 to 30 of 49 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11