02-10-2023 02:02 PM
Our application will create a Webex meeting for users that are already Authenticated by our IDP. To acquire a Webex Token, we go through this process (https://developer.webex.com/docs/login-with-webex) so that we can call the necessary Webex APIs.
While following the login process, a WebEx Login Prompt appears where we only need to provide our email. Then it seems that thanks to our SSO integration Cisco is able to find that we have been authenticated by our IDP and does not require the password to issue the token. However, it still requires a prompt even if it is just for the email address.
Is there a way to send the email as a hint in the Auth request and not have a prompt required when Cisco can see that user is already Authenticated?
We are currently sending the email as a login_hint, but the prompt still appears. The email is already filled in, but our users have been complaining about the additional prompt even though they just have to hit enter. So, is there a way to do this without a prompt?
Solved! Go to Solution.
02-10-2023 02:15 PM
02-13-2023 10:13 AM
Thank you very much this worked perfectly.
https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4613199/highlight/true#M862
However, could the email parameter be added to the Authorization Request Documentation here:
https://developer.webex.com/docs/login-with-webex#authorization-endpoint
That could be pretty helpful.
Thanks again.
02-10-2023 02:15 PM
Yep, it's possible. See https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4613199/highlight/true#M862
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide