StableNet® authentication provider

Standard installation

In the eranger-auth configuration, add a provider section with id 1:

/etc/opt/eranger/eranger-auth.conf
[provider.1]
type = stablenet
name = StableNet®
default = true
webservice_url = https://<stablenet host>:5443/api/1

Restart the eranger-auth component after configuration:

sudo systemctl restart eranger-auth

Docker Compose installation

Add an authentication provider to the eranger-auth environment section of the SKOOR docker-compose.yaml and change the SKOOR_AUTH_provider.1_webservice_url variable to a valid StableNet host URL:

      - SKOOR_AUTH_provider.1_type=stablenet
      - SKOOR_AUTH_provider.1_name=StableNet®
      - SKOOR_AUTH_provider.1_default=true
      - SKOOR_AUTH_provider.1_webservice_url=https://<StableNet host>:5443/api/1