Skip to main content

generateOAuthConfig

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

@deprecated use feature flags and /oauth/authorize

Request Body REQUIRED
redirectUri string REQUIRED
Responses
201
Schema OPTIONAL
autoLaunch boolean OPTIONAL
buttonText string OPTIONAL
enabled boolean
passwordLoginEnabled boolean
url string OPTIONAL
generateOAuthConfig
POST /oauth/config
Body
Loading...
/api
curl -L -X POST '/api/oauth/config' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'