SSO Configuration (Window ID-200132)
From iDempiere en
Window: SSO Configuration
Description: Single sign-on Configuration
Help: Single sign-on is an authentication scheme that allows a user to log in with a single ID to any of several related, yet independent, software systems.
Tab: SSO Configuration
Description:
Help:
File:SSO Configuration - SSO Configuration - Window (iDempiere 1.0.0).png
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | SSO_PrincipalConfig.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | SSO_PrincipalConfig.AD_Org_ID numeric(10) Table Direct |
SSO Provider | Single Sign-On (SSO) Providers ( Microsoft Azure , Google, Jump Cloud etc..) | SSO_PrincipalConfig.SSO_Provider character varying(22) List | |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | SSO_PrincipalConfig.Name character varying(60) String |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
SSO_PrincipalConfig.IsActive character(1) Yes-No |
Default | Default value | The Default Checkbox indicates if this record will be used as a default value. | SSO_PrincipalConfig.IsDefault character(1) Yes-No |
Tenant ID | SSO Tenant ID | SSO_PrincipalConfig.SSO_AuthorizationTenantID character varying(100) String | |
Application Client ID | SSO Application Client ID | SSO_PrincipalConfig.SSO_ApplicationClientID character varying(100) String | |
Application Secret Key | SSO Application Secret Key | SSO_PrincipalConfig.SSO_ApplicationSecretKey character varying(100) String | |
Application Redirect URIs | SSO Application Redirect URIs | SSO_PrincipalConfig.SSO_ApplicationRedirectURIs character varying(1000) String | |
iDempiere Monitor Redirect URIs | iDempiere Monitor Redirect URIs | SSO_PrincipalConfig.SSO_IDempMonitorRedirectURIs character varying(1000) String | |
Felix Web Console Redirect URIs | Apache Felix Web Console Bundles Redirect URIs | SSO_PrincipalConfig.SSO_OSGIRedirectURIs character varying(1000) String | |
Application Discovery URI | SSO Application Discovery URI | SSO_PrincipalConfig.SSO_ApplicationDiscoveryURI character varying(4000) String |