Howard_Seay | 2017-01-06 19:59:47 UTC | #1
Using the instructions on this page: https://developer.mypurecloud.com/api/rest/authorization/ we are trying to log the user out of purecloud then redirect them to our application page. The logout is successful but the re-direct never occurs, the page just stays on the Purecloud login page. This is an example of what the url looks like that we are using. https://login.mypurecloud.com/logout?client_id=xxxxx-xxxxx-xxxxx&redirect_uri=https://google.com
tim.smith | 2017-01-06 20:02:15 UTC | #2
Is the redirect URI that you're sending configured in your OAuth client exactly as you're sending it? redirect_uri=https://google.com is different than redirect_uri=https://google.com/ (trailing slash).
Howard_Seay | 2017-01-06 20:31:58 UTC | #3
That was it, Thank you Tim.
system | 2017-08-28 19:29:44 UTC | #4
This post was migrated from the old Developer Forum.
ref: 767