-
Notifications
You must be signed in to change notification settings - Fork 23
design pages: Passwordless-GDM integration #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
3675076 to
232ed04
Compare
eaab5be to
a1a1e9d
Compare
a1a1e9d to
7806edd
Compare
cf717a9 to
121084d
Compare
8a027cb to
80fad61
Compare
de1c99b to
583338b
Compare
583338b to
2d5f0e0
Compare
6a5bf62 to
75f12bb
Compare
|
I updated the design with new attributes in the smartcard mechanism. They are necessary since the certificate information isn't available during the AUTH phase and we prefer to avoid running |
75f12bb to
a972675
Compare
|
Updated design with additional attributes needed for passkey authentication. |
dfcf246 to
d54c02c
Compare
9c36a3c to
c573246
Compare
c573246 to
08d0d1f
Compare
|
@pbrezina @sumit-bose I updated the text with the improvements proposed. Take another look to make sure everything is correct. |
Hi, thanks for the updates, the "krb5_child" section is looking good, ACK. bye, |
08d0d1f to
97429fe
Compare
|
As discussed with Joan I'm updating the design with the following changes:
|
97429fe to
c4f0617
Compare
c4f0617 to
c3db9f0
Compare
c3db9f0 to
4ead993
Compare
Passwordless authentication from the GUI. Signed-off-by: Iker Pedrosa <[email protected]>
4ead993 to
5182f66
Compare
Add a note to clarify that 2FA isn't supported in JSON protocol and fix
man page compilation for `pam_json_services` option.
:feature: Unified passwordless login in the GUI. SSSD now supports a
rich authentication selection interface. Users can login with
smartcards, passkey, External IdPs and passwords directly
within the graphical user interface.
:packaging: SSSD now supports authentication mechanism selection through
PAM using a JSON-based protocol. This feature enables
passwordless authentication mechanisms in GUI login
environments that support the protocol.
Feature will be supported by GNOME Display Manager (GDM)
starting with GNOME 50. While currently optimized for GNOME,
the JSON protocol design allows for future support in other
display managers.
authselect is the recommended approach and will handle the
necessary PAM stack modifications automatically starting
with version 1.7 through the new option `with-switch-auth`
which provides a new PAM service called `switchable-auth`.
Manual PAM configuration is also possible.
For more technical details and implementation specifications,
see the design documentation:
SSSD/sssd.io#79
Signed-off-by: Iker Pedrosa <[email protected]>
Add a note to clarify that 2FA isn't supported in JSON protocol and fix
man page compilation for `pam_json_services` option.
:feature: Unified passwordless login in the GUI. SSSD now supports a
rich authentication selection interface. Users can login with
smartcards, passkey, External IdPs and passwords directly
within the graphical user interface.
:packaging: SSSD now supports authentication mechanism selection through
PAM using a JSON-based protocol. This feature enables
passwordless authentication mechanisms in GUI login
environments that support the protocol.
Feature will be supported by GNOME Display Manager (GDM)
starting with GNOME 50. While currently optimized for GNOME,
the JSON protocol design allows for future support in other
display managers.
authselect is the recommended approach and will handle the
necessary PAM stack modifications automatically starting
with version 1.7 through the new option `with-switch-auth`
which provides a new PAM service called `switchable-auth`.
Manual PAM configuration is also possible.
For more technical details and implementation specifications,
see the design documentation:
SSSD/sssd.io#79
Signed-off-by: Iker Pedrosa <[email protected]>
Add a note to clarify that 2FA isn't supported in JSON protocol and fix
man page compilation for `pam_json_services` option.
:feature: Unified passwordless login in the GUI. SSSD now supports a
rich authentication selection interface. Users can login with
smartcards, passkey, External IdPs and passwords directly
within the graphical user interface.
:packaging: SSSD now supports authentication mechanism selection through
PAM using a JSON-based protocol. This feature enables
passwordless authentication mechanisms in GUI login
environments that support the protocol.
Feature will be supported by GNOME Display Manager (GDM)
starting with GNOME 50. While currently optimized for GNOME,
the JSON protocol design allows for future support in other
display managers.
authselect is the recommended approach and will handle the
necessary PAM stack modifications automatically starting
with version 1.7 through the new option `with-switch-auth`
which provides a new PAM service called `switchable-auth`.
Manual PAM configuration is also possible.
For more technical details and implementation specifications,
see the design documentation:
SSSD/sssd.io#79
Signed-off-by: Iker Pedrosa <[email protected]>
Passwordless authentication from the GUI.