hi @songshuai1986
This is like a network problem, you can try to use proxies for abp.exe
and abp-suite.exe
.
hi
You can try custom the AbpResourceOwnerPasswordValidator
.
https://github.com/abpframework/abp/blob/dev/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/AspNetIdentity/AbpResourceOwnerPasswordValidator.cs#L64
Duplicate of https://support.abp.io/QA/Questions/378/Text-template-management-Integration-in-aspnetzero-project
hi
abp.io is not compatible with aspnetzero ,maybe you can check the source code of the module and try to copy some code. In short, it cannot be used out of the box.
hi
Sorry, there is no example for now. This example may be created when we prepare the microservice startup template.
hi @hungvt
The license of your organization is that Team cannot download the source code. If you need the source code, you can consider upgrading your license.
https://commercial.abp.io/pricing
The question that is still open: why you hardcoded custom grant type names? When we added manually some custom name to DB - it worked. But in ABP Identity Server management page we cannot do that.
I will try solve this problem in the next version. : )
https://github.com/abpframework/abp/issues/5189
hi
See https://support.abp.io/QA/Questions/361/What-is-the-estimated-timeline-for--'startup-template-to-create-microservices'#answer-efdd439d-15f8-4a83-d4b4-39f737902052
We will resolve this in 3.1. https://github.com/abpframework/abp/pull/5146
hi @alexander.nikonov
This is related to identityserver. abp just calls its api. So you should check the documentation of the Identiy server and its Github more.
https://identityserver4.readthedocs.io/en/latest/ https://github.com/IdentityServer/IdentityServer4