Activities of "maliming"

hi

https://identitymodel.readthedocs.io/en/latest/client/introspection.html https://www.oauth.com/oauth2-servers/token-introspection-endpoint/

hi

Invalid username or password!

Can you try with another password?

hi

The 6.0.1 will solve this.

Will refreshing the page work?

hi

You can customize the code in the application service and disable some roles if the current user is customers .

Answer

hi

Maybe you can take a look at https://github.com/cotur/abp-api-key-authorization

hi

You need to custom the js code yourself.

https://datatables.net/examples/advanced_init/footer_callback.html

hi

I didn't change the swagger behavior. So it does not support the subdomain.

hi

Here is my angular config and I tested, It works.

import { Environment } from '@abp/ng.core';

const baseUrl = 'https://{0}.ng.getabp.net:4200';

const oAuthConfig = {
  issuer: 'https://{0}.ids.getabp.net:44301',
  redirectUri: baseUrl,
  clientId: 'BookStore_App',
  responseType: 'code',
  scope: 'offline_access BookStore',
  requireHttps: true,
};

export const environment = {
  production: false,
  application: {
    baseUrl,
    name: 'BookStore',
  },
  oAuthConfig,
  apis: {
    default: {
      url: 'https://{0}.api.getabp.net:44302',
      rootNamespace: 'BookStore',
    },
    AbpAccountPublic: {
      url: oAuthConfig.issuer,
      rootNamespace: 'AbpAccountPublic',
    },
  },
} as Environment;

hi @mgurer

request.AddParameter("scope", "ProductService offline_access");
Showing 8321 to 8330 of 11539 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.