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

Device Authorization Grant support #763

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

solevic
Copy link

@solevic solevic commented Nov 12, 2021

Checklist

  • I read the Contribution Guidelines
  • I signed the CLA and WG Agreements
  • I ran, updated and added unit tests as necessary.
  • I verified the contribution matches existing coding style.
  • I updated the documentation if necessary.

Motivation and Context

As described in issue #675, AppAuth-Android does not currently support authentication for Android devices that either lack a browser or have limited input capabilities to fully perform the traditional authentication flow. Adding support of the extension Device Authorization Grant as described in RFC 8628 would allow such devices to obtain tokens from the authorization server with the help of a secondary device with browser and common input capabilities.

Description

The implementation follows the Device Authorization Grant - RFC 8628 and exposes the following:

  • A DeviceAuthorizationRequest with its associated DeviceAuthorizationResponse
  • The additional grant type urn:ietf:params:oauth:grant-type:device_code in the TokenRequest Builder
  • Methods to perform the device authorization and token polling in the AuthorizationService
  • Helper methods in AuthState to properly handle the new authorization states

As of today, there is no proper way for the user to sign off from devices without a browser, as this would require the extension Token Revocation - RFC 7009 that I would gladly implement after this one.

@caspernpo
Copy link

Just wondering, is there any progress on this PR?

@Arifin-pixel
Copy link

tes h&h ArFN Deso
_github-pages-challenge-Arifin-pixel
code
43b6a478fba98c2ae1ab7a1fc08832

@davidngoshadow
Copy link

Is there any update about this PR ?

@maxrimmer
Copy link

Any news on this?

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

5 participants