Security Assertion Markup Language (SAML) allows you to access multiple web-based applications using a single set of authentication credentials. It is possible to configure Keycloak to access a SAML server via a preconfigured proxy in situations where Keycloak’s host doesn’t have direct access to the internet.Documentation Index
Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- Open a terminal and log in to your instance of Package Security Manager as an admin.
-
Open your installer file, where the
docker-compose.ymlfile is located by running the command: -
Open your
docker-compose.ymlfile using your preferred file editor. -
Find the
Keycloakservice section of the file, and underenvironment:, add the following lines: -
Save your work and close the file. To verify your changes were saved, you can run the command:
Here is an excerpt from a
docker-compose.ymlfile to show you what your Keycloak section might look like. -
Restart your instance of Package Security Manager.