A customer would initiate the terminate authorization process via the Data Custodian web portal. They would log into the DC portal using their credentials and the UI would provide the option to modify and / or terminate any authorizations they have granted to third party applications.
In 5.2.4.2 it says The request uses DELETE method to the "token" endpoint of the data custodian. Wjat is the URI for "token" endpoint? Is it the same endpoint where the token was requested from? Judging by name "j_oauth_resolve_access_code" it is not the same.
To close the loop on this one, OAuth 2.0 token refresh is currently not implemented in the Test Lab. All access tokens granted issued should not expire.
7 comments
gellis519 • almost 10 years ago
A customer would initiate the terminate authorization process via the Data Custodian web portal. They would log into the DC portal using their credentials and the UI would provide the option to modify and / or terminate any authorizations they have granted to third party applications.
Yuri Shteinman • almost 10 years ago
Currently I can do it from the third party app portal https://greenbutton.affsys.com/a3p/mvc/tpterauth
and I need to implement it from the app. Please let me know how I can do this
Yuri Shteinman • almost 10 years ago
In 5.2.4.2 it says The request uses DELETE method to the "token" endpoint of the data custodian. Wjat is the URI for "token" endpoint? Is it the same endpoint where the token was requested from? Judging by name "j_oauth_resolve_access_code" it is not the same.
Yuri Shteinman • almost 10 years ago
Please, somebody ??? This should be easy question, what Uri you are using in your app portal?
gellis519 • almost 10 years ago
All endpoint URL's have now been posted on greenbuttondata.ca for your reference.
Yuri Shteinman • almost 10 years ago
Not for refresh token, it is still missing
gellis519 • almost 10 years ago
To close the loop on this one, OAuth 2.0 token refresh is currently not implemented in the Test Lab. All access tokens granted issued should not expire.