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

Allow re-fetching of (still valid) access tokens #1

Open
elmarx opened this issue Dec 7, 2020 · 1 comment
Open

Allow re-fetching of (still valid) access tokens #1

elmarx opened this issue Dec 7, 2020 · 1 comment

Comments

@elmarx
Copy link
Owner

elmarx commented Dec 7, 2020

When testing/experimenting with scopes etc., it would be useful to explictly request to refresh the access token.

@elmarx
Copy link
Owner Author

elmarx commented Dec 7, 2020

Workaround:

curl -X POST $REALM_URL/protocol/openid-connect/token -d "grant_type=refresh_token&client_id=mouflon&refresh_token="(jq -r .atResponse.refresh_token < ~/.cache/mouflon/default.json)

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

No branches or pull requests

1 participant