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 updated all URLs in appsettings, you can show images in above
{
"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*"
}
}
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
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