Skip to content

v9.0.0

Compare
Choose a tag to compare
@open-dynaMIX open-dynaMIX released this 09 Jun 11:02
· 235 commits to main since this release
7125c6a

Feature

  • auth: Only use userinfo for auth (drop introspect) (d065ef8)
  • analytics: Support accessing sub-cases and their parent (6dfc4f9)

Breaking

  • setting the OIDC_INTROSPECT_* and OIDC_CLIENT_AS_USERNAME env vars is obsolete now. Auth now only calls the userinfo endpoint without any fallback to the introspect endpoint. This will possibly have an impact on the username property of the user object. If your extensions depend on that property, please update them if necessary. Additionally, all requests sent to Caluma must include the openid-scope. (d065ef8)