Page MenuHomePhorge

D5613.1775214741.diff
No OneTemporary

Authored By
Unknown
Size
592 B
Referenced Files
None
Subscribers
None

D5613.1775214741.diff

diff --git a/src/config/openid.php b/src/config/openid.php
--- a/src/config/openid.php
+++ b/src/config/openid.php
@@ -64,7 +64,11 @@
'signer' => Sha256::class,
// Optional associative array that will be used to set headers on the JWT
- 'token_headers' => [],
+ 'token_headers' => [
+ // https://datatracker.ietf.org/doc/html/rfc7517#section-4.5
+ // This should be optional according to rfc, but is required by the nextcloud user_oidc plugin.
+ 'kid' => 'key1'
+ ],
// By default, microseconds are included.
'use_microseconds' => true,

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 11:12 AM (5 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823783
Default Alt Text
D5613.1775214741.diff (592 B)

Event Timeline