Skip to content

Commit

Permalink
Updates to the SSO config
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonn committed Jun 20, 2024
1 parent f30ba37 commit 075d293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@
->aliases([
'@webroot' => dirname(__DIR__) . '/web',
])

->loginPath() => (App::env('SSO_LOGIN_PATH') ?? '/sso/login/request/fb7176c8-3ab2-4789-b49b-cb11548fc0ad')
;
2 changes: 1 addition & 1 deletion config/samp-sp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

return [
'requireResponseToBeSigned' => false,
'entityId' => getenv('ENTITY_ID'),
'entityId' => getenv('SSO_ENTITY_ID'),
];

0 comments on commit 075d293

Please sign in to comment.