LocalSTS Property

The local Security Token Service (STS).

Syntax

ANSI (Cross Platform)
char* GetLocalSTS();
int SetLocalSTS(const char* lpszLocalSTS); Unicode (Windows) LPWSTR GetLocalSTS();
INT SetLocalSTS(LPCWSTR lpszLocalSTS);
@property (nonatomic,readwrite,assign,getter=localSTS,setter=setLocalSTS:) NSString* localSTS;
- (NSString*)localSTS;
- (void)setLocalSTS:(NSString*)newLocalSTS;
#define PID_SAML_LOCALSTS 28

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_SAML_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_SAML_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

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

When AuthMode 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 AuthMode is set to 2 (camADFS) or 3 (camCustom) this property is required.

This property is not available at design time.

Data Type

String

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