Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added links to docs, clarified field text #41

Merged
merged 5 commits into from
Jan 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,25 @@
"settings": [
{
"key": "OAuth2Authority",
"display_name": "Azure Directory (tenant) ID:",
"display_name": "Azure - Directory (tenant) ID:",
"type": "text",
"help_text": "Directory (tenant) ID."
"help_text": "Copy the 'Directory (tenant) ID' value from the App Overview Page in the Azure Portal."
justinegeffen marked this conversation as resolved.
Show resolved Hide resolved
},
{
"key": "OAuth2ClientId",
"display_name": "Azure Application (client) ID:",
"display_name": "Azure - Application (client) ID:",
"type": "text",
"help_text": "Microsoft Office Client ID.",
"help_text": "Copy the 'Application (client) ID' value from the App Overview Page in the Azure Portal.",
justinegeffen marked this conversation as resolved.
Show resolved Hide resolved
"default": ""
},
{
"key": "OAuth2ClientSecret",
"display_name": "Azure Application (client) Secret:",
"display_name": "Azure - Application (client) Secret:",
"type": "text",
"help_text": "Microsoft Office Client Secret.",
"help_text": "Copy the `Client Secret` value (not ID) that was created on the App's `Certificates and Secrets` tab",
justinegeffen marked this conversation as resolved.
Show resolved Hide resolved
"default": ""
}
]
larkox marked this conversation as resolved.
Show resolved Hide resolved
"header": "Please refer to installation instructions [**here**](https://app.gitbook.com/@mattermost/s/microsoft-teams-pluginmsteams-meetings-plugin/setup/installation-and-configuration) for creating a new Application in the Azure Portal."
}
}