mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
Fixes
This commit is contained in:
@@ -4,12 +4,12 @@ lti1p3:
|
||||
key_set_name: "platformSet"
|
||||
public_key: "file://%kernel.project_dir%/config/secrets/dev/public.key"
|
||||
private_key: "file://%kernel.project_dir%/config/secrets/dev/private.key"
|
||||
private_key_passphrase: ~
|
||||
private_key_passphrase: null
|
||||
toolKey:
|
||||
key_set_name: "toolSet"
|
||||
public_key: "file://%kernel.project_dir%/config/secrets/dev/public.key"
|
||||
private_key: "file://%kernel.project_dir%/config/secrets/dev/private.key"
|
||||
private_key_passphrase: ~
|
||||
private_key_passphrase: null
|
||||
platforms:
|
||||
localPlatform:
|
||||
name: "Local platform"
|
||||
@@ -21,8 +21,8 @@ lti1p3:
|
||||
name: "Local tool"
|
||||
audience: "http://localhost/tool"
|
||||
oidc_login_initiation_url: "http://localhost/lti1p3/oidc/login-initiation"
|
||||
launch_url: ~
|
||||
deep_link_launch_url: ~
|
||||
launch_url: "http://localhost/lti1p3/tool/launch"
|
||||
deep_link_launch_url: null
|
||||
registrations:
|
||||
local:
|
||||
client_id: "client_id"
|
||||
@@ -32,5 +32,6 @@ lti1p3:
|
||||
- "deploymentId1"
|
||||
platform_key_chain: "platformKey"
|
||||
tool_key_chain: "toolKey"
|
||||
platform_jwks_url: ~
|
||||
tool_jwks_url: ~
|
||||
platform_jwks_url: null
|
||||
tool_jwks_url: null
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@ lti1p3_message_tool:
|
||||
resource: '@Lti1p3Bundle/Resources/config/routing/message/tool.yaml'
|
||||
|
||||
lti1p3_service_platform:
|
||||
resource: '@Lti1p3Bundle/Resources/config/routing/service/platform.yaml'
|
||||
resource: '@Lti1p3Bundle/Resources/config/routing/service/platform.yaml'
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"aliases": [
|
||||
"lti1p3"
|
||||
],
|
||||
"bundles": {
|
||||
"OAT\\Bundle\\Lti1p3Bundle\\Lti1p3Bundle": [ "all" ]
|
||||
},
|
||||
@@ -11,4 +8,4 @@
|
||||
"env": {
|
||||
"LTI1P3_SERVICE_ENCRYPTION_KEY": "%generate(secret)%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
* <fg=blue>Read</> the documentation at <comment>https://github.com/oat-sa/bundle-lti1p3</>
|
||||
|
||||
* <fg=red>IMPORTANT</> The keys generated in the <comment>config/secrets/dev/</> folder are default development keys, DO NOT use them in production.
|
||||
* <fg=red>IMPORTANT</> The keys generated in the <comment>config/secrets/dev/</> folder are default development keys, DO NOT use them in production.
|
||||
|
||||
Reference in New Issue
Block a user