Dovecot with Microsoft Azure OAUTH2 ?
Does anyone have experience successfully setting up Dovecot OAUTH2 for authentication with Microsoft Azure? I'm not sure what to use as tokeninfo_url and introspection_url in the Dovecot configuration. I would appreciate any help and advice.
-- Best regards, Max Kostikov
On 02/02/2022 17:11 Max Kostikov max@kostikov.co wrote:
Does anyone have experience successfully setting up Dovecot OAUTH2 for authentication with Microsoft Azure? I'm not sure what to use as tokeninfo_url and introspection_url in the Dovecot configuration. I would appreciate any help and advice.
-- Best regards, Max Kostikov
Hi,
https://docs.microsoft.com/en-us/azure/active-directory/develop/userinfo
seems to indicate that the correct configuration would be
introspection_url = https://<hostname>/oidc/userinfo introspecion_mode = auth
without tokeninfo_url set.
Aki
participants (2)
-
Aki Tuomi
-
Max Kostikov