I have an IdentityServer4 application running with ASP.NET Identity. I want to use that so users from another application can login through my remote identity server.
<
2 Things to note for this issue:
Example:
Secret secret = new Secret("secret".Sha256(), "Description");
secret.Type = "SharedSecret";