Configure OpenID Connect¶
It is possible to configure OpenID Connect only when the appliance is initialized with a preseed (see Anbox Cloud Appliance preseed configuration format) after the installation.
When you have the issuer URL and client ID, set the values in the preseed configuration:
$ cat preseed.yaml
....
dashboard:
oidc:
issuer: https://my.auth.com
client_id: aff32f32ffwfsdfdsfdsg
To start the initialization process with the preseed configuration, run:
sudo anbox-cloud-appliance init --preseed < preseed.yaml
When the initialization is complete, to register a new user, run:
sudo anbox-cloud-appliance dashboard register <email address>
This prints a URL to complete the registration. Access that URL and complete the registration. Finally, log in to access the dashboard user interface.