Need passthrough field for oAuth
complete
D
Dave Young2
We need to be able to know the context of an oAuth call to be able to make widgets and such which can be used across domains. Right now there is no way to tie a finished oAuth call to the original context.
There is a 'state' variable which is part of the original redirect which Rally provides (https://rallyio-prod.auth.us-west-2.amazoncognito.com/login?client_id=someclientid&response_type=code&scope=aws.cognito.signin.user.admin+email+openid+phone+profile&redirect_uri=https://api.rally.io/v1/oauth/callback/&state=13cd5c86dab4829ba4fc72399ab13caa0e489f0f)
But it does not persist through the login, and only a 'code' variable is returned, which isn't tied to anything in the past.
State variable is often used in oAuth for this purpose.
So.. can we either persist the 'state' variable through the return oauth callback, or have another passthrough param?
Russell Spence
marked this post as
complete
Released today with the S11-2021 release.
Russell Spence
marked this post as
in progress
Russell Spence
marked this post as
planned
<deleted - wrong post...>
Russell Spence
Internal Ticket: https://starcard.atlassian.net/browse/MXR-342
Changed the category to bug as the expected behaviour of state is fixed given OAuth support.
May not make S11, but it will definitely be released in S12.
Skot Leach
marked this post as
in progress
In QA