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

Update pre-configured OIDC server to use OIDC flavor of Refresh Token grant type #838

Merged
merged 3 commits into from
Oct 6, 2022

Conversation

burkel24
Copy link
Contributor

@burkel24 burkel24 commented Oct 5, 2022

#752 Added an OIDC variant of the Refresh Token grant type. This pull request updates the pre-configured OIDC server to use this grant type, rather than the RFC6749 version. Practically, this means that OIDC refresh token responses now include ID tokens when the openid scope is provided.

See #827 for more context.

@burkel24 burkel24 marked this pull request as ready for review October 5, 2022 20:14
@auvipy auvipy added this to the 3.3.0 milestone Oct 6, 2022
@auvipy auvipy merged commit 7e69a15 into oauthlib:master Oct 6, 2022
JonathanHuot pushed a commit that referenced this pull request Aug 24, 2023
… grant type (#838)

* Modify pre-configured OIDC server to use OIDC Refresh Token grant type

* Add test coverage for OIDC refresh token grant type

* Use longer variable names
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

Successfully merging this pull request may close these issues.

None yet

2 participants