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.
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.