Discuss this help topic in SecureBlackbox Forum
Indirectly identifies the URL to which the response should be returned.
Declaration
[C#]
int AssertionConsumerServiceIndex;
[VB.NET]
Property AssertionConsumerServiceIndex As Integer
[Pascal]
property AssertionConsumerServiceIndex : integer;
[C++]
int32_t get_AssertionConsumerServiceIndex();
void set_AssertionConsumerServiceIndex(int32_t Value);
[PHP]
integer get_AssertionConsumerServiceIndex()
void set_AssertionConsumerServiceIndex(integer $Value)
[Java]
int getAssertionConsumerServiceIndex();
void setAssertionConsumerServiceIndex(int Value);
Description
This property indirectly identifies the address, to which the response should be returned, when the requester is different from presenter.
The identity provider must be able to map the index to the exact URL value.
This property is mutually exclusive with AssertionConsumerServiceURL and ProtocolBinding.
Discuss this help topic in SecureBlackbox Forum