[Iplant-api-dev] rauth Python library question

Darren Boss dboss at email.arizona.edu
Fri Jan 24 12:33:46 MST 2014


Documentation at http://rauth.readthedocs.org/en/latest/.

I'm taking values from
https://agave.iplantc.org/store/site/pages/subscriptions.jag and I'm
logged into my imicrobe account. Is my client_id = imicrobe,
client_secret = Consumer Scret. Clueless on what name is used for. Are
the authorize_url and access_token_url correct? I know you won't have
a definitive answer but you will probably some insight that I don't
have.

from rauth import OAuth2Service

agave = OAuth2Service(
    client_id='imicrobe',
    client_secret='removedforsecurity',
    name='agave',
    authorize_url='https://agave.iplantc.org/v2/auth',
    access_token_url='https://agave.iplantc.org/v2/auth/token',
    base_url='https://agave.iplantc.org')


More information about the Iplant-api-dev mailing list