Skip to content

Commit e7d61d9

Browse files
author
Martin Lopes
authored
Update identifying-and-authorizing-users-for-github-apps.md
1 parent 4351fce commit e7d61d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/developers/apps/identifying-and-authorizing-users-for-github-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Name | Type | Description
5050
`redirect_uri` | `string` | The URL in your application where users will be sent after authorization. This must be an exact match to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} one of the URLs you provided as a **Callback URL** {% else %} the URL you provided in the **User authorization callback URL** field{% endif %} when setting up your GitHub App and can't contain any additional parameters.
5151
`state` | `string` | This should contain a random string to protect against forgery attacks and could contain any other arbitrary data.
5252
`login` | `string` | Suggests a specific account to use for signing in and authorizing the app.
53-
`allow_signup` | `string` | Whether or not unauthenticated users will be offered an option to sign up for GitHub during the OAuth flow. The default is `true`. Use `false` when a policy prohibits signups.
53+
`allow_signup` | `string` | Whether or not unauthenticated users will be offered an option to sign up for {% data variables.product.prodname_dotcom %} during the OAuth flow. The default is `true`. Use `false` when a policy prohibits signups.
5454

5555
{% note %}
5656

0 commit comments

Comments
 (0)