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: docs/resources/application_federated_identity_credential.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,13 @@ The following arguments are supported:
39
39
40
40
*`application_id` - (Required) The resource ID of the application for which this federated identity credential should be created. Changing this field forces a new resource to be created.
41
41
*`audiences` - (Required) List of audiences that can appear in the external token. This specifies what should be accepted in the `aud` claim of incoming tokens.
42
+
*`claims_matching_expression` - (Optional) The expression that subjects will be matched against.
42
43
*`description` - (Optional) A description for the federated identity credential.
43
44
*`display_name` - (Required) A unique display name for the federated identity credential. Changing this forces a new resource to be created.
44
45
*`issuer` - (Required) The URL of the external identity provider, which must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique on the app.
45
-
*`subject` - (Required) The identifier of the external software workload within the external identity provider. The combination of issuer and subject must be unique on the app.
46
+
*`subject` - (Optional) The identifier of the external software workload within the external identity provider. The combination of issuer and subject must be unique on the app.
47
+
48
+
-> At least one of `subject` or `claims_matching_expression` must be specified.
Description: "The identifier of the external software workload within the external identity provider. The combination of issuer and subject must be unique on the app.",
82
-
Type: pluginsdk.TypeString,
83
-
Required: true,
81
+
Description: "The identifier of the external software workload within the external identity provider. The combination of issuer and subject must be unique on the app.",
0 commit comments