Activities of "mostafa_ibrahem22@hotmail.com"

Dear muhammedaltug,

Many thanks for shared these steps

Kindly any update

hi, Kindly I want to change all colors in lepton1.scss as an example, so so I want to make changes on lepton1.scss, and after generating the lepton1.css file, I want to replace file in my project without add "Volo.LeptonTheme" module, I just only replace CSS file.

Hi Logs : https://app.box.com/s/xj9g2ai2r07tok54sq1l2qscg5vg1hqy

hi, i used angular project, I think FrontChannelUri and BackChannelUri are not used with angular and API, it's only used in web mvc

Kindly please review DB and appsettings :

DB and appsettings : https://app.box.com/s/xj9g2ai2r07tok54sq1l2qscg5vg1hqy

and you can try these on local iis

hi any updated

hi,

I updated all URLs in appsettings, you can show images in above

for test

{
  "App": {
    "SelfUrl": "https://mabuhamad.mowe.gov.sa/naamaidentityserver/",
	"CorsOrigins": "https://mabuhamad.mowe.gov.sa/naamaangular,https://mabuhamad.mowe.gov.sa/naamaapi"
  },
  "AppSelfUrl": "https://mabuhamad.mowe.gov.sa/naamaidentityserver/",
  "ConnectionStrings": {
    "Default": "Server=localhost;Database=NaamaMainUnder443;User Id=sa;Password=P@ssw0rd"
  },
  "Redis": {
    "Configuration": "127.0.0.1",
    "IsEnabled": false
  },
  "AuthServer": {
    "Authority": "https://mabuhamad.mowe.gov.sa/naamaidentityserver/",
    "RequirehttpMetadata": "false",
    "ApiName": "ProductsPrices"
  },
  "IdentityServer": {
    "Clients": {
      "ProductsPrices_App": {
        "ClientId": "ProductsPrices_App",
        "ClientSecret": "1q2w3e*",
        "RootUrl": "https://mabuhamad.mowe.gov.sa/naamaangular"
      },
      "ProductsPrices_Swagger": {
        "ClientId": "ProductsPrices_Swagger",
        "ClientSecret": "1q2w3e*",
        "RootUrl": "https://mabuhamad.mowe.gov.sa/naamaapi"
      }
    }
  }
}


{
  "App": {
    "CorsOrigins": "https://mabuhamad.mowe.gov.sa/naamaangular,https://mabuhamad.mowe.gov.sa/naamaidentityserver"
  },
  "ConnectionStrings": {
    "Default": "Server=localhost;Database=NaamaMainUnder443;;User Id=sa;Password=P@ssw0rd",
    "ProductsPrices": "Server=localhost;Database=ProductsPrices_Module;;User Id=sa;Password=P@ssw0rd",
    "MainCore": "Server=localhost;Database=MainCore_Module;;User Id=sa;Password=P@ssw0rd"
  },
  "Redis": {
    "Configuration": "127.0.0.1",
    "IsEnabled": false
  },
  "AuthServer": {
    "Authority": "https://mabuhamad.mowe.gov.sa/naamaidentityserver/",
    "RequirehttpMetadata": "false",
    "SwaggerClientId": "ProductsPrices_Swagger",
    "SwaggerClientSecret": "1q2w3e*"
  }
}
  • ABP Framework version: V5.0 commercial
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

I publish the three sites on IIS Identity Server Host: https://mabuhamad.mowe.gov.sa:12345/ API Host: https://mabuhamad.mowe.gov.sa:12346/swagger/index.html Angular Host: https://mabuhamad.mowe.gov.sa:4400/ everything working ok

but I want to publish the three sites on IIS on port 443 with a subdirectory Identity Server Host: https://mabuhamad.mowe.gov.sa/NaamaIdentityServer API Host: https://mabuhamad.mowe.gov.sa/NaamaAPI Angular Host: https://mabuhamad.mowe.gov.sa/NaamaAngular after these settings, the Identity Server not working

Internal Server Error - UNAUTHORIZED_CLIENT invalid issuer in discovery document expected: https://mabuhamad.mowe.gov.sa/NaamaIdentityServer current: https://mabuhamad.mowe.gov.sa/naamaidentityserver

and some resources not found 404

  • ABP Framework version: v5.0 commercial
  • UI type: Angular & MVC [identity server]
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

In the documentation, there is no information on how to use all our company brand colors with ABP commercial Lapton Theme. https://docs.abp.io/en/commercial/latest/themes/customizing-lepton-theme?UI=NG

I want to create a new template lepton7.scss in Angular & MVC [identity server] projects

how add lepton7.scss as Style7 Angular & MVC [identity server] projects Volo.Abp.LeptonTheme.Style => Style7 Volo.Abp.LeptonTheme.Style.PublicLayout=> Style7

thanks your support, I try these options.ClaimActions.MapJsonKey(ClaimTypes.NameIdentifier, "sub"); and working fine

Showing 61 to 70 of 82 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54