Security.Identity icon indicating copy to clipboard operation
Security.Identity copied to clipboard

.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities

Results 8 Security.Identity issues
Sort by recently updated
recently updated
newest added

Hey, first of all thank you for this great library, I've got two quick questions , I've looked through the demo but I'm still unsure of the correct way to...

question

I tried to create an authentication api without the secret key using the standard documentation on github. My appsetting.json in Identity Provider Api ```json "AppJwtSettings": { "Issuer": "MyInssuerValue", "Audience": "MyAudience"...

question

I was following the readme to configure my project and when I ran my project I got the following issue. I added the version 6.1.7 (NetDevPack.Identity) > System.AggregateException: 'Some services...

question

I'm trying to use AddCustomIdentity() and I'm getting this error when run the add migration command. `No DbContext named 'NetDevPackAppDbContext' was found. ` File IdentityConfig.cs ``` services.AddIdentityEntityFrameworkContextConfiguration(options => options.UseSqlServer(configuration.GetConnectionString("DefaultConnection"), b...

Hi guys! First, I really love this package :DD So, is there a method to return the roles claims when I use the JwtBuilder()? Something like .WithRolesClaims()

question

**EDIT / UPDATE** The problem is not with the .net version, is with the NetDevPack.Identity version. This issue occurs with the 1.2.0 version only. Using the 1.1.1 work perfectly even...

**Describe the bug** the sample can't run **To Reproduce** Steps to reproduce the behavior: 1. F5 2.Open the sawgger page 3. Use account/register 4. See error ``` System.InvalidOperationException: Unable to...

**Describe the bug** When executing the command "╰$ dotnet ef migrations add addauth --verbose --context MyIntIdentityContext --project Core.Infra.Postgres --startup-project Api "I'm getting the error Cannot create a 'DbContext' of type...