SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_consumer_service Property

The location of the Assertion Consumer Service.

Syntax

def get_assertion_consumer_service() -> str: ...
def set_assertion_consumer_service(value: str) -> None: ...

assertion_consumer_service = property(get_assertion_consumer_service, set_assertion_consumer_service)

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 Python Edition - Version 20.0 [Build 8154]