From 5092d609daaf6c9d549dfc4c3fa2596faf8c6bff Mon Sep 17 00:00:00 2001 From: AlexGellert <84880439+AlexGellert@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:39:57 -0500 Subject: [PATCH] incorrect canvas endpoints (#22290) --- ...ster-a-learning-management-system-with-github-classroom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/register-a-learning-management-system-with-github-classroom.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/register-a-learning-management-system-with-github-classroom.md index fd6f160aa5..79a9a52033 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/register-a-learning-management-system-with-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/register-a-learning-management-system-with-github-classroom.md @@ -57,8 +57,8 @@ You can register your Canvas installation with {% data variables.product.prodnam - "Issuer Identifier": `https://canvas.instructure.com` - "Domain": The base URL to your Canvas instance - "Client ID": The "Client ID" under "Details" from the developer key you created - - "OIDC Authorization end-point": The base URL to your Canvas instance with `/login/oauth2/token` appended at the end. - - "OAuth 2.0 Token Retrieval URL": The base URL to your Canvas instance with `/api/lti/authorize_redirect` appended at the end. + - "OIDC Authorization end-point": The base URL to your Canvas instance with `/api/lti/authorize_redirect` appended at the end. + - "OAuth 2.0 Token Retrieval URL": The base URL to your Canvas instance with `/login/oauth2/token` appended at the end. - "Key Set URL": The base URL to your Canvas instance with `/api/lti/security/jwks` appended at the end. ![Register Canvas instance with GitHub Classroom](/assets/images/help/classroom/register-canvas-with-github-classroom.png)