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

Implement refresh tokens #29

Open
anderspitman opened this issue May 27, 2024 · 1 comment
Open

Implement refresh tokens #29

anderspitman opened this issue May 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@anderspitman
Copy link
Collaborator

Similar situation to dynamic client registration. Doesn't really add anything, but it's the expected flow for other software that wants to interact with obligator. See #28.

@anderspitman anderspitman added the enhancement New feature or request label May 27, 2024
@btrepp
Copy link

btrepp commented Sep 1, 2024

Adding another use-case.

kubenav https://kubenav.io supports cidc, and I have gotten it most of the way configured to work. However unlike kubelogin, kubenav really aims to get the initial token, and then refresh it itself. This means in configuring the first thing it appears to do is request a refresh token, and thus fail. I think when refresh tokens are added, this will help enable compatibility with devices/flows/apps that have assumptions about using refresh tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants