hi
You should add it to your project that contains the OpenIddict/Account module. eg xxx.AuthServer
project
hi alirizaadiyahsi
You can test this:
https://abp.io/support/questions/8068/Suspicious-updates-on-OpenIddictApplication-when-token-endpoint-is-called-with-clientcredentials-granttype#answer-3a158dd3-918a-fd76-1e37-5cfe204100e5
hi
Can you enable and share the Debug
logs when a user logs in to Angular (it loads permissions and other configurations ABP has)? It takes a very long time to read those from cache.
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
liming.ma@volosoft.com
Thanks.
hi
Please make your GitHub repos PRIVATE.
I will check your project.
Thanks.
ok, : )
hi
Can you try to change your environment by follow:
You can create a SQL server and Redis if you have a Docker.
These are my test db and redis.
docker run -d --name sql_server -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=1q2w3E***' -p 1433:1433 mcr.microsoft.com/azure-sql-edge
docker run -p 6379:6379 --name redis -d redis:alpine
ConnectionStrings": {
"Default": "Server=123.windows.net,3342;Database=Portal;User Id=jb;Password=1123123;TrustServerCertificate=True;MultipleActiveResultSets=true;"
}
"Redis": {
"Configuration": "127.0.0.1"
}
hi
I use a database and seed the initial data. It sets all permissions for the admin user and role.