Making the Test User a part of Identity Server

satish1v
Nov 15, 2022
Photo by path digital on Unsplash

In the previous blog post, we added the UI to the identity server, but we did not add the user to the server for authentication. So let's go ahead and add some users to test it out.

To add a test user to Identity Server, Identity Server created a class called Test User. So we need to use it and create the list of users.

Now that we have a Test user configured with the JWT claims(We will talk about it in upcoming blog) . We need to add it to the configuration to identity server for the system to recognize the user.

Once added now you can authenticate the user using the OpenID. In the next blog lets add the Identity server to the consuming application and work on the Login process.

--

--