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

[education] add documentation for configuring Blackboard LMS #35028

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
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
Prev Previous commit
Next Next commit
renames to anthology dev portal
  • Loading branch information
scollovati committed Oct 21, 2024
commit 4d858f3620c18c54b077a1dc6344ef72f9681945
Original file line number Diff line number Diff line change
@@ -24,9 +24,9 @@ Before you can connect your LMS to a classroom, an administrator for your LMS in

You can register your Blackboard installation with {% data variables.product.prodname_classroom %} to enable teachers to import roster data into their classrooms. For more information about Blackboard, see the [Blackboard website](https://www.anthology.com/products/teaching-and-learning/learning-effectiveness/blackboard).

### 1. Register {% data variables.product.prodname_classroom %} Developer Keys in the Blackboard Developer Portal
### 1. Register {% data variables.product.prodname_classroom %} Developer Keys in the Anthology Developer Portal

1. Sign into the [Blackboard Developer Portal](https://developer.anthology.com/).
1. Sign into the [Anthology Developer Portal](https://developer.anthology.com/).
1. Click on the **plus sign** in the [My Application](https://developer.anthology.com/portal/applications) page.
1. Click **Manual Registration** in the dropdown menu.
1. On the "Register a new application" configuration screen, set the fields to the following values.
@@ -82,10 +82,10 @@ You can register your Blackboard installation with {% data variables.product.pro
* Under "LMS Type", choose "Other" from the dropdown menu.
* "Issuer Identifier": `https://blackboard.com`
* "Domain": The base URL to your Blackboard instance
* "Client ID": The "Client ID" obtained from the registration of the app in the Blackboard Developer Portal.
* "OIDC Initiation URL": The "OIDC auth request endpoint" obtained from the registration of the app in the Blackboard Developer Portal.
* "OAuth 2.0 Token Retrieval URL": The "Auth token endpoint" obtained from the registration of the app in the Blackboard Developer Portal.
* "Key Set URL": The "Public keyset URL" obtained from the registration of the app in the Blackboard Developer Portal.
* "Client ID": The "Client ID" obtained from the registration of the app in the Anthology Developer Portal.
* "OIDC Initiation URL": The "OIDC auth request endpoint" obtained from the registration of the app in the Anthology Developer Portal.
* "OAuth 2.0 Token Retrieval URL": The "Auth token endpoint" obtained from the registration of the app in the Anthology Developer Portal.
* "Key Set URL": The "Public keyset URL" obtained from the registration of the app in the Anthology Developer Portal.

1. Click **Register**.
1. You should see the "Successfully registered LMS" banner at the top of the screen, which means that you've registered your LMS instance and teachers can now link their classrooms.