Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 12:29
· 10 commits to main since this release
fbd14ae
  • Add support for force_authentication flag in SSO and OIDC applications.
  • Fix issue with the audit_filters attribute in connectors, which now expect a strongly typed list of objects rather than a JSON string.
  • Add support for enforce_issuer flag in JWT templates.
  • Add support for setting app_url and custom_domain attributes for projects (note: that this feature requires the Descope company to have the appropriate license).
  • The cookie_domain attribute now requires the custom_domain attribute to also be set, though for now the provider will only warn if this requirement is not met.
  • Add new invite_settings object to the descope_project resource.
  • Fix issue with the headers attribute in connectors for setting custom HTTP headers in requests (note: any existing projects using this attribute will get the proper configuration once terraform apply is run).
  • Add support for several new connector types in the connectors object.
  • Fix issue with the provider shouting about value conflicts when string arrays are returned in a different order from the backend.