- Set up a local OIDC OP server according to the instructions here: https://github.com/OpenIDC/pyoidc/blob/master/oidc_example/op2/README.md
- Register a client according to the instructions with the following redirect_uris:
http://localhost/api/admin/ping
http://localhost/api/admin/healthcheck
- In
config_simple.py
, setISSUER = 'http://172.17.0.1'
- Run the OP server on port 8040
- Copy the
client_secret
and theclient_id
from the output to theSecrets-Section
of the yangcatalog.conf file - In the
Web-Section
of yangcatalog.conf, setip=localhost
andissuer=http://172.17.0.1:8040/
Registered username password pairs are:
{
"diana": "krall",
"babs": "howes",
"upper": "crust"
}