Skip to content

0.16.2 - provide client ID with OIDC info

Compare
Choose a tag to compare
@etiennedi etiennedi released this 12 Jul 13:43

Docker image/tag: semitechnologies/weaviate:0.16.2

Fixes

  • Include Client ID with OIDC info
    We previously added an openid-configuration with a link to the configured issuer's page when authentication.oidc.enabled is set to true. However, for clients to be able to retrieve a token they also need client_id information. This information is now included in the response.