Skip to content
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

feat: TUI support for OpenID Dynamic Client registration via software statement (SSA) issued by Auth Server #2981

Open
nynymike opened this issue Nov 15, 2022 · 1 comment
Assignees
Labels
enhancement kind-feature Issue or PR is a new feature request
Milestone

Comments

@nynymike
Copy link
Contributor

It should be possible to run the client on any workstation that has access to the config api.

An SSA is a JWT which is presentyed during dynamic client registration. It is signed by the AS (i.e. Auth Server).

If the Auth Server admin generates a software statement, the admin could provide this to the person who wants to use the TUI, and then each instance of the TUI would generate distinct client credentials

This would enable the TUI to generate a cryptographic key pair, and use dynamic client registration to obtain a client_id–i.e. use asymetric client secret instead of a shared secret (like client secret)

The software statement would pre-authorize scopes–for example the scopes needed to call the config API endpoints.

If a person starts the TUI, and it detects that there are no client credential present, it should prompt for a software statement and the OpenID Connect configuration endpoint (e.g. https://example.com/.well-known/openid-configuration). With these two pieces of data, the TUI could dynamically register, and then prompt the user to start a device flow authentication.

@mo-auto mo-auto added the kind-feature Issue or PR is a new feature request label Nov 15, 2022
@yuriyz
Copy link
Contributor

yuriyz commented Nov 15, 2022

Related ticket on AS side: #2980

@moabu moabu added this to the 1.0.5 milestone Nov 18, 2022
@moabu moabu modified the milestones: 1.0.5, 1.0.6 Dec 1, 2022
@moabu moabu modified the milestones: 1.0.6, 1.0.7 Jan 9, 2023
@devrimyatar devrimyatar assigned devrimyatar and unassigned moabu Jan 19, 2023
@moabu moabu modified the milestones: 1.0.7, 1.0.9 Mar 1, 2023
@moabu moabu modified the milestones: 1.0.9, 1.0.10 Mar 9, 2023
@moabu moabu modified the milestones: 1.0.10, 1.0.11 Mar 16, 2023
@moabu moabu modified the milestones: 1.0.11, 1.0.12 Apr 5, 2023
@moabu moabu modified the milestones: 1.0.12, 1.0.13 Apr 18, 2023
@moabu moabu modified the milestones: 1.0.13, 1.0.14 May 10, 2023
@moabu moabu modified the milestones: 1.0.14, 1.0.15 Jun 20, 2023
@moabu moabu modified the milestones: 1.0.15, 1.0.16 Jul 12, 2023
@moabu moabu modified the milestones: 1.0.16, 1.0.17 Aug 2, 2023
@moabu moabu removed this from the 1.0.17 milestone Sep 18, 2023
@moabu moabu added this to the 1.0.18 milestone Sep 18, 2023
@moabu moabu modified the milestones: 1.0.18, 1.0.21 Nov 22, 2023
@moabu moabu modified the milestones: 1.0.21, 1.0.22 Dec 14, 2023
@moabu moabu modified the milestones: 1.0.22, 1.0.23 Feb 1, 2024
@moabu moabu modified the milestones: 1.1.0, 1.1.1 Mar 14, 2024
@moabu moabu modified the milestones: 1.1.1, 1.1.2 May 1, 2024
@moabu moabu modified the milestones: 1.1.2, 1.1.3 May 29, 2024
@moabu moabu modified the milestones: 1.1.3, 1.1.4 Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement kind-feature Issue or PR is a new feature request
Projects
None yet
Development

No branches or pull requests

5 participants