Difference between revisions of "SYSCLS EXTERNALAUTHCONFIG"
Line 49: | Line 49: | ||
== See also == | == See also == | ||
* [[SYSCLS_EXTERNALENTITY|External Entity Classification (SSO)]] | * [[SYSCLS_EXTERNALENTITY|External Entity Classification (SSO)]] | ||
+ | |||
+ | [[Category:Classifications|SYSCLS EXTERNALAUTHCONFIG]] |
Revision as of 11:05, 13 July 2021
MetaProperties
Name | Data type | Comment |
---|---|---|
MP_METACLASSID | Guid | The MetaClass ID of objects requiring external auth |
MP_SYNCOPERATION | Integer | The synchronization operation external auth is required for |
MP_IDPENDPOINT | String | The IdP (Identity Provider) endpoint to be called for an auth token in this case |
Sync Operations
Name | Value | Comment |
---|---|---|
Update | 10 | Refresh a content object on the client |
Update Children | 20 | Load hierarchical children of the object |
Update Branch | 40 | Load the whole hierarchy branch below this object |
Create | 80 | Create a new content object |
Commit | 160 | Send changes for a content object to the server |
Upload File | 320 | Send a file for a document object to the server |
Usage
This classification is used to configure the client to fetch (SSO) authentication/authorization tokens from the given endpoint.
Describe for which kind of object (meta class) and for which kind of synchronization action (see above) an SSO token should be fetched, from which Identity Provider Endpoint. Put this configuration into the Infrastructure List for the client. There can be multiple different configuration entries.