cds-snc / forms-terraform

Infrastructure as Code for the GC Forms environment
MIT License
16 stars 7 forks source link

fix: set default OIDC token expiry times #834

Closed patheard closed 2 months ago

patheard commented 2 months ago

Summary

Update the configuration to set the default OIDC access token expiry times. These can be overridden in the console if needed.

Update the login policy to initially disable registration and enforce MFA for new instances. These are being set to prevent abuse.

Related