mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
624 stars 306 forks source link

Missing login realm settings #898

Open olds463 opened 11 months ago

olds463 commented 11 months ago

It seems as if "Login Settings" block in Realm session settings is missing.

The two fields "login timeout", and "login action timeout" are not seen in docs, or I am looking in the wrong place. Thanks

scottescue commented 7 months ago

@olds463 I just had to hunt these down myself. The Keycloak API represents those values as "accessCodeLifespanLogin" and "accessCodeLifespanUserAction" respectively.

So in this provider: