Activities of "nawaf.maqbali"

thanks, worked

what is the name of api scope

eyJhbGciOiJSUzI1NiIsImtpZCI6IjgxMDZFREE0MzAxMzE3Njc2MzhDQ0QyREM1QjE0NEFENUNEODBCMDYiLCJ4NXQiOiJnUWJ0cERBVEYyZGpqTTB0eGJGRXJWellDd1kiLCJ0eXAiOiJhdCtqd3QifQ.eyJzdWIiOiI4NDkwOGY4Ni1iNTYyLTM1ZGMtZGNjMC0zYTBmNzQyZTkwNTUiLCJlbWFpbCI6Im5hd2FmLm1hcWJhbGlAcmloYWwub20iLCJnaXZlbl9uYW1lIjoi2YbZiNin2YEiLCJmYW1pbHlfbmFtZSI6Itin2YTZhdmC2KjYp9mE2YoiLCJwaG9uZV9udW1iZXIiOiI5MzUwODA2MyIsInBob25lX251bWJlcl92ZXJpZmllZCI6IlRydWUiLCJlbWFpbF92ZXJpZmllZCI6IlRydWUiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiI4MDAwMjI5IiwidW5pcXVlX25hbWUiOiI4MDAwMjI5IiwibmFtZSI6IjgwMDAyMjkiLCJvaV9wcnN0IjoibWFyb29mX2FwcCIsImNsaWVudF9pZCI6Im1hcm9vZl9hcHAiLCJ1c2VybmFtZSI6IjgwMDAyMjkiLCJmaXJzdE5hbWUiOiLZhtmI2KfZgSIsImxhc3ROYW1lIjoi2KfZhNmF2YLYqNin2YTZiiIsInVzZXJUeXBlIjoibWVyY2hhbnQiLCJnZW5kZXIiOiJtYWxlIiwib2lfdGtuX2lkIjoiYTI2NDJhNGQtNGI1Yi00MjQ4LWIzMzYtMTQ3YjMwNDk5YTg4IiwiYXVkIjpbInByb2ZpbGUiLCJlbWFpbCIsIm9wZW5pZCJdLCJzY29wZSI6Im9wZW5pZCBwcm9maWxlIGVtYWlsIiwianRpIjoiZmMwNDY1MDQtNDc2Ni00MTkzLWFkMWUtNjExNTFkZDQxNWQyIiwiZXhwIjoxNzA0NjExNzAzLCJpc3MiOiJodHRwczovL2xvY2FsaG9zdDo0NDM3MS8iLCJpYXQiOjE3MDQ2MDkwMDN9.MnJKuBmy97pOoL3UuCPQ2cAo_8WaS_IGssWiJfKcdXwtLHChdieM_MNLZ5vYj54aYWqbo5y1yedNajr4udka6ApGn0iFl4ezP_uDw9YpMjKuLOzJ0YKnwUwOpeDMDiyRvdSlTq2FUtgTgFZ-d6WWrL-RUbAO0fFqxThXyxn_fKZBhzhIr703GZSnuUeuJVaMAIEP8pj4qyl8MC_geg3x60JRBSudAzKdNdxgsr2xDA0TBQzRFm0hQBI-djf-BzddtX77lj3WrJ9xCCyhdP0G2aOyZjjeu3vEL0PUBEFDYskO3RvtKXyWdiYKi-yXhXe4cYxPLbt31lPjRPC9sApYzA

The specified token cannot be used with this resource server.

Thanks it's worked

How to skip bellow page when login for the first time

PS C:\Users\NawafAlMaqbali\Desktop> docker compose up [+] Running 1/1

  • Container authserver Recreated 0.7s Attaching to authserver authserver | [06:37:02 INF] Starting Thiqah.Maroof.AuthServer. authserver | [06:37:03 FTL] Thiqah.Maroof.AuthServer terminated unexpectedly! authserver | Volo.Abp.AbpInitializationException: An error occurred during ConfigureServicesAsync phase of the module Volo.Abp.OpenIddict.AbpOpenIddictDomainModule, Volo.Abp.OpenIddict.Domain, Version=7.3.3.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details. authserver | ---> System.Security.Cryptography.CryptographicException: The X509 certificate could not be added to the store. authserver | ---> System.UnauthorizedAccessException: Access to the path '/home/maroofuser' is denied. authserver | ---> System.IO.IOException: Permission denied authserver | --- End of inner exception stack trace --- authserver | at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode) authserver | at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode) authserver | at System.IO.Directory.CreateDirectory(String path) authserver | at System.Security.Cryptography.X509Certificates.OpenSslDirectoryBasedStoreProvider.AddCertToStore(ICertificatePal certPal) authserver | at System.Security.Cryptography.X509Certificates.OpenSslDirectoryBasedStoreProvider.Add(ICertificatePal certPal) authserver | --- End of inner exception stack trace --- authserver | at System.Security.Cryptography.X509Certificates.OpenSslDirectoryBasedStoreProvider.Add(ICertificatePal certPal) authserver | at Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddDevelopmentEncryptionCertificate(X500DistinguishedName subject) authserver | at Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddDevelopmentEncryptionCertificate() authserver | at Thiqah.Maroof.MaroofAuthServerModule.<>c__DisplayClass0_0.<PreConfigureServices>b__2(OpenIddictServerBuilder options) in /src/src/Thiqah.Maroof.AuthServer/MaroofAuthServerModule.cs:line 175 authserver | at Microsoft.Extensions.DependencyInjection.OpenIddictServerExtensions.AddServer(OpenIddictBuilder builder, Action1 configuration) authserver | at Thiqah.Maroof.MaroofAuthServerModule.<>c__DisplayClass0_0.<PreConfigureServices>b__1(OpenIddictBuilder builder) in /src/src/Thiqah.Maroof.AuthServer/MaroofAuthServerModule.cs:line 113 authserver | at Volo.Abp.Options.PreConfigureActionList1.Configure(TOptions options) authserver | at Microsoft.Extensions.DependencyInjection.ServiceCollectionPreConfigureExtensions.ExecutePreConfiguredActions[TOptions](IServiceCollection services, TOptions options) authserver | at Volo.Abp.OpenIddict.AbpOpenIddictDomainModule.AddOpenIddictCore(IServiceCollection services) authserver | at Volo.Abp.OpenIddict.AbpOpenIddictDomainModule.ConfigureServices(ServiceConfigurationContext context) authserver | at Volo.Abp.Modularity.AbpModule.ConfigureServicesAsync(ServiceConfigurationContext context) authserver | at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync() authserver | --- End of inner exception stack trace --- authserver | at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync() authserver | at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) authserver | at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) authserver | at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action`1 optionsAction) authserver | at Thiqah.Maroof.Program.Main(String[] args) in /src/src/Thiqah.Maroof.AuthServer/Program.cs:line 57 authserver exited with code 1 PS C:\Users\NawafAlMaqbali\Desktop>

please help

Hi, I have solve the pre issue

now there is another issue after I login

InvalidOperationException: The OpenID Connect request cannot be retrieved. Volo.Abp.OpenIddict.Controllers.AbpOpenIdDictControllerBase.GetOpenIddictServerRequestAsync(HttpContext httpContext)

hi

I can't

tell me what you want's I will share it with you

Showing 1 to 10 of 12 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11