You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-heartcore/api-documentation/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,11 @@ Api-Key: {api-key}
107
107
108
108
### Bearer token
109
109
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.
111
115
112
116
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.
113
117
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/
126
130
Authorization: Bearer {token}
127
131
```
128
132
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
-
133
133
## Member authentication
134
134
135
135
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