AssertionConsumerService Property
The location of the Assertion Consumer Service.
Syntax
ANSI (Cross Platform) char* GetAssertionConsumerService();
int SetAssertionConsumerService(const char* lpszAssertionConsumerService); Unicode (Windows) LPWSTR GetAssertionConsumerService();
INT SetAssertionConsumerService(LPCWSTR lpszAssertionConsumerService);
@property (nonatomic,readwrite,assign,getter=assertionConsumerService,setter=setAssertionConsumerService:) NSString* assertionConsumerService; - (NSString*)assertionConsumerService; - (void)setAssertionConsumerService:(NSString*)newAssertionConsumerService;
#define PID_SAMLSPSERVER_ASSERTIONCONSUMERSERVICE 3 SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLSPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SAMLSPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
Default Value
"/sp/AssertionConsumerService"
Remarks
The Assertion Consumer Service (ACS) is the location that accepts SAML responses (artifacts) to establish a session based on assertions.
Data Type
String