Difference between revisions of "OIDC CLS OFFLINE SSO"
(Created page with "{{ClassificationInfoBox | title = Login | name = {{PAGENAMEE}} | inheritance = SYSCLS LOGIN | namespace = UBIK.Kernel.SSO | purpose = Classify an object as login providing...") |
|||
| Line 8: | Line 8: | ||
| id = {320D80BD-90D5-428E-972E-43489D5273EA} | | id = {320D80BD-90D5-428E-972E-43489D5273EA} | ||
}} | }} | ||
| + | |||
| + | OIDC_CLS_OFFLINE_SSO classifies objects as login objects providing extra information for offline - SSO - login. | ||
| + | OIDC_CLS_OFFLINE_SSO is an autonomous classification providing 2 autonomous properties. | ||
| + | Suggestion: add OIDC_CLS_OFFLINE_SSO to the Login - Metaclass scope which adds the 2 autonomous properties to the ACM. | ||
| + | |||
== MetaProperties == | == MetaProperties == | ||
| Line 16: | Line 21: | ||
| LOGINNAME || {{Text}} || Login name | | LOGINNAME || {{Text}} || Login name | ||
|- | |- | ||
| − | | IS_OFFLINE_SSO_ENABLE || {{Boolean}} || | + | | IS_OFFLINE_SSO_ENABLE || {{Boolean}} || Configures whether offline SSO login should be enabled. This proeprty is autonomously added to the ACM Scope. |
|- | |- | ||
| − | | OFFLINE_VALIDITY_IN_DAY || {{Double}} || configures how long (in days) offline SSO Login (if enabled) should be possible | + | | OFFLINE_VALIDITY_IN_DAY || {{Double}} || configures how long (in days) offline SSO Login (if enabled) should be possible.This proeprty is autonomously added to the ACM Scope. |
|} | |} | ||
== See also == | == See also == | ||
* [[SYSCLS_LOGIN]] | * [[SYSCLS_LOGIN]] | ||
Revision as of 13:17, 20 July 2026
| Name | OIDC_CLS_OFFLINE_SSO |
|---|---|
| Inheritance | SYSCLS LOGIN |
| Namespace | UBIK.Kernel.SSO |
| ID | {320D80BD-90D5-428E-972E-43489D5273EA} |
| Purpose | Classify an object as login providing offline SSO information |
| Version | 5.2+ |
OIDC_CLS_OFFLINE_SSO classifies objects as login objects providing extra information for offline - SSO - login. OIDC_CLS_OFFLINE_SSO is an autonomous classification providing 2 autonomous properties. Suggestion: add OIDC_CLS_OFFLINE_SSO to the Login - Metaclass scope which adds the 2 autonomous properties to the ACM.
MetaProperties
| Name | Data type | Comment |
|---|---|---|
| LOGINNAME | Text | Login name |
| IS_OFFLINE_SSO_ENABLE | Boolean | Configures whether offline SSO login should be enabled. This proeprty is autonomously added to the ACM Scope. |
| OFFLINE_VALIDITY_IN_DAY | Double | configures how long (in days) offline SSO Login (if enabled) should be possible.This proeprty is autonomously added to the ACM Scope. |
