Try to set them to true and login again.
What is the value of EmailConfirmed and PhoneNumberConfirmed?
Try to set them to true.
Thanks.
Hi
Maybe the DB call was not invoked by the background job/worker.
hi
Can you check the AbpUsers table in your database?
The IsActive of your admin user is false.
Thanks.
Saved 2 entities to in-memory store.
This log only outputs if you are using Microsoft.EntityFrameworkCore.InMemory
hi
You can try disabling Hangfire to see if it resolves the problem.
Thanks.
hi
Can you resolve the problem by adding these packages with an explicit 8.12.0 version?
If so, It might be that the dependencies in your project are not consistent. Adding explicit packages is the solution.
Run dotnet package list --include-prerelease and share output.
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.12.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.12.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.12.0" />
Thanks
hi
Does it work when signing in using OpenID on your local?
hi
Hangfire requires you to set up a valid storage so that you can add new jobs to it, even if they aren't executed in the current app.
hi
The Access is denied.
You can check https://abp.io/support/questions/3537/OpenIddict-WindowsCryptographicException-Access-is-denied
https://abp.io/docs/latest/deployment/configuring-openiddict#production-environment
Thanks.
[13:46:43 INF] Starting Cincaporc.WebApp.AuthServer.
[13:46:48 FTL] Cincaporc.WebApp.AuthServer terminated unexpectedly!
Volo.Abp.AbpInitializationException: An error occurred during ConfigureServicesAsync phase of the module Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule, Volo.Abp.OpenIddict.AspNetCore, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details.
---> Internal.Cryptography.CryptoThrowHelper+WindowsCryptographicException: Access is denied.
at Internal.Cryptography.Pal.StorePal.FromSystemStore(String storeName, StoreLocation storeLocation, OpenFlags openFlags)
at System.Security.Cryptography.X509Certificates.X509Store.Open(OpenFlags flags)
at Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddDevelopmentEncryptionCertificate(X500DistinguishedName subject)
at Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddDevelopmentEncryptionCertificate()
at Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule.<>c__DisplayClass1_0.<AddOpenIddictServer>b__0(OpenIddictServerBuilder builder)
at Microsoft.Extensions.DependencyInjection.OpenIddictServerExtensions.AddServer(OpenIddictBuilder builder, Action`1 configuration)
at Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule.AddOpenIddictServer(IServiceCollection services)
at Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule.ConfigureServices(ServiceConfigurationContext context)
at Volo.Abp.Modularity.AbpModule.ConfigureServicesAsync(ServiceConfigurationContext context)
at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync()
--- End of inner exception stack trace ---
at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync()
at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)
at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)
at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action`1 optionsAction)
at Cincaporc.WebApp.Program.Main(String[] args) in C:\Users\jmalla\source\Cincaporc.WebApp\src\Cincaporc.WebApp.AuthServer\Program.cs:line 36