Replies: 1 comment
-
|
Hey @resulbdev You can either use OAuth 2.0 Device Authorization Grant (RFC 8628) - I think this is supported in Ory community edition as well (docs) or alternatively a Custom Login/Consent + Kratos Native API (On-Device Credentials)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
We are using open-source Ory Hydra + Kratos + Oathkeeper for our web applications and OAuth2/OIDC infrastructure.
Now we want to support Android POS devices, but these devices usually do not have a proper browser and browser-based OAuth flows provide poor UX on POS hardware.
Our goal is to keep Hydra as the central OAuth2 token issuer while providing a fully native login experience on the POS device.
How can we achieve this architecture properly with Ory?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions