I'm creating a SPA using Asp.Net Core and React. I'm using Asp.Net Core Identity to provide authenticaion and authorization features.
My question is:
Which library I should use for my SPA app? Asp.Net Core Identity or IdentitySever.
What is the benefits of using IdentityServer in place of Identity for a SPA?