Skip to content

Commit 6b7b10b

Browse files
author
r2h2
committed
set default accepted time diff, because pysaml2 would set it 0 otherwise
1 parent a7d3dff commit 6b7b10b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

example/plugins/backends/saml2_backend.yaml.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config:
1313
local: [idp.xml]
1414

1515
entityid: <base_url>/<name>/proxy_saml2_backend.xml
16+
accepted_time_diff: 60
1617
service:
1718
sp:
1819
want_response_signed: true

example/plugins/frontends/saml2_frontend.yaml.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ config:
1212
local: [sp.xml]
1313

1414
entityid: <base_url>/<name>/proxy.xml
15+
accepted_time_diff: 60
1516
service:
1617
idp:
1718
endpoints:

0 commit comments

Comments
 (0)