keycloak-scim/docs/guides/securing-apps/partials/saml/idp_allowedclockskew_subelement.adoc
rmartinc ccab30d5f2 Move saml documentation to guides
Closes #31330

Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-07-24 11:50:24 +02:00

19 lines
502 B
Text

[[_sp-idp-allowedclockskew]]
== IDP AllowedClockSkew sub element
The `AllowedClockSkew` optional sub element defines the allowed clock skew between IDP and SP.
The default value is 0.
[source,xml]
----
<AllowedClockSkew unit="MILLISECONDS">3500</AllowedClockSkew>
----
unit::
It is possible to define the time unit attached to the value for this element.
Allowed values are MICROSECONDS, MILLISECONDS, MINUTES, NANOSECONDS and SECONDS.
This is _OPTIONAL_.
The default value is `SECONDS`.