Getting started
To understand the contents of your installation, see the Directory structure.
To get help configuring Pointsharp IdP via the CLI, run:
on Linux
$ bin/kc.sh
Run Pointsharp IdP:
on Linux/Unix
$ sudo systemctl start pointsharpidp
Directory structure
Under the Pointsharp Idp install root, a number of folders exist:
bin/ - contains all the shell scripts for the server, including kc.sh|bat, kcadm.sh|bat, and kcreg.sh|bat.
-
client/ - used internally.
conf/ - directory used for configuration files, including keycloak.conf - see Configuring Keycloak. Many options for specifying a configuration file expect paths relative to this directory.
-
truststores/ - default path used by the
truststore-pathsoption - see Configuring trusted certificates.
data/ - directory for the server to store runtime information, such as transaction logs.
-
logs/ - default directory for file logging - see Configuring logging.
lib/ - used internally.
providers/ - directory for user provided dependencies - see Configuring providers for extending the server and Configuring the database for an example of adding a JDBC driver.
themes/ - directory for customizations to the Admin GUI. See instruction for configuring themes.