Am 2023-10-25 20:54, schrieb Aki Tuomi:
Seems your issue is
oauth2(email,IP,): oauth2 failed: Local validation failed:
client_id not found in aud field
This is a recently added thing, as oauth2 spec requires to check this.
If you are using local validation, you can opt to leave client_id emp
Am 2023-10-25 08:03, schrieb Aki Tuomi:
On 24/10/2023 17:25 EEST Alexander Leidinger via dovecot
wrote:
Am 2023-10-24 15:14, schrieb Aki Tuomi:
>> On 24/10/2023 15:49 EEST Alexander Leidinger via dovecot
>> wrote:
>>
>>
>> Am 2023-10-23 08:43, schrieb Aki Tuomi
Am 2023-10-24 15:14, schrieb Aki Tuomi:
On 24/10/2023 15:49 EEST Alexander Leidinger via dovecot
wrote:
Am 2023-10-23 08:43, schrieb Aki Tuomi:
> Don't set tokeninfo url if you require POST query. It's not mandatory
> to set all endpoints.
If I comment out the tokeninfo_u
,
Alexander.
Aki
On 17/10/2023 16:03 EEST Alexander Leidinger via dovecot
wrote:
[...]
The working but not really up to the OIDC spec dovecot config is:
auth-oauth2.token.conf.ext:
---snip---
openid_configuration_url =
https://oauth2.domain.tld/realms/MyRealm/.well-known/openid-configurati
Hi,
I try to setup oauth2 authentication with dovecot 2.3.21.
The debug log of dovecot shows that it tries to do a HTTP GET request to
the tokeninfo url with the token appended to the end of the URL. This
gives a 404 error. The openidconnect server I use (keycloak) tells that
this API endpoin