Cli command
Cli command abp new Acme.BookStore -u angular -t app-pro -theme lepton
environment.ts
const oAuthConfig = {
issuer: 'https://localhost:44311/',
redirectUri: baseUrl,
clientId: 'BookStore_App',
responseType: 'password',
scope: 'offline_access BookStore',
requireHttps: true,
impersonation: {
userImpersonation: true,
tenantImpersonation: true,
},
};
Go to http://localhost:4200/openiddict/Applications, then press F5 to refresh. You will encounter a 403 error.
It's not just the frame itself
For example, https://account.abp.io/, I want to log in through Google or Twitter and bind my own account, but the account name already exists.
I also want to unbind the associated SSO account and re-bind it
This feature helps to increase the functionality of the website
Although I can implement it myself, if the framework itself implements it, I don't have to maintain it myself
Hope the abp team can pay attention to it
Thanks
abp get-source Volo.Abp.IdentityServer.Pro throw exception
[14:35:06 ERR] Downloading source code failed for: Volo.Abp.IdentityServer.Pro
Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown.
at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.DownloadSourceCodeAsync(string moduleName, string targetFolder, string version, bool includeNightly)
at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)
only register a new user name and cannot bind an existing user name
I have tried to disable AOT, Trimming, repair/restore/update workloads
same question: https://support.abp.io/QA/Questions/6137/Mobile-MAUI-Android-Release-build-stuck-on-splash It is still unresolved
The solution doesn't work https://github.com/abpio/abp-commercial-docs/pull/592
The angular ui opens the login screen to display blank content
abp new Acme.BookStore -u angular