We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bfd0b commit a95cccfCopy full SHA for a95cccf
1 file changed
src/main/resources/json/rp-key-rotation-op-enc-key.json
@@ -20,7 +20,14 @@
20
"services": {
21
"ProviderInfoDiscovery": {},
22
"Registration": {},
23
- "Authorization": {},
+ "Authorization": {
24
+ "post_construct": {
25
+ "request_method": "request",
26
+ "request_object_signing_alg": "none",
27
+ "request_object_encryption_alg": "RSA1_5",
28
+ "request_object_encryption_enc": "A128CBC-HS256"
29
+ }
30
+ },
31
"AccessToken": {}
32
}
33
0 commit comments