]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6b55104
)
Fixed OIDC Logout
4467/head
author
joancyho
<redacted>
Tue, 29 Aug 2023 06:58:57 +0000
(14:58 +0800)
committer
joancyho
<redacted>
Tue, 29 Aug 2023 06:58:57 +0000
(14:58 +0800)
app/Access/Oidc/OidcService.php
patch
|
blob
|
history
diff --git
a/app/Access/Oidc/OidcService.php
b/app/Access/Oidc/OidcService.php
index bd4964c574fc3d8b721c1af33c62a4aa97f1f374..d699204bb929167c4524cd64e8f125fd93549bd5 100644
(file)
--- a/
app/Access/Oidc/OidcService.php
+++ b/
app/Access/Oidc/OidcService.php
@@
-301,7
+301,7
@@
class OidcService
public function logout() {
$config = $this->config();
- $app_url = env('APP_URL',
null
);
+ $app_url = env('APP_URL',
''
);
$end_session_endpoint = $config["end_session_endpoint"];
$oidctoken = session()->get("oidctoken");
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.