Skip to content
Snippets Groups Projects
Commit 18d28839 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

:bug: make jwk constraints stricter

parent d2633e31
No related branches found
No related tags found
1 merge request!39:bug: make jwk constraints stricter
...@@ -33,14 +33,18 @@ properties: ...@@ -33,14 +33,18 @@ properties:
x5c: x5c:
type: array type: array
description: X.509 Certificate Chain description: X.509 Certificate Chain
minItems: 1
items: items:
type: string type: string
kid: kid:
type: string type: string
description: Key ID description: Key ID
minLength: 8
maxLength: 64
n: n:
type: string type: string
description: Modulus description: Modulus
minLength: 128
e: e:
type: string type: string
description: Exponent description: Exponent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment