25 lines
839 B
JSON
25 lines
839 B
JSON
{
|
|
"labels": {
|
|
"Create OAuthProvider": "Create OAuth Provider"
|
|
},
|
|
"fields": {
|
|
"isActive": "Is Active",
|
|
"clientId": "Client ID",
|
|
"clientSecret": "Client Secret",
|
|
"authorizationEndpoint": "Authorization Endpoint",
|
|
"tokenEndpoint": "Token Endpoint",
|
|
"authorizationRedirectUri": "Authorization Redirect URI",
|
|
"scopes": "Scopes",
|
|
"scopeSeparator": "Scope Separator",
|
|
"hasAccessToken": "Has Access Token",
|
|
"authorizationPrompt": "Authorization Prompt",
|
|
"authorizationParams": "Authorization Params"
|
|
},
|
|
"links": {
|
|
"accounts": "Accounts"
|
|
},
|
|
"tooltips": {
|
|
"authorizationParams": "Additional query parameters to be sent to the authorization endpoint. Specified in JSON format."
|
|
}
|
|
}
|