An IDP Configuration Factory that generates and saves keys to the provided key value store.
Creates the route string as required by the oidc-provider library. In case base URL is http://test.com/foo/, idpPath is /idp and relative is device/auth, this would result in /foo/idp/device/auth.
oidc-provider
http://test.com/foo/
idpPath
/idp
relative
device/auth
/foo/idp/device/auth
An IDP Configuration Factory that generates and saves keys to the provided key value store.