Set up credentials for all experiments.
This demo will redirect the browser window through the OAuth signin flow via the redirect_url
, and return the browser window to the page_uri
(the default value is the current page).
Changing the value of page_uri
in the request can be used to navigate to another page after the user has signed in. The example below navigates the user agent to the demos/
directory.
If the final page is the same as the redirect_uri
path then the page_uri must be disabled by setting it to false, i.e. page_uri=false
Force logout from providers site too
Force assign another scope