Base solution for your next web application

Activities of "ibtikar"

Please, help me: How do I implement sorting for multi-lingual entities? We have a title of books which we are storing as arabic and english. Now I want to sort books by title. Help to find a solution.

Dear ASPNETZERO Team

we are facing a strange issue related to TokenAuthController/Authenticate function after calling it though JMeter Stress Tool as follows

Before the Stress Test the API Call is finishing withing 170 ms after performing the First Round of Stress test (1000 Concurrent Users) and after insuring the no active session remaining on DB, it is taking 1.1 Seconds after the Second Round of same Scenario it is taking 7 seconds to execute

PS. we check the SQL and Application server Performance after the test and the are free and no load on them PS. we are using Dockerized Environment on Ubuntu Server.

Please Advice

Kindly find the Code Below

let headers = new HttpHeaders(); 
headers = headers.set('Abp.TenantId', '2');

this.oauthService.fetchTokenUsingPasswordFlowAndLoadUserProfile(
    "******",
    "******", 
    headers
    )
    .then(() => {
    console.debug('successfully logged in');
    this.loginFailed = false;
    })
    .catch(err => {
    //console.error('error logging in', err);
    this.loginFailed = true;
    });
    ```

Dear Team,

we am implementing a front end system based on Angular 8 and i want the system to use the Identity Server Integration of ASPZero, i already enabled the Identity Server Integration on the ProjectName.Web.Host and was able to login suucessfuly to the Password Grant client when i am not using the Tenant Users.

the Library that i am using for OIDC is angular-oauth2-oidc

i am using the function fetchTokenUsingPasswordFlowAndLoadUserProfile for the login process but i am not able to pass the Abp.TenantId to it

please Advice Regards

i already modified the DynamicResourcesHelper.ts and stopped the loading of the metronic files, but still there is some styles added after the page load.

Dear Team

we are creating components to be hosted in the Angular Site and we managed the routes, security and component Loading correctly, but the issue is that we are getting alot of CSS and JS loaded on our page after the page finish loading, those styles and scripts are causing our design not to work.

our requirement is to create a clean components without any metronic css for specific routes.

please advise

Dear Everyone

we are implementing a system based on connection to Identity Server 4 and i am trying to configure it in application.json located in the ProjectName.Web.Host.

the configuration is as follows

"OpenId": { "IsEnabled": "true", "ClientId": "angularclient", "Authority": "https://localhost:5001", "LoginUrl": "https://localhost:5001/Account/Login" }

the icon is appearing in the Angular Login Page and it redirects to the Login Page of the Identity Server but after login successfully, th Login is not redirected back to Angular Site.

instead it is redirecting to the Identity Server Home Page.

am i missing and configuration, Please advice.

Regards Ali

Showing 1 to 7 of 7 entries