mabartos / keycloak-adaptive-authn

Keycloak Adaptive Authentication Extension
Apache License 2.0
18 stars 1 forks source link

Verify risk evaluations does not exceed the specified timeout #14

Open mabartos opened 3 months ago

mabartos commented 3 months ago

For ensuring certain QoS with regard to the latency, the risk evaluations should last at most the specified timeout (1500ms is the default). Check whether it is true. Possibly write some simple test for it.

image