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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
## Changelog
2
2
3
+
### 3.4.6
4
+
5
+
#### Enhancements
6
+
7
+
- The `cidaas_app` resource has been enhanced to behave more accurately based on the `client_type` attribute. With this update, Terraform configurations must now explicitly define values for all relevant attributes, as they are no longer treated as computed or automatically assigned defaults by the provider during resource creation.
8
+
For example, the `enabled` attribute was previously defaulted to `true` by the provider when creating an application. With this change, if you do not specify `enabled` in your configuration, the provider will omit it from the API request allowing the server to apply its own default behavior instead.
9
+
This ensures a more predictable and transparent configuration experience, aligning the provider behavior more closely with user intent and server-side defaults.
-`allowed_logout_urls` (Set of String) Allowed logout URLs for OAuth2 client.
288
287
-`allowed_scopes` (Set of String) The URL of the company website. allowed_scopes is a required attribute. It must be provided in the main config or common_config
289
288
-`client_name` (String) Name of the client.
290
289
-`client_type` (String) The type of the client. The allowed values are SINGLE_PAGE, REGULAR_WEB, NON_INTERACTIVEIOS, ANDROID, WINDOWS_MOBILE, DESKTOP, MOBILE, DEVICE and THIRD_PARTY
291
290
-`company_address` (String) The company address.
292
291
-`company_name` (String) The name of the company that the client belongs to.
293
292
-`company_website` (String) The URL of the company website.
294
-
-`redirect_uris` (Set of String) Redirect URIs for OAuth2 client.
-`allow_login_with` (Set of String) allow_login_with is used to specify the preferred methods of login allowed for a client. Allowed values are EMAIL, MOBILE and USER_NAMEThe default is set to `['EMAIL', 'MOBILE', 'USER_NAME']`.
306
304
-`allowed_fields` (Set of String)
307
305
-`allowed_groups` (Attributes List) (see [below for nested schema](#nestedatt--allowed_groups))
306
+
-`allowed_logout_urls` (Set of String) Allowed logout URLs for OAuth2 client.
308
307
-`allowed_mfa` (Set of String)
309
308
-`allowed_origins` (Set of String) List of the origins allowed to access the client.
-`hosted_page_group_name` (String) The name of the hosted page group. This must be unique across the cidaas system and cannot be updated for an existing state.
49
-
-`hosted_pages` (Attributes List) List of hosted pages with their respective attributes (see [below for nested schema](#nestedatt--hosted_pages))
49
+
-`hosted_pages` (Attributes Set) List of hosted pages with their respective attributes (see [below for nested schema](#nestedatt--hosted_pages))
0 commit comments