authd
authd copied to clipboard
Authentication daemon for external Brokers
There is currently no supported way to remove users and groups from the authd database. We want to create a command-line tool which allows doing that. There are two issues...
The `https://microsoft.com/devicelogin` URL is printed twice: ``` $ ssh [email protected]@localhost == Provider selection == 1. local 2. Microsoft Entra ID ([email protected]@localhost) Choose your provider: > 2 == Qr Code authentication...
### Is there an existing request for this feature? - [X] I have searched the existing issues and found none that matched mine ### Describe the feature When using authd...
### Is there an existing issue for this? - [X] I have searched the existing issues and found none that matched mine ### Describe the issue After a user has...
### Is there an existing issue for this? - [X] I have searched the existing issues and found none that matched mine ### Describe the issue Enrollment into Entra Id...
Steps to reproduce: 1. Ensure authd is installed 2. Ensure authd is configured to use the broker ``` cat /etc/authd/brokers.d/authd-msentraid.conf [authd] name = Microsoft Entra ID brand_icon = /snap/authd-msentraid/current/broker_icon.png dbus_name...
There's quite a bit of code that is GDM related that we don't really need to include into the compiled PAM binary that we use for authentication in non-GDM cases....
### Is there an existing request for this feature? - [X] I have searched the existing issues and found none that matched mine ### Describe the feature Adding the ability...
### Is there an existing issue for this? - [X] I have searched the existing issues and found none that matched mine ### Describe the issue After setting up authd...
I noticed in https://github.com/ubuntu/authd/pull/599#discussion_r1831242321 that we might want to consider the impact of changes to the PAM module on more apps than just SSH and GDM. Lets document somewhere which...