Skip to content

Commit

Permalink
Configuration documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Nov 28, 2024
1 parent 4b7975f commit 7e8d837
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
27 changes: 0 additions & 27 deletions doc/CONFIGURATION.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,20 +662,6 @@
"status" : "advanced",
"type" : "stringArray"
},
{
"autoExpansion" : "none",
"category" : "OAuth2",
"categoryTag" : "oauth2",
"classIdentifier" : "authentication-oauth2",
"className" : "OCAuthenticationMethodOAuth2",
"defaultValue" : false,
"description" : "Send Client ID and Client Secret in the body of POST requests to the token endpoint. As per RFC 6749 section 2.3.1, this should only be used if the token endpoint does not support receiving these via Basic authentication.",
"flatIdentifier" : "authentication-oauth2.post-client-id-and-secret",
"key" : "post-client-id-and-secret",
"label" : "authentication-oauth2.post-client-id-and-secret",
"status" : "advanced",
"type" : "bool"
},
{
"autoExpansion" : "none",
"category" : "Authentication",
Expand Down Expand Up @@ -726,19 +712,6 @@
"status" : "supported",
"type" : "bool"
},
{
"autoExpansion" : "none",
"category" : "Authentication",
"categoryTag" : "authentication",
"classIdentifier" : "authentication",
"className" : "OCAuthenticationMethod",
"description" : "Overrides whether the default WebDAV endpoint should be probed to detect available authentication methods. By default, the necessity for this is determined dynamically.",
"flatIdentifier" : "authentication.skip-www-authenticate-checks",
"key" : "skip-www-authenticate-checks",
"label" : "authentication.skip-www-authenticate-checks",
"status" : "supported",
"type" : "bool"
},
{
"autoExpansion" : "none",
"category" : "Bookmarks",
Expand Down
12 changes: 0 additions & 12 deletions doc/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,6 @@ tag::authentication[]
|Indicates whether the app should ask iOS for a private authentication (web) session for OAuth2 or OpenID Connect. Private authentication sessions do not share cookies and other browsing data with the user's normal browser. Apple only promises that [this setting](https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession/3237231-prefersephemeralwebbrowsersessio) will be honored if the user has set Safari as default browser.
|supported `candidate`

|authentication.skip-www-authenticate-checks
|bool
|
|Overrides whether the default WebDAV endpoint should be probed to detect available authentication methods. By default, the necessity for this is determined dynamically.
|supported `candidate`

|===
end::authentication[]

Expand Down Expand Up @@ -1560,12 +1554,6 @@ tag::oauth2[]
|Omit Authorization Request Parameters - parameter names provided here are omitted from OAuth2 authorization requests.
|advanced `candidate`

|authentication-oauth2.post-client-id-and-secret
|bool
|`false`
|Send Client ID and Client Secret in the body of POST requests to the token endpoint. As per RFC 6749 section 2.3.1, this should only be used if the token endpoint does not support receiving these via Basic authentication.
|advanced `candidate`

|authentication-oauth2.oa2-expiration-override-seconds
|int
|
Expand Down

0 comments on commit 7e8d837

Please sign in to comment.