IPWorks Auth 2020 Python Edition

Questions / Feedback?

application_urn Property

The application's Uniform Resource Name (URN).

Syntax

def get_application_urn() -> str: ...
def set_application_urn(value: str) -> None: ...

application_urn = property(get_application_urn, set_application_urn)

Default Value

""

Remarks

This property specifies the application's Uniform Resource Name (URN). This must be set before calling get_assertion or get_security_token.

When auth_mode is set to amDynamicsCRM the value specified here depends on the location of the account. Valid values are:

Dynamics CRM Location URN
North America urn:crmna:dynamics.com
EMEA urn:crmemea:dynamics.com
APAC urn:crmapac:dynamics.com

When auth_mode is set to camSharePointOnline this value is typically the URL to your site. For instance: "https://mycrm.sharepoint.com".

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