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

Implement support for OAuth2 client-credential & password grant type for client authentication #10459

Closed
ayomawdb opened this issue Sep 19, 2018 · 0 comments
Assignees
Labels
Team/StandardLibs All Ballerina standard libraries Type/NewFeature
Milestone

Comments

@ayomawdb
Copy link
Member

Currently when authenticating with client services (downstream services) using OAuth2, it is required to provide a OAuth2 token and refresh information. Instead, the client authentication should also be able to just accept client-id and client-secret and then use client-credentials grant type to internally get the token.

@ayomawdb ayomawdb changed the title Implement support for OAuth2 client-credentials grant type for client authentication Implement support for OAuth2 client-credential & password grant type for client authentication Mar 11, 2019
@Manuri Manuri added this to the 0.991.0 milestone Apr 29, 2019
@ldclakmal ldclakmal self-assigned this May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/StandardLibs All Ballerina standard libraries Type/NewFeature
Projects
None yet
Development

No branches or pull requests

3 participants