IPWorks Auth 2020 Python Edition

Questions / Feedback?

local_sts Property

The local Security Token Service (STS).

Syntax

def get_local_sts() -> str: ...
def set_local_sts(value: str) -> None: ...

local_sts = property(get_local_sts, set_local_sts)

Default Value

""

Remarks

This property specifies the URL of the local Security Token Service(STS).

When auth_mode is set to 0 (camSharePointOnline) or 1 (camDynamicsCRM) if this is not specified, then the class will attempt to determine this value automatically by querying the UserRealm.

When auth_mode is set to 2 (camADFS) or 3 (camCustom) this property is required.

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