OIDC endpoint, OAUTH 2.0 and Key Set URL for TEST Canvas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My org is evaluating an LTI tool(GitHub Classroom) in our test Canvas instance hosted by Instructure. We are working with the vendor's support to identify a resolution to this issue. No progress so far, hoping the community here can help.
Unlike most other LTI tools we have installed into test, we are having difficulty with the configuration, possibly related to the OIDC Authorization endpoint, OAuth 2.0 token retrieval URL and Key Set URL
The tool's documentation says to identify your domain, which in our case has <test> added since we are using test Canvas. This gives us a canvas url /domain of https://org.test.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
/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.
Will any of OIDC, OAuth or keyset use a domain of
org.instructure.com
instead of
org.test.instructure.com?
We used org.test. instructure.com for the domain base URL for OIDC, OAUTH and keyset, the tool says that the setup is incorrect.
Thanks
Will