Skip to content
This repository was archived by the owner on Sep 22, 2019. It is now read-only.

Commit 24060d6

Browse files
authored
fix: Don't reject unfloored timestamps for the most permissive demo configuration
1 parent ee4241a commit 24060d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/config.sample-demo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// epoch bondary. If this is set to true and the IdP requests a validity for a credential which does
3333
// not fall on such a boundary, we reject the request. If set to true, we accept the request and
3434
// floor it to the nearest epoch boundary ourselves.
35-
"reject_unfloored_validity_timestamps": true,
35+
"reject_unfloored_validity_timestamps": false,
3636

3737
// DANGEROUS: Allow JWTs containing issuing requests to be unsigned (using signing algorithm "none").
3838
// Use with care: if you set this to true, anyone that can reach your server can create issuance requests!

0 commit comments

Comments
 (0)