IdentityProviderAddress

Updated: June 19, 2015

Applies To: Azure

This topic provides descriptions and legal values for the properties of the IdentityProviderAddress entity of the Microsoft Azure Active Directory Access Control (also known as Access Control Service or ACS) Management Service.

IdentityProviderAddress Properties

Property name Type Is nullable Description

Id

Int64

False

Specifies the unique identifier of the identity provider address that is used internally by ACS. This value is set automatically by ACS.

IdentityProviderId

Int64

False

Specifies the unique identifier of the identity provider used by ACS.

EndpointType

String

True

This property can be set to only a few legal values. For more information, see EndpointType Property Legal Values.

Address

String

True

Specifies the value of the identity provider address.

SystemReserved

Boolean

False

Specifies whether the IdentityProviderAddress entity is reserved by ACS. Reserved entities cannot be deleted or edited.

Version

Binary

True

This property contains a time stamp that is automatically set by ACS.

The following table provides all of the legal values for the EndpointType property of the IdentityProviderAddress entity of the ACS Management Service.

Note

All property values are case-sensitive.

Value Description

SignIn

Specifies that the identity provider address is a sign-in URL for the identity provider. This URL is published in the home-realm-discovery JSON feed for the identity provider.

SignOut

Specifies that the identity provider address is a sign-out URL for the identity provider. This URL is published in the home-realm-discovery JSON feed for the identity provider and is currently only supported for WS-Federation-based identity providers.

EmailDomain

Specifies that the identity provider address is an email domain suffix (such as contoso.com), which is associated with the identity provider for email-based home realm discovery. This URL is published in the home-realm-discovery JSON feed for the identity provider.

ImageUrl

Specifies that the identity provider address is a URL to an image for the identity provider (such as https://contoso.com/contoso.png). This URL is published in the home-realm-discovery JSON feed for the identity provider.

FedMetadataUrl

Specifies that the identity provider address is the URL for the WS-Federation metadata document of the identity provider. This is used for WS-Federation identity providers only.

See Also

Concepts

ACS Management Service API Reference