Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This section describes configuration options of Ubisecure SSO.

Example configuration

There is an example configuration in ubilogin_example folder:

On Linux: 
/usr/local/ubisecure/ubilogin-sso/ubilogin/ubilogin_example

On Windows:
C:\Program Files\Ubisecure\ubilogin-sso\ubilogin\ubilogin_example


It contains files with examples for templates, messages and resources, as well as Accounting configuration.

├── 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.

  • No labels