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

Correct alias in OAuth2 scopes documentation #1613

Merged
merged 1 commit into from
Oct 21, 2019
Merged

Correct alias in OAuth2 scopes documentation #1613

merged 1 commit into from
Oct 21, 2019

Conversation

slashmo
Copy link
Contributor

@slashmo slashmo commented Oct 21, 2019

Checklist

  • I have read the contributing guidelines
  • I have read the security policy
  • I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security
    vulnerability, I confirm that I got green light (please contact security@ory.sh) from the maintainers to push the changes.
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation within the code base (if appropriate)
  • I have documented my changes in the developer guide (if appropriate)

@@ -3135,12 +3135,12 @@
"authorizationUrl": "/oauth2/auth",
"tokenUrl": "/oauth2/token",
"scopes": {
"offline": "A scope required when requesting refresh tokens (alias for `offline`)",
"offline": "A scope required when requesting refresh tokens (alias for `offline_access`)",
"offline_access": "A scope required when requesting refresh tokens",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! This file is autogenerated. The appropriate line to fix is here: https://github.com/ory/hydra/blob/master/doc.go#L44

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh boy, not again 😁 This time I thought I had it right. Thanks for the hint ✌️

@aeneasr
Copy link
Member

aeneasr commented Oct 21, 2019

No worries - thanks! :)

@aeneasr aeneasr merged commit 31ecf09 into ory:master Oct 21, 2019
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.

2 participants