Mathew Winters

Results 22 comments of Mathew Winters

Managed to get downloads from my tablet, using 4.4.1 and 4.5.1. [ver-4.5.1-owncloud.2025-07-20_17.54.56.log](https://github.com/user-attachments/files/21333289/ver-4.5.1-owncloud.2025-07-20_17.54.56.log) [ver-4.4.1-owncloud.2025-07-20_17.52.02.log](https://github.com/user-attachments/files/21333288/ver-4.4.1-owncloud.2025-07-20_17.52.02.log)

Just download 4.6, had the same issue, log attached.. [owncloud.2025-07-23_15.33.07.log](https://github.com/user-attachments/files/21379165/owncloud.2025-07-23_15.33.07.log)

i just tried removing `allow_multiple_auth_methods: true` I just dont think too many are using authelia, I have another older instance on keycloak but I want everything under one authenticator.. Send...

So, was yesterday updating a few things, one of which is authelia. So i was using 4.39.1, and now 4.39.6, version 4.39.2 removed the legacy OpenID Connect 1.0 endpoints.. I...

Still on authelia, still the same message. ``` time="2025-08-18T16:47:41+12:00" level=error msg="Access Request failed with error: The request is missing a required parameter, includes an invalid parameter value, includes a parameter...

Ok, have looked and debugged the code - found something, this commit 0cab024c0049f9ffcc5c570e42edb8de8e2082ca adds "sending the clientId and clientSecret in the OIDC token requests when necessary", Commented out those four...

I think this is what you want - https://auth.[hiddden].nz/.well-known/openid-configuration ``` { "issuer": "https://auth.xxxxxxx.xxx.nz", "jwks_uri": "https://auth.xxxxxxx.xxx.nz/jwks.json", "authorization_endpoint": "https://auth.xxxxxxx.xxx.nz/api/oidc/authorization", "token_endpoint": "https://auth.xxxxxxx.xxx.nz/api/oidc/token", "subject_types_supported": [ "public", "pairwise" ], "response_types_supported": [ "code", "id_token", "token", "id_token...

so doing some digging, apparently because the android client is only using `token_endpoint_auth_method: client_secret_basic` but the `client_id and client_secret` are added, then authelia will see that it should be a...

`client_id` and `client_secret` are encoded into the header `Basic` for the `client_secret_basic` which why we get the duplicate fields..