owncloud / docs-server

ownCloud Server Documentation
https://doc.owncloud.com
GNU Affero General Public License v3.0
12 stars 28 forks source link

clarify token_auth_enforced in oauth2.adoc #1342

Open jnweiger opened 2 days ago

jnweiger commented 2 days ago

The effect of token_auth_enforced is officially described in the sample config php. There it is only discussed in the context of basic auth vs. app tokens.

Admins migrating from basic auth to oauth2 may eventually come here, and wonder what exact effect token_auth_enforced has. oauth2 either way, true or false, but true does not do a hard enforce.

jnweiger commented 2 days ago

Side note: Server UI speaks about: app token, auth token, token, app password, app passcode. Can we clarify in the docs, that all this is the same?