Skip to content

An example of authenticating an Integration with Webex using Flask with Python 3

License

Notifications You must be signed in to change notification settings

WebexSamples/webex-flask-oauth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth Integration Demo

Make sure to have Python 3 installed.

To run the server application, open a command terminal, and navigate to the folder where you saved this Python script.

Replace the required variables (Client ID, Secrect ID etc...) in the oauth.py file on lines 23 and 24, Replace the URL in the tag in index.html, then run:

python3 oauth.py

You should see this in the terminal:

Listening on http://0.0.0.0:10060...

copy and paste above URL into browser and follow prompts

Note: Your Redirect_URI in the Integration's settings on Developer Webex Teams site should be: http://0.0.0.0:10060/oauth or if you're using any other hosting platform it would be https://YOUR_SERVER/oauth

About

An example of authenticating an Integration with Webex using Flask with Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published