FederatedIdentityCredentialProperties interface

The properties associated with a federated identity credential.

Properties

audiences

The list of audiences that can appear in the issued token.

claimsMatchingExpression

Object for defining the allowed identifiers of external identities. Either 'subject' or 'claimsMatchingExpression' must be defined, but not both. Introduced in 2025-01-31-preview.

issuer

The URL of the issuer to be trusted.

subject

The identifier of the external identity.

Property Details

audiences

The list of audiences that can appear in the issued token.

audiences: string[]

Property Value

string[]

claimsMatchingExpression

Object for defining the allowed identifiers of external identities. Either 'subject' or 'claimsMatchingExpression' must be defined, but not both. Introduced in 2025-01-31-preview.

claimsMatchingExpression?: ClaimsMatchingExpression

Property Value

issuer

The URL of the issuer to be trusted.

issuer: string

Property Value

string

subject

The identifier of the external identity.

subject?: string

Property Value

string