Must have at least one redirect_uri defined when adding a LTI key

dp
Community Explorer

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?

 

Developer-Keys.png

 

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"
}
}

 

0 Likes