-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (48 loc) · 2.43 KB
/
mkdocs.yml
File metadata and controls
51 lines (48 loc) · 2.43 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
site_name: FHI authentication and authorization extensions
site_description: FHI Authentication and authorization extensions for ASP.NET Core
repo_url: https://github.com/FHIDev/Fhi.AuthExtensions
theme:
name: readthedocs
logo: logo_small.webp
features:
custom_dir: docs/overrides
# nav:
# - Home: index.md
# - Overview packages: packages.md
# - Concepts and terminology: concepts.md
# - Test: tutorials/server-to-server-authentication/test.md
# - Tutorials:
# - Api protection:
# - Overview: tutorials/api-protection/api-protection.md
# - Require authentication by default: tutorials/api-protection/protecting-endpoints.md
# - Protecting APIs with scopes: tutorials/api-protection/protecting-endpoints.md
# - Handling token expiration: tutorials/api-protection/token-expiry-downstream-api.md
# - End user authentication:
# - Overview: tutorials/end-user-authentication/end-user-authentication.md
# - Security middlewares overview: tutorials/end-user-authentication/security-middlewares.md
# - Server to server communication (M2M):
# - Overview: tutorials/server-to-server/server-to-server.md
# - Client credentials token request from a Web host: tutorials/server-to-server/web-server-host.md
# - Manual client credential token request: tutorials/server-to-server/manual-token-request.md
# - Service calling multiple external APIs: tutorials/server-to-server/multiple-client-configurations.md
# - Code lab:
# - Client credentials flow (server to server):
# - Using IHttpClientFactory and Duende AccessToken Management: code-lab/client-credentials/webserver-host-sample.ipynb
# - Client assertion sample: code-lab/client-credentials/manual-bearertoken-request-withclientassertion.ipynb
# - Manual bearer token request: code-lab/client-credentials/manual-bearertoken-request.ipynb
# - Manual DPoP token request: code-lab/client-credentials/manual-dpoptoken-request.ipynb
# - Manual token request with Duende IdentityModel: code-lab/client-credentials/manual-tokenrequest-with-duendeidentitymodel.ipynb
plugins:
- mkdocs-jupyter
- search
- mermaid2
extra_css:
# - overrides/material.css
- overrides/readthedocs.css
- overrides/cards.css
# markdown_extensions:
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format