Skip to content

Commit 202c267

Browse files
authored
Merge pull request #6838 from DeadMonkeyX/feat/Heartcore-external-login-providers
feat: Update documentation on external login providers and bearer tokens
2 parents 87b9d19 + f217d31 commit 202c267

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

umbraco-heartcore/api-documentation/README.md

Lines changed: 5 additions & 1 deletion
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.

0 commit comments

Comments
 (0)