You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)