We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baec42 commit d41f769Copy full SHA for d41f769
1 file changed
README.md
@@ -77,12 +77,12 @@ asyncio.run(main())
77
```
78
79
An example value for `authority`, to validate access tokens issued by
80
-Azure Active Directory could be: `https://sts.windows.net/YOUR_TENANT_ID/`.
+Entra ID could be: `https://sts.windows.net/YOUR_TENANT_ID/`.
81
82
GuardPost is used in BlackSheep and has been tested with:
83
84
- Auth0
85
-- Azure Active Directory
+- Entra ID
86
- Azure Active Directory B2C
87
- Okta
88
@@ -111,4 +111,4 @@ To see how `guardpost` is used in `blacksheep` web framework, read:
111
112
# Documentation
113
114
-Under construction. 🚧
+The documentation is available at **[https://www.neoteroi.dev/guardpost/](https://www.neoteroi.dev/guardpost/)**.
0 commit comments