Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Location

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

application-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.png

  • No labels