We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87b9d19 + f217d31 commit 202c267Copy full SHA for 202c267
umbraco-heartcore/api-documentation/README.md
@@ -107,7 +107,11 @@ Api-Key: {api-key}
107
108
### Bearer token
109
110
-The endpoints implements OAuth 2.0.
+{% 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.
115
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.
117
This corresponds to a user logging into the backoffice and is thus only meant to be used for the Content Management API.
0 commit comments