Reputation: 45
I’ve implemented your MitId login example for .NET Core MVC and I would really like to test the login. Are there any test user-id’s that I can use to test with? I’ve tried a real person’s user-id but it’s not working..
I'm guessing the reason for that is because this is just a test environment and you obviously don’t have real user data there of course...
I've tried real data but that's not working understandably..
Upvotes: 1
Views: 99
Reputation: 4334
You can only use test users in the test environment and real users in production.
How to create test users is described in the first section of the FoxIDs connect NemLog-in documentation.
Upvotes: 0