You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,18 @@ This repository contains samples demonstrating **how to use [OpenIddict](https:/
4
4
5
5
## ASP.NET Core samples
6
6
7
-
-[Aridka](samples/Aridka): client credentials demo, with a .NET console acting as the client.
7
+
-[Aridka](samples/Aridka): client credentials demo using mTLS client authentication, with a .NET console acting as the client.
8
8
-[Balosar](samples/Balosar): authorization code flow demo, with a Blazor WASM application acting as the client.
9
9
-[Contruum](samples/Contruum): conformance tests project using Razor Pages and 2 hardcoded user identities, meant to be used with [the OIDC certification suite](https://www.certification.openid.net/).
10
10
-[Dantooine](samples/Dantooine): backend-for-frontend (BFF) Blazor WASM application hosted in ASP.NET Core with Microsoft YARP for downstream API.
11
11
-[Geonosis](sample/Geonosis): Blazor Web with InteractiveAuto mode, backend-for-frontend (BFF) with YARP and token exchange flow to call a downstream API.
12
-
-[Hollastin](samples/Hollastin): resource owner password credentials demo, with a .NET console acting as the client.
12
+
-[Hollastin](samples/Hollastin): resource owner password credentials demo, with a .NET console using mTLS token binding acting as the client.
13
13
-[Imynusoph](samples/Imynusoph): refresh token grant demo, with a .NET console acting as the client.
14
14
-[Matty](samples/Matty): device authorization flow demo, with a .NET console acting as the client.
15
15
-[Mimban](samples/Mimban): authorization code flow demo using minimal APIs and GitHub delegation for user authentication, with a .NET console acting as the client.
16
16
-[Velusia](samples/Velusia): authorization code flow demo, with an ASP.NET Core application acting as the client.
17
17
-[Weytta](samples/Weytta): authorization code flow with Integrated Windows Authentication support and a .NET console acting as the client.
18
-
-[Zirku](samples/Zirku): authorization code flow demo using minimal APIs with 2 hard-coded user identities, a .NET console and a SPA acting as the clients and two API projects using introspection (Api1) and local validation (Api2).
18
+
-[Zirku](samples/Zirku): authorization code flow demo using minimal APIs with 2 hard-coded user identities, a .NET console using mTLS token binding and a SPA acting as the clients and two API projects using introspection (Api1) and local validation (Api2).
0 commit comments