Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Rayanth (talk | contribs)
Created page with "This page currently hosts some python code exploration to help a user of Tweetfleet with understanding how it goes through the Native-flow OAuth Authentication to SSO. Adapte..."
(No difference)

Revision as of 20:19, 8 January 2020

This page currently hosts some python code exploration to help a user of Tweetfleet with understanding how it goes through the Native-flow OAuth Authentication to SSO.

Adapted from the description of the native-flow process on https://github.com/esi/esi-docs/blob/master/docs/sso/native_sso_flow.md and its associated python code examples at https://github.com/esi/esi-docs/tree/master/examples/python/sso (notably, "esi_oauth_natice.py" and "shared_flow.py")

Flow

Contents