Jump to: navigation, search

Difference between revisions of "SYSCLS EXTERNALENTITY"


(See also)
Line 20: Line 20:
  
 
The purpose of this classification is to transport a previously acquired auth token from the client to the server.  
 
The purpose of this classification is to transport a previously acquired auth token from the client to the server.  
Add this classification to all meta classes you have defined an [[SYSCLS_EXTERNALAUTHCONFIG|External Auth Configuration]] entry for.
+
Add this classification to all scopes of meta classes you have defined an [[SYSCLS_EXTERNALAUTHCONFIG|External Auth Configuration]] entry for.
Since this is an autonomous classification, you don't need to do anything else (like adapting a scope).
+
Since this is an autonomous classification, the MP_EXTAUTHTOKEN meta property should be added to the scope automatically during runtime.
  
 
== See also ==
 
== See also ==

Revision as of 14:36, 2 March 2022

IC CLASSIFICATION.gif External Entity Classification (SSO)
Name SYSCLS_EXTERNALENTITY
Inheritance -
Namespace System.Classification.SSO
ID {4b9fcdbc-3281-4f79-a20a-260ef8287c1d}
Purpose Classify entities represented in external systems, requiring authorization for interaction
Version 3.6.1+

MetaProperties

Name Data type Comment
MP_EXTAUTHTOKEN String An SSO authentication/authorization token used for interaction with external systems regarding this object

Usage

The purpose of this classification is to transport a previously acquired auth token from the client to the server. Add this classification to all scopes of meta classes you have defined an External Auth Configuration entry for. Since this is an autonomous classification, the MP_EXTAUTHTOKEN meta property should be added to the scope automatically during runtime.

See also