Skip to main content

Questions tagged [oauth2]

1 vote
1 answer
1k views

I'm using Keycloak (version 26.1.0) as my identity provider for web applications and want to extend this to authenticate users logging into Ubuntu 24.04 workstations. I've successfully configured ...
sudo code 's user avatar
0 votes
0 answers
178 views

Does any one have a complete configuration of using Dovecot to handle OAuth2 tokens to allow Postfix to send mail to gmail? Most use cases found are either too old or not complete. I have done the ...
Dean Allard's user avatar
7 votes
1 answer
399 views

I need to add an repository that requires OAuth 2.0 authentication so I've got to pass it an access token. One of idea is to write it as a query parameter or as Basic Auth password in /etc/apt/sources....
nst1911's user avatar
  • 103
0 votes
0 answers
111 views

We have in company authentication server with support of OAuth 2 protocol. We are thinking about ftp repository. Could it be possible to configure ftp repository/server so that we could provide files ...
LDonSOvrfw's user avatar
1 vote
2 answers
776 views

Since last week oauth2 just stopped working. It did a while before and healed itself mysteriously and I am eager to find out what is happening here. I installed thunderbird for reference and it is ...
karlsebal's user avatar
  • 835
1 vote
0 answers
515 views

I am using mutt with outlook365 which has OAuth2 support. I generated an access token which is checked by the following lines in my muttrc: set imap_authenticators = "xoauth2" set ...
FluidFox's user avatar