SecureBlackbox 2020 iOS Edition

Questions / Feedback?

assertionConsumerService (property)

The location of the Assertion Consumer Service.

Syntax

@property (nonatomic,readwrite,assign,getter=assertionConsumerService,setter=setAssertionConsumerService:) NSString* assertionConsumerService;
- (NSString*)assertionConsumerService;
- (void)setAssertionConsumerService:(NSString*)newAssertionConsumerService;
public var assertionConsumerService: String {
  get {...}
set {...} }

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]