Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117761564
D5613.1775214741.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
592 B
Referenced Files
None
Subscribers
None
D5613.1775214741.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5613: Make oidc config nextcloud compatible.
Attached
Detach File
Event Timeline