What's Changed
- Obtain token endpoint URI from OpenID Connect metadata instead of directly configuring token endpoint by @EmteZogaf in #118
- Fix plugin crash on startup when OAuth authentication is configured without proxy by @EmteZogaf in #121
Important
The environment variable DE_MEDIZININFORMATIK_INITIATIVE_FEASIBILITY_DSF_PROCESS_CLIENT_STORE_AUTH_OAUTH_ISSUER_URL
now expects the actual issuer URL (typically the base URL of the identity provider or, in the case of keycloak as identity provider, the realm base URL, e. g. https://keycloak.example.org/realms/feasibility/
) instead of the token URL.
Full Changelog: v1.0.0.5...v1.0.0.6