-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
33 lines (26 loc) · 1.13 KB
/
Readme.txt
File metadata and controls
33 lines (26 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Tutorial
------------------------------------
https://identityserver4.readthedocs.io/en/release/quickstarts/0_overview.html
Anwendung
------------------------------------
Starten von Server: dotnet .\IdentityServer.dll
Starten von Console: dotnet .\ConsoleApp.dll
Links
------------------------------------
thinktecture
------------
https://github.com/IdentityServer/IdentityServer4.Samples
IdentityServer4 + Web Api + Spa
------------
https://stackoverflow.com/questions/39594332/identityserver4-web-api-spa-together-in-one-project
https://github.com/ChrisRichner/CoreWebApp.Quickstart
OAUTH2 IMPLICIT FLOW WITH ANGULARJS AND ASP.NET CORE 2.0 IDENTITYSERVER4
------------
https://damienbod.com/2015/11/08/oauth2-implicit-flow-with-angular-and-asp-net-5-identity-server/
https://github.com/damienbod/AspNet5IdentityServerAngularImplicitFlow#history
E:\MyTestProjects\AspNet5IdentityServerAngularImplicitFlow-master
Node.js & ASP.NET Core 1.0
------------
https://manuel-rauber.com/2016/03/07/node-js-asp-net-core-1-0-a-usage-comparison/
https://github.com/thinktecture/nodejs-aspnetcore-webapi/
E:\MyTestProjects\nodejs-aspnetcore-webapi-master