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

Oauth2 flows #123

Closed
jasollien opened this issue Dec 20, 2016 · 2 comments
Closed

Oauth2 flows #123

jasollien opened this issue Dec 20, 2016 · 2 comments

Comments

@jasollien
Copy link
Contributor

Here is a list of oauth2 flows:
Authorization Code Grant (4.1)
Implicit Grant (4.2)
Resource Owner Password Credentials Grant (4.3)
Client Credentials Grant (4.4)
Extension Grants (4.5)

source: https://tools.ietf.org/html/rfc6749

@GeorgDangl: Could you include a list of these enums in the auth resource?

@GeorgDangl
Copy link
Member

I'm leaving 4.4 out of the description because it is only about issuing tokens to clients without an user identity, so it's not applicable to the BCF API.

@GeorgDangl
Copy link
Member

See #124

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

2 participants