[ARCHIVED] Must have at least one redirect_uri defined when adding a LTI key
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When adding an LTI Key in the Developer keys section, I am receiving an error "Must have at least one redirect_uri defined.". What could be the reason for receiving this error?
Public JWK:
{
"title":"(SATool)",
"description":"1.3 Test Tool used for documentation purposes.",
"privacy_level":"public",
"oidc_initiation_url":"https://127.0.0.1/home/oidcLogin",
"target_link_uri":"https://127.0.0.1/home/index",
"scopes":[],
"extensions":[
{
"domain":"localhost:44399",
"tool_id":"course-nav",
"platform":"canvaslms.myftp.org",
"settings":{
"text":"SATool",
"placements":[
{
"text":"User Navigation Placement",
"enabled":true,
"placement":"course_navigation",
"message_type":"LtiResourceLinkRequest",
"target_link_uri":"https://127.0.0.1/home/index"
}
]
}
}
],
"public_jwk":"(SATool)",
"custom_fields":{
"bar":"$Canvas.user.sisid"
}
}
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.