Activities of "maliming"

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

Refunded

Thanks, I will fix this.

Showing 6981 to 6990 of 10652 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.0.0-preview. Updated on September 12, 2025, 10:20