mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
| .. | ||
| kc-healthcheck.sh | ||
| keycloak.crt | ||
| ldap.mmsettings.json | ||
| openid.mmsettings.json | ||
| README.md | ||
| realm-export.json | ||
| saml.mmsettings.json | ||
Keycloak development environment
Setting up
OpenID
Overwrite your OpenIdSettings section in your config.json file by running make config-openid and restarting your server.
SAML
Overwrite your SamlSettings section in your config.json file by running make config-saml and restarting your server.
LDAP
Overwrite your LdapSettings section in your config.json file by running make config-ldap and restarting your server.
Credentials to log in
-
Admin account, used to log in to the Keycloak Admin UI:
admin/admin
-
User accounts, used to log in to Mattermost:
homer/passwordmarge/passwordlisa/password
Updating the realm-export.json
The realm-export.json file is automatically imported by the keycloak development container. If you make any modifications to this file or to the base configuration, export it by running a terminal in the container and running:
/opt/keycloak/bin/kc.sh export --realm mattermost --users realm_file --file /opt/keycloak/data/import/realm-export.json