Re: 2.3.21.1 and oauth

2024-11-14 Thread Aki Tuomi via dovecot
This was intetionally changed in 2.3.21, you need to use http://clientid:clientsecret@localhost:8080/ Aki > On 14/11/2024 15:17 EET piotr-l--- via dovecot wrote: > > > Hi, > > Don't you use grant_url? > > As far as I can see, both versions use client's id/secret for grant_url and > receiv

Re: 2.3.21.1 and oauth

2024-11-14 Thread piotr-l--- via dovecot
Hi, Don't you use grant_url? As far as I can see, both versions use client's id/secret for grant_url and receive an access_token. Both use the token for introspection_url, but 2.3.20 sends id/secret with it and 2.3.21 does not. Tested with plain auth and the following settings grant_url = http

Re: 2.3.21.1 and oauth

2024-08-21 Thread Aki Tuomi via dovecot
> On 21/08/2024 11:53 EEST v--- via dovecot wrote: > > > Hello! I'm using dovecot with keycloak for oauth authentication. My > config is: > > client_id = dovecot > client_secret = MY_SECRET > introspection_url = > https://MY_KEYCLOAK/realms/master/protocol/openid-connect/token/introspect >