cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
230
Views
0
Helpful
1
Replies

how can I customise webex authentication page ?

shafa
Level 1
Level 1

https://github.com/WebexSamples/webex-react-oauth-sample
above example when we click the login button, it redirect to the webex page with full window.
instead of full window, how can I open the auth page inside a pop-up window ?

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

You should be able to simply use window.open(oauth_url, ... ) to start the OAuth process is a new window.