/aspnetcore-identityserver4

Experiments with IdentityServer4 QuickStarts

Primary LanguageC#MIT LicenseMIT

Experiments with IdentityServer4 QuickStarts in ASP.NET Core

Projects

  • IdentityServer: authentication server. Allows access to a list of APIs (scopes) using client or user credentials.

  • WebAPI: secured API api1.

  • Client: makes a HTTP request to the API using a token retrieved from the authentication server for the scope api1. It requires one of two possible command line arguments:

    • client: requests the token using client credentials.
    • user: requests the token using user credentials.