Skip to content

Commit f217d31

Browse files
authored
Move closer to heading
1 parent 01f4413 commit f217d31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

umbraco-heartcore/api-documentation/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,11 @@ Api-Key: {api-key}
107107

108108
### Bearer token
109109

110-
The endpoints implements OAuth 2.0.
110+
{% hint style="info" %}
111+
This feature is currently not available when using [External Login Providers.](../../umbraco-cloud/set-up/external-login-providers.md)
112+
{% endhint %}
113+
114+
The endpoints implement OAuth 2.0.
111115

112116
A bearer token can be created by posting to `https://api.umbraco.io/oauth/token` and supplying a username and password for a backoffice user.
113117
This corresponds to a user logging into the backoffice and is thus only meant to be used for the Content Management API.
@@ -126,10 +130,6 @@ GET https://api.umbraco.io/
126130
Authorization: Bearer {token}
127131
```
128132

129-
{% hint style="info" %}
130-
This feature is currently not available when using [External Login Providers.](../../umbraco-cloud/set-up/external-login-providers.md)
131-
{% endhint %}
132-
133133
## Member authentication
134134

135135
A member login can be used to access the Content Delivery API if it's protected. Members will only have access to Content Delivery Network (CDN) endpoints and cannot be used to access the Content Management API.

0 commit comments

Comments
 (0)