Creates an OIDC Provider based on the provided configuration and parameters.
The provider will be cached and returned on subsequent calls.
Cookie and JWT keys will be stored in an internal storage, so they can be re-used over multiple threads.
Necessary claims for Solid OIDC interactions will be added.
Routes will be updated based on the baseUrl and oidcPath.
Gets a provider from the factory.
Multiple calls to this function should return providers that produce the same results.
This is mostly relevant for signing keys.
Creates an OIDC Provider based on the provided configuration and parameters. The provider will be cached and returned on subsequent calls. Cookie and JWT keys will be stored in an internal storage, so they can be re-used over multiple threads. Necessary claims for Solid OIDC interactions will be added. Routes will be updated based on the
baseUrl
andoidcPath
.