XXXCore and XXXAuth are both auth servers.
So you can use a username and password to get an access token from them.
But the user has to exist in their database.
hi
After creating a user in your XXXCore database, you can send a token request to XXXCore to obtain the user access token.
Thanks,
Great : )
hi
The Blazor Server and WASM use different authentication methods.
In a short, Blazor Server and WASM can't use your EmployeeNumberGrant
Thanks,.
hi
Your app will add initial EF Core migrations if it doesn't exist.
If you want to remove all migrations, Just delete Migrations folder.
BTW, there is an empty Armada.EntityFrameworkCore folder. Maybe you can try to remove it, I think this is why the app can't find the right folder.
Thanks.
hi
Do you have an EF Core migrations file in your EF Core project?
Thanks.
hi
now I don't know how to make blazor app login with this grant.
The EmployeeNumberGrant is generally used for Angular.
The Blazor Server or WASM will use Cookie and OpenID Connect for authentication. It will not use your EmployeeNumberGrant
Thanks.
hi
Can you share the 401 logs of AuthServer project?
Thanks.