Activities of "maliming"

hi

Can you share the URL and username and password so I can reproduce the problem online?

liming.ma@volosoft.com

hi

then i compared both the versions and Applied necessary changes manually

If you run new version and it works, please compare the code again, including letponx module dependencies, packages.json

And check the application log and browser console for any error logs.

hi

The azure tokens will be stored in the HttpContext after you set SaveTokens to true, you can give it a try.

https://learn.microsoft.com/en-us/azure/active-directory-b2c/enable-authentication-web-application-options

Thanks

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

Showing 7881 to 7890 of 11550 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.