Difference between revisions of "SYSCLS EXTERNALENTITY"
Line 17: | Line 17: | ||
|} | |} | ||
+ | == 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 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). | ||
== See also == | == See also == | ||
* [[SYSCLS_EXTERNALAUTHCONFIG|External Auth Config Classification (SSO)]] | * [[SYSCLS_EXTERNALAUTHCONFIG|External Auth Config Classification (SSO)]] | ||
+ | * [[AutonomousClassification|Autonomous Classifications]] | ||
[[Category:Classifications|E]] | [[Category:Classifications|E]] |
Revision as of 11:31, 13 July 2021
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 meta classes you have defined an External Auth Configuration entry for. Since this is an autonomous classification, you don't need to do anything else (like adapting a scope).