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

0-legged Oauth Supporting ? #170

Closed
wenruij opened this issue Jan 26, 2016 · 3 comments
Closed

0-legged Oauth Supporting ? #170

wenruij opened this issue Jan 26, 2016 · 3 comments

Comments

@wenruij
Copy link

wenruij commented Jan 26, 2016

Hi,
Just wondering is it possible to do an 0-legged Oauth by your oauth2?
saying i just get an API key / secret as the consumer key, without any token, is it possible to get the signed url with your oauth2?

@adg
Copy link
Contributor

adg commented Jan 27, 2016

Is that even OAuth2? It doesn't sound like it.

@pvdvreede
Copy link

Is this referring to the implicit grant? where the response_type is set to token or id_token and the redirect contains the token or id_token rather than an auth code? eg: https://auth0.com/docs/api-auth/tutorials/implicit-grant

It seems as though the response_type is hardcoded to code so doesnt allow this flow at the moment...

@zombiezen
Copy link
Contributor

Triaging: if this is implicit grant, then it's a dupe of #138. Otherwise, this might be referring to client credentials, which is supported. Either way, closing.

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

No branches or pull requests

4 participants