We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f202664 commit aaa2d75Copy full SHA for aaa2d75
Services/LTIRegister.php
@@ -113,7 +113,7 @@ private function createRegistrationJSON(): string
113
$this->compoundToolUrl().PumukitLmsBundle::LTI_TOOL_DEEPLINK_URL,
114
$this->compoundToolUrl(),
115
];
116
- $json['client_name'] = 'PuMuKIT LMS';
+ $json['client_name'] = $this->compoundToolUrlWithoutDomain();
117
$json['jwks_uri'] = $this->compoundToolUrl().PumukitLmsBundle::LTI_TOOL_PUBLIC_KEYSET_URL;
118
$json['token_endpoint_auth_method'] = 'private_key_jwt';
119
$json['https://purl.imsglobal.org/spec/lti-tool-configuration'] = [
0 commit comments