Skip to content
New issue

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

Expose additional OAuth2 flow support #168

Closed
bobeagan opened this issue Mar 24, 2014 · 3 comments
Closed

Expose additional OAuth2 flow support #168

bobeagan opened this issue Mar 24, 2014 · 3 comments
Labels

Comments

@bobeagan
Copy link

It seems that you have support for password credentials available to your hosted clients but have not made it available in the open source version. (e.g. https://developers.egnyte.com/io-docs)

What's the timeline for updating this project to expose the OAuth 2.0 Flow capabilities, specifically the Password Credentials flow?

@bobeagan bobeagan changed the title Expose additional oauth2 flow support Expose additional OAuth2 flow support Mar 24, 2014
@alanwguo
Copy link

+1

Is this planned on being released in the open source version?

@phairow
Copy link
Contributor

phairow commented Oct 10, 2014

it looks like support for this has been added. The config supports a type property for the oauth flow and the apparent values are 'authorization_code', 'implicit' or 'client_credentials'. here is an example from public/data/rdio.json.

"auth": {
    "oauth": {
        "version": "2.0",
        "type": "client_credentials",
        "base_uri": "https://www.rdio.com/",
        "access_token_uri": "oauth2/token"
    }
},

I hope this meets your needs for oauth2 flow support

@hoyo
Copy link

hoyo commented Mar 13, 2015

I get this same problem.
I'd fix like this: #233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants