social-core icon indicating copy to clipboard operation
social-core copied to clipboard

Client credentials flow support

Open johnnymetz opened this issue 1 year ago • 0 comments

Expected behaviour

Is it possible to use this library to implement the OAuth2 Client Credentials grant flow? I'm trying to implement this for Microsoft: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow

Actual behaviour

N/A

What are the steps to reproduce this issue?

N/A

Any logs, error output, etc?

N/A

Any other comments?

  • django-oauth-toolkit seems to support it: https://django-oauth-toolkit.readthedocs.io/en/latest/getting_started.html#client-credential

johnnymetz avatar Nov 02 '23 19:11 johnnymetz