Jump to: navigation, search

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...")
 
 
(3 intermediate revisions by the same user not shown)
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.
 +
 +
OIDC_CLS_OFFLINE_SSO is provided via UBIK.SSO.OIDCProcessor - Plugin.
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 16: Line 23:
 
| LOGINNAME || {{Text}} || Login name
 
| LOGINNAME || {{Text}} || Login name
 
|-
 
|-
| IS_OFFLINE_SSO_ENABLE || {{Boolean}} || configures whether offline SSO login should be enabled
+
| 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]]

Latest revision as of 13:18, 20 July 2026

IC CLASSIFICATION.gif Login
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.

OIDC_CLS_OFFLINE_SSO is provided via UBIK.SSO.OIDCProcessor - Plugin.

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.

See also