Overview
This guide explains how to enable the Resource Owner Password protocol in Elixir Repertoire 202x. This protocol allows direct username/password authentication, which is required for remote login via Repertoire Designer and other client tools.
Step 1: Locate the Configuration File
Navigate to the /etc folder within your Repertoire installation directory and locate the application.conf file.
Step 2: Enable the Protocol
Edit application.conf and add the following line:
elixir.sso.server.resource-owner-password-enabled = true
This setting explicitly enables the Resource Owner Password grant type in the SSO server.
Step 3: Save and Restart
- Save your changes to the configuration file.
- Restart the Repertoire server to apply the new setting.
Step 4: Verify Configuration
After restarting:
- Attempt login via Repertoire Designer using username/password credentials.
- Check server logs for any SSO-related errors or warnings.
- Confirm that the protocol is active by testing with a known user account.