Activities of "Anjali_Musmade"

Hi,

can you share screenshot of below file code app.component.ts app-routing.routing.ts home.component.ts home.component.html. I think you are not trying to authenticate which should be done by this this.authService.navigateToLogin();

you can also share your project to support@abp.io with ticket id so we can check

Hi phil@travelengine.com.au,

We are agree with you that IBrandingProvider overrides the CSS. But as mentioned in the documentation logoUrl is used to show app logo only and logoReverseUrl is used as per the theme selected that means

  1. If forDark theme url is LogoUrl then for Light theme it will be LogoReverseUrl
  2. If for Light theme url is LogoUrl then for Dark theme it will be LogoReversUrl This is only given for example.

I hope your doubt will be clear. Thanks,

Hello abpnewtonvisionco,

Check connection string in DB migrator and Host--> appsetting.json, Connection string should be same at both places.

  1. Do add migration
  2. then do update migration.
  3. then check migration file, if it is updated or not. (if any new changes are there in EF for migration then this creates the migration file and it should not be empty).
  4. And if the file is not empty then run the DB migrator project. This should reflect your DB migration changes.

just to confirm, are you running this through any pipelines..or you are connecting to different environment locally ?

Hello Sergei,

Apologies for the delay in response. We are working on the solution and will get back to you on soon.

Thank you, Anjali

Hi,

Yes, you can set the "ngModalOptions.backdrop" input of your modal to "static". I am attaching the screenshot of the code.

You can check the modal configurations from ng-bootstral documentation : https://ng-bootstrap.github.io/#/components/modal/examples#config https://ng-bootstrap.github.io/#/components/modal/api#NgbModalOptions

Hi

do you get this after login, can you share the steps to reproduce so we can reproduce this issue on our side? can you check result of endpoint /application-configuration and share the screenshot.

Hi,

Yo don't need to migrate from identity server but here is the link why to migrate if you need https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step Please go through the migration guide https://docs.abp.io/en/abp/latest/Migration-Guides/Index You can update your project step by step

  1. 5.1 to 5.2
  2. 5.2 to 5.3
  3. 5.3 to 6.0 and so on..

And then follow this https://docs.abp.io/en/abp/latest/Themes/LeptonXLite/AspNetCore to migrate from lepton theme to lepton x

Please note in documentation it is lepton x lite but you can do the same for lepton x.(download a latest version commercial project and see the leptonx configurations in the projects)

Hi,

We have followed following steps:

  • create a app on okta (https://developer.okta.com/docs/guides/sign-into-web-app-redirect/asp-net-core-3/main/)

  • please add redirect url on okta of authserver (i see that you have added for angular this need to be authserver url)

  • and then install <PackageReference Include="Okta.AspNetCore" Version="4.5.0" /> package

  • add the below code in AUTH server domain module like this

  • add following config in appsetting.json

  • "Okta": { "OktaDomain": "https://dev-xxxxxxxx.okta.com", "ClientId": "0oaaxxxxxxxxxx", "ClientSecret": "VZlZPpOexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "AuthorizationServerId": "default" }

let us know your email and we will share your this solution if possible.

Thanks, Anjali

HI,

I was able to login with default documentation provided by OKTA Can you please try this?

https://developer.okta.com/docs/guides/sign-into-web-app-redirect/asp-net-core-3/main/

Hi viswajwalith,

We are checking, will update you asap.

Showing 991 to 1000 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30