Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.1

...

  1. If you have not already done so, register User Administration with your OpenID Connect identity provider. You can get the values for the attributes used in the oidc.json file from the authorization server (Keycloak, connect2id, and so on).

  2. Register the necessary redirect URIs so that the OIDC server knows where to send the user after authentication. The <CTP_DIR>BASE_URL>/em/login/oauth2/code/ctp URI should be registered.

...

If you are using the soavirt.war or soatestcli, configure the settings in your .properties file as described below according to the authentication type you are using. The default is device code.

...

2 We highly recommend that you use an encoded encrypted password for oidc.keystore.password. You can encode encrypt your password by running a command line instance of SOAtest with the -encodepass flag. The command line tool will generate an encoded flag, which uses AES 256-bit encryption to generate an encrypted string that you can use in in the configuration file. 

Example Configurations

...