I am building api to get the authorize code from webex.
I’ve a experience api(http://localhost:8081/captures/query) from where i am invoking system api( http://localhost:8081/authorize) and from system api i am invoking OAuth Authorization URL.
when i am triggering http://localhost:8081/captures/query in browser it is asking for username and password and then it is redirecting to the page where it is giving error No listener for endpoint: /idb/globalLogin.
Not sure how and why it’s redirecting to http://localhost:8081/idb/globalLogin. Please let me know if i am doing something wrong anywhere.
issue:
experience api- http://localhost:8081/captures/query
system api- http://localhost:8081/authorize
webex OAuth Authorization URL: https://webexapis.com/v1/authorize?client_id=1234&response_type=code&redirect_uri=http://localhost:8081/captures/query&scope=meeting:recordings_read meeting:recordings_write spark:calls_read spark:kms spark:places_write spark:rooms_read