kitchenowl icon indicating copy to clipboard operation
kitchenowl copied to clipboard

Bug: OIDC documentation appears to be wrong

Open auspex opened this issue 5 months ago • 0 comments

Is this urgent?

No

What parts are affected

Backend

What is the server version

v112

What is the client version

v112

What platform are you using

Linux

What's the problem 🤔

https://docs.kitchenowl.org/v0.7.0/self-hosting/oidc/#example-authelia says to add "the following" to your Authelia configuration.yaml, but fails to say where.

It appears to belong under:

identity_providers:
  oidc:
    clients:

However, your example begins:

- id: kitchenowl
    description: KitchenOwl

and according to the Authelia documentation there is no id or secret (they are client_id and client_secret, respectively), and there's no userinfo_signing_algorithm at all.

So, either I'm wrong about where I think your snippet belongs, or your page is not aligned with Authelia's documentation.

Also, there are two places where it says "sing in", rather than "sign in" :-)

Share your logs


Share your configuration


auspex avatar Aug 07 '25 20:08 auspex