keycloak-scim/docs/guides/securing-apps/partials/saml/idp_allowedclockskew_subelement.adoc

20 lines
502 B
Text
Raw Normal View History

[[_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`.