Questions tagged [oauth2]
The oauth2 tag has no summary.
6 questions
1 vote
1 answer
1k views
Keycloak Authentication for Ubuntu 24.04 Login - New User Creation
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 ...
0 votes
0 answers
178 views
Postfix/Dovecot configuration to gmail as relay
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 ...
7 votes
1 answer
399 views
Would it be a bad idea to set sources.list and sources.list.d only root permissions?
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....
0 votes
0 answers
111 views
Store files in ftp server, accessible only for users from authentication server via OAuth2 protocol and separately for each other
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 ...
1 vote
2 answers
776 views
neomutt oauth stopped working
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 ...
1 vote
0 answers
515 views
How to enable gpg password prompt for OAuth2 token in mutt
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 ...