diff --git a/configuration/restdocs.md b/configuration/restdocs.md index 76aab209bb..62e5a166da 100644 --- a/configuration/restdocs.md +++ b/configuration/restdocs.md @@ -87,6 +87,18 @@ To authenticate with an API token, **apaddpend `-u '{API_TOKEN}:'` to the comman You can manage all access tokens in your profile settings in the Main UI. +### Disable authentication + +It is possible to disable authentication. +Stop openhab and add this part to ```$OPENHAB_USERDATA/etc/org.apache.karaf.features.xml``` before ``````: + +``` + + openhab-*-auth + +``` +Once openhab is restarted authentication will be disabled. + ## Additional Considerations The REST API also supports server-push supporting subscriptions on change notification for certain resources.