cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1111
Views
0
Helpful
2
Replies

SSO - No Prompt

adinata
Level 1
Level 1

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?

1 Accepted Solution
2 Replies 2

adinata
Level 1
Level 1

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.