Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Authentication and Identification

The connector uses Auth Realm selected in the Admin Wizard for the user Authentication and Maconomy Cloud Identification Plugin that gets the users' Security Identifiers (SIDs).

Identification

Scope: MaconomyCloud: + Company Installation shortname

Tokens:

  • AuthenticatedUser - for all authenticated users
  • Administrator - for administrators
  • All Windows - for users that belong to group that has access to all windows
  • Group: + group name - for each group user belongs to

Security

Share Security

Not in use.

Document Security

Scope: MaconomyCloud: + Company Installation shortname

Tokens:

...

Location

The client's credentials are stored in directory: InfoArchive_distribution_root/infoarchive/config/iawebapp in application-CLIENTS.yml file.

Code Block
languagexml
titleapplication-Clients.yml
CLIENTS:
  clients:
  - accessTokenValiditySeconds: 2147483647
    authorities:
    - ROLE_TRUSTED_CLIENT
    authorizedGrantTypes:
    - password
    - refresh_token
    - implicit
    clientId: infoarchive.cli
    clientSecret: L5LYzd8a8p
    refreshTokenValiditySeconds: 2147483647
    scopes:
    - search
    - compliance
    - administration
    - otds:groups


image2021-10-18_9-48-39.pngImage Added