# GNUNUX from : /usr/share/doc/dovecot/example-config/dovecot-oauth2.conf.ext ### OAuth2 password database configuration ## url for verifying token validity. Token is appended to the URL # tokeninfo_url = http://endpoint/oauth/tokeninfo?access_token= #>GNUNUX tokeninfo_url = https://%%oauth2_client_server_domainname/oauth2/userinfo/?access_token= #GNUNUX introspection_url = https://%%oauth2_client_server_domainname/oauth2/introspect/ introspection_mode = post force_introspection = no #// # local_validation_key_dict = ## A single wanted scope of validity (optional) # scope = something #>GNUNUX #scope = openid,profile,email #GNUNUX username_attribute = email #GNUNUX openid_configuration_url = https://%%oauth2_client_server_domainname/.well-known/openid-configuration #GNUNUX client_id = %%oauth2_client_id client_secret = %%oauth2_client_secret #