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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.