Skip to content

Commit 90c5430

Browse files
committed
Merge branch 'development' of github.com:BookStackApp/BookStack into development
2 parents a709fd0 + 4a1d060 commit 90c5430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Auth/Access/Oidc/OidcProviderSettings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ protected function filterKeys(array $keys): array
165165
{
166166
return array_filter($keys, function (array $key) {
167167
$alg = $key['alg'] ?? null;
168+
168169
return $key['kty'] === 'RSA' && $key['use'] === 'sig' && (is_null($alg) || $alg === 'RS256');
169170
});
170171
}

0 commit comments

Comments
 (0)