SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_assertion_consumer_service_url Property

Specifies the assertion consumer service URL.

Syntax

def get_authn_request_assertion_consumer_service_url() -> str: ...
def set_authn_request_assertion_consumer_service_url(value: str) -> None: ...

authn_request_assertion_consumer_service_url = property(get_authn_request_assertion_consumer_service_url, set_authn_request_assertion_consumer_service_url)

Default Value

""

Remarks

Specifies the assertion consumer service URL.

Use this property to access or set the URL of the location to which the response has to be returned.

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