Skip to content

Commit bd1d0be

Browse files
kjacsofietoft
andauthored
Update 15/umbraco-cms/reference/management-api/external-access.md
Co-authored-by: sofietoft <[email protected]>
1 parent f475f32 commit bd1d0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/reference/management-api/external-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As shown, the access token should be used as a Bearer token when consuming the M
2525
Also, notice that access tokens have a fixed expiry. While you can keep issuing new tokens for the Client Credentials, please reuse tokens within their lifespan. This will be more performant and avoid flooding the Umbraco database with tokens.
2626

2727
{% hint style="info" %}
28-
The Management API does not support OIDC Discovery. This is reserved for accessing protected for Members via the [Delivery API](../content-delivery-api/protected-content-in-the-delivery-api.md).
28+
The Management API does not support OpenID Connect Discovery. This is reserved for Members accessing protected content via the [Delivery API](../content-delivery-api/protected-content-in-the-delivery-api.md).
2929
{% endhint %}
3030

3131
The following code sample demonstrates how to consume the Management API by:

0 commit comments

Comments
 (0)