Skip to content

Commit fc8f217

Browse files
committed
updated mkdocs.yml to include the OAuth feature
Signed-off-by: timbl-ont <tim.bloomfield@ontario.ca>
1 parent 4a576aa commit fc8f217

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/features/OAuthResourceServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sequenceDiagram
7777
RS-->>C: (8) API response
7878
```
7979

80-
JWT validation occurs on every request; introspection is only used for opaque tokens or when JWT decoding falls back to introspection. JWKS keys are cached in memory by `PyJWKClient` so the round-trip to the AS only occurs when the key set changes.
80+
JWT validation occurs on every request. Introspection is only used for opaque tokens or when JWT decoding falls back to introspection. JWKS keys are cached in memory by `PyJWKClient` so the round-trip to the AS only occurs when the key set changes.
8181

8282
---
8383

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ nav:
8888
- DevContainer Support: features/devcontainer.md
8989
- Supported Aries Interop Profiles and RFCs: features/SupportedRFCs.md
9090
- The Admin API: features/AdminAPI.md
91+
- OAuth 2.0 Resource Server: features/OAuthResourceServer.md
9192
- Kanon Storage: features/KanonStorage.md
9293
- ACA-Py Plugins: features/PlugIns.md
9394
- Multitenant ACA-Py: features/Multitenancy.md

0 commit comments

Comments
 (0)