Authorization Credential (Window ID-200113)
Window: Authorization Credential
Description:
Help:
Tab: Authorization Credential
Description:
Help:
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. | AD_AuthorizationCredential.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. | AD_AuthorizationCredential.AD_Org_ID numeric(10) Table Direct |
Authorization Provider | AD_AuthorizationCredential.AD_AuthorizationProvider_ID numeric(10) Table Direct | ||
Scope List | AD_AuthorizationCredential.AD_AuthorizationScopeList character varying(2000) Chosen Multiple Selection 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. | AD_AuthorizationCredential.Name character varying(60) String |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | AD_AuthorizationCredential.Help character varying(2000) Text |
Authorization client-id | AD_AuthorizationCredential.AuthorizationClientId character varying(2000) String | ||
Authorization client-secret | AD_AuthorizationCredential.AuthorizationClientSecret character varying(2000) String | ||
Authorization Redirect URL | AD_AuthorizationCredential.AuthorizationRedirectURL character varying(2000) 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. |
AD_AuthorizationCredential.IsActive character(1) Yes-No |
Tab: Authorization Account
Description:
Help:
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. | AD_AuthorizationAccount.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. | AD_AuthorizationAccount.AD_Org_ID numeric(10) Table Direct |
Authorization Credential | AD_AuthorizationAccount.AD_AuthorizationCredential_ID numeric(10) Table Direct | ||
Authorization Scopes | AD_AuthorizationAccount.AD_AuthorizationScopes character varying(255) Chosen Multiple Selection List | ||
User/Contact | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_AuthorizationAccount.AD_User_ID numeric(10) Search |
EMail Address | Electronic Mail Address | The Email Address is the Electronic Mail ID for this User and should be fully qualified (e.g. joe.smith@company.com). The Email Address is used to access the self service application functionality from the web. | AD_AuthorizationAccount.EMail character varying(200) String |
Preferred User Name | AD_AuthorizationAccount.Preferred_UserName character varying(1000) String | ||
Access Token | AD_AuthorizationAccount.AccessToken text Text | ||
Refresh Token | AD_AuthorizationAccount.RefreshToken character varying(4000) String | ||
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | AD_AuthorizationAccount.Help character varying(2000) Text |
Expire in Seconds | AD_AuthorizationAccount.ExpireInSeconds numeric Number | ||
Access Token Timestamp | AD_AuthorizationAccount.AccessTokenTimestamp timestamp without time zone Date+Time | ||
Authorized | AD_AuthorizationAccount.IsAuthorized character(1) Yes-No | ||
Access Revoked | AD_AuthorizationAccount.IsAccessRevoked character(1) Yes-No | ||
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. |
AD_AuthorizationAccount.IsActive character(1) Yes-No |
Contributions / Posts
- See also Configure OAuth2 EMail