You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1010,7 +1010,7 @@ You must store this ID in a persistent cache (like Redis or Memcached) that is s
1010
1010
1011
1011
The ID should be stored until the assertion's validity window has passed. You will need to check how long the trusted IdPs consider the assertion valid and then add the allowed_clock_drift.
1012
1012
1013
-
You can define a global value, or set this value dinamically based on the `not_on_or_after` value of the re + `allowed_clock_drift`.
1013
+
You can define a global value, or set this value dynamically based on the `not_on_or_after` value of the re + `allowed_clock_drift`.
1014
1014
1015
1015
```ruby
1016
1016
# In your `consume` action, after a successful validation:
0 commit comments