Versions Compared

Key

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

Available since version 1.5.0-RELEASE of the library onesaitplatform-web-security-client

This library /wiki/spaces/PT/pages/180682753 can also be configured for Multitenant mode. There’s only one change that needs to be made in the application properties/yaml.

Application properties/yaml

Code Block
openplatform.api:
   baseurl: http://localhost:21000
   auth:
    login.path: /oauth-server/oauth/token
    token:
      verify.path: /oauth-server/openplatform-oauth/check_token
      grant_type: password
      scope: openid
      clientId: onesaitplatform
      password: onesaitplatform
      vertical: onesaitplatform 

You may add 'vertical' property when using Multitenant onesait Platform and not using the default vertical onesaitplatform. For example:

...