From 075d29321142d3ff2aef1a9528f6e83c8ac517a0 Mon Sep 17 00:00:00 2001 From: Shannon McMillan Date: Thu, 20 Jun 2024 09:32:40 -0400 Subject: [PATCH] Updates to the SSO config --- config/general.php | 2 ++ config/samp-sp.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/general.php b/config/general.php index 5404ab4..e6a7556 100644 --- a/config/general.php +++ b/config/general.php @@ -41,4 +41,6 @@ ->aliases([ '@webroot' => dirname(__DIR__) . '/web', ]) + + ->loginPath() => (App::env('SSO_LOGIN_PATH') ?? '/sso/login/request/fb7176c8-3ab2-4789-b49b-cb11548fc0ad') ; diff --git a/config/samp-sp.php b/config/samp-sp.php index fe31e7c..db17ba9 100644 --- a/config/samp-sp.php +++ b/config/samp-sp.php @@ -2,5 +2,5 @@ return [ 'requireResponseToBeSigned' => false, - 'entityId' => getenv('ENTITY_ID'), + 'entityId' => getenv('SSO_ENTITY_ID'), ]; \ No newline at end of file