You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to implement Cross-client Identity so we can use the same client_id in web and android apps. To do so, we need to send a special scope while doing login.
Normally, when you ask for an OAuth token, the person using the device sees a challenge, asking them if it’s OK to use their identity to get at some resource or other. But in this case, the system looks at the server-side Client ID in your scope argument, notices that it’s in the same project as your Android app, and gives you the token without pestering the user; they’ve already agreed to a relationship with you, the developer who controls that project. " Source
That being said, we need to send audience:server:client_id:X, where X is the Client ID of for the Web app.
As far as we could see, we cannot change the scope it's used while getting token
Hello! First of all, thanks for a great lib! :)
We are trying to implement Cross-client Identity so we can use the same client_id in web and android apps. To do so, we need to send a special scope while doing login.
That being said, we need to send audience:server:client_id:X, where X is the Client ID of for the Web app.
As far as we could see, we cannot change the scope it's used while getting token
Are you planning to add a way to do so? Do you want us to do a pull request?
The text was updated successfully, but these errors were encountered: