javinovo / aspnetcore-identityserver4

Experiments with IdentityServer4 QuickStarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Experiments with IdentityServer4 QuickStarts

License:MIT License


Languages

Language:C# 100.0%