cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
429
Views
5
Helpful
1
Replies

Developer Webinar TODAY: Using OAuth 2 with Webex in Your Flask App

philbell
Cisco Employee
Cisco Employee

philbell_0-1658330640891.png

Today (Wednesday, July 20th), Webex Developer Evangelist, Joe Zanini, will be hosting this public webinar on how to use OAuth 2 with Webex in your Flask application.

In this webinar, you will get to know how to implement OAuth 2 using the Flask Framework written in Python with sample code overview. Participants will get an overview of how OAuth 2 works and how to use the grant-flow in a Webex Integration.

Registration is open to everyone.

philbell_1-1658330716006.png

 

1 Reply 1

Thanks for tuning in everyone! Here are the Q&A from the session, the recording will be up on developer.webex.com/webinars soon!

  • "do we need to add redirect url mandatorily??"
  • What did you copy for the redirect URI? It flashed by took quickly.
  • Does refresh token get refreshed when you make the refresh token api call? In other words, is another OAuth flow required every 90 days when refresh token expire?
    • Yes, you will get a new updated refresh token. If the refresh token has expired you will need to do a full OAuth flow
  • What would be a better practice to manage credentials (Client ID, Secret ID) than hardcoding it?
    • Set the values in the system's ENV variables
  • If I add multiple redirect url in the integration(for local development and for production), do I just change the redirect url in the request body of the get token api call?
    • Yes, as long as it matches a redirect url you've added to the integration, it will be valid