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

Send redirect uri for refresh token grant flow #1052

Merged
merged 4 commits into from
Aug 12, 2020

Conversation

jasoncoolmax
Copy link
Member

@jasoncoolmax jasoncoolmax commented Aug 11, 2020

Proposed changes

Make changes to send redirect uri to refresh token grant flow. With such parameter being sent, it helps server to identify client types (public client or confidential client) correctly. It is addressing this issue.

Type of change

  • Feature work
  • Bug fix
  • Documentation
  • Engineering change
  • Test
  • Logging/Telemetry

Risk

  • High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
  • Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
  • Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)

Additional information

CHANGELOG.md Outdated Show resolved Hide resolved
@jasoncoolmax jasoncoolmax merged commit 8734d78 into dev Aug 12, 2020
@jasoncoolmax jasoncoolmax deleted the jason/sendRedirectUriForRefreshTokenGrantFlow branch August 12, 2020 17:14
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

3 participants