This section describes configuration options of Ubisecure SSO.
Page Tree |
---|
root | IDS20231:@self Child pages (Children Display) |
---|
Example configuration
There is an example configuration in ubilogin_example
folder:
Code Block |
---|
|
/usr/local/ubisecure/ubilogin-sso/ubilogin/ubilogin_example |
Code Block |
---|
|
C:\Program Files\Ubisecure\ubilogin-sso\ubilogin\ubilogin_example |
It contains files with examples for templates, messages and resources, as well as Accounting configuration.
Code Block |
---|
├── accounting
│ └── config
│ └── application.yaml
├── message.index
├── messages
│ ├── errors_default_en.properties
│ ├── errors.properties
│ ├── uas_default_en.properties
│ └── uas.properties
├── resource.index
├── resources
│ ├── favicon-ubisecure.ico
│ ├── logo-ubisecure.png
│ └── script
│ └── ui-extension.js
├── template.index
└── templates
├── default.css
├── default.links
├── default.properties
└── methodimage.index |
Those files can be used a reference, or modified and copied directly into the ubilogin/custom
folder.