Describe the bug
This is in https://github.com/fccview/jotty/blob/main/howto/SSO.md , it says "Configure your OIDC Provider:" "Client Type: Public". Because of this I configured the Authelia client with public: true. Then Authelia failed to start:
... level=error msg="Configuration: identity_providers: oidc: clients: client 'jotty1': option 'client_secret' is required to be empty when option 'public' is true"
I removed the public: true setting from the Authelia configuration and things are working.
Jotty supports confidential clients so the docs shouldn't say that clients must be public.
Steps to Reproduce
Docs issue.
How do you run Jotty?
Docker
Jotty Version
1.20.0
Checklist
Describe the bug
This is in https://github.com/fccview/jotty/blob/main/howto/SSO.md , it says "Configure your OIDC Provider:" "Client Type: Public". Because of this I configured the Authelia client with
public: true. Then Authelia failed to start:I removed the
public: truesetting from the Authelia configuration and things are working.Jotty supports confidential clients so the docs shouldn't say that clients must be public.
Steps to Reproduce
Docs issue.
How do you run Jotty?
Docker
Jotty Version
1.20.0
Checklist