Activities of "shobhit"

Hello muhammedaltug , Thanks for help. my App.component.ts constructor looks like this. in last line of code

  .subscribe(() => this.authService.navigateToLogin());
  

.navigateToLogin() method not found. What is missing

constructor( private routes: RoutesService, private oAuthService: OAuthService, private authService: AuthService, private replaceableComponentsService: ReplaceableComponentsService ) { this.oAuthService.events .pipe(filter(event => event.type === 'token_refresh_error')) .subscribe(() => this.authService.navigateToLogin()); }

Hello,

We fixed navigating to the login page when the token expires in version 4.4 with this pr. Can you update your project to version 4.4 and try your steps again ?

Hi, We are using 4.2.2. Can i get fix for this. Currently we cannot upgrade due to release plan.

I am guessing you are not using refresh tokens.

Share your oAuthConfiguration in the envorinment.ts file, please.

oAuthConfig: { issuer: 'https://localhost:44388', redirectUri: baseUrl, clientId: 'MyApp_App', responseType: 'code', scope: 'offline_access MyApp', },

Hello Maliming, Thanks. Can you also guide me where i have to make these changes i.e. project and file.

great. thanks.

Option 1 batter. Can it prevent user to never see the user details page? i.e. if user type identity.aztute.com then after successful login user redirected to app.aztute.com.

else Both options are good to me

  1. go to app.aztute.com
  2. Click on login button
  3. User navigate to identity.aztute.com
  4. enter user details
  5. user get login into the application app.aztute.com
  6. keep system open for long duration (whole day/night)
  7. do any action in app.aztute.com
  8. Actual: user get logged out and redirected to identity.aztute.com
  9. Expecte: user get logged out and redirect to app.aztute.com landing page like step 1

Could not understand where exactly i have to make changes. As it seems i have seperate set of files.

In entity framework core i have 4 files: EzpandCCDbContext EzpandCCDbContextModelCreatingExtensions EzpandCCEfCoreEntityExtensionMappings EzpandCCEntityFrameworkCoreModule

in sample 7 files provided BookStoreDbContext.cs BookStoreDbContextFactory.cs BookStoreEfCoreEntityExtensionMappings.cs BookStoreEntityFrameworkCoreModule.cs BookStoreSecondDbContext.cs BookStoreSecondDbContextFactory.cs EntityFrameworkCoreBookStoreDbSchemaMigrator.cs

*DbContextFactory, EntityFrameworkCoreBookStoreDbSchemaMigrator is surely missing. Do i have to create them also. If yes can you confrim me all Audit related tables exist so that i can keep them in secodDbContext and will emove from *DBContext. Please remember i am using 4.2.2

Thanks gterdem. I am using Window10 and VS 2022. After making connection string changes in appsettings in host, identity and DBMigrator project, i run the DBMigrator project but Audit tables not created in new audit db.

What step i should take to create Audit feature realted tables in new DB.

user should login again but instead of redirecting to identity page it should redirect to applicaton page as currently when idenity page displayed then user get idenity information instead of application login

Showing 61 to 70 of 235 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30