LocalSTS Property
The local Security Token Service (STS).
Object Oriented Interface
public function getLocalSTS(); public function setLocalSTS($value);
Procedural Interface
ipworksauth_claimsauth_get($res, 28 ); ipworksauth_claimsauth_set($res, 28, $value );
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