-
Notifications
You must be signed in to change notification settings - Fork 65
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
Token exchange for device sso clients #16832
Conversation
Generated by 🚫 Danger |
b511955
to
67e6040
Compare
67e6040
to
2dafcdc
Compare
2dafcdc
to
6ba7b1e
Compare
a353d9a
to
d992e8e
Compare
c908cd3
to
429aea0
Compare
429aea0
to
dbc73d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a few questions and nitpick suggestions, but overall implementation looks solid.
dbc73d1
to
8fac4ca
Compare
@dickdavis I believe I've addressed your comments, I made changes in response to all of them except the |
8fac4ca
to
6f4e378
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and works as expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The one ARP change LGTM 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Add token exchange for device sso * [82121] refactoring and updating token exchange functionality * use ActiveModel::Validations --------- Co-authored-by: Trevor Bosaw <bosawt@gmail.com>
Summary
Related issue(s)
Testing
vamobile
will work)/authorize
sendscope=device_sso
param/token
normally to get you tokens, you should receive adevice_secret
/token
with:set-cookie
headerWhat areas of the site does it impact?
Authentication
Acceptance criteria