We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/CiscoDevNet/webex-teams-sso-samples
Server-side (Node.JS) and client-side sample apps demonstrating OAuth2 with Webex REST APIs
Included samples:
browser_sdk - Use the Webex Teams Browser SDK and the implicit grant type to authenticate in a single-page app
browser_sdk
oauth_client - Use Node/JavaScript primitives to authenticate using the authorization code grant type in a single-page app
oauth_client
server_side - Authenticate using the authorization grant type on the server side
server_side
widget - Authenticate a user server-side, then launch a Space Widget embedded in a web page to collaborate with a target Webex Teams user
widget
refresh - Demonstrate using a refresh token to renew an access token
refresh
logout - Demonstrate logging a user out / invalidating an access token
logout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/CiscoDevNet/webex-teams-sso-samples
webex-teams-sso-samples
Server-side (Node.JS) and client-side sample apps demonstrating OAuth2 with Webex REST APIs
Included samples:
browser_sdk
- Use the Webex Teams Browser SDK and the implicit grant type to authenticate in a single-page appoauth_client
- Use Node/JavaScript primitives to authenticate using the authorization code grant type in a single-page appserver_side
- Authenticate using the authorization grant type on the server sidewidget
- Authenticate a user server-side, then launch a Space Widget embedded in a web page to collaborate with a target Webex Teams userrefresh
- Demonstrate using a refresh token to renew an access tokenlogout
- Demonstrate logging a user out / invalidating an access tokenThe text was updated successfully, but these errors were encountered: