The ASP.
I'm using ASP.NET Core 2.1 Identity. I've overridden IdentityUser because I need to add some additional properties on the user. …
c# asp.net-core .net-core asp.net-identity asp.net-core-2.1I am running into this problem relating to the DataProtectionProvider, first we only had 2 .NET Framework projects, now a .NET …
c# asp.net asp.net-core asp.net-identity data-protectionI am a bit confused as to why there is no Individual User Accounts authentication option in the latest ASP.…
asp.net asp.net-web-api asp.net-core asp.net-identity asp.net-core-webapiI created a customized IConfigurationDbContext in order to using IDS4 with Oracle. public class IdentityConfigurationDbContext : DbContext, IConfigurationDbContext { private readonly ConfigurationStoreOptions …
c# entity-framework asp.net-core asp.net-identity identityserver4I need to allow users to login through Corp network to access an internal web application. I've followed all the …
c# azure asp.net-identity owin azure-active-directoryI want to use asp.net useridentity in mvc 5, I do these steps: 1) create a mvc project. 2) create my own …
asp.net-mvc asp.net-mvc-5 asp.net-identity user-rolesI'm trying to extend the lifespan of both confirmation emails and password reset emails but I can't manage to do …
asp.net-mvc asp.net-core asp.net-identity password-recovery email-confirmationI've created a new Web Api project, added Asp.Net Identity and configured OAuth like so: OAuthOptions = new OAuthAuthorizationServerOptions { TokenEndpointPath = …
asp.net-web-api asp.net-identity swagger-ui swashbuckleI'm generating a usertoken like so public async Task GenerateCode() { var code = await UserManager.GenerateUserTokenAsync("heymega", new Guid("16139fcd-7ae0…
asp.net-mvc asp.net-identity asp.net-identity-2I'm using Asp.net Core 2.1 Identity and there is a property named "LockoutEnabled", for a second I thought this flag …
asp.net-core asp.net-identity asp.net-core-identity