Activities of "maliming"

hi

Try to copy StringEncryption from Blazor Server to MyProject.Web.Public

"StringEncryption": {
    "DefaultPassPhrase": "gsKnGZ041HLL4IM8"
}

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

const baseUrl = 'http://localhost:4200';

const oAuthConfig = {
  issuer: 'https://localhost:44315/',
  redirectUri: baseUrl,
  clientId: 'AookStore_App',
  responseType: 'code',
  scope: 'offline_access AookStore',
  requireHttps: true,
};

export const environment = {
  production: false,
  application: {
    baseUrl,
    name: 'AookStore',
  },
  oAuthConfig,
  apis: {
    default: {
      url: 'https://localhost:44315',
      rootNamespace: 'AookStore',
    },
    AbpAccountPublic: {
      url: oAuthConfig.issuer,
      rootNamespace: 'AbpAccountPublic',
    },
  },
} as Environment;

We're still working on it.

I can't reproduce the problem.

connect/token response content:

This is normal. angular will handle it. I'm confirming the JSON issue.

hi

There are detailed steps.

https://docs.abp.io/en/commercial/6.0/migration-guides/openIddict-step-by-step

Refunded

Thanks, I will fix this.

hi

Can you share the http request JSON?

hi

I will continue to test the project you sent me earlier

Showing 7881 to 7890 of 11550 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.