hi
How can we reproduce this in a template project?
On the other hand, could you tell me if there is another option to create and maintain access tokens per user from the web interface?
Using OAuth flow to get access_token is the right way.
https://auth0.com/docs/get-started/authentication-and-authorization-flow/which-oauth-2-0-flow-should-i-use
I don't have any suggestions right now. Blazor wasm was designed like this.
https://us05web.zoom.us/j/82149373656?pwd=TUg0ZVFCVktEc3huMXUzcnpFOWUrQT09
hi
You can share the logs to liming.ma@volosoft.com
hi
Please share the logs(Logs.txt).
hi
Do not inject and use application services in IDataSeedContributor
You can use IPermissionDataSeeder just like PermissionDataSeedContributor
hi
We will not and can't provide security support for IdentityServer4.
Only IdentityServer4 can do it, but as you know they stopped to support it anymore.
hi
Can you reproduce this in the template project and share it with me? liming.ma@volosoft.com
hi
Acced from Postman to the URI https://localhost:44335/connect/token with client_id, secret and more
What is the http request info?
What is the accesstoken value you got from postman?
But with this token I can't call the API, because the request is 401 Unauthorized
Please share full error logs.