RelyingPartyAddress

Updated: June 19, 2015

Applies To: Azure

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

RelyingPartyAddress Properties

Property name Type Is nullable Description

Id

Int64

False

Specifies the unique identifier of the relying party application address. This value is automatically set by ACS.

RelyingPartyId

Int64

False

Specifies the unique identifier of the relying party application for which ACS issues a token.

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 relying party application address.

SystemReserved

Boolean

False

Specifies whether the RelyingPartyAddress 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 RelyingPartyAddress entity of the ACS Management Service.

Note

All property values are case-sensitive.

Value Description

Realm

Specifies that the relying party address is a realm URI, which is the realm that the token issued by ACS applies to. For more information, see Relying Party Applications.

Reply

Specifies that the relying party address is a return URL, which is where the tokens issued by ACS are posted to. For more information, see Relying Party Applications.

Error

Specifies that the relying party address is an error URL, which is where ACS sends JSON-encoded error information in the event of an error. For more information, see Relying Party Applications.

See Also

Concepts

ACS Management Service API Reference